gst/audioresample/: Since I really am not interested in a debug line for each sample...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/audioresample/debug.h:
4         * gst/audioresample/resample.c: (resample_init):
5           Since I really am not interested in a debug line for each sample
6           being processed, move the library's debugging to its own category,
7           libaudioresample
8
9 2007-03-13  Michael Smith  <msmith@fluendo.com>
10
11         * ext/theora/theoradec.c: (theora_handle_type_packet):
12           Since the plugin doesn't support anything other than 4:2:0 right
13           now, post an error and fail if we get something else. Won't matter
14           until libtheora supports the other pixel formats, but hopefully
15           that'll be soon...
16
17 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
18
19         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
20         Use gst_guint64_to_gdouble for conversion.
21         * win32/MANIFEST:
22         Add new files to the win32 MANIFEST.
23         * win32/common/libgstaudio.def:
24         * win32/common/libgstpbutils.def:
25         Add new exported functions.
26         * win32/vs6/gst_plugins_base.dsw:
27         * win32/vs6/libgstdecodebin.dsp:
28         * win32/vs6/libgstplaybin.dsp:
29         Change the link to libgstpbutils.lib.
30         * win32/vs6/libgstdecodebin2.dsp:
31         Add a new project for decodebin2.
32         * win32/vs6/libgstpbutils.dsp:
33         Add a new project for pbutils.
34
35 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
36
37         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
38           Also accept partial dates with only year and month,
39           like 1999-12-00 (fixes #410396 even more).
40
41         * tests/check/libs/tag.c: (GST_START_TEST):
42           Add unit test for the above.
43
44 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * tests/check/elements/subparse.c: (GST_START_TEST),
47         (subparse_suite):
48           Add unit test for MPL2 subtitle format (#413799).
49
50 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
51
52         Patch by: Kamil Pawlowski  <kamilpe gmail com>
53
54         * gst/subparse/Makefile.am:
55         * gst/subparse/gstsubparse.c:
56         (gst_sub_parse_data_format_autodetect),
57         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
58         (gst_subparse_type_find):
59         * gst/subparse/gstsubparse.h:
60         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
61         * gst/subparse/mpl2parse.h:
62           Add support for MPL2 subtitle format (#413799).
63
64 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * configure.ac:
67           We require core CVS for the new buffer metadata copy functions.
68
69 2007-03-09  Wim Taymans  <wim@fluendo.com>
70
71         * gst-libs/gst/tag/gstid3tag.c:
72         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
73         Fixes #414496.
74
75         Patch by: Alex Lancaster <alexl at users sourceforge net>
76
77 2007-03-09  Wim Taymans  <wim@fluendo.com>
78
79         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
80         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
81         Improve adapter usage and comments.
82
83 2007-03-09  Wim Taymans  <wim@fluendo.com>
84
85         * ext/pango/gsttextrender.c: (gst_text_render_chain):
86         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
87         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
88         Use new metadata copy function.
89
90         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
91         (gst_ffmpegcsp_transform):
92         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
93         Basetransform copied the metadata for us.
94
95 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
96
97         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
98         (gst_text_overlay_video_event):
99           Some more logging. Only accept newsegment events in TIME format and
100           send a WARNING message if they are not in TIME format.
101
102         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
103         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
104         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
105         * gst/subparse/gstsubparse.h:
106           No need to allocate GstSegment structure dynamically, just put it
107           into the instance structure; ignore newsegment events in BYTE
108           format and in particular don't let it overwrite our saved TIME
109           segment from the last seek.
110
111 2007-03-09  Michael Smith  <msmith@fluendo.com>
112
113         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
114           Replace AC3 typefinder with one that isn't terrible, and actually
115           works usefully.
116
117 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * gst/audioconvert/gstaudioconvert.c:
120         (gst_audio_convert_transform):
121           fix error category and translatable string
122           
123
124 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
127         * pkgconfig/gstreamer-plugins-base.pc.in:
128           Fix up utils => pbutils here too.
129
130 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
131
132         * gst/subparse/gstsubparse.c: (handle_buffer):
133           Break out of loop in chain function as soon as possible if we get
134           a non-OK flow return.
135
136 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
137
138         * tests/check/elements/alsa.c: (GST_START_TEST):
139         Unref the mixer if the state change fails too (if the
140         alsa devices are inaccessible, for example)
141
142 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
143
144         * tests/check/Makefile.am:
145         Don't test libvisual elements in the states check, because libvisual
146         seems to leak internally.
147
148         Re-enable the alsa and states tests now that there's new suppressions
149         in gst.supp.
150
151         * tests/check/elements/alsa.c: (GST_START_TEST):
152         Don't leak the alsamixer we instantiated.
153
154 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
155
156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
157         (gst_ximagesink_change_state), (gst_ximagesink_reset),
158         (gst_ximagesink_finalize):
159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
160         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
161         Move some cleanup stuff from the state change handler into a _reset()
162         function that can be called from _finalize(). This ensures that things
163         get freed even if (for some reason) the NULL->READY state transition
164         fails in the parent class.
165         Even if a parent state change fails, process our downward state change
166         logic instead of bailing out early.
167         Free the correct xcontext pointer in ximagesink's xcontext_clear.
168
169 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
170
171         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
172         Extra log line.
173
174         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
175         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
176         Use pango_font_description_set_family_static instead of 
177         pango_font_description_set_family to save a string copy (it was
178         leaking due to the strdup anyway)
179
180         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
181         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
182         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
183         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
184         Chain up in finalize.
185
186 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * gst-libs/gst/interfaces/mixertrack.c:
189         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
190         (gst_mixer_track_set_property):
191           API: add "untranslated-label" property which should be set by
192           implementations at construct time (#414645).
193
194         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
195         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
196           Set "untranslated-label" when constructing mixer track objects.
197
198         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
199           Unit test to check the above.
200
201 2007-03-07  Wim Taymans  <wim@fluendo.com>
202
203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
204         Fix confusing debug message.
205
206 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
207
208         * gst-plugins-base.doap:
209         update doap file with new version
210
211 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
212
213         * configure.ac:
214         Back to CVS
215
216 === release 0.10.12 ===
217
218 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
219
220         * configure.ac:
221           releasing 0.10.12, "Zombie Horde"
222
223 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
224
225         * configure.ac:
226         Bump version to 0.10.11.4 pre-release
227
228 2007-03-06  Wim Taymans  <wim@fluendo.com>
229
230         * gst-libs/gst/audio/gstbaseaudiosink.c:
231         (gst_base_audio_sink_async_play):
232         Fix regression that made GStreamer skip the first samples of audio.
233         Fixes #414684.
234
235 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
236
237         * configure.ac:
238         Bump version to 0.10.11.3 pre-release
239
240 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
241
242         * po/POTFILES.in:
243           Update paths for the rename from utils to pbutils to fix the build.
244
245 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
246
247         * gst-libs/gst/pbutils/Makefile.am:
248           Change directory to install headers in from gst/utils to gst/pbutils
249           as well.
250
251 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
252
253         * configure.ac:
254         * docs/libs/gst-plugins-base-libs-docs.sgml:
255         * docs/libs/gst-plugins-base-libs-sections.txt:
256         * gst-libs/gst/Makefile.am:
257         * gst-libs/gst/interfaces/mixer.c:
258         * gst-libs/gst/pbutils/Makefile.am:
259         * gst-libs/gst/pbutils/descriptions.c:
260         (gst_pb_utils_get_source_description),
261         (gst_pb_utils_get_sink_description),
262         (gst_pb_utils_get_decoder_description),
263         (gst_pb_utils_get_encoder_description),
264         (gst_pb_utils_get_element_description),
265         (gst_pb_utils_add_codec_description_to_tag_list),
266         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
267         * gst-libs/gst/pbutils/descriptions.h:
268         * gst-libs/gst/pbutils/install-plugins.c:
269         * gst-libs/gst/pbutils/install-plugins.h:
270         * gst-libs/gst/pbutils/missing-plugins.c:
271         (gst_missing_uri_source_message_new),
272         (gst_missing_uri_sink_message_new),
273         (gst_missing_element_message_new),
274         (gst_missing_decoder_message_new),
275         (gst_missing_encoder_message_new),
276         (gst_missing_plugin_message_get_description):
277         * gst-libs/gst/pbutils/missing-plugins.h:
278         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
279         * gst-libs/gst/pbutils/pbutils.h:
280         * gst-libs/gst/utils/Makefile.am:
281         * gst-libs/gst/utils/base-utils.c:
282         * gst-libs/gst/utils/base-utils.h:
283         * gst-libs/gst/utils/descriptions.c:
284         * gst-libs/gst/utils/descriptions.h:
285         * gst-libs/gst/utils/install-plugins.c:
286         * gst-libs/gst/utils/install-plugins.h:
287         * gst-libs/gst/utils/missing-plugins.c:
288         * gst-libs/gst/utils/missing-plugins.h:
289         * gst-plugins-base.spec.in:
290         * gst/playback/Makefile.am:
291         * gst/playback/gstdecodebin.c:
292         * gst/playback/gstdecodebin2.c:
293         * gst/playback/gstplaybasebin.c: (setup_subtitle),
294         (gen_source_element):
295         * gst/playback/gstplaybin.c: (plugin_init):
296         * tests/check/Makefile.am:
297         * tests/check/libs/pbutils.c: (GST_START_TEST),
298         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
299         * tests/check/libs/utils.c:
300           rename utils to pbutils
301
302 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
303
304         * docs/plugins/Makefile.am:
305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
307         * docs/plugins/inspect/plugin-decodebin2.xml:
308         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
309         Add documentation for decodebin2 that indicates that the API
310         is still unstable.
311
312 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
313
314         * configure.ac:
315         Update to 0.10.11.2 (0.10.12 pre-release)
316
317 2007-03-01  Wim Taymans  <wim@fluendo.com>
318
319         * gst-libs/gst/audio/gstbaseaudiosink.c:
320         (gst_base_audio_sink_async_play):
321         base time is irrelevant here.
322
323 2007-03-01  Wim Taymans  <wim@fluendo.com>
324
325         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
326         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
327         Improve debugging.
328
329         * gst-libs/gst/audio/gstbaseaudiosink.c:
330         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
331         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
332         Improve latency and clock slaving calculations.
333         Improve slave clock calibration.
334
335         * gst-libs/gst/audio/gstringbuffer.c:
336         (gst_ring_buffer_commit_full):
337         When we are asked to render N sample to 0 bytes, return N.
338
339 2007-03-01  Wim Taymans  <wim@fluendo.com>
340
341         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
342         (gst_alsasink_write), (gst_alsasink_reset):
343         * ext/alsa/gstalsasink.h:
344         Remove unused dispose function.
345         Rename lock to not interfere with alsasrc lock.
346
347         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
348         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
349         (gst_alsasrc_read), (gst_alsasrc_reset):
350         * ext/alsa/gstalsasrc.h:
351         Implement finalize function.
352         Use lock to protect alsa access.
353         Implement _reset.
354         Fine tune sw params.
355
356 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
357
358         * configure.ac:
359           Convert to new AG_GST style.
360
361 2007-02-28  Wim Taymans  <wim@fluendo.com>
362
363         Patch by: Ed Catmur <ed at catmur dot co dot uk>
364
365         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
366         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
367         Fix race condition when rapidly switching visualisations in playbin.
368         Fixes #401029.
369
370 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
371
372         * tests/check/Makefile.am:
373         Include local stuff before system installed things in LDFLAGS and
374         CFLAGS.
375
376 2007-02-28  Wim Taymans  <wim@fluendo.com>
377
378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
379         Improve debugging.
380
381 2007-02-28  Wim Taymans  <wim@fluendo.com>
382
383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
384         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
386         Fix duration and timestamping, taking latency into account.
387         Implement latency query.
388
389 2007-02-28  Wim Taymans  <wim@fluendo.com>
390
391         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
392         (gst_audio_clock_new):
393         Fix clock name.
394
395         * gst-libs/gst/audio/gstbaseaudiosink.c:
396         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
397         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
398         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
399         (gst_base_audio_src_create):
400         Improve latency query code.
401         Use proper clock names.
402
403 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
404
405         * tests/check/generic/states.c: (GST_START_TEST):
406           Copy the states.c test from core again
407         * tests/check/Makefile.am:
408           ignore cdio and cdparanoiasrc
409
410 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
411
412         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
413         (double_hq), (audio_convert_get_func_index), (check_default),
414         (audio_convert_prepare_context), (audio_convert_convert):
415           Also make valgrind happy and avoid copying data in some cases.
416
417 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
418
419         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
420         (double_hq), (audio_convert_get_func_index),
421         (audio_convert_prepare_context), (audio_convert_convert):
422         * gst/audioconvert/gstaudioconvert.c:
423         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
424         (gst_audio_convert_transform_caps):
425         * tests/check/elements/audioconvert.c: (GST_START_TEST),
426         (audioconvert_suite):
427           Don't run inplace if that overwrites source data as we go. Add more
428           tests. Fixes #339837 even more.
429
430 2007-02-27  Julien MOUTTE  <julien@moutte.net>
431
432         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
433         (msg_segment_done): Fix various seeking bugs (Slider was not
434         updating when doing a non flushing seek, Reverse playback 
435         on segment seek was wrong).
436
437 2007-02-26  Wim Taymans  <wim@fluendo.com>
438
439         * tests/examples/seek/seek.c: (stop_seek):
440         When we stop scrubbing, don't leave the pipeline PLAYING when we
441         requested a PAUSED state.
442
443 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
444
445         Patch by: René Stadler <mail at renestadler de>
446
447         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
448           Parse date strings in vorbis comments that have an invalid (zero)
449           month or day (#410396).
450
451         * tests/check/libs/tag.c: (GST_START_TEST):
452           Test case for the above.
453
454 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
455
456         Patch by: Loïc Minier <lool+gnome at via ecp fr>
457
458         * configure.ac:
459         * ext/alsa/Makefile.am:
460         * gst/audiotestsrc/Makefile.am:
461           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
462
463 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * gst/playback/gstplaybin.c:
466           Improve docs: point out that the application needs to assist playbin
467           with buffering.
468
469 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * gst-libs/gst/utils/install-plugins.c:
472         * gst-libs/gst/utils/missing-plugins.c:
473         * tests/check/libs/utils.c: (missing_msg_check_getters):
474           Change GStreamer marker prefix in detail string from 'gstreamer.net'
475           to just 'gstreamer'. Document the caps string component of the
476           decoder/encoder detail a bit better, since not everyone will be
477           familiar with the GStreamer media type/caps system (but they better
478           enjoy nested itemized lists).
479
480 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
481
482         * gst-libs/gst/netbuffer/gstnetbuffer.c:
483         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
484           Fix copying of GstNetBuffer (would crash before, or at least lead to
485           invalid memory access, #410772), for now by copying the GstBuffer copy
486           code from the core over here so we can copy the GstBuffer fields on a
487           provided buffer instance (of type GstNetBuffer in this case). Would be
488           better to fix this with some support by the core though (and in the long
489           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
490
491         * tests/check/Makefile.am:
492           Enable unit test for GstNetBuffer.
493
494 2007-02-22  Andy Wingo  <wingo@pobox.com>
495
496         * gst-libs/gst/audio/gstbaseaudiosink.c
497         (gst_base_audio_sink_init): Disable pull-mode activation until we
498         figure out how to make audio sinks go to PLAYING.
499
500 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
501
502         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
503         (double_hq), (audio_convert_get_func_index),
504         (audio_convert_prepare_context), (audio_convert_convert):
505         * gst/audioconvert/audioconvert.h:
506         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
507         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
508         * gst/audioconvert/gstchannelmix.h:
509         * tests/check/elements/audioconvert.c: (GST_START_TEST):
510           Add float as an intermediate format, as well as float mixing. Enable
511           test that was failing before. Fixes #339837
512
513 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
514
515         * tests/examples/seek/seek.c: (do_seek):
516         Undo the previous commit: -1 as a stop time implies that the stop
517         time is the end of file, clearing any previously configured segment.
518
519 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
520
521         * tests/examples/seek/seek.c: (do_seek):
522         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
523
524 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst/volume/gstvolume.c: (volume_process_int16),
527         (volume_process_int16_clamp), (volume_set_caps):
528           Unbreak volume, value remains gint.
529
530 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
531
532         * gst/volume/gstvolume.c: (volume_choose_func),
533         (volume_update_real_volume), (gst_volume_set_volume),
534         (gst_volume_init), (volume_process_double), (volume_process_float),
535         (volume_process_int16), (volume_process_int16_clamp),
536         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
537         * gst/volume/gstvolume.h:
538           Extend float audio support (double) and some int->uint cleanups.
539
540 2007-02-20  Edward Hervey  <edward@fluendo.com>
541
542         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
543         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
544         (sort_end_pads), (gst_decode_group_expose),
545         (gst_decode_group_hide):
546         Don't free groups from the streaming threads. Just put them aside and
547         free them in dispose.
548
549 2007-02-20  Edward Hervey  <edward@fluendo.com>
550
551         * gst/playback/gstdecodebin2.c: (connect_element),
552         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
553         (sort_end_pads), (gst_decode_group_expose):
554         Handle dynamic pads within groups.
555         Sort pads before exposing them in order to make playbin happy.
556         There still is a race with the multiqueue filling up. This should be
557         solved separately.
558         Fixes #398721
559
560 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
561
562         * gst-libs/gst/utils/base-utils.c:
563         * gst-libs/gst/utils/descriptions.c:
564         * gst-libs/gst/utils/install-plugins.c:
565         * gst-libs/gst/utils/missing-plugins.c:
566           Some more docs (and descriptions for two subtitle formats).
567
568 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * gst-libs/gst/audio/audio.c:
571           Fix documentation.
572
573 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
574
575         Patch by: Yves Lefebvre  <ivanohe abacom com>
576
577         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
578           Don't leak caps. Fixes #408278.
579
580 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
581
582         * ext/cdparanoia/gstcdparanoiasrc.h:
583         * ext/ogg/gstoggdemux.h:
584         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
585         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
586         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
587         * gst-libs/gst/audio/audio.h:
588         * gst-libs/gst/audio/gstaudiofilter.h:
589         * gst-libs/gst/interfaces/videoorientation.h:
590         * gst/adder/gstadder.h:
591           More docs coverage and some ChangeLog surgery (add missing names)
592
593 2007-02-15  Wim Taymans  <wim@fluendo.com>
594
595         * sys/ximage/ximagesink.c:
596         (gst_ximagesink_calculate_pixel_aspect_ratio):
597         * sys/xvimage/xvimagesink.c:
598         (gst_xvimagesink_calculate_pixel_aspect_ratio):
599         Small constifications.
600
601 2007-02-15  Wim Taymans  <wim@fluendo.com>
602
603         * gst-libs/gst/audio/gstbaseaudiosink.c:
604         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
605         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
606         (gst_base_audio_sink_async_play),
607         (gst_base_audio_sink_change_state):
608         Answer latency query.
609         Use configured latency when syncing.
610         Fix clock slaving.
611
612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
613         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
614         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
615         Fix possible memleak.
616         Implement latency query.
617         Small cleanups.
618
619 2007-02-15  Wim Taymans  <wim@fluendo.com>
620
621         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
622         Ignore errors in reset, these are not fatal. They also grab the element
623         lock which is already taking when this function is called. Fixes
624         #405451.
625
626 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
627
628         * configure.ac:
629           Remove 'tests/examples/xerror/Makefile' from output files again.
630
631 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
632
633         * configure.ac:
634         * docs/plugins/Makefile.am:
635           Also crossref against gst-plugins-base-libs.
636
637 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
638
639         * configure.ac:
640         * docs/libs/Makefile.am:
641         * docs/plugins/Makefile.am:
642           Add crossreferences to glib/gobject/gstream docs.
643
644         * gst-libs/gst/audio/audio.h:
645           Source formatting.
646
647         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
648           Add own debug category.
649
650 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
651
652         Patch by: René Stadler <mail at renestadler de>
653
654         * gst-libs/gst/tag/gstvorbistag.c:
655           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
656           (#403597).
657
658 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * gst/playback/gstplaybasebin.c: (setup_source):
661           When we have external subtitles and wait for the subtitle decodebin
662           to get up and running, we set up a (sync) bus handler for the
663           subtitle decodebin, so we can stop waiting when it posts an error
664           message. However, we should do that before we set the subtitle
665           decodebin's state to playing, otherwise things are racy and we might
666           miss error messages posted before we had a chance to set up the bus.
667           This should finally fix totem hanging on .txt pseudo-subtitle files.
668           
669 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
670
671         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
672           Use gst_gdouble_to_guint64 for conversions.
673         * win32/common/config.h.in:
674           Add a define for GST_INSTALL_PLUGINS_HELPER
675         * win32/common/libgstaudio.def:
676         * win32/common/libgstcdda.def:
677         * win32/common/libgstnetbuffer.def:
678         * win32/common/libgstrtp.def:
679         * win32/common/libgutils.def:
680           Add new exported functions.
681         * win32/vs6/gst_plugins_base.dsw:
682         * win32/vs6/libgstdecodebin.dsp:
683         * win32/vs6/libgstnetbuffer.dsp:
684         * win32/vs6/libgstplaybin.dsp:
685         * win32/vs6/libgstrtp.dsp:
686         * win32/vs6/libgstvorbis.dsp:
687         * win32/vs6/libgstcdda.dsp:
688         * win32/vs6/libgstgdp.dsp:
689         * win32/vs6/libgstutils.dsp:
690           Update and add new project files.
691
692 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
695         (subrip_remove_unhandled_tags), (parse_subrip):
696           For SubRip (.srt) subtitles, ignore all markup tags we don't
697           handle (like font tags, for example).
698
699         * tests/check/elements/subparse.c:
700           Add test for this.
701
702 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst/playback/gstdecodebin.c: (add_fakesink),
705         (gst_decode_bin_change_state):
706         * gst/playback/gstdecodebin2.c: (add_fakesink),
707         (gst_decode_bin_change_state):
708           Don't error out if there is no fakesink in the NULL to READY state
709           change, since when decodebin is re-used, we're only adding the
710           fakesink element in READY to PAUSED.
711
712         * tests/check/elements/decodebin.c:
713         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
714         (decodebin_suite):
715           Minimal unit test to make sure we can use the same decodebin
716           instance twice (at least with audiotestsrc input).
717
718 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
721           Try to get devic-name from device string first, and from handle only
722           as fallback (seems to yield better results and is more robust
723           against buggy probing code on the application side).
724
725 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Based on patch by: Julien Puydt <julien.puydt at laposte net>
728
729         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
730         (gst_alsa_find_device_name):
731         * ext/alsa/gstalsa.h:
732         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
733         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
734           Improve device-name detection a bit, especially in the case where
735           the device is not actually open (#405020, #405024). Move common code
736           into gstalsa.c instead of duplicating it.
737
738 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
739
740         * gst/audioconvert/gstaudioconvert.c:
741           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
742
743 2007-02-06  Julien MOUTTE  <julien@moutte.net>
744
745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
746         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
747         (gst_xvimagesink_interface_supported),
748         (gst_xvimagesink_probe_get_properties),
749         (gst_xvimagesink_probe_probe_property),
750         (gst_xvimagesink_probe_needs_probe),
751         (gst_xvimagesink_probe_get_values),
752         (gst_xvimagesink_property_probe_interface_init),
753         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
754         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
755         (gst_xvimagesink_get_type):
756         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
757         for XVAdaptors so that one can choose the adaptor to use with 
758         gstreamer-properties.
759
760 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
761
762         * gst/audioconvert/gstaudioconvert.c:
763           Also mention that a conversion from double to float is suboptimal still.
764
765 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst-libs/gst/audio/gstaudiofilter.c:
768         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
769           Clear our formats structure and free the caps contained in it when
770           shutting down.
771
772 2007-02-05  Andy Wingo  <wingo@pobox.com>
773
774         * gst-libs/gst/audio/gstbaseaudiosink.c
775         (gst_base_audio_sink_callback): Update basesink->offset so that we
776         pull monotonically increasing offsets instead of, um, seeking back
777         to 0 each time. Fixes alsasrc ! alsasink!
778
779 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
780
781         * gst/videoscale/gstvideoscale.c:
782           A width and height of 1 makes us crash, so increase minimum size to
783           2x2 pixels until someone feels like fixing this (#404512).
784
785 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
786
787         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
788           Add small test to make sure request pads are cleaned up properly
789           even if oggmux never changes state out of NULL.
790
791 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
792
793         * tests/check/libs/utils.c: (GST_START_TEST):
794           Fix unit test. Turns out things work much better when you
795           NULL-terminate string arrays. Should make p5 build bot happy again.
796
797 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst-libs/gst/audio/Makefile.am:
800         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
801         (gst_audio_filter_template_base_init),
802         (gst_audio_filter_template_class_init),
803         (gst_audio_filter_template_init),
804         (gst_audio_filter_template_set_property),
805         (gst_audio_filter_template_get_property),
806         (gst_audio_filter_template_setup),
807         (gst_audio_filter_template_filter),
808         (gst_audio_filter_template_filter_inplace), (plugin_init):
809           Oops, forgot to commit fixed-up example.
810
811 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
812
813         * docs/libs/gst-plugins-base-libs-sections.txt:
814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
815         (gst_audio_filter_class_init), (gst_audio_filter_init),
816         (gst_audio_filter_set_caps),
817         (gst_audio_filter_class_add_pad_templates):
818         * gst-libs/gst/audio/gstaudiofilter.h:
819           Port GstAudioFilter to 0.10. This change technically breaks
820           API and ABI (and thus also every library developer's heart),
821           but seems justifiable on the grounds that the base class was
822           completely unusable before (ie. would crash immediately when
823           actually used). Fixes #403963 (and eventually also #403572).
824           Also document all of this a bit.
825
826 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * gst-libs/gst/utils/install-plugins.c:
829         (gst_install_plugins_spawn_child):
830         * tests/check/libs/utils.c:
831         (test_base_utils_install_plugins_do_callout):
832           Lowering log level to see why things fail on the p5 build bot;
833           fix some typos in unit test messages.
834
835 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
836
837         * tests/check/libs/utils.c:
838         (test_base_utils_install_plugins_do_callout):
839           Don't hard-code temp directory for test helper; use GLib functions
840           to write out file and do error checking etc.
841
842 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
843
844         * gst-libs/gst/utils/Makefile.am:
845         * gst-libs/gst/utils/base-utils.h:
846         * gst-libs/gst/utils/install-plugins.c:
847         (gst_install_plugins_context_set_xid),
848         (gst_install_plugins_context_new),
849         (gst_install_plugins_context_free),
850         (gst_install_plugins_get_helper),
851         (gst_install_plugins_spawn_child),
852         (gst_install_plugins_return_from_status),
853         (gst_install_plugins_installer_exited),
854         (gst_install_plugins_async), (gst_install_plugins_sync),
855         (gst_install_plugins_return_get_name),
856         (gst_install_plugins_installation_in_progress):
857         * gst-libs/gst/utils/install-plugins.h:
858           API: add API for applications to initiate installation of missing
859           plugins, ie. gst_install_plugins_async() primarily.
860           Based on libgimme-codec by Ryan Lortie.
861
862         * configure.ac:
863           Add --with-install-plugins-helper configure option so distros can specify
864           the path of the helper script or program to call when plugin installation
865           is requested (distros: please do any argument munging in this helper
866           script instead of patching GStreamer to pass arguments differently
867           to another program directly).
868
869         * docs/libs/gst-plugins-base-libs-docs.sgml:
870         * docs/libs/gst-plugins-base-libs-sections.txt:
871           Build and document new API.
872
873         * tests/check/libs/utils.c: (result_cb),
874         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
875         (libgstbaseutils_suite):
876           Some simple checks for the new API.
877
878 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * tests/check/elements/audioconvert.c: (test_float_conversion):
881           Add small test for 32bit float <=> 64bit float conversion (works
882           only one way so far, 32=>64 produces structured noise).
883
884 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst/audioconvert/gstaudioconvert.c:
887         (set_structure_widths_32_and_64), (make_lossless_changes):
888           We don't support floats with a width of 40, 48 or 56 bits.
889
890 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
891
892         * gst/audioconvert/audioconvert.c: (float), (double),
893         (audio_convert_get_func_index):
894         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
895         (make_lossless_changes):
896           Support for 64-bit float audio in audioconvert (#339837)
897
898 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
899
900         Patch by: Holger Wansing  <linux wansing-online de>
901
902         * po/LINGUAS:
903         * po/de.po:
904           Add German translation (#352069).
905
906 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
907
908         reviewed by: Wim Taymans <wim@fluendo.com>
909
910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
911         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
912         Use newly added GstCollectPads API to free the allocated resources in
913         the GstOggPad structures (#402393).
914
915 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
916
917         * gst/playback/gstplaybin.c: (gen_vis_element):
918           Add audioresample+audioconvert in front of the visualisation
919           element, so that elements like libvisual 0.4 that don't support all
920           samplerates can work.
921
922           Fixes: #402505
923
924 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
927         (gst_play_base_bin_get_streaminfo_value_array):
928           Take some locks and make a copy of the streaminfo value array we
929           maintain while holding the lock, so that the application can
930           retrieve the stream-info as a value array in a thread-safe way.
931
932 2007-01-30  Wim Taymans  <wim@fluendo.com>
933
934         * gst/audioconvert/gstaudioconvert.c:
935         Don't fail on 0 sized buffers. Fixes #396835.
936
937 2007-01-29  David Schleef  <ds@schleef.org>
938
939         * gst/typefind/gsttypefindfunctions.c:
940           Detect BBCD as video/x-dirac, so we can play raw dirac
941           streams.
942
943 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * ext/theora/theoraenc.c: (theora_enc_chain):
946           Check return value of theora_encode_header(), or we might try to
947           allocate a random number of bytes. theora_encode_header() can fail
948           if libtheora has been compiled with encoding support disabled.
949           Fixes #398110.
950
951 2007-01-29  Wim Taymans  <wim@fluendo.com>
952
953         * tests/check/gst/.cvsignore:
954         Do as buildbot says.
955
956 2007-01-29  Wim Taymans  <wim@fluendo.com>
957
958         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
959         Fix strides in libvisual. Gst uses X strides.
960         Inspired by: <ed at catmur dot co dot uk> and 
961         <tim at centricular dot net>
962         Fixes #401118.
963
964 2007-01-27  Wim Taymans  <wim@fluendo.com>
965
966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
967         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
968         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
969         (gst_ogg_demux_perform_seek),
970         (gst_ogg_demux_bisect_forward_serialno),
971         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
972         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
973         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
974         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
975         * ext/ogg/gstoggdemux.h:
976         Properly propagate streaming errors when we are scanning the file for
977         chains so that we don't crash when shut down. Might fix some crashers
978         when quickly switching oggs in RB such as #332503 and #378436.
979
980 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
983           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
984           error code as well.
985
986 2007-01-25  Wim Taymans  <wim@fluendo.com>
987
988         * gst/playback/gstplaybasebin.c: (remove_source):
989         Don't try to disconnect a signal from a finalized object.
990
991 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
994           Cast lock macro parameters to make sure we're actually accessing the
995           lock member at the right class level. Free list itself in _dispose()
996           as well and NULL it in case dispose gets called multiple times.
997
998 2007-01-25  Edward Hervey  <edward@fluendo.com>
999
1000         * gst/playback/gstdecodebin2.c:
1001         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1002         Free GstDecodeGroups no longer used.
1003         (gst_decode_group_expose):
1004         Don't unlock too many times !
1005         (deactivate_free_recursive):
1006         Free iterator once we're done with it.
1007         Fix for recursively deactivating elements (stop at ghostpads).
1008
1009 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1010
1011         * gst/playback/gstplaybin.c: (handoff):
1012           Fix up caps on the frame buffer before we save it and potentially
1013           make it accessible to other threads via g_object_get; also use
1014           gst_buffer_replace() instead of gst_mini_object_replace().
1015
1016 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1019           Make getting the current frame thread-safe.
1020
1021 2007-01-25  Edward Hervey  <edward@fluendo.com>
1022
1023         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1024         (gst_decode_group_new), (gst_decode_group_free):
1025         Set queues to bigger sizes to cope with HD contents.
1026         Fix some mutex freeing and add comment about MT safe methods.
1027
1028 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1029
1030         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1031         (gst_text_overlay_text_event):
1032           Don't unnecessarily ref (and then leak) upstream events if the text
1033           pad is not linked. Fixes #399948.
1034
1035         * tests/check/gst-plugins-base.supp:
1036           Add suppression for pango on edgy/x86 for textoverlay test.
1037
1038 2007-01-24  Wim Taymans  <wim@fluendo.com>
1039
1040         * gst-libs/gst/rtp/gstrtpbuffer.h:
1041         Add some more fixed payloads.
1042
1043 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1046           Error out properly if we get an error from libogg while reading the
1047           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1048
1049 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1050
1051         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1052           Don't leak mutex.
1053
1054         * tests/check/elements/playbin.c:
1055         (test_sink_usage_video_only_stream),
1056         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1057         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1058         (test_missing_suburisource_handler),
1059         (test_missing_primary_decoder), (playbin_suite):
1060           Run all tests once with decodebin and once with decodebin2.
1061           One test does not pass yet with decodebin2.
1062
1063 2007-01-23  Edward Hervey  <edward@fluendo.com>
1064
1065         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1066         Fix the cases where oggmux doesn't properly figure out that all
1067         sinkpads have gone EOS, and therefore doesn't push out the remaining
1068         buffers and the final EOS event.
1069         Fixes #363379
1070
1071 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1072
1073         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1075         Don't lock on navigation event push, just on keysym to string.
1076         Fixes #397673 again.
1077
1078 2007-01-22  Edward Hervey  <edward@fluendo.com>
1079
1080         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1081         (get_current_group), (group_demuxer_event_probe),
1082         (gst_decode_group_expose), (deactivate_free_recursive),
1083         (gst_decode_group_free):
1084         Cleanups.
1085         Don't forget to emit 'no-more-pads' once a group is exposed.
1086         Cleanup elements from a DecodeGroup once we remove it.
1087         Protect call to gst_decode_group_expose() with the decodebin lock.
1088
1089 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1090
1091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1093         Looking at Xorg code i can't figure out if that XKeysymToString
1094         function is thread sensible or not. Lock it just in case as
1095         recommended by Radek Doulik <rodo at ximian dot com>.
1096
1097 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1098
1099         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1101         Lock that X Call as well. Fixes #397673.
1102
1103 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1106           Don't go into an endless loop if the file starts with 00 00 01 2X,
1107           like quicktime redirect files might. Fixes #396042.
1108
1109         * tests/check/Makefile.am:
1110         * tests/check/gst/.cvsignore:
1111         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1112         (typefindfunctions_suite):
1113           Add unit test for the above.
1114
1115 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1116
1117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1118           On second thought, use "depth" field rather than "bpp" field.
1119
1120 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1121
1122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1123           Camtasia caps apparently need a bpp field (#398875).
1124
1125 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1128         (gen_source_element), (gst_play_base_bin_change_state):
1129           Attempt at a better error message in case we don't have the required
1130           URI handler installed; post missing-plugin message also when we're
1131           missing an URI handler for the subtitle URI; clean up properly also
1132           when an error occurs and we never made it to PAUSED state.
1133
1134         * tests/check/elements/playbin.c: (GST_START_TEST),
1135         (playbin_suite):
1136           Check that we're also getting a missing-plugin messsage for a
1137           missing subtitle URI handler (and clean up properly).
1138
1139 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1142           Plug a few reference leaks.
1143
1144 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1147           Lower probability a bit if the marker isn't right at the start,
1148           to decrease the chance of false positives.
1149
1150 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1153           Small mpeg2 system stream typefinding improvement: make typefinder
1154           probe a bit into the stream instead of just looking for a marker
1155           at the beginning. Fixes #397810.
1156
1157 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1158
1159         * gst/audioconvert/gstchannelmix.c:
1160           Remove compatibility cruft for prehistoric GLib versions.
1161
1162 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1163
1164         * gst/playback/Makefile.am:
1165         * gst/playback/gstdecodebin.c: (close_pad_link):
1166         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1168         (gst_play_base_bin_handle_message_func), (unknown_type):
1169           Let decodebin be the element to post missing-plugin messages for
1170           missing decoders (rather than playbin); make playbin implement
1171           GstBin::handle_message so we can suppress missing-plugin messages
1172           for types we're not handling on purpose (don't want to bring up an
1173           installer in those cases).
1174
1175 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1178         * gst-libs/gst/tag/gstvorbistag.c:
1179         (gst_tag_list_to_vorbiscomment_buffer):
1180         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1181           Fix potentially unaligned access (#397207).
1182
1183 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1186         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1187         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1188         (main):
1189           Allow to toggle looping while it plays. Fix callback prototype. Clean
1190           up code a bit more. Add copyright header.
1191
1192 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1193
1194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1195           Red and blue mask was swapped (spotted by Dan Williams).
1196
1197 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1198
1199         * gst-libs/gst/tag/gstid3tag.c:
1200         * gst-libs/gst/tag/gstvorbistag.c:
1201           Use new beats-per-minute tag from core.
1202
1203 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * po/POTFILES.in:
1206           Add new files with translatable strings, so they actually make it
1207           into the template file one day.
1208
1209 2007-01-12  Andy Wingo  <wingo@pobox.com>
1210
1211         * gst-libs/gst/audio/gstbaseaudiosink.c
1212         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1213         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1214         stuff, as the base class handles this now. Actually tell the ring
1215         buffer to start.
1216         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1217         How did this work before? Maybe I'm not as awesome a programmer as
1218         I think.
1219
1220         * gst-libs/gst/audio/gstbaseaudiosrc.c
1221         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1222         of a pad function.
1223
1224 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1227           Remove more fields so that the application can better blacklist
1228           formats that have been tried before.
1229
1230 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * gst-libs/gst/audio/mixerutils.h:
1233           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1234           used when compiling with c++ compilers as well.
1235
1236 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * gst/typefind/gsttypefindfunctions.c:
1239           Fix comment.
1240
1241 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * gst/playback/gstplaybin.c: (post_missing_element_message),
1244         (gen_video_element), (gen_text_element), (gen_audio_element),
1245         (gen_vis_element):
1246           Post missing-plugin messages also when we error out because
1247           converters, textoverlay or auto*sinks are missing (#161922).
1248
1249 2007-01-10  Wim Taymans  <wim@fluendo.com>
1250
1251         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1252         (is_demuxer_element), (new_caps):
1253         * gst/playback/gstplaybasebin.c: (source_new_pad):
1254         Fix the case where we try to ref a NULL element when we delay a link
1255         because of unfixed caps.
1256         Set the state of autoplugged decodebins to PAUSED.
1257         RTSP now works in playbin, we can remove it from the blacklist.
1258
1259 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * gst/playback/Makefile.am:
1262         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1263         (unknown_type), (setup_subtitle), (gen_source_element):
1264         * gst/playback/gstplaybin.c: (plugin_init):
1265           Post missing-plugin messages on the bus for missing sources and
1266           missing decoders/demuxers/depayloaders; fix error code used when
1267           we're missing an URI handler source; for media types that we are not
1268           handling on purpose at the moment, don't print "don't know how to
1269           handle xyz" messages to the terminal or post missing-plugin
1270           messages on the bus.
1271
1272         * tests/check/elements/playbin.c: (create_playbin),
1273         (GST_START_TEST), (gst_codec_src_uri_get_type),
1274         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1275         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1276         (gst_codec_src_init_type), (gst_codec_src_base_init),
1277         (gst_codec_src_create), (gst_codec_src_class_init),
1278         (gst_codec_src_init), (plugin_init), (playbin_suite):
1279           Add some tests for the missing-plugin stuff.
1280
1281 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * configure.ac:
1284         * gst-libs/gst/Makefile.am:
1285         * gst-libs/gst/utils/Makefile.am:
1286         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1287         * gst-libs/gst/utils/base-utils.h:
1288         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1289         (find_format_info), (caps_are_rtp_caps),
1290         (gst_base_utils_get_source_description),
1291         (gst_base_utils_get_sink_description),
1292         (gst_base_utils_get_decoder_description),
1293         (gst_base_utils_get_encoder_description),
1294         (gst_base_utils_get_element_description),
1295         (gst_base_utils_add_codec_description_to_tag_list),
1296         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1297         * gst-libs/gst/utils/descriptions.h:
1298         * gst-libs/gst/utils/missing-plugins.c:
1299         (missing_structure_get_type), (copy_and_clean_caps),
1300         (gst_missing_uri_source_message_new),
1301         (gst_missing_uri_sink_message_new),
1302         (gst_missing_element_message_new),
1303         (gst_missing_decoder_message_new),
1304         (gst_missing_encoder_message_new),
1305         (missing_structure_get_string_detail),
1306         (missing_structure_get_caps_detail),
1307         (gst_missing_plugin_message_get_installer_detail),
1308         (gst_missing_plugin_message_get_description),
1309         (gst_is_missing_plugin_message):
1310         * gst-libs/gst/utils/missing-plugins.h:
1311           API: add new libgstbaseutils library with functions
1312           - to create and parse missing-plugins messages
1313           - that provide (translated) descriptions for caps/decoders/sources/etc.
1314           Closes #392393.
1315
1316         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1317         * pkgconfig/gstreamer-plugins-base.pc.in:
1318           Add new lib.
1319
1320         * docs/libs/gst-plugins-base-libs-docs.sgml:
1321         * docs/libs/gst-plugins-base-libs-sections.txt:
1322           Generate docs for new lib and API.
1323
1324         * tests/check/Makefile.am:
1325         * tests/check/libs/.cvsignore:
1326         * tests/check/libs/utils.c: (missing_msg_check_getters),
1327         (GST_START_TEST), (libgstbaseutils_suite):
1328           Add some basic unit tests.
1329
1330 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * ext/ogg/Makefile.am:
1333           Dist gstoggdemux.h to fix 'make distcheck'.
1334
1335         * sys/v4l/Makefile.am:
1336           Fix 'make distcheck' even more.
1337
1338 2007-01-09  Wim Taymans  <wim@fluendo.com>
1339
1340         * docs/plugins/Makefile.am:
1341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1343         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1344         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1345         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1346         (gst_ogg_demux_perform_seek):
1347         * ext/ogg/gstoggdemux.h:
1348         Added docs.
1349         Add some more comments.
1350         Small cleanups.
1351
1352 2007-01-09  Wim Taymans  <wim@fluendo.com>
1353
1354         * ext/theora/theoradec.c:
1355         * ext/vorbis/vorbisdec.c:
1356         * gst-libs/gst/audio/gstringbuffer.c:
1357         (gst_ring_buffer_commit_full):
1358         * gst-libs/gst/audio/gstringbuffer.h:
1359         * gst-libs/gst/rtp/gstrtpbuffer.c:
1360         * gst-libs/gst/tag/gstvorbistag.c:
1361         Small documentation updates/fixes
1362
1363 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * configure.ac:
1366           Require core CVS HEAD for Andy's basesrc/sink API additions.
1367
1368 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1371
1372         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1373         (plugin_init):
1374           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1375           on flac.sf.net (there appear to be other versions of the first
1376           ogg page in the wild) (#391365).
1377
1378 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * configure.ac:
1381           Check if localtime_r() is available.
1382
1383         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1384           If localtime_r() is not available, fall back to localtime(). Should
1385           fix build on MingW (#393310).
1386
1387 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1388
1389         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1390         * gst/subparse/gstsubparse.h:
1391           Remove spurious 1000 subtrahend when calculating the timestamp from
1392           the frame number and the frame rate . Also, use the frames/second
1393           value specified in the first line of the file, if one is specified
1394           there. Should fix #357503.
1395
1396         * tests/check/elements/subparse.c: (do_test),
1397         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1398         (subparse_suite):
1399           Add some basic unit tests for the microdvd subtitle format.
1400
1401 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1402
1403         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1404         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1405         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1406         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1407         (gst_xvimagesink_set_xwindow_id),
1408         (gst_xvimagesink_set_event_handling),
1409         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1410         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1411         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1412         Fixes : #390076.
1413         Add an adaptor property to select a specific XV adaptor.
1414         * sys/xvimage/xvimagesink.h:
1415
1416 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1417
1418         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1419         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1420         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1421         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1422         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1423         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1424         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1425         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1426         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1427         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1428         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1429         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1430         Use flow_lock much more to protect every access to xwindow.
1431         Try to catch erros while creating images in case some drivers are
1432         just generating an XError when the requested image is too big.
1433         Should fix : #354698, #384008, #384060.
1434         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1435         Implement some stress testing of setting window xid.
1436
1437 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1438
1439         * win32/common/libgsaudio.def:
1440           Add new exported function.
1441         * win32/common/libgstogg.dsp:
1442           Add gstoggaviparse.c to the build.
1443         * win32/common/libgstvideoscale.dsp:
1444           Add vs_4tap.c to the build.
1445         * win32/common/libgstvorbis.dsp:
1446           Add vorbistag.c to the build.
1447         
1448 2007-01-06  Andy Wingo  <wingo@pobox.com>
1449
1450         * gst-libs/gst/audio/gstbaseaudiosink.c
1451         (gst_base_audio_sink_class_init)
1452         (gst_base_audio_sink_init): 
1453         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1454         to baseaudiosink, and tell basesink that we can work in pull mode.
1455         This way the ring buffer thread drives the pipeline directly, if
1456         pull mode is possible. There is some lingering nastiness regarding
1457         capsnego, however.
1458         (gst_base_audio_sink_callback): Implement the callback to pull
1459         data. This interface is a bit light, though -- it should get a
1460         GstFlowReturn return value at least.
1461
1462 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1465         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1466         * gst/playback/gstdecodebin2.c:
1467         (gst_decode_group_check_if_blocked):
1468           Printf format and missing argument fixes.
1469
1470 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1471
1472         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1473         (gst_ogm_parse_change_state):
1474         Activate pads before adding them to the element.
1475
1476 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1477
1478         * tests/examples/seek/scrubby.c: (main):
1479         * tests/examples/seek/seek.c: (main):
1480           Call g_thread_init() first thing in main() (see #391278).
1481
1482 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1483
1484         * tests/check/Makefile.am:
1485         * tests/check/libs/.cvsignore:
1486         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1487         (netbuffer_suite):
1488           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1489           for the time being, since it's broken, see #393099.
1490
1491 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * tests/check/Makefile.am:
1494           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1495
1496 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1497
1498         * configure.ac:
1499           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1500           so that GST_BASE_CFLAGS can go inbetween them, making sure
1501           we use uninstalled gst-libs headers
1502         * docs/libs/Makefile.am:
1503         * ext/alsa/Makefile.am:
1504         * ext/cdparanoia/Makefile.am:
1505         * ext/gnomevfs/Makefile.am:
1506         * ext/libvisual/Makefile.am:
1507         * ext/ogg/Makefile.am:
1508         * ext/theora/Makefile.am:
1509         * ext/vorbis/Makefile.am:
1510         * gst-libs/gst/audio/Makefile.am:
1511         * gst-libs/gst/cdda/Makefile.am:
1512         * gst-libs/gst/interfaces/Makefile.am:
1513         * gst-libs/gst/riff/Makefile.am:
1514         * gst-libs/gst/rtp/Makefile.am:
1515         * gst-libs/gst/tag/Makefile.am:
1516         * gst/adder/Makefile.am:
1517         * gst/audioconvert/Makefile.am:
1518         * gst/audiorate/Makefile.am:
1519         * gst/audioresample/Makefile.am:
1520         * gst/playback/Makefile.am:
1521         * gst/tcp/Makefile.am:
1522         * gst/videoscale/Makefile.am:
1523         * gst/volume/Makefile.am:
1524         * sys/ximage/Makefile.am:
1525         * sys/xvimage/Makefile.am:
1526         * tests/icles/Makefile.am:
1527           adapt
1528
1529 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1530
1531         * gst-libs/gst/interfaces/xoverlay.c:
1532         (gst_x_overlay_handle_events):
1533         * gst-libs/gst/interfaces/xoverlay.h:
1534         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1535         (gst_ximagesink_set_xwindow_id),
1536         (gst_ximagesink_set_event_handling),
1537         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1538         (gst_ximagesink_get_property), (gst_ximagesink_init),
1539         (gst_ximagesink_class_init):
1540         * sys/ximage/ximagesink.h:
1541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1542         (gst_xvimagesink_set_xwindow_id),
1543         (gst_xvimagesink_set_event_handling),
1544         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1545         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1546         (gst_xvimagesink_class_init):
1547         * sys/xvimage/xvimagesink.h:
1548         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1549         Add a method to the XOverlay interface to allow disabling of 
1550         event handling in x[v]imagesink elements. This will let X events
1551         propagate to parent windows which can be usefull in some cases.
1552         Be carefull that the application is then responsible of pushing
1553         navigation events and expose events to the video sink.
1554         Fixes: #387138.
1555
1556 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1557
1558         * gst-libs/gst/tag/gstvorbistag.c:
1559         * tests/check/libs/tag.c: (GST_START_TEST):
1560           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1561           (fixes #392070).
1562
1563 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * configure.ac:
1566         * docs/Makefile.am:
1567         * docs/design/Makefile.am:
1568           Dist design docs.
1569
1570 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1571
1572         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1573         typo. Fixes: #390063.
1574
1575 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1576
1577         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1579         caps leak.
1580         * win32/common/config.h: Updated.
1581
1582 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1583
1584         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1585         (setup_gdpdepay_streamheader):
1586         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1587         (setup_gdppay_streamheader):
1588           Fix the dp tests, but activating the pads for the streamheader tests
1589           too and cleaning up conditionaly
1590
1591 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1592
1593         * gst/ffmpegcolorspace/avcodec.h:
1594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1595         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1596         (gst_ffmpegcsp_avpicture_fill):
1597         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1598         (img_get_alpha_info):
1599         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1600         other end of the word. Fixes: #387073.
1601
1602         Add some inconsequential branch hints in a couple of places.
1603
1604 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1607         (gst_ffmpeg_caps_to_smpfmt):
1608           The "signed" field in raw audio caps is of boolean type, trying to
1609           extract the value with _get_int() will fail (fix to keep in sync with
1610           the copy in gst-ffmpeg)
1611
1612 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1615         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1616         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1617         (cleanup_gdpdepay):
1618         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1619         * tests/check/elements/subparse.c: (teardown_subparse):
1620         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1621         * tests/check/elements/videorate.c: (cleanup_videorate):
1622         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1623         * tests/check/elements/volume.c: (cleanup_volume):
1624         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1625         (cleanup_vorbisdec):
1626         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1627         (cleanup_vorbistag):
1628           consistent pad (de)activation
1629
1630 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1633           Forgot to register the extensions.
1634
1635 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1636
1637         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1638         (plugin_init):
1639           Add typefinder for VIVO files (my christmas present to the 90s).
1640
1641 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1642
1643         * gst/playback/gstdecodebin.c: (type_found):
1644           Special-case the text/plain media type: we only want to recognise it
1645           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1646           parser, but not if the entire stream is of text/plain type. If the
1647           entire stream is text/plain, we should just error out.
1648
1649           This fixes playback of audio files with lyrics in totem. Totem can't
1650           distinguish between text files and subtitle files and passes any
1651           .txt file with the same basename as the main file to playbin as
1652           suburi, and playbin will then throw a 'subtitle found, but no video
1653           stream' error, which isn't entirely helpful. See #380342.
1654
1655           Also, with this change we'll show a slightly more correct error
1656           message in case totem passes a playlist file to us (although a
1657           custom error message wording instead of the default text would
1658           probably not be a bad idea either).
1659
1660           Same problem also needs to be fixed for playbin+decodebin2.
1661
1662         * tests/check/Makefile.am:
1663         * tests/check/elements/decodebin.c: (src_handoff_cb),
1664         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1665         (decodebin_suite):
1666           Add simple unit test for decodebin for the above.
1667
1668 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1669
1670         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1671         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1672           Refuse to change state to READY when we failed to create any of the
1673           required elements in our instance init function.
1674
1675 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1676
1677         * docs/libs/gst-plugins-base-libs-sections.txt:
1678           Small docs fixes/updates.
1679
1680         * gst-libs/gst/video/gstvideosink.h:
1681           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1682           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1683           removed from the base sink API between 0.9.6 and 0.9.7).
1684           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1685           accessor macros, so we don't do a runtime GObject type check every
1686           time we use them.
1687
1688 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1689
1690         * Makefile.am:
1691         * gst-plugins-base.doap:
1692         * gst-plugins-base.spec.in:
1693           add doap file
1694
1695 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         Patch by: Jens Granseuer <jensgr at gmx net>
1698
1699         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1700         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1701         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1702         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1704           Declare variables at the beginning of a block. Fixes #383195.
1705
1706 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1707
1708         * configure.ac:
1709         Bump version nano - back to CVS.
1710
1711
1712 === release 0.10.11 ===
1713
1714 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1715
1716         * configure.ac:
1717           releasing 0.10.11, "Dumb things"
1718
1719 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1720
1721         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1722         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1723         Handle the case where an element has multiple pads with 
1724         unfixed caps as well as still possibly producing more dynamic 
1725         pads by storing each case as a distinct entry in the dynamic list.
1726         Fixes #38223 again.
1727
1728 2006-12-04  Wim Taymans  <wim@fluendo.com>
1729
1730         * gst/playback/gstdecodebin.c: (close_pad_link):
1731         Fix #382223, add more dynamic caps handling.
1732
1733 2006-12-04  Wim Taymans  <wim@fluendo.com>
1734
1735         reviewed by: <delete if not using a buddy>
1736
1737         * gst-libs/gst/audio/gstringbuffer.h:
1738         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1739         (gst_netaddress_set_ip4_interface),
1740         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1741         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1742         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1743         (gst_netaddress_get_ttl):
1744         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1745         * gst/playback/gstdecodebin.c: (close_pad_link):
1746         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1747         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1748         * win32/common/config.h:
1749
1750 2006-12-01  Michael Smith  <msmith@fluendo.com>
1751
1752         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1753           Delete bad debug code.
1754           Fixes #381219
1755
1756 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1757
1758         * gst/videoscale/vs_4tap.c:
1759         * win32/MANIFEST:
1760         * win32/common/config.h:
1761         * win32/vs8/libgstvideoscale.vcproj:
1762         Fix compilation on win32 under VS8
1763         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1764         Partially fixes #381175
1765
1766 2006-11-30  Michael Smith  <msmith@fluendo.com>
1767
1768         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1769         (GST_START_TEST):
1770           It would be very bad if, after a discont buffer, we thought every
1771           single following buffer was also discont. So, add to the test to
1772           ensure that this isn't the case.
1773           
1774         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1775           ... it was the case. So fix it.
1776
1777 2006-11-28  Wim Taymans  <wim@fluendo.com>
1778
1779         * gst/playback/gstplaybasebin.c: (check_queue_event):
1780         Improve debug.
1781
1782         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1783         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1784         padtemplate caps. Refixes #357577.
1785
1786 2006-11-28  Wim Taymans  <wim@fluendo.com>
1787
1788         * gst/playback/gstplaybasebin.c: (check_queue_event),
1789         (queue_threshold_reached), (queue_out_of_data),
1790         (gen_preroll_element):
1791         Add event probe to see when EOS is in a queue and we can disable the
1792         underrun signals. Fixes #357577.
1793
1794 2006-11-28  Edward Hervey  <edward@fluendo.com>
1795
1796         * gst/playback/Makefile.am:
1797         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1798         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1799         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1800         (gst_decode_bin_init), (gst_decode_bin_dispose),
1801         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1802         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1803         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1804         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1805         (connect_element), (expose_pad), (type_found),
1806         (pad_added_group_cb), (pad_removed_group_cb),
1807         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1808         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1809         (are_raw_caps), (multi_queue_overrun_cb),
1810         (multi_queue_underrun_cb), (gst_decode_group_new),
1811         (get_current_group), (group_demuxer_event_probe),
1812         (gst_decode_group_control_demuxer_pad),
1813         (gst_decode_group_control_source_pad),
1814         (gst_decode_group_check_if_blocked),
1815         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1816         (gst_decode_group_hide), (gst_decode_group_free),
1817         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1818         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1819         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1820         (plugin_init):
1821         New decodebin2 element.
1822         Closes #370092
1823         * gst/playback/gstplay-marshal.list:
1824         Added marshallers for new signals in decodebin2
1825         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1826         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1827         is set.
1828
1829 2006-11-28  Wim Taymans  <wim@fluendo.com>
1830
1831         * gst/playback/gstplaybasebin.c: (setup_source),
1832         (gst_play_base_bin_change_state):
1833         Disable rtsp:// uris for the release, it's not good enough yet.
1834         Remove unused var.
1835
1836 2006-11-26  Wim Taymans  <wim@fluendo.com>
1837
1838         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1839         (theora_dec_push_forward), (theora_dec_push_reverse),
1840         (theora_handle_data_packet), (theora_dec_decode_buffer),
1841         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1842         (theora_dec_chain_forward), (theora_dec_chain):
1843         Implement reverse playback.
1844
1845         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1846         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1847         (vorbis_dec_chain_forward):
1848         Clear buffers used for reverse playback in _reset.
1849         No need to set the eos flag, we clip samples using the segment.
1850
1851 2006-11-24  Wim Taymans  <wim@fluendo.com>
1852
1853         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1854         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1855         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1856         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1857         Some cleanups.
1858         Handle continued pages in reverse mode.
1859
1860 2006-11-24  Wim Taymans  <wim@fluendo.com>
1861
1862         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1863         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1864         (vorbis_dec_flush_decode):
1865         Small cleanups.
1866         Don't try to add invalid timestamps.
1867         Clipping will unref the buffer.
1868
1869 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1870
1871         * gst/adder/gstadder.h:
1872         * gst/audiotestsrc/gstaudiotestsrc.h:
1873           remove obsolete _factory_init protos
1874
1875 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1876
1877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1878           Fix spacing in debug message.
1879
1880 2006-11-23  Wim Taymans  <wim@fluendo.com>
1881
1882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1883         (gst_ogg_demux_chain):
1884         Don't just ignore return values from _pad_push().
1885         Small debug improvements.
1886
1887 2006-11-23  Michael Smith  <msmith@fluendo.com>
1888
1889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1890           If our incoming buffer is marked as DISCONT, then increment the page
1891           number (so that the discontinuity is marked in the final ogg
1892           bitstream) and flush the previous page.
1893
1894 2006-11-22  Michael Smith  <msmith@fluendo.com>
1895
1896         * ext/theora/gsttheoraenc.h:
1897         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1898         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1899         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1900         (theora_enc_chain), (theora_enc_change_state):
1901           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1902
1903         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1904         (GST_START_TEST), (theoraenc_suite):
1905           Enable discontinuity test, fix it.
1906
1907 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1910         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1911         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1912         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1913         (gst_text_overlay_change_state):
1914         * ext/pango/gsttextoverlay.h:
1915           Some textoverlay fixes: for one, in the video chain function,
1916           actually wait for a text buffer to come in if there is none at the
1917           moment and there should be one; also, deal more gracefully with
1918           incoming buffers that do not have a timestamp or duration; discard
1919           text buffer when not needed any longer. Fixes #341681.
1920
1921         * tests/check/Makefile.am:
1922         * tests/check/elements/.cvsignore:
1923         * tests/check/elements/textoverlay.c:
1924         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1925         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1926         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1927         (test_video_waits_for_text_send_text_newsegment_thread),
1928         (test_video_waits_for_text_shutdown_element),
1929         (test_render_continuity_push_video_buffers_thread),
1930         (textoverlay_suite):
1931           Add some unit tests for textoverlay.
1932
1933 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1936           Avoid integer underflow when the found probability for mp3 is
1937           smaller than the 'penalty' we subtract if there's not a clean
1938           mp3 header sync at offset 0.
1939
1940 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1941
1942         * docs/libs/gst-plugins-base-libs-sections.txt:
1943           Add some new symbols to the docs
1944
1945 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1946
1947         * tests/check/Makefile.am:
1948         * tests/check/elements/ffmpegcolorspace.c:
1949         (ffmpegcolorspace_suite):
1950           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1951           (for now not for valgrinding though, since it takes too long).
1952
1953 2006-11-20  Wim Taymans  <wim@fluendo.com>
1954
1955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1956         (gst_ffmpeg_pixfmt_to_caps):
1957         Fix RGBA32 caps. Fixes #357038.
1958
1959 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1960
1961         * gst-libs/gst/interfaces/mixertrack.h:
1962           Add FIXME so we can add some padding here in 0.11
1963
1964 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1967           Fix GstBaseRTPAudioPayload structure so the whole GObject
1968           inheritance business actually works (parent class instance structure
1969           must always come first in the derived class instance structure).
1970
1971 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * gst/videotestsrc/Makefile.am:
1974         * tests/check/Makefile.am:
1975           Make sure our checks and the videotestsrc plugin link against the
1976           local uninstalled gst libs and not any installed gst libs that
1977           might happen to exist as well.
1978
1979         * tests/check/elements/adder.c: (message_received),
1980         (test_event_message_received), (test_play_twice_message_received):
1981         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1982           Fix compiler warnings when compiling against core with disabled
1983           debugging system.
1984
1985 2006-11-16  Michael Smith  <msmith@fluendo.com>
1986
1987         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1988         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1989           Fix audiorate, so that it accurately sets offsets and timestamps.
1990           Doesn't change the fundamental algorithmic decisions; so should be
1991           safe.
1992
1993         * tests/check/Makefile.am:
1994           Enable audiorate test now that it passes.
1995
1996 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1997
1998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1999           clear xv when going to NULL, remove // commented non-existant proto
2000
2001         * tests/examples/seek/seek.c: (main):
2002           add missing tooltip description for scrub and play_scrub
2003
2004 2006-11-14  David Schleef  <ds@schleef.org>
2005
2006         * configure.ac:
2007           Bump liboil requirement to 0.3.8.
2008         * gst-libs/gst/riff/riff-media.c:
2009           Add Dirac fourcc.
2010         * gst/videoscale/vs_image.h:
2011         * gst/videoscale/vs_scanline.h:
2012           Use liboil's stdint.h.
2013         * gst/videotestsrc/videotestsrc.c:
2014           Remove liboil related ifdef's, since they aren't needed now, and
2015           won't work with future versions.
2016
2017 2006-11-14  David Schleef  <ds@schleef.org>
2018
2019         * gst/videoscale/Makefile.am:
2020         * gst/videoscale/gstvideoscale.c:
2021         * gst/videoscale/gstvideoscale.h:
2022         * gst/videoscale/vs_4tap.c:
2023         * gst/videoscale/vs_4tap.h:
2024         * gst/videoscale/vs_image.c:
2025         * gst/videoscale/vs_image.h:
2026         * gst/videoscale/vs_scanline.c:
2027         * gst/videoscale/vs_scanline.h:
2028           Add a 4-tap image scaler.  Theoretically looks much prettier.
2029           The tap calculation could use some improvement.
2030
2031 2006-11-14  Wim Taymans  <wim@fluendo.com>
2032
2033         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2034
2035         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2036         (gst_riff_parse_strf_iavs):
2037         * gst/subparse/gstsubparse.c: (convert_encoding):
2038         * gst/tcp/gstmultifdsink.c:
2039         (gst_multi_fd_sink_handle_client_write):
2040         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2041         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2042         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2043         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2044         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2045         (gst_ximagesink_ximage_new):
2046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2047         Various gsize and gssize printf fixes. Fixes #372507.
2048
2049 2006-11-13  Wim Taymans  <wim@fluendo.com>
2050
2051         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2052         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2053         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2054         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2055         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2056         * ext/vorbis/vorbisdec.h:
2057         First stab at vorbis reverse playback.
2058
2059 2006-11-13  Wim Taymans  <wim@fluendo.com>
2060
2061         * gst-libs/gst/audio/gstbaseaudiosink.c:
2062         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2063         * gst-libs/gst/audio/gstbaseaudiosink.h:
2064         Make the clock sync code more accurate wrt resampling and playback
2065         at different rates.
2066         
2067         * gst-libs/gst/audio/gstringbuffer.c:
2068         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2069         * gst-libs/gst/audio/gstringbuffer.h:
2070         Use better algorithm to interpolate sample rates. 
2071
2072 2006-11-13  Michael Smith  <msmith@fluendo.com>
2073
2074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2075           Improve a debug line slightly.
2076
2077         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2078           Call gst_riff_init() in plugin_init, to avoid getting errors from
2079           the debug system (unrelated changes to another plugin made this turn
2080           up; not sure why).
2081
2082 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2083
2084         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2085
2086         * win32/common/libgsttag.def:
2087           Add missing symbol (#366492).
2088
2089 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2090
2091         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2092           Don't unref a NULL pad.
2093
2094 2006-11-09  Wim Taymans  <wim@fluendo.com>
2095
2096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2097         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2098         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2099         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2100         (gst_ogg_demux_loop):
2101         Implement first stab at reverse playback.
2102
2103 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2106         (gst_riff_create_video_template_caps):
2107           add h263/h264 variants to the caps, Fixes #363118
2108
2109 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2110
2111         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2112         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2113           Use g_strerror instead of strerror so we get UTF-8.
2114
2115 2006-11-03  David Schleef  <ds@schleef.org>
2116
2117         * ext/ogg/gstoggdemux.c:
2118         * ext/ogg/gstoggmux.c:
2119           Add/remove KW-DIRAC header here, since it is ogg-specific.
2120
2121 2006-11-03  Michael Smith  <msmith@fluendo.com>
2122
2123         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2124           Recognise more mpeg4 elementary video streams.
2125
2126 2006-11-02  Edward Hervey  <edward@fluendo.com>
2127
2128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2129         Lower the probability of mp3 typefinding functions if we don't find a
2130         valid mp3 header at the start of the file.
2131         Closes #369482
2132
2133 2006-11-02  Wim Taymans  <wim@fluendo.com>
2134
2135         * ext/theora/gsttheoradec.h:
2136         * ext/theora/theoradec.c: (gst_theora_dec_init),
2137         (theora_dec_sink_event), (theora_dec_chain_forward),
2138         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2139         (theora_dec_chain):
2140         Document and partially implement an algorithm for doing reverse playback
2141         of theora video.
2142
2143 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2146
2147         * win32/common/config.h:
2148         * win32/common/interfaces-enumtypes.c:
2149         * win32/common/libgsttag.def:
2150         * win32/vs8/gst-plugins-base.sln:
2151         * win32/vs8/libgstaudioresample.vcproj:
2152         * win32/vs8/libgstinterfaces.vcproj:
2153         * win32/vs8/libgstogg.vcproj:
2154         * win32/vs8/libgstriff.vcproj:
2155         * win32/vs8/libgsttag.vcproj:
2156         * win32/vs8/libgsttheora.vcproj:
2157         * win32/vs8/libgstvideoscale.vcproj:
2158         * win32/vs8/libgstvorbis.vcproj:
2159           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2160           to libgsttag.def; add missing dependencies for some vs8 projects;
2161           re-arrange placement of .def files in vs8 projects (#366334).
2162
2163 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * ext/ogg/gstogg.c:
2166           Remove unused variable.
2167
2168         * ext/ogg/gstoggdemux.c:
2169           Fix Wim's surname in plugin description.
2170
2171 2006-10-31  Wim Taymans  <wim@fluendo.com>
2172
2173         * gst-plugins-base.spec.in:
2174         spec new .h file. Fixes #368310.
2175
2176 2006-10-31  Michael Smith  <msmith@fluendo.com>
2177
2178         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2179         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2180         (gst_multi_fd_sink_get_stats),
2181         (gst_multi_fd_sink_remove_client_link),
2182         (gst_multi_fd_sink_queue_buffer),
2183         (gst_multi_fd_sink_handle_clients):
2184         * gst/tcp/gstmultifdsink.h:
2185           Make using the remove or clear signals threadsafe.
2186           Make calling get-stats with an invalid fd not segfault.
2187           Fixes 368273.
2188
2189 2006-10-31  Wim Taymans  <wim@fluendo.com>
2190
2191         * gst-libs/gst/rtp/Makefile.am:
2192         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2193         (gst_base_rtp_audio_payload_init):
2194         Fix and activate base audio payloader.
2195
2196 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2199         (plugin_init):
2200           Add typefinder for QuickTime Image Files (see #366156).
2201
2202 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2205           Another typo fix (#366212).
2206
2207 2006-10-27  Wim Taymans  <wim@fluendo.com>
2208
2209         * gst/volume/gstvolume.c: (volume_transform_ip):
2210         Use stream time to synchronize volume property instead of rather random
2211         timestamps. This is needed when gnonlin does its time shifting.
2212
2213 2006-10-27  Wim Taymans  <wim@fluendo.com>
2214
2215         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2216
2217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2218         Remove the pad from the element in release_pad. Fixes #364812.
2219
2220 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2224           Explicitly create our custom buffer classes at a thread-safe
2225           location as well, since g_type_class_ref() doesn't seem to be
2226           entirely thread-safe either (#365501; also see #349410).
2227
2228 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2229
2230         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2231         (gst_riff_parse_info):
2232           If strings in INFO chunk are not UTF-8, do something similar to
2233           what we do for ID3v1 tags: check a number of environment variables
2234           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2235           character sets to try, otherwise try the current locale and/or fall
2236           back on ISO-8859-1. Fixes #360552.
2237
2238 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * gst/videotestsrc/gstvideotestsrc.c:
2241         (gst_video_test_src_pattern_get_type),
2242         (gst_video_test_src_set_pattern):
2243         * gst/videotestsrc/gstvideotestsrc.h:
2244         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2245         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2246         (gst_video_test_src_checkers8):
2247         * gst/videotestsrc/videotestsrc.h:
2248           Add a bunch of exciting new checkers patterns.
2249
2250 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * gst/subparse/Makefile.am:
2253         * gst/subparse/gstsubparse.c:
2254         (gst_sub_parse_data_format_autodetect),
2255         (gst_sub_parse_format_autodetect), (handle_buffer),
2256         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2257         * gst/subparse/gstsubparse.h:
2258         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2259         (parse_tmplayer):
2260         * gst/subparse/tmplayerparse.h:
2261           Add support for TMPlayer-type subtitles (#362845).
2262
2263         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2264         (GST_START_TEST), (subparse_suite):
2265           Add some basic unit tests for the above.
2266
2267 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2268
2269         * tests/check/elements/audiorate.c: (test_injector_base_init),
2270         (test_injector_class_init), (test_injector_chain),
2271         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2272         (GST_START_TEST), (audiorate_suite):
2273           More tests for audiorate: inject buffers to check behaviour when
2274           buffers overlap.
2275
2276 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * tests/check/Makefile.am:
2279         * tests/check/elements/.cvsignore:
2280         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2281         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2282           Add some basic unit tests for audiorate. Disabled at the moment
2283           since it doesn't pass yet (see bug #363119).
2284
2285 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2286
2287         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2288         (parse_subrip), (handle_buffer):
2289           Add missing closing tags for markup and fix broken markup,
2290           otherwise pango won't render anything (fixes #357531). Also,
2291           make sure the text we send out is always NUL-terminated
2292           (better safe than sorry etc.).
2293
2294         * tests/check/elements/subparse.c: (test_srt_do_test),
2295         (test_srt):
2296           Some more tests for .srt incl. tests for the above stuff.
2297
2298 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2299
2300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2302         Patch by: Stefan Kost  <ensonic@users.sf.net>
2303         Try to redraw borders only when needed. Apparently this consumes
2304         resources on small devices... :-O (#363607)
2305
2306 2006-10-20  Michael Smith  <msmith@fluendo.com>
2307
2308         * gst/tcp/gstmultifdsink.c:
2309         (gst_multi_fd_sink_client_queue_buffer):
2310           If caps change, then update the client's idea of the caps so that we
2311           don't end up re-sending streamheaders for every single buffer after
2312           the caps change.
2313
2314 2006-10-20  Michael Smith  <msmith@fluendo.com>
2315
2316         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2317         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2318           Set caps on pushed buffers; fix up refcounting of caps objects.
2319
2320 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2323         (plugin_init):
2324           Typefind mmsh header data packet to application/x-mmsh (#362625).
2325
2326 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * tests/check/Makefile.am:
2329         * tests/check/elements/.cvsignore:
2330         * tests/check/elements/subparse.c: (buffer_from_static_string),
2331         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2332         (GST_START_TEST), (subparse_suite):
2333           Add very simple unit test for subparse.
2334
2335 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2336
2337         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2338         (parse_subrip):
2339           Strip trailing newlines from subtitle text output.
2340
2341 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2344         (gst_sub_parse_change_state):
2345           Fix memleak; clear subparse->textbuf n state change function.
2346
2347 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2348
2349         * gst/subparse/gstsubparse.c:
2350         (gst_sub_parse_data_format_autodetect):
2351           Don't require subrip (.srt) files to start with a chunk number of 1.
2352
2353 2006-10-18  Wim Taymans  <wim@fluendo.com>
2354
2355         * gst-libs/gst/audio/gstbaseaudiosink.c:
2356         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2357         * gst-libs/gst/audio/gstbaseaudiosink.h:
2358         Extract rate from the NEWSEGMENT event.
2359         Use commit_full to also take rate adjustment into account when writing
2360         samples to the ringbuffer.
2361         
2362         * gst-libs/gst/audio/gstringbuffer.c:
2363         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2364         (gst_ring_buffer_read):
2365         * gst-libs/gst/audio/gstringbuffer.h:
2366         Added _commit_full() to also take rate into account.
2367         Use simple interpolation algorithm to resample audio.
2368         API: gst_ring_buffer_commit_full()
2369
2370         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2371         * tests/examples/seek/seek.c: (segment_done):
2372         Don't try to seek with 0.0 rate, just pause instead.
2373         Remove bogus debug line.
2374
2375 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2376
2377         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2378         (setup_source):
2379           Catch async errors when starting up the subtitle bin, so we can
2380           stop waiting and continue with the main film instead of hanging
2381           forever. Fixes #339366.
2382
2383         * tests/check/elements/playbin.c: (playbin_suite):
2384           Enable unit test for the above.
2385
2386 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2387
2388         * tests/check/Makefile.am:
2389         * tests/check/elements/.cvsignore:
2390         * tests/check/elements/playbin.c: (GST_START_TEST),
2391         (gst_red_video_src_uri_get_type),
2392         (gst_red_video_src_uri_get_protocols),
2393         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2394         (gst_red_video_src_uri_handler_init),
2395         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2396         (gst_red_video_src_create), (gst_red_video_src_class_init),
2397         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2398           Some small and basic unit tests for playbin; not very useful yet,
2399           but at least a start.
2400
2401 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2402
2403         * gst/playback/gstplaybin.c: (setup_sinks):
2404           The old pad activation spiel.
2405
2406 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         * gst/playback/gstplaybasebin.c: (setup_source):
2409           Don't hang forever if the subbin already fails to start up in 
2410           the state change to PAUSED (#339366).
2411
2412 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2413
2414         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2415         (gst_tuner_set_channel), (gst_tuner_get_channel),
2416         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2417         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2418         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2419         (gst_tuner_find_channel_by_name):
2420           Fix some function guards, add some more function guards.
2421
2422 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2423
2424         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2425         (remove_element_chain):
2426         Don't return a pad from get_our_ghost_pad unless it is actually the
2427         one we want.
2428         Change a cast in remove_element_chain slightly.
2429
2430 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2431
2432         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2433         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2434         Segment seeking needs to use the rate and set stop to -1.
2435
2436 2006-10-13  Wim Taymans  <wim@fluendo.com>
2437
2438         * gst-libs/gst/audio/gstbaseaudiosink.c:
2439         (gst_base_audio_sink_setcaps):
2440         Don't crash when ringbuffer is not yet created.
2441         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2442         Fixes #361634.
2443
2444         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2445         * gst/playback/gststreamselector.c:
2446         (gst_stream_selector_request_new_pad):
2447         Activate pads befre adding them to running elements.
2448
2449 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2450
2451         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2452         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2453         updater when we start grabing the slider. Don't wait for the
2454         pipeline to be PAUSED.
2455
2456 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2459         (gst_mixer_set_volume), (gst_mixer_get_volume),
2460         (gst_mixer_set_mute), (gst_mixer_set_option),
2461         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2462         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2463         (gst_mixer_option_changed):
2464           Guard mixer interface functions against bogus arguments.
2465
2466 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2467
2468         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2469         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2470         (msg_state_changed), (main): Use state-changed messages to trigger
2471         start/stop of scale update timer. Indeed the scale slider was
2472         jumping here and there because the update timer was activated 
2473         before seek completed. This fixes instant applying of rate changes
2474         by pressing the spinbutton like a crazy man !
2475
2476 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2477
2478         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2479
2480         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2481         (gst_basertppayload_finalize):
2482           Fix two small memory leaks (#361456).
2483
2484 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2485
2486         * tests/examples/seek/seek.c: (do_seek),
2487         (rate_spinbutton_changed_cb): When changing spinbutton we try
2488         to change the rate on the fly.
2489
2490 2006-10-10  Wim Taymans  <wim@fluendo.com>
2491
2492         * gst-libs/gst/riff/riff-ids.h:
2493         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2494         (gst_riff_create_audio_template_caps):
2495         Add WMS caps.
2496
2497 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2498
2499         Patch by: Josep Torre Valles <josep@fluendo.com>
2500
2501         * ext/gnomevfs/gstgnomevfssink.c:
2502         * ext/gnomevfs/gstgnomevfssrc.c:
2503         Fix URI interface implementation return type.
2504         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2505         Fix what looks like a copy/paste issue when assigning values.
2506         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2507         (gst_audio_filter_template_get_type):
2508         Cast to prevent Forte warnings.
2509         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2510         Fix URI interface implementation return type.
2511         gst_pad_query_position requires a signed integer pointer as
2512         3rd parameter, GstClockTime is unsigned.
2513         * gst/audioconvert/audioconvert.c:
2514         Fix integer overflow when treated as signed.
2515         * gst/audioresample/resample.c: (resample_add_input_data):
2516         Cast to prevent warnings on Forte.
2517         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2518         Fix integer overflow when treated as signed.
2519         * gst/ffmpegcolorspace/imgconvert_template.h:
2520         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2521         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2522         (cleanup_decodebin):
2523         Who initialises a guint to -1!
2524         Cast function pointers to prevent warnings on Forte.
2525         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2526         (queue_threshold_reached):
2527         Cast function pointers correctly to prevent warnings on Forte.
2528         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2529         Cast function pointers correctly to prevent warnings on Forte.
2530         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2531         Obvious change to unsigned, 0xEF > max signed char.
2532         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2533         GstClockTime is unsigned, initialise correctly.
2534         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2535         Cast so pointer arithemetic doesn't cause warnings on Forte.
2536         * gst/videorate/gstvideorate.c:
2537         Use correct return value.
2538         * tests/examples/seek/scrubby.c:
2539         GstClockTime is unsigned, initialise correctly.
2540
2541 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2544
2545         * gst/typefind/gsttypefindfunctions.c:
2546           Recognise XML files and XML-like files shorter than 256 bytes as
2547           well (fixes #359237).
2548
2549 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2550
2551         Patch by: Renato Filho <renato.filho@indt.org.br>
2552         
2553         * gst/typefind/gsttypefindfunctions.c:
2554         Added typefind functions to video/x-nuv media.
2555         
2556 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * gst-libs/gst/interfaces/xoverlay.c:
2559         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2560           Some more guards against invalid input.
2561
2562 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2563
2564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2565         Useless goto.
2566         * tests/examples/seek/seek.c: (do_seek),
2567         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2568         seek example to experiment with rates != 1.0 (reverse playback !)
2569
2570 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2571
2572         * gst-libs/gst/interfaces/xoverlay.c:
2573           Unref message in doc-example (spotted by Robert McQueen)
2574
2575 2006-10-06  Wim Taymans  <wim@fluendo.com>
2576
2577         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2578         (mpeg1_parse_header), (mpeg1_sys_type_find):
2579         printf fix.
2580
2581 2006-10-06  Wim Taymans  <wim@fluendo.com>
2582
2583         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2584         (close_pad_link):
2585         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2586         Activate dynamic pads before adding them to the element.
2587
2588 2006-10-06  Michael Smith  <msmith@fluendo.com>
2589
2590         * gst-libs/gst/floatcast/floatcast.h:
2591           Fix obviously-bogus macros; use the correct types.
2592
2593 2006-10-06  Wim Taymans  <wim@fluendo.com>
2594
2595         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2596         (gst_base_rtp_depayload_change_state):
2597         Also call parent state change function to activate pads.
2598
2599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2600         (mpeg1_parse_header), (mpeg1_sys_type_find):
2601         Add some more debug info in mpeg typefinding.
2602
2603 2006-10-06  Michael Smith  <msmith@fluendo.com>
2604
2605         * ext/theora/theoradec.c: (theora_dec_chain):
2606           Zero byte theora packets are valid and well-defined; don't warn on
2607           them.
2608
2609 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2610
2611         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2612         (gst_multi_fd_sink_get_stats), (find_limits),
2613         (gst_multi_fd_sink_queue_buffer):
2614           API: add dropped_buffers to the get-stats GValueArray
2615
2616 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2617
2618         * ext/alsa/gstalsadeviceprobe.c:
2619         (gst_alsa_device_property_probe_get_values):
2620         * ext/alsa/gstalsasink.c: (set_hwparams):
2621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2622         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2624         (gst_ogg_mux_process_best_pad):
2625         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2626         (gst_ogg_parse_chain):
2627         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2628         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2629         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2630         (gst_vorbis_enc_buffer_check_discontinuous):
2631         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2632         * gst-libs/gst/audio/gstbaseaudiosink.c:
2633         (gst_base_audio_sink_render):
2634         * gst-libs/gst/cdda/gstcddabasesrc.c:
2635         (gst_cdda_base_src_handle_track_seek):
2636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2637         (gst_base_rtp_depayload_push_full):
2638         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2639         * gst/audioresample/resample.c: (resample_input_pushthrough):
2640         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2641         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2642         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2643         (wavpack_type_find):
2644         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2645         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2646         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2647         * tests/check/elements/volume.c: (GST_START_TEST):
2648           Printf format fixes.
2649
2650 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2651
2652         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2653           Fix a simple mistake (see the docs)
2654           Fixes #359580
2655
2656 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * docs/plugins/Makefile.am:
2659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2661         * docs/plugins/gst-plugins-base-plugins.args:
2662         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2663         * docs/plugins/inspect/plugin-adder.xml:
2664         * docs/plugins/inspect/plugin-alsa.xml:
2665         * docs/plugins/inspect/plugin-audioconvert.xml:
2666         * docs/plugins/inspect/plugin-audiorate.xml:
2667         * docs/plugins/inspect/plugin-audioresample.xml:
2668         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2669         * docs/plugins/inspect/plugin-cdparanoia.xml:
2670         * docs/plugins/inspect/plugin-decodebin.xml:
2671         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2672         * docs/plugins/inspect/plugin-gdp.xml:
2673         * docs/plugins/inspect/plugin-gnomevfs.xml:
2674         * docs/plugins/inspect/plugin-libvisual.xml:
2675         * docs/plugins/inspect/plugin-ogg.xml:
2676         * docs/plugins/inspect/plugin-pango.xml:
2677         * docs/plugins/inspect/plugin-playbin.xml:
2678         * docs/plugins/inspect/plugin-subparse.xml:
2679         * docs/plugins/inspect/plugin-tcp.xml:
2680         * docs/plugins/inspect/plugin-theora.xml:
2681         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2682         * docs/plugins/inspect/plugin-video4linux.xml:
2683         * docs/plugins/inspect/plugin-videorate.xml:
2684         * docs/plugins/inspect/plugin-videoscale.xml:
2685         * docs/plugins/inspect/plugin-videotestsrc.xml:
2686         * docs/plugins/inspect/plugin-volume.xml:
2687         * docs/plugins/inspect/plugin-vorbis.xml:
2688         * docs/plugins/inspect/plugin-ximagesink.xml:
2689         * docs/plugins/inspect/plugin-xvimagesink.xml:
2690           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2691
2692 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2693
2694         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2695
2696         * ext/vorbis/Makefile.am:
2697         * ext/vorbis/vorbis.c: (plugin_init):
2698         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2699         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2700         * ext/vorbis/vorbisparse.h:
2701         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2702         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2703         (gst_vorbis_tag_parse_packet):
2704         * ext/vorbis/vorbistag.h:
2705           Add new vorbistag element which derives from vorbisparse
2706           and is essentially the same as well, only that it implements
2707           the GstTagSetter interface and can modify the stream's
2708           vorbiscomment on the fly (#335635).
2709
2710         * tests/check/Makefile.am:
2711         * tests/check/elements/.cvsignore:
2712         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2713         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2714         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2715         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2716           Add unit test for new vorbistag element.
2717
2718 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2721         (vorbis_parse_push_headers), (vorbis_parse_chain):
2722           Set BOS flag in packet structure to fix 'jump depends
2723           on unitialized value' errors in valgrind; various minor
2724           clean-ups.
2725
2726 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2727
2728         * gst/playback/gstdecodebin.c: (close_pad_link):
2729         Fix typo in a debug statement.
2730
2731         * gst/playback/gstplaybasebin.c: (probe_triggered),
2732         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2733         (gen_source_element), (source_new_pad), (analyse_source),
2734         (setup_source):
2735         When handling no_more_pads in new_decoded_pad, make sure to treat
2736         subtitle pads correctly. Fixes playback with subtitle files.
2737
2738         Move a recurring message to LOG level.
2739
2740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2741         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2742         which ends up as -1 when cast to an int. Make the logic handle the
2743         max value as an unsigned mask and only change the colorkey when it's
2744         a value we recognise.
2745
2746 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2747
2748         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2749         Removed empty * between paragraphs
2750
2751 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2752
2753         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2754         * gst-libs/gst/rtp/README:
2755         Moved some documentation into .c file
2756
2757 2006-09-29  Wim Taymans  <wim@fluendo.com>
2758
2759         * gst/playback/gstdecodebin.c: (no_more_pads):
2760         Fix compilation.
2761
2762 2006-09-29  Wim Taymans  <wim@fluendo.com>
2763
2764         * gst/playback/gstdecodebin.c: (new_caps):
2765         Remove g_print
2766
2767         * gst/playback/gstplaybin.c:
2768         Add some docs.
2769
2770 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2771
2772         * tests/check/Makefile.am:
2773           Re-enable cddabasesrc test to see if it works again
2774           now.
2775
2776 2006-09-29  Wim Taymans  <wim@fluendo.com>
2777
2778         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2779         (gen_source_element):
2780         Handle invalid URIs a bit more gracefully.
2781
2782 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2783
2784         * tests/check/pipelines/oggmux.c:
2785           Remove obsolete comment.
2786
2787 2006-09-29  Michael Smith  <msmith@fluendo.com>
2788
2789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2790         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2791         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2792         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2793         (gst_ogg_mux_collected):
2794           Commit patch from James "Doc" Livingston, adds proper EOS handling
2795           in oggmux. GStreamer can, for the first time ever, create a valid
2796           Ogg file! Yay!
2797
2798         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2799         (oggmux_suite):
2800           Reenable tests now that they pass.
2801
2802 2006-09-29  Wim Taymans  <wim@fluendo.com>
2803
2804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2805         Stop reading commands when EOF (we read 0) as well.
2806
2807 2006-09-28  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2810         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2811         (find_dynamic), (unlinked), (close_link):
2812         Implement delayed caps linking needed for element with a lot of
2813         different caps on the src pads that get fixed at runtime.
2814         Improve management of dynamic elements.
2815
2816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2817         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2818         (gen_preroll_element), (remove_groups), (unknown_type),
2819         (add_element_stream), (no_more_pads_full), (no_more_pads),
2820         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2821         (new_decoded_pad), (setup_subtitle), (array_has_value),
2822         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2823         (analyse_source), (remove_decoders), (make_decoder),
2824         (remove_source), (setup_source), (finish_source), (prepare_output),
2825         (gst_play_base_bin_change_state):
2826         * gst/playback/gstplaybasebin.h:
2827         Use more _CAST instead of full type checking casts.
2828         Small cleanups, plug some leaks.
2829         Handle dynamic sources.
2830         Add some helper functions to create lists of strings used for
2831         blacklisting and other stuff.
2832         Refactor some code dealing with analysing the source.
2833         Re-enable sources without pads (like cd:// or other selfcontained
2834         elements).
2835
2836 2006-09-28  Wim Taymans  <wim@fluendo.com>
2837
2838         * gst-libs/gst/audio/gstbaseaudiosink.c:
2839         (gst_base_audio_sink_render):
2840         When we have a timestamp, we can still perform clipping.
2841         When we have no clock, we must play the sample ASAP.
2842
2843 2006-09-28  Wim Taymans  <wim@fluendo.com>
2844
2845         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2846         Set caps on outgoing buffers.
2847
2848         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2849         (gst_video_rate_event), (gst_video_rate_chain):
2850         * gst/videorate/gstvideorate.h:
2851         Fix videorate some more. Fixes #357977
2852
2853 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2854
2855         * tests/check/elements/adder.c: (adder_suite):
2856           Don't set timeout to 6 seconds when we're running
2857           in valgrind ... (and how is 6 seconds longer than
2858           the default anyway?)
2859
2860 2006-09-28  Wim Taymans  <wim@fluendo.com>
2861
2862         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2863         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2864         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2865         Keep sink and src segment to keep track of time and support more
2866         input formats.
2867         Fix bogus next_offset and run_time calculation, don't understand how
2868         this could have worked before. Fixes #357976.
2869         Remove some unneeded vars.
2870
2871 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2872
2873         * gst/playback/gstplaybin.c: (remove_sinks):
2874           Only remove visualisation from visbin if there is a visbin (or:
2875           don't throw warnings when closing totem without playing a file).
2876
2877 2006-09-27  Wim Taymans  <wim@fluendo.com>
2878
2879         * gst-libs/gst/audio/gstbaseaudiosink.c:
2880         (gst_base_audio_sink_render):
2881         Add some more info in a WARNING.
2882
2883         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2884         (gst_base_audio_src_create):
2885         Handle PAUSE in create function, use new -core addition to
2886         wait for playing. Fixes pausing and resuming capture from an
2887         audiosrc.
2888
2889         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2890         (gst_ring_buffer_read):
2891         Constify some more.
2892         Caller supports interrupted reads now.
2893
2894 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         * tests/check/Makefile.am:
2897           Another attempt to make the gen64 buildbot happy.
2898
2899 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2900
2901         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2902
2903         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2904         (gst_visual_chain), (gst_visual_change_state):
2905           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2906           correctly. Fixes #357800
2907
2908 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2911           Add timeout to _get_state() so we see which pipeline it is
2912           that causes trouble on the gen64 build bot.
2913
2914 2006-09-27  Wim Taymans  <wim@fluendo.com>
2915
2916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2917         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2918         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2919         (gst_base_rtp_depayload_set_gst_timestamp):
2920         the source pad always uses fixed caps.
2921
2922 2006-09-27  Wim Taymans  <wim@fluendo.com>
2923
2924         * docs/libs/gst-plugins-base-libs-docs.sgml:
2925         * docs/libs/gst-plugins-base-libs-sections.txt:
2926         * gst-libs/gst/audio/gstaudioclock.c:
2927         * gst-libs/gst/audio/gstaudioclock.h:
2928         * gst-libs/gst/audio/gstaudiosink.c:
2929         * gst-libs/gst/audio/gstaudiosink.h:
2930         * gst-libs/gst/audio/gstaudiosrc.c:
2931         * gst-libs/gst/audio/gstbaseaudiosink.c:
2932         (gst_base_audio_sink_render):
2933         * gst-libs/gst/audio/gstbaseaudiosink.h:
2934         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2935         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2936         * gst-libs/gst/audio/gstringbuffer.h:
2937         Added docs for the audio libs.
2938
2939 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2940
2941         * tests/check/Makefile.am:
2942           Temporarily disable test that fails on the bots for unknown reasons.
2943
2944 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2945
2946         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2947         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2948         Moved AudioCodecType into priv
2949         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2950
2951 2006-09-25  Wim Taymans  <wim@fluendo.com>
2952
2953         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2954         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2955         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2956         (new_pad):
2957         Cleanups and small leak fixes.
2958         Added Depayloaders to valid list of autopluggable elements.
2959
2960 2006-09-25  Wim Taymans  <wim@fluendo.com>
2961
2962         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2963         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2964         (gen_video_element), (gen_text_element), (gen_audio_element),
2965         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2966         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2967         Detect NO_PREROLL state change returns and disable clock distribution to
2968         the sinks so that sync is disabled.
2969         Avoid some type checking and do simple casts instead.
2970         Small cleanups, fix some FIXMEs.
2971         Be more robust when linking user specified elements, catch an report
2972         errors. Fixes #357404.
2973         Fix some leaks in the error paths.
2974
2975 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2976
2977         * ChangeLog:
2978           ChangeLog surgery for missing bug-number
2979
2980 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2981
2982         Patch by: Peter Kjellerstedt  <pkj at axis com>
2983
2984         * gst/playback/test.c:
2985           Fix compilation with uClibc and -Werror (#357591).
2986
2987 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2990           Parse dates that are followed by a time as well (#357532).
2991
2992         * tests/check/libs/tag.c: (test_vorbis_tags):
2993           Add unit test for this.
2994
2995 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2996
2997         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2998         (gst_audio_convert_transform_caps):
2999         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3000         * gst/videotestsrc/videotestsrc.h:
3001           A few array const-ifications.
3002
3003 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3004
3005         * tests/check/Makefile.am:
3006           See if this makes the build bots happy.
3007
3008         * tests/check/libs/cddabasesrc.c:
3009           UTF8-ise my name.
3010
3011 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3014
3015         * gst/subparse/samiparse.c: (handle_start_font),
3016         (fix_invalid_entities):
3017           More case-insensitivity for certain tags; recognise entities with
3018           decimal codes as special entities as well (#357330).
3019
3020 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * gst-libs/gst/Makefile.am:
3023           Need to build tag directory before cdda.
3024
3025 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3026
3027         * docs/libs/gst-plugins-base-libs-sections.txt:
3028         * gst-libs/gst/cdda/Makefile.am:
3029         * gst-libs/gst/cdda/gstcddabasesrc.c:
3030         (gst_cdda_base_src_base_init):
3031         * gst-libs/gst/cdda/gstcddabasesrc.h:
3032         * gst-libs/gst/tag/tag.h:
3033         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3034         (gst_tag_register_musicbrainz_tags):
3035           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3036           depend on libgsttag. This is required so we can extract/read tags like
3037           DISCID without depending on libgstcddabasesrc (which used to register
3038           them).
3039
3040         * gst-libs/gst/tag/gstvorbistag.c:
3041           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3042           tags (also see #347848).
3043
3044         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3045           Log vorbis comments we are actually writing. Const-ify array.
3046
3047 2006-09-23  Wim Taymans  <wim@fluendo.com>
3048
3049         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3050         Improve buffering a bit by avoiding a deadlock because we cannot assume
3051         the underrun is always called.
3052
3053 2006-09-23  Wim Taymans  <wim@fluendo.com>
3054
3055         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3056
3057         * gst-libs/gst/riff/riff-ids.h:
3058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3059         (gst_riff_create_audio_template_caps):
3060         Added MPEG-4 AAC and id and caps. Fixes #357289
3061         Added WMA9 Lossless id.
3062
3063 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3064
3065         * ext/gnomevfs/gstgnomevfssrc.c:
3066           Fix misleading docs addition.
3067
3068         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3069           Get rid of compiler warning the right way.
3070
3071 2006-09-22  Wim Taymans  <wim@fluendo.com>
3072
3073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3074         (gst_base_rtp_depayload_finalize),
3075         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3076         (gst_base_rtp_depayload_push_full),
3077         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3078         (gst_base_rtp_depayload_process),
3079         (gst_base_rtp_depayload_set_gst_timestamp),
3080         (gst_base_rtp_depayload_queue_release):
3081         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3082         Small cleanups.
3083         Fix some leaks.
3084         Refactored the process method and added methods to push from the process
3085         vmethod.
3086         Use _scale functions.
3087         API: gst_base_rtp_depayload_push_ts
3088         API: gst_base_rtp_depayload_push
3089
3090         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3091         timestamps are uint.
3092
3093 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * gst-libs/gst/interfaces/xoverlay.c:
3096           Remove unused statement from doc example.
3097
3098 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * gst-libs/gst/interfaces/videoorientation.c:
3101         (gst_video_orientation_iface_init),
3102         (gst_video_orientation_get_hflip),
3103         (gst_video_orientation_get_vflip),
3104         (gst_video_orientation_get_hcenter),
3105         (gst_video_orientation_get_vcenter),
3106         (gst_video_orientation_set_hflip),
3107         (gst_video_orientation_set_vflip),
3108         (gst_video_orientation_set_hcenter),
3109         (gst_video_orientation_set_vcenter):
3110           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3111           in ChangeLog)
3112
3113 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * tests/check/Makefile.am:
3116         * tests/check/elements/.cvsignore:
3117         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3118         (create_rgb_conversions), (rgb_conversion_free),
3119         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3120         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3121           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3122           but disable for now since it doesn't pass (something wrong with
3123           RGBA somewhere).
3124
3125 2006-09-21  Wim Taymans  <wim@fluendo.com>
3126
3127         * gst/playback/gstplaybasebin.c: (group_commit),
3128         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3129         (queue_out_of_data), (gen_preroll_element),
3130         (preroll_remove_overrun), (probe_triggered):
3131         Refactor handling of overrun detection.
3132         Separate handling of group completion and deadlock detection when doing
3133         network buffering. This should fix some deadlocks that were not detected
3134         because the group was completed.
3135         Add more comments, improve debugging.
3136
3137 2006-09-21  Wim Taymans  <wim@fluendo.com>
3138
3139         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3140         * tests/check/libs/audio.c:
3141         Some more compilation fixes.
3142
3143 2006-09-21  Wim Taymans  <wim@fluendo.com>
3144
3145         * gst-libs/gst/audio/gstringbuffer.c:
3146         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3147         (gst_ring_buffer_read):
3148         Early morning compilation fix.
3149
3150 2006-09-20  Wim Taymans  <wim@fluendo.com>
3151
3152         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3153         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3154         * tests/check/elements/videorate.c: (GST_START_TEST):
3155         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3156         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3157         Fix some warnings.
3158
3159 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3160
3161         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3162         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3163         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3164           Handcrafted merge to help CVS understanding what I changed and what
3165           not.
3166
3167 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3168
3169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3170         (gst_xvimagesink_get_times):
3171           change colorkey behaviour back according to #354773 comment 6/7
3172
3173 2006-09-19  Michael Smith  <msmith@fluendo.com>
3174
3175         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3176         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3177         (gst_multi_fd_sink_recover_client),
3178         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3179         (gst_multi_fd_sink_get_property):
3180         * gst/tcp/gstmultifdsink.h:
3181           Implement stubbed out properties unit-type, units-soft-max,
3182           units-max, to allow specifying maximum sizes in units other than
3183           buffers.
3184           Fixes #355935
3185
3186 2006-09-19  Wim Taymans  <wim@fluendo.com>
3187
3188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3189         (gst_riff_create_audio_template_caps):
3190         Reorder the audio formats a bit for clarity.
3191         Detect and create caps for MSGSM and MSN (WAV49).
3192         Fixes #356596.
3193
3194         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3195         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3196         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3197         Small cleanups, move error handling out of normal flow for clarity.
3198
3199 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3200
3201         * docs/libs/gst-plugins-base-libs-docs.sgml:
3202         * docs/libs/gst-plugins-base-libs.types:
3203         * gst-libs/gst/interfaces/Makefile.am:
3204         * gst-libs/gst/interfaces/videoorientation.c:
3205         (gst_video_orientation_get_type),
3206         (gst_video_orientation_iface_init),
3207         (gst_video_orientation_get_hflip),
3208         (gst_video_orientation_get_vflip),
3209         (gst_video_orientation_get_hcenter),
3210         (gst_video_orientation_get_vcenter),
3211         (gst_video_orientation_set_hflip),
3212         (gst_video_orientation_set_vflip),
3213         (gst_video_orientation_set_hcenter),
3214         (gst_video_orientation_set_vcenter):
3215         * gst-libs/gst/interfaces/videoorientation.h:
3216           API: Add new interface to control video orientation (fixes #354908)
3217
3218 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3219
3220         * gst/videotestsrc/gstvideotestsrc.c:
3221           Use G_UNLIKELY in _create and log one more detail.
3222           
3223         (gst_video_test_src_get_times), (gst_video_test_src_create):
3224         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3225           Use gst_util_uint64_scale_int in _get_times().
3226
3227 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3230           Give better warning message (add object and detail).
3231
3232 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3233
3234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3235         (gst_xvimagesink_get_times):
3236           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3237           #354773), use gst_util_uint64_scale_int in _get_times()
3238
3239 2006-09-18  Michael Smith  <msmith@fluendo.com>
3240
3241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3242           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3243           always true, leading to dropping all timestamps.
3244
3245 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3246
3247         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3248         (gst_visual_chain), (gst_visual_change_state):
3249           update to work also with libvisual 0.4 API, fix double unref (#355914)
3250           
3251         * tools/gst-launch-ext.1.in:
3252         * tools/gst-visualise.1.in:
3253           remove references to old man-pages
3254
3255         * tests/examples/seek/seek.c: (main):
3256           add real meadi-buttons, add tool-tips for the seek-options, arrange
3257           seek options in a table
3258
3259 2006-09-18  Michael Smith  <msmith@fluendo.com>
3260
3261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3262         (gst_ogg_mux_push_buffer):
3263           Don't generate out-of-order timestamps from oggmux, instead clamp
3264           output timestamps to be >= the previously output ts.
3265           Fixes #355595
3266
3267 2006-09-18  Michael Smith  <msmith@fluendo.com>
3268
3269         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3270         (gst_multi_fd_sink_class_init):
3271           Updates, fixes, and typo corrections for multifdsink. No functional
3272           changes.
3273
3274 2006-09-17  Michael Smith  <msmith@fluendo.com>
3275
3276         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3277           Don't crash on truncated files - check that we got an 8 byte buffer
3278           before trying to memcmp it.
3279
3280 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * gst/playback/gstplaybasebin.c: (get_active_source):
3283           Make stream-switching appear instant to the application
3284           (ie. make sure that a g_object_get on 'current-foo' returns
3285           the stream previously set with g_object_set(). Totem needs
3286           this to update stream-related meta-info (like audio-codec)
3287           correctly when switching streams.
3288
3289 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3290
3291         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3292         (gst_alsa_mixer_ensure_track_list):
3293           Try harder to guess which mixer track is the master mixer
3294           track (instead of just taking the first one that has a pvolume).
3295           Fixes #342228.
3296
3297 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3298
3299         reviewed by: <delete if not using a buddy>
3300
3301         * gst-libs/gst/audio/audio.h:
3302         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3303
3304 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3305
3306         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3307         (gst_audio_convert_transform_caps):
3308           Get structure-name just once.
3309
3310 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3311
3312         * tests/check/elements/audioresample.c: (GST_START_TEST):
3313         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3314         * tests/check/elements/volume.c: (GST_START_TEST):
3315         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3316         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3317         (test_pipeline), (GST_START_TEST):
3318         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3319         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3320           Fix big batch of compiler warnings.
3321
3322 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3323
3324         * ext/gnomevfs/gstgnomevfssrc.c:
3325           Add docs about icydemux usage in connection with gnomevfssrc
3326
3327         * ext/libvisual/visual.c:
3328         * ext/ogg/gstoggaviparse.c:
3329         * ext/ogg/gstoggdemux.c:
3330         * ext/ogg/gstoggmux.c:
3331         * ext/ogg/gstoggparse.c:
3332         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3333         * gst-libs/gst/audio/gstaudiosink.c:
3334         * gst-libs/gst/audio/gstaudiosrc.c:
3335         * gst/audiorate/gstaudiorate.c:
3336           More G_OBJECT macro fixing.
3337
3338         * gst/audiotestsrc/gstaudiotestsrc.h:
3339           Fix wrong info in header due to copy & paste
3340
3341 2006-09-15  Wim Taymans  <wim@fluendo.com>
3342
3343         * gst-libs/gst/audio/gstbaseaudiosink.c:
3344         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3346         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3347         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3348         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3349         Do the delay calculation in the source/sink base classes as this is
3350         specific for the capture/playback mode.
3351         Try to fixate a bit better, like round depth up to a multiple of 8
3352         bigger than width.
3353         Handle underruns correctly by marking DISCONT on buffers and adjusting
3354         timestamps to handle the gap.
3355         Set offset/offset_end correctly on buffers.
3356
3357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3358         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3359         (gst_ring_buffer_read):
3360         Remove resync and underrun recovery from the ringbuffer.
3361         Fix ringbuffer read code on under/overrun.
3362
3363 2006-09-15  Wim Taymans  <wim@fluendo.com>
3364
3365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3366         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3367         (queue_threshold_reached), (gst_play_base_bin_set_property),
3368         (gst_play_base_bin_get_property):
3369         * gst/playback/gstplaybasebin.h:
3370         Don't use a 0 low watermark when buffering, it is catching starvation
3371         way too late. Instead, use a 3 second queue with 30 and 95
3372         percent low/high watermarks. 
3373         Added queue-min-threshold property to configure low watermark.
3374         Use new _buffering message API.
3375         Make queue_threshold variable big enough to store a uint64 time value.
3376         API: playbin::queue-min-threshold property.
3377
3378 2006-09-15  Wim Taymans  <wim@fluendo.com>
3379
3380         * configure.ac:
3381         We require 0.10.10.1 now because of _wait_preroll().
3382
3383         * gst-libs/gst/audio/gstbaseaudiosink.c:
3384         (gst_base_audio_sink_render):
3385         Use gst_base_sink_wait_preroll().
3386
3387 2006-09-15  Wim Taymans  <wim@fluendo.com>
3388
3389         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3390         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3391         Use DEBUG_OBJECT more.
3392
3393 === release 0.10.10 ===
3394
3395 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3396
3397         patch by: Michael Smith <msmith at fluendo dot com>
3398
3399         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3400         (gst_multi_fd_sink_client_queue_buffer),
3401         (gst_multi_fd_sink_new_client):
3402         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3403         (multifdsink_suite):
3404           Fix implementation of sync-method 'next-keyframe'
3405           Closes #354594
3406
3407 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3408
3409         patch by: Wim Taymans <wim at fluendo dot com>
3410
3411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3412         This patch removes the RANDOM flag that was incorrectly introduced with
3413         revision 1.91.  Fixes #354590
3414
3415 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3416
3417         * tests/check/Makefile.am:
3418           Random variation in Makefile line to see if it makes the
3419           gen64-base-full bot any happier.
3420
3421 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3422
3423         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3424           Disable test that fails at the moment (killed after timeout).
3425
3426 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         Patch by: James Livingston  <doclivingston at gmail.com>
3429
3430         * tests/check/Makefile.am:
3431         * tests/check/pipelines/.cvsignore:
3432         * tests/check/pipelines/oggmux.c: (get_page_codec),
3433         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3434         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3435         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3436         (test_theora_vorbis), (oggmux_suite):
3437           Add simple unit test for oggmux from #337026 with checking for the
3438           EOS flags disabled for the time being.
3439
3440 2006-09-04  Wim Taymans  <wim@fluendo.com>
3441
3442         patch by: Alessandro Dessina <alessandro nnva org>
3443
3444         * ext/ogg/gstoggmux.c:
3445         Add cmml caps to oggmux. Fixes #353912
3446
3447 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3450           Returning a return value often helps. In this case, we
3451           don't need the return value anyway, so just get rid of it.
3452           Should make build bots much happier.
3453
3454 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3457         (paint_get_structure), (gst_video_test_src_get_size),
3458         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3459         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3460         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3461         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3462         * gst/videotestsrc/videotestsrc.h:
3463           Add support for AYUV and the various RGBA formats. Initialise
3464           fields of paintinfo structs allocated on the stack.
3465
3466         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3467         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3468         (check_rgb_buf), (videotestsrc_suite):
3469           Add unit tests for videotestsrc's RGB output.
3470
3471 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * gst/videotestsrc/gstvideotestsrc.c:
3474         (gst_video_test_src_pattern_get_type),
3475         (gst_video_test_src_set_pattern):
3476         * gst/videotestsrc/gstvideotestsrc.h:
3477         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3478         (gst_video_test_src_black), (gst_video_test_src_white),
3479         (gst_video_test_src_red), (gst_video_test_src_green),
3480         (gst_video_test_src_blue):
3481         * gst/videotestsrc/videotestsrc.h:
3482           Add more uni-colour patterns ("white", "red", "green", and "blue").
3483
3484 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3485
3486         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3487           Fix stride for YVYU, should be word-aligned (#353658).
3488
3489 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3490
3491         * gst/adder/gstadder.c: (gst_adder_src_event):
3492           Fix build.
3493
3494 2006-08-31  Edward Hervey  <edward@fluendo.com>
3495
3496         * gst/adder/gstadder.c: (forward_event_func),
3497         (gst_adder_src_event), (gst_adder_collected),
3498         (gst_adder_change_state):
3499         * gst/adder/gstadder.h:
3500         Remember the start position asked in the incoming seeks, so we can
3501         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3502         of assuming it will always be 0).
3503
3504 2006-08-31  Edward Hervey  <edward@fluendo.com>
3505
3506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3507         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3508         (gst_ogg_demux_loop):
3509         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3510
3511 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3512
3513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3514         (gst_ffmpegcsp_get_unit_size):
3515           Return FALSE instead of returning a random false unit
3516           size when the format isn't known/supported (even if
3517           this shouldn't happen under normal circumstances).
3518
3519 2006-08-29  Wim Taymans  <wim@fluendo.com>
3520
3521         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3524         (gst_gnome_vfs_src_start):
3525         Try harder to get the size from a uri by using _info_uri() when
3526         _info_from_handle() does not give us enough info. 
3527         Also follow symlinks when getting the size.
3528         Partially Fixes #332864.
3529
3530 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3533
3534         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3535         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3536         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3537         (gst_alsa_mixer_set_record):
3538         * ext/alsa/gstalsamixertrack.c:
3539         (gst_alsa_mixer_track_update_alsa_capabilities),
3540         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3541         (gst_alsa_mixer_track_update):
3542         * ext/alsa/gstalsamixertrack.h:
3543           Improve and fix mixer track handling, in particular better handling
3544           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3545           separate track objects for tracks that have both capture and playback
3546           volume (and label them differently as well so they're not mistakenly
3547           assumed to be duplicates); classify mixer tracks that only affect
3548           the audible volume of something (rather than the capture volume)
3549           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3550           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3551           (following the meaning documented in the mixer interface header
3552           file); add support for alsa's exclusive cswitch groups; update/sync
3553           state/flags better if mixer settings are changed by another
3554           application. Fixes #336075.
3555
3556 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * gst/playback/gstplaybin.c:
3559           Improve docs: add section about BUFFERING messages sent by playbin.
3560
3561 2006-08-29  Michael Smith  <msmith@fluendo.com>
3562
3563         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3564         (gst_vorbis_enc_buffer_check_discontinuous),
3565         (gst_vorbis_enc_chain):
3566           Ignore explicit DISCONT marked on buffers (which is often spurious,
3567           particularly when using multiple segments), in favour of solely
3568           using the timestamps/durations.
3569
3570 2006-08-29  Edward Hervey  <edward@fluendo.com>
3571
3572         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3573         Don't rely on incoming buffers offset anymore, since it is completely
3574         broken when using multiple segments.
3575         Instead convert the incoming buffers timestamp to running time, and
3576         then convert that value to the offsets.
3577         Also inform GstSegment of the last outputted stop position, which is
3578         needed if we received several segments with an unknown stop value.
3579
3580 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3581
3582         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3583           fix buffer unreffing on a header push failure
3584
3585 2006-08-28  Wim Taymans  <wim@fluendo.com>
3586
3587         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3588         (gst_audio_rate_chain):
3589         Make the metadata of the buffer writable before changing its
3590         flags.
3591
3592 2006-08-28  Wim Taymans  <wim@fluendo.com>
3593
3594         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3595         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3596         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3597         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3598         Fix audiorate some more.
3599         Reset and resync counters on flush and READY.
3600         Handle the DISCONT flag correctly.
3601         Use GstSegment to track position.
3602         Fail when not negotiated.
3603         Fixes #353234.
3604
3605 2006-08-25  Michael Smith  <msmith@fluendo.com>
3606
3607         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3608           Fix spelling.
3609           Remove accidently included debug line.
3610
3611 2006-08-25  Wim Taymans  <wim@fluendo.com>
3612
3613         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3614         Small cleanups.
3615         If a buffer is received with no caps, make the buffer metadata
3616         writable and set the caps, making sure that we don't screw up the
3617         refcounts.
3618
3619 2006-08-25  Michael Smith  <msmith@fluendo.com>
3620
3621         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3622         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3623           Fix memory leaks and misleading debug messages, add a couple of
3624           comments.
3625
3626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3627         (gst_multi_fd_sink_render):
3628           Do not use gst_buffer_make_writable() in a basesink render method,
3629           as it may incorrectly unref the buffer. Instead, use convoluted
3630           dance to avoid copying the buffer except when we need to.
3631
3632 2006-08-25  Michael Smith  <msmith@fluendo.com>
3633
3634         * ext/vorbis/vorbisenc.c:
3635         (gst_vorbis_enc_buffer_check_discontinuous):
3636           Allow very small discontinuities in the timestamps. These we can't
3637           do anything useful with anyway (because vorbis's timestamps have
3638           only sample granularity), and are commonly produced by elements with
3639           minor bugs. Allow up to 1/2 a sample out.
3640           Fixes #351742.
3641
3642 2006-08-24  Wim Taymans  <wim@fluendo.com>
3643
3644         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3645         (play_scrub_toggle_cb), (main):
3646         Add a checkbox to enable play scrubbing. Makes it possible to disable
3647         normal scrubbing.
3648
3649 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3650
3651         * tests/check/elements/.cvsignore:
3652           make buildbot happy
3653
3654 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3655
3656         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3657         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3658         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3659         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3660         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3661         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3662         (gst_ogm_text_parse_strip_trailing_zeroes),
3663         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3664         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3665           Refactor ogm parse, do better input checking, misc. clean-ups.
3666           Cache incoming events and push them once the source pad has
3667           been created. Don't pass unterminated strings to sscanf().
3668           Strip trailing zeroes from subtitle text output, since they
3669           are not valid UTF-8. Don't push vorbiscomment packets on
3670           the subtitle text pad. Output perfect streams if possible.
3671
3672 2006-08-23  Wim Taymans  <wim@fluendo.com>
3673
3674         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3675         Waits for tasks to settle down so that we clean up correctly for 
3676         valgrind.
3677
3678 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3679
3680         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3681           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3682           actually return return value in taglists_are_equal.
3683
3684 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3687           Fix crash due to broken bitstream parsing on x86-64: can't make
3688           any assumptions about sizeof(struct) due to alignment/packing
3689           differences on different architectures. Fixes #351790.
3690
3691 2006-08-22  Wim Taymans  <wim@fluendo.com>
3692
3693         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3694         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3695         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3696         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3697         (gst_riff_parse_info):
3698         Protect public functions against bad input.
3699         Do some cleanups.
3700         Fix documentation.
3701
3702 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * gst-libs/gst/riff/riff-ids.h:
3705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3706           Add voxware audio IDs (even if we can't play it) (#351795).
3707
3708 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * gst-libs/gst/riff/riff-media.c:
3711         (gst_riff_create_video_template_caps),
3712         (gst_riff_create_audio_template_caps),
3713         (gst_riff_create_iavs_template_caps):
3714           Const-ify some arrays and use G_N_ELEMENTS instead
3715           of wasting oodles of RAM on terminator bits.
3716
3717 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3718
3719         * gst-libs/gst/tag/gstvorbistag.c:
3720         (gst_tag_list_to_vorbiscomment_buffer):
3721         * tests/check/libs/tag.c: (GST_START_TEST):
3722           And the same for _to_vorbiscomment_buffer(): allow
3723           id_data_len == 0 for speex.
3724
3725 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3726
3727         * configure.ac:
3728         * docs/plugins/Makefile.am:
3729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3731         * docs/plugins/inspect/plugin-gdp.xml:
3732         * gst/gdp/Makefile.am:
3733         * tests/check/Makefile.am:
3734           Move GDP plugin to -base from -bad.  Closes #347783.
3735
3736 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst-libs/gst/tag/gstvorbistag.c:
3739         (gst_tag_list_from_vorbiscomment_buffer):
3740           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3741           Also add some checks to make sure we don't memcmp() beyond the end of
3742           vorbiscomment buffer if the ID to check for is larger than the buffer.
3743
3744         * tests/check/libs/tag.c: (GST_START_TEST):
3745           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3746
3747 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3750         (gst_vorbis_enc_set_metadata):
3751           Use vorbis comment utility functions from libgsttag
3752           instead of re-inventing the wheel (partially fixes #347091).
3753
3754 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3755
3756         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3757         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3758         as some that won't.
3759
3760 2006-08-21  Wim Taymans  <wim@fluendo.com>
3761
3762         * docs/libs/Makefile.am:
3763         * docs/libs/gst-plugins-base-libs-sections.txt:
3764         * docs/libs/gst-plugins-base-libs.types:
3765         Don't try to GObject scan the netbuffer as it's not a GObject.
3766         Fixes #351308.
3767
3768         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3769         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3770         Document GstNetBuffer.
3771
3772 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3773
3774         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3775         (audioconvert_suite):
3776           Add testcase for caps-size-explosion
3777
3778 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3779
3780         * gst/audioconvert/gstaudioconvert.c:
3781         (gst_audio_convert_get_unit_size), (set_structure_widths):
3782           Lower debug, use g_assert in _get_unit_size
3783
3784         * gst/audioresample/gstaudioresample.c:
3785         (audioresample_get_unit_size):
3786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3787         (gst_ffmpegcsp_get_unit_size):
3788         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3789           use g_assert in _get_unit_size
3790
3791 2006-08-18  Wim Taymans  <wim@fluendo.com>
3792
3793         * docs/libs/gst-plugins-base-libs-sections.txt:
3794         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3795         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3796         (gst_rtp_buffer_get_payload_buffer):
3797         * gst-libs/gst/rtp/gstrtpbuffer.h:
3798         Document GstRTPBuffer.
3799         Added function to efficiently strip payload headers.
3800         API: gst_rtp_buffer_get_payload_subbuffer()
3801
3802 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3805         (gst_tag_to_vorbis_comments):
3806           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3807           tags and deserialise them properly as well (#347091).
3808           Add some more gtk-doc blurbs and also some g_return_if_fail().
3809
3810         * tests/check/libs/tag.c: (GST_START_TEST),
3811         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3812           More tests.
3813
3814 2006-08-17  Wim Taymans  <wim@fluendo.com>
3815
3816         * ext/ogg/Makefile.am:
3817         * ext/ogg/gstogg.c: (plugin_init):
3818         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3819         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3820         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3821         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3822         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3823         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3824         Added ogg-in-avi parser element. Fixes #140139.
3825
3826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3827         Fixed a bug in oggdemux debug code.
3828
3829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3830         (gst_riff_create_audio_template_caps):
3831         Recognise Ogg in the AVI extensible wave format.
3832
3833 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3836           Make buffer durations add up (duration should be next_ts-ts for
3837           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3838           from CVS.
3839
3840         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3841         (test_buffer_timestamps), (cddabasesrc_suite):
3842           Add unit test for the above.
3843
3844         * tests/check/Makefile.am:
3845           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3846           to see what happens.
3847
3848 2006-08-16  Wim Taymans  <wim@fluendo.com>
3849
3850         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3851         (gst_alsasink_open):
3852         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3853         (gst_alsasrc_open):
3854         Avoid setting and using a NULL device name.
3855         Print more info when we fail to open a device.
3856
3857 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * docs/libs/gst-plugins-base-libs-sections.txt:
3860         * gst-libs/gst/tag/tag.h:
3861         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3862           API: add gst_tag_parse_extended_comment() (#351426).
3863
3864         * tests/check/Makefile.am:
3865         * tests/check/libs/.cvsignore:
3866         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3867           Add unit test for gst_tag_parse_extended_comment().
3868
3869 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3873           Fix leak (#351502).
3874
3875 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3878         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3879         * docs/plugins/gst-plugins-base-plugins.args:
3880         * gst/playback/gstplaybin.c:
3881           Document playbin.
3882           
3883         * docs/plugins/inspect/plugin-adder.xml:
3884         * docs/plugins/inspect/plugin-alsa.xml:
3885         * docs/plugins/inspect/plugin-audioconvert.xml:
3886         * docs/plugins/inspect/plugin-audiorate.xml:
3887         * docs/plugins/inspect/plugin-audioresample.xml:
3888         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3889         * docs/plugins/inspect/plugin-cdparanoia.xml:
3890         * docs/plugins/inspect/plugin-decodebin.xml:
3891         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3892         * docs/plugins/inspect/plugin-gnomevfs.xml:
3893         * docs/plugins/inspect/plugin-ogg.xml:
3894         * docs/plugins/inspect/plugin-pango.xml:
3895         * docs/plugins/inspect/plugin-playbin.xml:
3896         * docs/plugins/inspect/plugin-subparse.xml:
3897         * docs/plugins/inspect/plugin-tcp.xml:
3898         * docs/plugins/inspect/plugin-theora.xml:
3899         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3900         * docs/plugins/inspect/plugin-video4linux.xml:
3901         * docs/plugins/inspect/plugin-videorate.xml:
3902         * docs/plugins/inspect/plugin-videoscale.xml:
3903         * docs/plugins/inspect/plugin-videotestsrc.xml:
3904         * docs/plugins/inspect/plugin-volume.xml:
3905         * docs/plugins/inspect/plugin-vorbis.xml:
3906         * docs/plugins/inspect/plugin-ximagesink.xml:
3907         * docs/plugins/inspect/plugin-xvimagesink.xml:
3908           Update to CVS version.
3909
3910 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3911
3912         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3913         (gst_play_bin_set_property), (gst_play_bin_get_property),
3914         (value_list_append_structure_list),
3915         (gst_play_bin_handle_redirect_message),
3916         (gst_play_bin_handle_message):
3917           API: GstPlayBin::connection-speed
3918           Add "connection-speed" property; re-order redirect messages with
3919           multiple redirect locations depending on the minimum bitrate if
3920           that information is available and a connection speed is set
3921           (#350399).
3922
3923 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         * gst/playback/gstplaybin.c:
3926           Update max volume to the same value that the volume element uses.
3927
3928 2006-08-14  Wim Taymans  <wim@fluendo.com>
3929
3930         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3931         Less uglyness..
3932
3933 2006-08-14  Wim Taymans  <wim@fluendo.com>
3934
3935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3936         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3937         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3938         Add some more debug info.
3939         Don't crash when a seek failed.
3940         Actually return the result of the seek instead of TRUE.
3941         Ignore multiple BOS pages with the same serial so that we don't create
3942         the same stream multiple times.
3943         Post an error when we fail to do the initial seek.
3944
3945 2006-08-13  Wim Taymans  <wim@fluendo.com>
3946
3947         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3948         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3949         Small code cleanup.
3950
3951         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3952         (gst_alsa_mixer_new):
3953         Remove hack that always set the device to hw:0*.
3954         Properly find the card name for whatever device was configured.
3955         Do some better debugging.
3956         Fixes #350784.
3957
3958         * ext/alsa/gstalsamixerelement.c:
3959         (gst_alsa_mixer_element_set_property),
3960         (gst_alsa_mixer_element_change_state):
3961         Cleanups.
3962         Handle setting of a NULL device name better.
3963
3964 2006-08-11  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/adder/gstadder.c:
3967         Don't clip float values. Fixes #350900.
3968
3969 2006-08-11  Andy Wingo  <wingo@pobox.com>
3970
3971         * gst/tcp/gsttcp.c: Really fix the build?
3972
3973         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3974         fixes the build.
3975
3976 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3979           Float caps shouldn't have a "signed" field.
3980
3981 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3984           Implement SEEKING query in its most basic form, so that we can
3985           at least check if we're seekable or not (#350655).
3986
3987 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3990           The checks here are not even close to anything that would
3991           justify MAXIMUM probability, lowering to POSSIBLE until someone
3992           fixes the checks (case at hand: quicktime redirection files
3993           might start with 00 00 01 XX and pass the checks here just
3994           fine, see #350399).
3995
3996 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         Patch by: Sjoerd Simons  <sjoerd at luon net>
3999
4000         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4001           Better detection for multipart/x-mixed-replace: accept leading
4002           whitespaces before the boundary marker as well (as our very own
4003           multipartmux used to produce) (#349068).
4004
4005 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4006
4007         Patch by: Young-Ho Cha  <ganadist at chollian net>
4008
4009         * gst-libs/gst/riff/riff-ids.h:
4010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4011         (gst_riff_create_audio_template_caps):
4012           Detect DTS audio streams (#350157).
4013
4014 2006-08-05  Andy Wingo  <wingo@pobox.com>
4015
4016         * ext/theora/gsttheoraparse.h:
4017         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4018         (theora_parse_dispose, theora_parse_set_property)
4019         (theora_parse_get_property, theora_parse_munge_granulepos)
4020         (theora_parse_push_buffer, theora_parse_change_state):
4021         API: GstTheoraParse::synchronization-points
4022         Add a property 'synchronization-points' to fix badly synchronized oggs.
4023
4024 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         * tests/check/Makefile.am:
4027         * tests/check/libs/.cvsignore:
4028         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4029         (fixed_caps_have_channel_positions), (GST_START_TEST),
4030         (audio_suite), (main):
4031           Add a few tests for the channel position stuff in libgstaudio.
4032
4033 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4034
4035         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4036         (gst_alsa_detect_channels):
4037         * ext/alsa/gstalsasink.c:
4038           Add support for cards that (only) do more than 8 channels,
4039           like the Delta 44 (#345188).
4040
4041         * gst-libs/gst/audio/multichannel.c:
4042         (gst_audio_check_channel_positions):
4043         * gst-libs/gst/audio/multichannel.h:
4044           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4045           unspecified channel position and cannot be combined with any
4046           of the other audio channel positions; adjust position layout
4047           checks accordingly (#345188).
4048
4049 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4052           Recognise ancient RealAudio files (see #349779).
4053
4054 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         Patch by: Jens Granseuer  <jensgr at gmx net>
4057
4058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4059           Add typefinder for Interplay's MVE format (#348973).
4060
4061 2006-08-02  Wim Taymans  <wim@fluendo.com>
4062
4063         Patch by: Marcel Moreaux <marcelm at luon dot net>
4064
4065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4066         (gst_base_rtp_depayload_add_to_queue):
4067         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4068         Handle RTP sequence number rollover.
4069         Disable jitterbuffer by default.
4070
4071 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4072
4073         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4074         (audioresample_set_caps):
4075         Don't leak references to the incoming caps. Clean them up when
4076         stopping.
4077
4078         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4079         (gst_video_scale_finalize):
4080         Don't leak our temporary pixel buffer.
4081
4082         * tests/check/Makefile.am:
4083         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4084         (GST_START_TEST), (simple_launch_lines_suite):
4085
4086         Fix leaks and re-enable the test for valgrind checking.
4087
4088 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         Patch by: Sjoerd Simons  <sjoerd at luon net>
4091
4092         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4093         (plugin_init):
4094           Add typefind function for multipart/x-mixed-replace (#348916).
4095
4096 2006-07-28  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst/adder/gstadder.c: (gst_adder_setcaps),
4099         (gst_adder_query_duration):
4100         Fix leak in duration query.
4101         Reflow some docs and notes.
4102
4103 2006-07-28  Michael Smith  <msmith@fluendo.com>
4104
4105         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4106         (vorbisenc_suite):
4107           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4108           aspect of it.
4109
4110 2006-07-28  Michael Smith  <msmith@fluendo.com>
4111
4112         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4113         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4114         (gst_vorbis_enc_push_buffer),
4115         (gst_vorbis_enc_buffer_check_discontinuous),
4116         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4117         * ext/vorbis/vorbisenc.h:
4118           Handle discontinuities in the input vorbis stream correctly,
4119           so that the output is properly timestamped (and has good granulepos
4120           values). Needs some oggmux fixes too.
4121
4122 2006-07-27  Wim Taymans  <wim@fluendo.com>
4123
4124         patch by: Kai Vehmanen <kv2004 eca cx>
4125
4126         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4127         (gst_base_rtp_depayload_chain),
4128         (gst_base_rtp_depayload_handle_sink_event),
4129         (gst_base_rtp_depayload_change_state):
4130         Don't send multiple newsegments with different formats.
4131         Fixes #348677.
4132
4133 2006-07-26  Wim Taymans  <wim@fluendo.com>
4134
4135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4136         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4137         Make seeking in ogg more accurate again by doing the more correct
4138         granuletime to stream time conversion.
4139
4140 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4141
4142         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4143         (gst_multi_fd_sink_new_client):
4144           debug a little more understandably
4145           do not use goto as a substitute for break, especially if
4146           break is also being used
4147
4148 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4151         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4152           Remove GLib-2.6 compatibility cruft.
4153
4154 2006-07-24  Wim Taymans  <wim@fluendo.com>
4155
4156         * gst-libs/gst/audio/gstbaseaudiosink.c:
4157         (gst_base_audio_sink_render):
4158         Don't try to align a sample to an unknown value.
4159
4160 2006-07-24  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst-libs/gst/audio/gstbaseaudiosink.c:
4163         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4164         When the audio clock is slaved to another clock, never try to align
4165         samples but trust the rate interpolation algorithm.
4166
4167 2006-07-24  Wim Taymans  <wim@fluendo.com>
4168
4169         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4170         Don't try to calculate silence samples, base class does this much
4171         better now.
4172
4173         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4174         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4175         (gst_ring_buffer_acquire):
4176         Calculate silence samples correctly.
4177
4178         * gst-libs/gst/audio/gstringbuffer.h:
4179         Add _CAST macro.
4180
4181 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4182
4183         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4184           Limit search for the first markup tag to the first few kB of
4185           the file. If we don't find one there, it's highly unlikely that
4186           this is an XML(-ish) file.
4187
4188 2006-07-21  Andy Wingo  <wingo@pobox.com>
4189
4190         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4191         test to the one in vorbisenc. Also commented out.
4192
4193         * tests/check/pipelines/vorbisenc.c: 
4194         (test_discontinuity): New test, commented out until Mike lands
4195         some elite vorbisenc patches.
4196
4197         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4198         Bufferstraw was actually factored out of these tests. Now we share
4199         code yay.
4200
4201         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4202         for bufferstraw addition to gstcheck.
4203
4204 2006-07-21  Wim Taymans  <wim@fluendo.com>
4205
4206         * ext/theora/theoradec.c: (clip_buffer):
4207         Better clipping.
4208
4209 2006-07-21  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4212         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4213         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4214         Fix leak.
4215         Avoid type casting when we can.
4216
4217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4218         Fix mem leak.
4219
4220 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * ext/alsa/gstalsamixerelement.c:
4223         (gst_alsa_mixer_element_change_state):
4224           Make state change fail if the specified device can't be opened
4225           for some reason.
4226
4227 2006-07-20  Wim Taymans  <wim@fluendo.com>
4228
4229         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4230         (cb_newpad), (main):
4231         Example of a small audio/video player using decodebin.
4232
4233 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4234
4235         * gst-libs/gst/riff/riff-ids.h:
4236           Add 'fact' chunk id
4237
4238 2006-07-19  Wim Taymans  <wim@fluendo.com>
4239
4240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4241         (gst_base_rtp_depayload_chain),
4242         (gst_base_rtp_depayload_change_state):
4243         Don't assert when not negotiated but post a meaningfull 
4244         error message. Fixes #347918.
4245
4246         * gst-libs/gst/rtp/gstbasertppayload.c:
4247         Add comment about better default MTU size.
4248
4249         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4250         Small cleanups, start docs.
4251
4252 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         Patch by: Martin Szulecki
4255
4256         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4257           If "device-name" is requested and the device is not
4258           open, try to temporarily open it to obtain this
4259           information (#342494).
4260
4261 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst-libs/gst/tag/gstid3tag.c:
4264           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4265
4266         * gst-libs/gst/tag/gsttageditingprivate.h:
4267         * gst-libs/gst/tag/gstvorbistag.c:
4268           Some more random const-ifications.
4269
4270 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4271
4272         * gst-libs/gst/riff/riff-ids.h:
4273         * gst-libs/gst/riff/riff-media.c:
4274         (gst_riff_create_video_template_caps):
4275           Add more FOURCCs (sort list to make stuff easier to find),
4276           add comment what those 16 bytes in struct _gst_riff_strh according to
4277           one avi-dumper are
4278
4279 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4280
4281         * gst-libs/gst/audio/multichannel.c:
4282         (gst_audio_check_channel_positions),
4283         (gst_audio_fixate_channel_positions):
4284           Const-ify two arrays.
4285
4286 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4289           Fix typo, so that alsasink also advertises 8 channels
4290           if that's supported (tags: can, worms, open, alsa, ph34r).
4291
4292 2006-07-17  Wim Taymans  <wim@fluendo.com>
4293
4294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4295         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4296         *sigh*, when is the compiler going to warn when the comments
4297         are out-of-sync with the code.. Refix case of busted theora
4298         headers with 0 granule pos.
4299
4300 2006-07-14  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4303         (gst_base_rtp_depayload_wait),
4304         (gst_base_rtp_depayload_change_state),
4305         (gst_base_rtp_depayload_set_property),
4306         (gst_base_rtp_depayload_get_property):
4307         Fix 99% cpu load by waiting for absolute times on the
4308         clock. Fixes #347300.
4309
4310 2006-07-14  Andy Wingo  <wingo@pobox.com>
4311
4312         * ext/theora/gsttheoraparse.h: 
4313         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4314         (theora_parse_push_headers, theora_parse_clear_queue)
4315         (theora_parse_drain_queue_prematurely, )
4316         (theora_parse_sink_event, theora_parse_change_state): Queue events
4317         until we initialized our state, like in vorbisparse.
4318
4319         * ext/vorbis/vorbisparse.h: 
4320         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4321         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4322         (vorbis_parse_drain_queue_prematurely, )
4323         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4324         until we have initialized our state. Fixes seeking after an
4325         initial pad block.
4326
4327 2006-07-14  Andy Wingo  <wingo@pobox.com>
4328
4329         Patch by: Iain Holmes <iaingnome@gmail.com>
4330         
4331         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4332
4333 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4334
4335         * configure.ac:
4336         Bump nano back to CVS
4337
4338 === release 0.10.9 ===
4339
4340 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4341
4342         * configure.ac:
4343           releasing 0.10.9, "I walk the line"
4344
4345 2006-07-14  Michael Smith  <msmith@fluendo.com>
4346
4347         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4348           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4349           (commonly happens when running this test under valgrind) when trying
4350           to remove the buffer probe.
4351
4352 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4353
4354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4355         Fix missing g_unlock from the previous commit
4356
4357 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4358
4359         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4360         (gst_ximagesink_change_state):
4361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4362         (gst_xvimagesink_change_state):
4363         Implement a locking order to ensure we always take the object lock
4364         before the x_lock and never vice-versa.
4365
4366 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4367
4368         * gst/playback/gstdecodebin.c: (find_compatibles):
4369         Fix a caps leak when linking (#347304)
4370
4371         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4372         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4373         (gst_ximagesink_change_state):
4374         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4375         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4376         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4377         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4378         Don't leak shared memory resources. Use the object lock to protect
4379         against the xcontext disappearing while returning a buffer from the
4380         pipeline. (#347304)
4381
4382 2006-07-12  Edward Hervey  <edward@fluendo.com>
4383
4384         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4385         (vorbis_handle_comment_packet):
4386         gst_tag_list_merge() returns a new object. Take that into account when
4387         using it. This avoids memleak.
4388         Revert previous commit which is not needed.
4389
4390 2006-07-12  Edward Hervey  <edward@fluendo.com>
4391
4392         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4393         Reset the decoder in finalize so that all fields get cleared.
4394
4395 2006-07-12  Wim Taymans  <wim@fluendo.com>
4396
4397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4398         (gst_base_audio_src_set_clock),
4399         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4400         Don't try to post an error message when setting the clock fails
4401         as this can happen when adding an element to a bin which will then
4402         deadlock. Fixes #347296.
4403
4404 2006-07-12  Edward Hervey  <edward@fluendo.com>
4405
4406         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4407         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4408         (vorbis_handle_type_packet):
4409         Post tag messages on the bus even if we're not initialized.
4410         If we're not initialized, we still postpone the event pushing of tags.
4411
4412 2006-07-12  Wim Taymans  <wim@fluendo.com>
4413
4414         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4415         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4416         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4417         Revert last two changes that broke the freeze.
4418
4419 2006-07-12  Wim Taymans  <wim@fluendo.com>
4420
4421         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4422         basesink calculates silence sample correctly for us.
4423
4424 2006-07-12  Wim Taymans  <wim@fluendo.com>
4425
4426         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4427         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4428         Calculate correct silence samples so we don't fill our ringbuffer
4429         with noise.
4430
4431 2006-07-12  Edward Hervey  <edward@fluendo.com>
4432
4433         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4434         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4435         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4436         * ext/vorbis/vorbisdec.h:
4437         Delay sending events (newsegment, tags) until the decoder is properly
4438         initialized.
4439         Fixes #347295
4440
4441 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4442
4443         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4444         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4445           Patch from #347221 adding a test for audioconvert
4446           channel remappings.
4447
4448 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4451         (gst_ssa_parse_parse_line):
4452           Don't include the terminating NUL in the buffer size,
4453           it's only there for extra paranoia (would add random
4454           '*' characters at the end of each subtitle since the
4455           terminator itself is not valid UTF-8 technically).
4456           Also fix indenting after boilerplate macro.
4457
4458 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * gst/playback/gstdecodebin.c: (close_pad_link):
4461           Also emit 'unknown-type' signal (which should really be
4462           called unhandled-type) if we found potential decoders/demuxers
4463           in the registry but none of them worked in the end (as in the
4464           case where the plugins don't exist any longer but are still
4465           listed in the registry). Fixes #329798.
4466
4467 2006-07-08  Andy Wingo  <wingo@pobox.com>
4468
4469         * theoraparse.c (theora_parse_push_buffer)
4470         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4471         Add some more debugging. Fix granulepos reconstruction in the face
4472         of discontinuities.
4473
4474 2006-07-06  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst-libs/gst/audio/gstbaseaudiosink.c:
4477         (gst_base_audio_sink_class_init),
4478         (gst_base_audio_sink_provide_clock):
4479         Use gobject_class instead of G_OBJECT_CLASS (klass)
4480
4481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4482         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4483         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4484         (gst_base_audio_src_get_time),
4485         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4486         (gst_base_audio_src_create_ringbuffer):
4487         Fix latency and buffer-time constants and properties ala basesink.
4488         Implement pull based scheduling. Fixes #346527.
4489         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4490         one segment.
4491         Refuse slaving to another clock instead of silently not working.
4492         Only provide a clock when we are actually able to do so.
4493         Various small cleanups and compiler hints.
4494
4495 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         Patch by: Lutz Mueller <lutz at topfrose de>
4498
4499         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4500         (plugin_init):
4501           Add typefinding for text/html (#346581).
4502
4503 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4506         (xml_check_first_element), (xml_type_find), (smil_type_find):
4507           Fix SMIL typefinding, make xml_check_first_element() more
4508           useful.
4509
4510 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4513         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4514         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4515         * gst/playback/gstplaybasebin.h:
4516           Protect list of elements with a subtitle-encoding property and
4517           the subtitle encoding member itself with a lock of their own
4518           instead of using the object lock. This prevents a dead-lock in
4519           the element-remove callback in some circumstances when shutting
4520           down playbin.
4521
4522 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4523
4524         * win32/common/libgsttag.def:
4525         Export some new functions.
4526         * win32/vs6/libgstogg.dsp:
4527         Add a link to libgsttag-0.10.lib.
4528
4529 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4530
4531         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4532           Some const-ification.
4533
4534 2006-07-04  Wim Taymans  <wim@fluendo.com>
4535
4536         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4537         Improve checking if we are dealing with a stream. Added some
4538         more uris that need buffering.
4539
4540 2006-07-03  Edward Hervey  <edward@fluendo.com>
4541
4542         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4543         Remove unused variable.
4544
4545 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4546
4547         * Makefile.am:
4548           include lcov.mak
4549         * configure.ac:
4550           add GCOV_LIBS to GST_LIBS
4551
4552 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4555
4556         * ext/alsa/gstalsasrc.c:
4557           Add 32 bps to template caps and increase channels range
4558           from [1,2] to [1,MAX]. See #346326.
4559
4560 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4563           Recognise 'WMVA' video codec fourcc (#345879).
4564           
4565 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4566          
4567         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4568           Fixed nasty memory leak
4569
4570 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4571
4572         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4573         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4574           fix logging
4575
4576 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4577
4578         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4579         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4580         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4581         Protect remove_fakesink using a mutex, so that we don't try and
4582         remove the fakesink simultaneously from multiple threads.
4583
4584         When going from READY to PAUSED, restore the fakesink, so that
4585         it is there when decodebin gets reused.
4586
4587 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4591         * gst-libs/gst/rtp/gstbasertppayload.c:
4592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4593         * gst/tcp/gstmultifdsink.c:
4594         * gst/tcp/gsttcpclientsink.c:
4595         * gst/tcp/gsttcpclientsrc.c:
4596         * gst/tcp/gsttcpserversink.c:
4597         * gst/tcp/gsttcpserversrc.c:
4598         * gst/videorate/gstvideorate.c:
4599         * gst/videotestsrc/gstvideotestsrc.c:
4600         * sys/v4l/gstv4ljpegsrc.c:
4601         * sys/v4l/gstv4lmjpegsink.c:
4602         * sys/v4l/gstv4lsrc.c:
4603         * tests/examples/seek/scrubby.c:
4604         * tests/examples/seek/seek.c:
4605           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4606
4607 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4608
4609         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4610           Second field in GEnumValue shouldn't be a description,
4611           but a stringified version of the enum value.
4612
4613 2006-06-22  Wim Taymans  <wim@fluendo.com>
4614
4615         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4616         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4617         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4618         Avoid type checking in buffer casts.
4619         Avoid caps copy in buffer_alloc when we can.
4620         Use pad_peer_accept.
4621
4622 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4623
4624         * gst-libs/gst/tag/tag.h:
4625           Oops, make that 'Since: 0.10.9'.
4626
4627 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * docs/libs/gst-plugins-base-libs-sections.txt:
4630         * gst-libs/gst/tag/tag.h:
4631         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4632         (gst_tag_image_type_get_type):
4633           API: add GstTagImageType enum to describe images contained
4634           in image tags (#345641).
4635
4636 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4639           Fix warnings with gst-inspect: "buffers-min" property
4640           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4641           typo in property description.
4642
4643 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         Patch by: Cody Russell <bratsche at gnome org>
4646
4647         * gst/audioresample/gstaudioresample.c:
4648         (gst_audioresample_class_init):
4649         * gst/playback/gststreamselector.c:
4650         (gst_stream_selector_class_init):
4651         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4652         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4653         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4654         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4655         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4656         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4657         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4658         * gst/videotestsrc/gstvideotestsrc.c:
4659         (gst_video_test_src_class_init):
4660         * gst/volume/gstvolume.c: (gst_volume_class_init):
4661           Avoid unnecessary class cast check in class_init
4662           functions (#337747).
4663
4664 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4665
4666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4667         (gst_text_overlay_video_chain):
4668           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4669           and doesn't validate its input either (and neither did
4670           textoverlay it seems). Let's do that then and fix #345206.
4671
4672 2006-06-19  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4675         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4676         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4677         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4678         (find_syncframe), (find_limits), (assign_value),
4679         (count_burst_unit), (gst_multi_fd_sink_new_client),
4680         (gst_multi_fd_sink_handle_client_write),
4681         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4682         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4683         (gst_multi_fd_sink_change_state):
4684         * gst/tcp/gstmultifdsink.h:
4685         Added shiny new burst-on-connect methods.
4686         Add properties to control the minimal amount of data queued.
4687         Small cleanups.
4688         API: bytes-min property
4689         API: time-min property
4690         API: buffers-min property
4691         API: burst-unit property
4692         API: burst-value property
4693         API: add-full signal
4694
4695         * gst/tcp/gsttcp-marshal.list:
4696         Added new marshaller code for the new signal.
4697
4698         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4699         (multifdsink_suite):
4700         Added testcases for new burst methods.
4701
4702 2006-06-19  Edward Hervey  <edward@fluendo.com>
4703
4704         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4705         Implement clipping for accurate seeking.
4706         Closes #345225
4707
4708 2006-06-19  Wim Taymans  <wim@fluendo.com>
4709
4710         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4711
4712         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4713         (gst_video_scale_transform):
4714         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4715
4716 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         * configure.ac:
4719           Fix --disable-external (can't set conditionals conditionally,
4720           #343602).
4721
4722 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4723
4724         * tests/check/elements/audioresample.c: (test_reuse),
4725         (audioresample_suite):
4726           Add test case for bug #342789 fixed below.
4727
4728 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4729
4730         * gst/audioresample/gstaudioresample.c:
4731         (gst_audioresample_class_init), (gst_audioresample_init),
4732         (audioresample_start), (audioresample_stop),
4733         (gst_audioresample_set_property), (gst_audioresample_get_property):
4734           Implement GstBaseTransform::start and ::stop so that audioresample
4735           can clear its internal state properly and be reused instead of
4736           causing non-negotiated errors with playbin under some circumstances
4737           (#342789).
4738
4739         * tests/check/elements/audioresample.c: (setup_audioresample),
4740         (cleanup_audioresample):
4741           Need to set element state here so that ::start and ::stop are
4742           called.
4743
4744 2006-06-16  Wim Taymans  <wim@fluendo.com>
4745
4746         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4747
4748         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4749         Parse extra data better, apparently it's right behind
4750         the normal strf header size. Fixes #343500.
4751
4752 2006-06-16  Wim Taymans  <wim@fluendo.com>
4753
4754         * ext/alsa/gstalsasink.c: (set_hwparams):
4755         If we fail to set the buffer_time and period_time alsa
4756         parameters, post a warning and leave alsa select a 
4757         default instead of failing. Fixes #342085
4758
4759 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4760
4761         * docs/libs/gst-plugins-base-libs-sections.txt:
4762         * gst-libs/gst/cdda/gstcddabasesrc.h:
4763           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4764           out in the header file and shouldn't be listed in the docs.
4765
4766         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4767           Must dereference pointer to fourcc in the debug statement.
4768
4769 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4770
4771         * docs/libs/Makefile.am:
4772         * docs/libs/gst-plugins-base-libs-docs.sgml:
4773         * docs/libs/gst-plugins-base-libs-sections.txt:
4774         * docs/libs/gst-plugins-base-libs.types:
4775         add remaining symbols into correct setions
4776         
4777         * gst-libs/gst/audio/gstringbuffer.c:
4778         fix incomplete docs
4779         
4780         * gst-libs/gst/audio/gstringbuffer.h:
4781         comment out not yet implemented function
4782         
4783         
4784         * gst-libs/gst/floatcast/floatcast.h:
4785         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4786         add short descriptions
4787         
4788         
4789         * gst-libs/gst/interfaces/propertyprobe.c:
4790         fix return value docs   
4791         
4792         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4793         simplify debug logging
4794         
4795         * gst-libs/gst/riff/riff-read.h:
4796         sync function prototype and docs
4797         
4798         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4799         remove left over symbol
4800
4801 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * autogen.sh:
4804         * configure.ac:
4805         * docs/Makefile.am:
4806           Use GST_PLUGIN_DOCS macro in configure.ac, add
4807           --enable-plugin-docs default to autogen.sh and use
4808           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4809
4810 2006-06-15  Wim Taymans  <wim@fluendo.com>
4811
4812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4813         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4814         (gst_ogg_demux_loop):
4815         Combine GstFlowReturn from the source pads to give a
4816         meaningfull result to the upstream peer or to stop the
4817         processing task in case of errors.
4818
4819 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * gst/playback/gststreaminfo.c: (cb_probe):
4822           Try GST_TAG_CODEC as fallback when extracting the
4823           codec name; more debug info.
4824
4825 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * ext/ogg/Makefile.am:
4828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4829           Extract language tags from ogm subtitle streams, so that
4830           the subtitle menu choices are labelled correctly in
4831           Totem (fixes #344708).
4832
4833 2006-06-14  Wim Taymans  <wim@fluendo.com>
4834
4835         Patch by: Alessandro Decina <alessandro at nnva dot org>
4836
4837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4838         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4839         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4840         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4841         Fix various leaks. Fixes #343699.
4842         Add x-smoke mime type.
4843
4844 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4845
4846         * gst-libs/gst/riff/riff-ids.h:
4847           Add IDs for 'bext' chunks (see #343837).
4848
4849 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         Patch by: Young-Ho Cha  <ganadist at chollian net>
4852
4853         * gst/subparse/samiparse.c: (sami_context_pop_state),
4854         (handle_start_font), (end_sami_element):
4855           Honour font face tags in SAMI subtitles (#344503).
4856
4857 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4858
4859         * po/POTFILES.in:
4860           add missing files containing translatable strings
4861
4862 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4863
4864         * docs/libs/tmpl/.cvsignore:
4865           we don't want those *.sgml files in CVS either
4866
4867 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4868
4869         * docs/libs/.cvsignore:
4870         * tests/check/elements/.cvsignore:
4871         * tests/check/libs/.cvsignore:
4872           ignore more
4873
4874 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4875
4876         * docs/libs/Makefile.am:
4877           also commiting the changed Makefile.am (added more libs to the
4878           doc-build)
4879
4880 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4881
4882         * docs/libs/gst-plugins-base-libs-docs.sgml:
4883         * docs/libs/gst-plugins-base-libs-sections.txt:
4884         * docs/libs/gst-plugins-base-libs.types:
4885           first batch of reordering things, add index & hierarchy
4886
4887 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4888
4889         * configure.ac:
4890           use GST_PKG_CHECK_MODULES, cleans up output
4891
4892 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4895           Add support for burn:// URIs (#343385); const-ify things a bit,
4896           use G_N_ELEMENTS instead of hard-coded array size.
4897
4898 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         Patch by: Young-Ho Cha  <ganadist at chollian net>
4901
4902         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4903           Fix up broken entities before passing them to libxml *sigh*.
4904           (#343303).
4905           
4906 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4907
4908         * configure.ac:
4909           back to TRUNK
4910
4911 === release 0.10.8 ===
4912
4913 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4914
4915         * configure.ac:
4916           releasing 0.10.8, "Moar gij ziet mij nie"
4917
4918 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4919
4920         * configure.ac:
4921         * po/af.po:
4922         * po/az.po:
4923         * po/cs.po:
4924         * po/en_GB.po:
4925         * po/hu.po:
4926         * po/it.po:
4927         * po/nb.po:
4928         * po/nl.po:
4929         * po/or.po:
4930         * po/sq.po:
4931         * po/sr.po:
4932         * po/sv.po:
4933         * po/uk.po:
4934         * po/vi.po:
4935         * win32/common/config.h:
4936           0.10.7.2 prerelease
4937
4938 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4939
4940         * docs/libs/tmpl/gstaudio.sgml:
4941         * docs/libs/tmpl/gstcolorbalance.sgml:
4942         * docs/libs/tmpl/gstmixer.sgml:
4943         * docs/libs/tmpl/gstringbuffer.sgml:
4944         * docs/libs/tmpl/gsttuner.sgml:
4945         * docs/libs/tmpl/gstxoverlay.sgml:
4946         * gst-libs/gst/audio/audio.c:
4947         * gst-libs/gst/audio/gstringbuffer.c:
4948         * gst-libs/gst/interfaces/colorbalance.c:
4949         * gst-libs/gst/interfaces/mixer.c:
4950         * gst-libs/gst/interfaces/tuner.c:
4951         * gst-libs/gst/interfaces/xoverlay.c:
4952           move last template doc snippets to source code and delete them
4953
4954 2006-06-06  Michael Smith  <msmith@fluendo.com>
4955
4956         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4957         (theora_parse_drain_queue):
4958           Mark DELTA_UNIT on non-keyframes.
4959
4960 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4961
4962         * gst-libs/gst/audio/gstbaseaudiosink.c:
4963         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4964         * gst-libs/gst/audio/gstbaseaudiosink.h:
4965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4966         (gst_ring_buffer_samples_done):
4967         * gst-libs/gst/audio/gstringbuffer.h:
4968         Document better the fact that latency_time and buffer_time are values
4969         stored in microseconds, and not the usual GStreamer nanoseconds.
4970         Change the variables (compatibly) that store them from GstClockTime 
4971         to guint64 to make it more clear that they're not storing clock times.
4972         Also, remove the bogus property description that says the user can
4973         specify -1 to get the default value, since that's never been the case.
4974
4975         When computing the default segment size for the ring buffer, make it
4976         an integer number of samples.
4977
4978         When the sub-class indicates a delay greater than the number of
4979         samples we've written return 0 from the audio sink get_time method.
4980
4981 2006-06-02  Michael Smith  <msmith@fluendo.com>
4982
4983         * tests/check/elements/audioconvert.c: (set_channel_positions),
4984         (get_float_mc_caps), (get_int_mc_caps):
4985         * tests/check/elements/audioresample.c:
4986         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4987         * tests/check/elements/videorate.c:
4988         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4989         * tests/check/elements/volume.c:
4990         * tests/check/elements/vorbisdec.c:
4991         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4992           Don't busy-wait in tests; this was causing test timeouts very
4993           frequently when running under valgrind.
4994
4995 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4996
4997         * gst/tcp/README:
4998         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4999         (gst_multi_fd_sink_remove_client_link),
5000         (gst_multi_fd_sink_client_queue_caps),
5001         (gst_multi_fd_sink_client_queue_buffer),
5002         (gst_multi_fd_sink_handle_client_write),
5003         (gst_multi_fd_sink_render):
5004         * gst/tcp/gstmultifdsink.h:
5005           make multifdsink properly deal with streamheader:
5006           - streamheader is taken from caps
5007           - buffers marked with IN_CAPS are not sent
5008           - streamheaders are sent, on connection, from the caps of the
5009             buffer where the client gets positioned to
5010           - further streamheader changes are done every time the client
5011             will receive a buffer with different caps
5012         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5013         (gst_multifdsink_create_streamheader):
5014           add tests for this
5015
5016 2006-06-02  Michael Smith  <msmith@fluendo.com>
5017
5018         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5019           Reinstate limit on channel count. Vorbis does not define the meaning
5020           of > 6 channels, so they're just independent channels. Gstreamer
5021           currently has no mechanism to represent N independent channels.
5022
5023 2006-06-02  Michael Smith  <msmith@fluendo.com>
5024
5025         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5026           Don't arbitrarily restrict channel counts and rate in vorbis.
5027           In terms of effects likely on real-world files, this fixes 96kHz
5028           playback of vorbis.
5029
5030 2006-06-02  Michael Smith  <msmith@fluendo.com>
5031
5032         * gst/audioconvert/audioconvert.c: (float):
5033           More correct float->int conversion.
5034
5035 2006-06-02  Michael Smith  <msmith@fluendo.com>
5036
5037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5038           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5039           value. Fixes g-critical on trying to play back ogg containing
5040           unknown codec.
5041
5042 2006-06-02  Wim Taymans  <wim@fluendo.com>
5043
5044         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5045         (setup_source):
5046         * gst/playback/gstplaybasebin.h:
5047         Make the subtitle detection work from any thread so we don't
5048         deadlock. Fixes #343397.
5049
5050 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5051
5052         * gst/volume/Makefile.am:
5053           Seriously, it's not *that* hard to get compilation right.  Even
5054           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5055
5056 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5057
5058         * gst/volume/gstvolume.c: (volume_choose_func),
5059         (volume_update_real_volume), (gst_volume_class_init),
5060         (gst_volume_init), (volume_process_float), (volume_process_int16),
5061         (volume_process_int16_clamp), (volume_set_caps),
5062         (volume_transform_ip), (plugin_init):
5063         * gst/volume/gstvolume.h:
5064         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5065         another property desc., remove unused param from process function
5066         
5067         * tests/check/elements/volume.c: (volume_suite):
5068         reactivate the passthrough test
5069
5070 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5071
5072         * ext/alsa/gstalsamixerelement.h:
5073         * ext/alsa/gstalsamixeroptions.h:
5074         * ext/alsa/gstalsamixertrack.h:
5075         * ext/gnomevfs/gstgnomevfssink.h:
5076         * ext/gnomevfs/gstgnomevfssrc.h:
5077         * ext/theora/gsttheoradec.h:
5078         * ext/theora/gsttheoraenc.h:
5079         * ext/theora/gsttheoraparse.h:
5080         * ext/vorbis/vorbisparse.h:
5081         * gst-libs/gst/audio/gstaudioclock.h:
5082         * gst-libs/gst/audio/gstaudiofilter.h:
5083         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5084         * gst/audioconvert/gstaudioconvert.h:
5085         * gst/audioresample/gstaudioresample.h:
5086         * gst/audiotestsrc/gstaudiotestsrc.h:
5087         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5088         * gst/playback/gststreamselector.h:
5089         * gst/tcp/gstmultifdsink.h:
5090         * gst/tcp/gsttcpclientsink.h:
5091         * gst/tcp/gsttcpclientsrc.h:
5092         * gst/tcp/gsttcpserversink.h:
5093         * gst/tcp/gsttcpserversrc.h:
5094         * gst/videorate/gstvideorate.h:
5095         * gst/videoscale/gstvideoscale.h:
5096         * gst/videotestsrc/gstvideotestsrc.h:
5097         * gst/volume/gstvolume.h:
5098         * sys/v4l/gstv4ljpegsrc.h:
5099         * sys/v4l/gstv4lmjpegsink.h:
5100         * sys/v4l/gstv4lmjpegsrc.h:
5101         * sys/v4l/gstv4lsrc.h:
5102         * sys/ximage/ximagesink.h:
5103         * sys/xvimage/xvimagesink.h:
5104         * tests/old/testsuite/alsa/sinesrc.h:
5105         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5106
5107 2006-05-31  Wim Taymans  <wim@fluendo.com>
5108
5109         * ext/libvisual/visual.c: (gst_visual_reset),
5110         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5111         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5112         Handle DISCONT.
5113         Use running time before doing QoS.
5114         Handle mono too.
5115
5116 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5117
5118         * docs/libs/Makefile.am:
5119           set a magic variable to indicate we know the docs are incomplete
5120
5121 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5122
5123         * win32/common/libgstvideo.def:
5124           export gst_video_calculate_display_ratio
5125         * win32/vs6/libgstvideoscale.dsp:
5126           add link to libgstvideo-0.10.lib
5127
5128 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * gst/playback/gstplaybasebin.c: (gen_source_element):
5131           Throw a more comprehensible error for rtsp:// URIs (rather
5132           than erroring out with a negotiation error later on) until
5133           we fix playbin to handle rtspsrc etc.
5134
5135 2006-05-30  Wim Taymans  <wim@fluendo.com>
5136
5137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5138         (gst_text_overlay_text_event):
5139         Added some FIXMEs.
5140
5141 2006-05-30  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5144         (gst_adder_request_new_pad), (gst_adder_release_pad):
5145         * gst/adder/gstadder.h:
5146         Implement release_request_pad.
5147         Make padcounter atomic.
5148
5149         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5150         Added check for release_pad in adder.
5151
5152 2006-05-30  Wim Taymans  <wim@fluendo.com>
5153
5154         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5155         Fix build again.
5156
5157 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5158
5159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5160         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5161         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5162         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5163         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5164         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5165         (gst_ogg_demux_bisect_forward_serialno),
5166         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5167         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5168           add more debugging
5169           clean up printf formats for granulepos and serialno
5170
5171 2006-05-30  Michael Smith  <msmith@fluendo.com>
5172
5173         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5174         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5175         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5176         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5177         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5178         * ext/vorbis/vorbisenc.h:
5179           Multi-channel caps negotiation, so we can do proper multichannel
5180           vorbis encoding, negotiated through audioconvert.
5181
5182 2006-05-30  Wim Taymans  <wim@fluendo.com>
5183
5184         * tests/check/elements/adder.c: (test_event_message_received),
5185         (test_play_twice_message_received), (GST_START_TEST),
5186         (adder_suite):
5187         Added check to show that #339935 is fixed with ongoing
5188         adder and collectpads fixes.
5189
5190 2006-05-29  Wim Taymans  <wim@fluendo.com>
5191
5192         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5193         Don't leak pad name.
5194
5195 2006-05-29  Wim Taymans  <wim@fluendo.com>
5196
5197         * gst/adder/gstadder.c: (gst_adder_query_duration),
5198         (forward_event_func), (forward_event), (gst_adder_src_event):
5199         Fix adder seeking.
5200         Make query/seeking code threadsafe.
5201
5202         * tests/check/Makefile.am:
5203         * tests/check/elements/adder.c: (test_event_message_received),
5204         (GST_START_TEST), (test_play_twice_message_received):
5205         Fix adder test case.
5206
5207 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         Patch by: Young-Ho Cha  <ganadist at chollian net>
5210
5211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5212         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5213         (set_encoding_element), (decodebin_element_added_cb),
5214         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5215         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5216         * gst/playback/gstplaybasebin.h:
5217           Add 'subtitle-encoding' property to playbin, so applications can
5218           force a subtitle encoding for non-UTF8 subtitles (#342268).
5219
5220         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5221         (gst_sub_parse_set_property):
5222           Rename recently-added 'encoding' property to 'subtitle-encoding'
5223           (so it can be proxied by playbin/decodebin in a generic way
5224           with less danger of false positives).
5225
5226 2006-05-29  Michael Smith  <msmith@fluendo.com>
5227
5228         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5229         (append_with_other_format), (set_structure_widths),
5230         (gst_audio_convert_transform_caps):
5231           Patch from #341562: give more specific audio caps in get_caps, so
5232           that basetransform  can make better decisions on what caps to
5233           negotiate.
5234
5235 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5236
5237         * tests/check/elements/volume.c:
5238         make it compile again
5239
5240 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5241
5242         * tests/check/elements/volume.c: (volume_suite):
5243         disable test until #343196 gets resolved
5244
5245 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5246
5247         * gst/adder/gstadder.c: (gst_adder_get_type):
5248         Make it easier to copy&paste
5249         
5250         * gst/volume/Makefile.am:
5251         * gst/volume/gstvolume.c: (volume_update_real_volume),
5252         (gst_volume_set_volume), (gst_volume_set_mute),
5253         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5254         (volume_transform_ip), (volume_update_mute),
5255         (volume_update_volume):
5256         * gst/volume/gstvolume.h:
5257         Add own debug category, move duplicate code to helper function, fix
5258         property texts, add more comments and prepare ffor liboil-goodness
5259         
5260         * tests/check/Makefile.am:
5261         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5262         add test for mute and passtrough case, be a bit more verbose to track
5263         failure
5264         
5265         * tests/check/generic/states.c: (GST_START_TEST):
5266         catch elements that fail to instantiate
5267
5268 2006-05-28  Edward Hervey  <edward@fluendo.com>
5269
5270         * tests/check/pipelines/simple-launch-lines.c:
5271         * tests/check/pipelines/theoraenc.c:
5272         * tests/check/pipelines/vorbisenc.c:
5273         Comment out tests using parse_launch() if core was built without
5274         parsing capabilities.
5275
5276 2006-05-27  Edward Hervey  <edward@fluendo.com>
5277
5278         * tests/check/Makefile.am:
5279         Extra bonus points for whoever explains to ensonic that you are meant
5280         to test unit tests thoroughly before commiting them, especially if
5281         you know it's going to break.
5282         De-activated element/adder tests.
5283
5284 2006-05-27  Edward Hervey  <edward@fluendo.com>
5285
5286         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5287         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5288         Marking caps conversion issues as GST_WARNING is way too verbose,
5289         Moving them to GST_LOG.
5290
5291 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5292
5293         * README:
5294           Replace current README (containing the release notes from
5295           some 0.9.x version) with a proper README taken from the core.
5296
5297 2006-05-26  Wim Taymans  <wim@fluendo.com>
5298
5299         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5300         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5301         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5302         (vorbis_dec_change_state):
5303         Small cleanups.
5304         Add some FIXMEs
5305         Clip output samples to segment boundaries.
5306
5307 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5308
5309         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5310         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5311         Improve the errors produced on bad output, including some human
5312         readable description strings.
5313         Handle the (theoretical for ximagesink) case where the XServer 
5314         has a different idea about the size required for a particular 
5315         frame and gives us too small a memory allocation.
5316
5317 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5318
5319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5320         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5321         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5322         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5323         Improve the errors produced on bad output, including some human 
5324         readable description strings.
5325         Handle RGB Xv formats properly by transforming them into our 
5326         big-endian caps description.
5327         Use gst_caps_truncate to ensure that we never try and choose a
5328         non-fixed caps in buffer_alloc.
5329         Handle the case where the XServer has a different idea about the size
5330         required for a particular frame and gives us too small a memory
5331         allocation.
5332         Use -1 to indicate 'no image format', because 0 is a valid XServer
5333         image format number.
5334         Put RGB Xv formats at the end of the caps, so that we always prefer
5335         YUV format frames.
5336         Iterate the available Xv Encodings to determine the maximum width and
5337         height, and then return that in our caps.
5338         (Closes #315312, #337544)
5339
5340 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5341
5342         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5343         When there is only one unfinished pad and it receives an event that
5344         doesn't match our requirements, we need to set alldone=FALSE so that
5345         the fakesink is not removed yet.
5346
5347 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5350           Use gst_type_find_helper_for_buffer() to find the type
5351           of stream from the first packet.
5352
5353         * configure.ac:
5354           Bump requirements to core CVS (needed for vorbis
5355           typefinding to work).
5356
5357 2006-05-24  Edward Hervey  <edward@fluendo.com>
5358
5359         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5360         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5361         contain.  Else they play perfectly fine with qtdemux.
5362
5363 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5364
5365         * ext/theora/theoradec.c:
5366         * ext/theora/theoraenc.c:
5367         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5368         * gst/audiorate/gstaudiorate.c:
5369           make more debug catagories static
5370         
5371         * tests/check/Makefile.am:
5372         * tests/check/elements/adder.c: (message_received),
5373         (test_event_message_received), (GST_START_TEST),
5374         (test_play_twice_message_received), (adder_suite):
5375           added test case for using element twice, extra bonus points for anyone
5376           who can make these test run reliably
5377
5378 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * ext/theora/theoradec.c: (theora_dec_chain):
5381           Make work with time-stamped input buffers that do not
5382           have a granulepos in BUFFER_OFFSET_END (like theora
5383           buffers coming from matroskademux). Fixes #342448.
5384
5385 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5386
5387         Patch by: Peter Kjellerstedt  <pkj at axis com>
5388
5389         * gst/tcp/Makefile.am:
5390           fdstresstest doesn't need Gtk+, fix compilation if 
5391           gtk is not available (#342566).
5392
5393 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5394          
5395         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5396           80 line columns
5397           Removed redundant floor()
5398
5399 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5400
5401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5402           On second thought, just skip JUNK chunks automatically, so
5403           the caller doesn't have to handle this. Fixes #342345.
5404           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5405           not GST_FLOW_ERROR.
5406
5407 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5408
5409         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5410           Don't bail out on JUNK chunks with a size of 0 (would try to
5411           pull_range 0 bytes before, which sources don't like too much).
5412           See #342345.
5413
5414 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5415
5416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5418         Use the gstutil scaling function to preserve 64 bits while calculating
5419         output width and height from the display-aspect-ratio. (A continuation
5420         of #341542)
5421
5422 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5423
5424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5425         (gst_xvimagesink_buffer_alloc):
5426         * sys/xvimage/xvimagesink.h:
5427         When performing buffer allocations, remember the caps and image format
5428         we return so that if the same caps are asked for next time we can
5429         return them immediately without doing any caps intersections.
5430
5431 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5432          
5433         * gst-libs/gst/rtp/README:
5434           Some new documentation
5435         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5436           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5437         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5438         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5439           New RTP audio base payloader class. Supports frame or sample based
5440           codecs.  Not enabled in Makefile.am until approved.
5441
5442 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * tests/check/elements/alsa.c: (test_device_property_probe):
5445           Fix test case: don't try to free NULL GValueArray when there
5446           are no devices.
5447
5448 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         * tests/check/Makefile.am:
5451         * tests/check/elements/alsa.c: (test_device_property_probe),
5452         (alsa_suite), (main):
5453           Add simple test that runs a device property probe on alsasrc,
5454           alsasink and alsamixer. Disable valgrind check for now (too
5455           many leaks in libasound, and valgrind ignored my suppressions
5456           additions).
5457
5458 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5461         (gst_alsa_device_property_probe_probe_property),
5462         (gst_alsa_device_property_probe_needs_probe),
5463         (gst_alsa_device_property_probe_get_values),
5464         (gst_alsa_type_add_device_property_probe_interface):
5465         * ext/alsa/gstalsadeviceprobe.h:
5466         * ext/alsa/gstalsamixerelement.c:
5467         (gst_alsa_mixer_element_init_interfaces):
5468         * ext/alsa/gstalsamixerelement.h:
5469           Clean up and simplify alsa device probing. Make it actually work
5470           for multiple classes. Don't cache results any longer.
5471
5472         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5473         (gst_alsasink_init):
5474         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5475         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5476         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5477           Make alsasink and alsasrc implement the GstPropertyProbe interface
5478           for device probing (#342181).
5479           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5480
5481 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/subparse/samiparse.c: (handle_start_font):
5484           Don't ignore return value of strtol (++compiler_happiness).
5485
5486 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         Patch by: Young-Ho Cha  <ganadist chollian net>
5489
5490         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5491         (gst_sub_parse_class_init), (gst_sub_parse_init),
5492         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5493         (convert_encoding):
5494         * gst/subparse/gstsubparse.h:
5495           Add 'encoding' property (#341681).
5496
5497         * gst/subparse/samiparse.c: (characters_sami):
5498           Output is pango markup, so we need to escape text
5499           between tags (#342143).
5500
5501 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * gst-libs/gst/audio/multichannel.c:
5504         (gst_audio_check_channel_positions):
5505           It's okay to have caps with channels=1 and a channel position
5506           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5507           (deinterleavers might want to keep the position in the caps,
5508           so that they can be re-interleaved again properly later).
5509           Leave check for unexpected 2-channel layouts intact for now.
5510
5511 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5512
5513         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5514         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5515         basesrc can do its job correctly.
5516
5517 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5518
5519         * ext/alsa/Makefile.am:
5520         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5521         (gst_alsa_detect_formats), (get_channel_free_structure),
5522         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5523         (gst_alsa_probe_supported_formats):
5524         * ext/alsa/gstalsa.h:
5525         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5526           Refactor and improve caps probing code: probe signedness
5527           when we probe the supported formats/widths; set endianness
5528           to the one we actually probed for (ie. cpu endianness).
5529           
5530         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5531         (gst_alsasrc_close):
5532         * ext/alsa/gstalsasrc.h:
5533           Implement caps probing for alsasrc.
5534
5535 2006-05-15  Wim Taymans  <wim@fluendo.com>
5536
5537         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5538         (theora_dec_src_query), (theora_dec_src_event),
5539         (theora_dec_sink_event), (theora_handle_comment_packet),
5540         (theora_handle_data_packet), (theora_dec_change_state):
5541         Cleanups, add some G_LIKELY.
5542         Use segment helpers instead of our own wrong code.
5543         Clear queued buffers on seek and READY.
5544
5545         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5546         (vorbis_dec_convert), (vorbis_dec_src_query),
5547         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5548         (vorbis_handle_comment_packet), (vorbis_dec_push),
5549         (vorbis_handle_data_packet), (vorbis_dec_chain),
5550         (vorbis_dec_change_state):
5551         * ext/vorbis/vorbisdec.h:
5552         Remove old useless packetno variable.
5553         Do position query properly.
5554         Add some G_LIKELY.
5555         Do cleanup of queued buffers in new helper function
5556         and use it.
5557
5558 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5559
5560         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5561           Query supported sample rates. Fixes #341732.
5562
5563 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5564
5565         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5566         (gst_decode_bin_change_state): Make decodebin reusable
5567         when going from PAUSE_TO_READY and then back to PAUSED.
5568         Fixes #331678.
5569
5570 2006-05-15  Wim Taymans  <wim@fluendo.com>
5571
5572         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5573         (vorbis_dec_convert), (vorbis_dec_src_query),
5574         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5575         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5576         (vorbis_dec_clean_queued), (vorbis_dec_push),
5577         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5578         Cleanups. Use refcounting and DEBUG_OBJECT.
5579         Reset segment on flush, use code methods instead of our
5580         own wrong version.
5581         Fix potential memleak.
5582
5583 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5586         (gst_alsasink_init):
5587         * ext/alsa/gstalsasink.h:
5588           Don't leak allocated snd_output_t structure if there's
5589           more than one alsasink instance at a time (#341873).
5590           Also fix GObject macros in header file.
5591           
5592 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5593
5594         * gst/subparse/gstsubparse.c:
5595         (gst_sub_parse_data_format_autodetect):
5596           Don't use libxml functions in the typefinding code.
5597
5598 2006-05-15  Wim Taymans  <wim@fluendo.com>
5599
5600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5601         Fix seeking performance in the case where a non-header 
5602         packet has a 0 granulepos (busted theora case). 
5603         Fixes #341719
5604         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5605          the first place, you limelight stealer you)
5606
5607 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         * gst/subparse/gstsubparse.c:
5610         (gst_sub_parse_data_format_autodetect):
5611           Improve SAMI typefinding: handle case where there are
5612           whitespaces or newlines in front of the first <SAMI>
5613           tag (#169936).
5614
5615 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5616
5617         * configure.ac:
5618           Build video4linux plugin even if there's no XVIDEO, just
5619           without implementing the GstXOverlay interface (#334002).
5620          
5621 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * configure.ac:
5624         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5625         (plugin_init):
5626           Add tentative support for libvisual-0.4 (#336881).
5627
5628 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         Patch by: Young-Ho Cha <ganadist at chollian net>
5631
5632         * gst/subparse/samiparse.c: (handle_start_font):
5633           Need to map "silver" colour explicitly (#169936).
5634
5635 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5636
5637         Patch by: Young-Ho Cha  <ganadist at chollian net>
5638
5639         * gst/subparse/Makefile.am:
5640         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5641         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5642         (gst_sub_parse_format_autodetect), (feed_textbuf),
5643         (gst_subparse_type_find), (plugin_init):
5644         * gst/subparse/gstsubparse.h:
5645         * gst/subparse/samiparse.c:
5646         * gst/subparse/samiparse.h:
5647           Add support for SAMI subtitles (#169936).
5648
5649 2006-05-14  Michael Smith  <msmith@fluendo.com>
5650
5651         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5652           Fix #341696: crash when mixing L+R+C to mono or stereo.
5653         * tests/check/Makefile.am:
5654         * tests/check/elements/audioconvert.c: (set_channel_positions),
5655         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5656         (audioconvert_suite):
5657           Add test for the above, including some generic framework bits for
5658           testing multichannel things.
5659
5660 === release 0.10.7 ===
5661
5662 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5663
5664         * configure.ac:
5665           releasing 0.10.7, "Leave the gun"
5666
5667 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5668
5669         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5671         Fix the build.
5672
5673 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5674
5675         * docs/libs/gst-plugins-base-libs-docs.sgml:
5676         * docs/libs/gst-plugins-base-libs-sections.txt:
5677         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5678         * gst-libs/gst/video/video.h:
5679         * gst/videoscale/Makefile.am:
5680         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5682         * tests/check/Makefile.am:
5683         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5684         (main):
5685           Fix integer overflow problem with pixel-aspect-ratio calculations
5686           in videoscale and xvimagesink (#341542)
5687
5688 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * gst-libs/gst/tag/gstid3tag.c:
5691           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5692
5693 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5694
5695         * win32/MANIFEST:
5696           update win32 files listing
5697
5698 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5699
5700         patch by: Sjoerd Simons (sjoerd@luon.net)
5701
5702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5703         (group_create), (group_destroy), (add_stream),
5704         (gst_play_base_bin_get_property),
5705         (gst_play_base_bin_get_streaminfo_value_array):
5706         * gst/playback/gstplaybasebin.h:
5707           API: GstPlayBaseBin::stream-info-value-array property
5708           use a more bindings-friendly way of exposing streaminfo
5709           using a GValueArray.  Tested in ipython.
5710           Closes #341114
5711
5712 2006-05-11  Wim Taymans  <wim@fluendo.com>
5713
5714         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5715         (queue_underrun_cb), (queue_filled_cb):
5716         Also catch queue underruns but don't do anything yet.
5717         Refactor and comment queue enlarging code a bit.
5718
5719         * gst/playback/gstplaybasebin.c: (queue_overrun),
5720         (queue_threshold_reached), (queue_out_of_data),
5721         (gen_preroll_element):
5722         If a queue over/underruns check that we don't create nasty
5723         deadlocks when the min-threshold is not reached but the
5724         max-bytes is. In those cases disable max-bytes when we
5725         know that the queue is fed timed data.
5726         Add more comments.
5727
5728 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/playback/gstplaybin.c: (gen_audio_element):
5731           Make playbin automatically plug an 'audioresample'
5732           element before the audio sink as well. This solves
5733           problems with sinks that only accept a very specific
5734           sample rate, like esdsink (e.g. #340379).
5735
5736 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         * gst/playback/gstplaybasebin.c: (gen_source_element):
5739           Make http sources send special headers so that we receive
5740           icecast metadata if the http stream is an icecast stream
5741           (otherwise the server will just ignore them). This also
5742           means that from now on users will need the 'icydemux'
5743           element from gst-plugins-good installed if they want to
5744           listen to icecast radio streams. (#341432, #333657).
5745
5746 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5747
5748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5749         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5750           remove stupid example from docs - it should come with a simple
5751           C program instead.
5752           Clean up/fix docs
5753         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5754         (fail_if_can_read), (GST_START_TEST),
5755         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5756           add a test for changing streamheader which exposes a bug in
5757           multifdsink
5758
5759 2006-05-11  Michael Smith  <msmith@fluendo.com>
5760
5761         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5762         (gst_gnome_vfs_src_received_headers_callback):
5763         * ext/gnomevfs/gstgnomevfssrc.h:
5764           Don't set icy-caps unless we have a sane interval value. Move
5765           interval to a local variable; we never use it outside this function.
5766
5767 2006-05-11  Wim Taymans  <wim@fluendo.com>
5768
5769         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5771         Register special buffer types along with the objects so
5772         that they are not registered at runtime from N different
5773         streaming threads since they are not threadsafe.
5774
5775 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5776
5777         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5778         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5779           add two more tests, one doing streamheader
5780
5781 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5782
5783         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5784           clean up the bufqueue when shutting down
5785         * tests/check/Makefile.am:
5786         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5787         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5788         (main):
5789           add a test for the leak that was just fixed
5790
5791 2006-05-10  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst/adder/gstadder.c: (gst_adder_setcaps),
5794         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5795         (gst_adder_src_event), (gst_adder_sink_event),
5796         (gst_adder_class_init), (gst_adder_finalize),
5797         (gst_adder_request_new_pad), (gst_adder_collected):
5798         * gst/adder/gstadder.h:
5799         Updated some docs. Added comments and FIXMEs all over the place.
5800         Improve debugging info.
5801         Fix leak on finalize by not calling the parent.
5802         Implement duration query.
5803         Make event forwarding threadsafe.
5804         Correctly send NEWSEGMENT at start and after flush.
5805         Handle EOS correctly.
5806         Post error when not negotiated.
5807
5808         * tests/check/elements/adder.c: (GST_START_TEST):
5809         Added FIXME in the test.
5810
5811 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5814         (gst_text_overlay_halign_get_type),
5815         (gst_text_overlay_wrap_mode_get_type):
5816         * ext/theora/theoradec.c: (theora_handle_type_packet),
5817         (theora_handle_data_packet):
5818         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5819         (theora_enc_sink_setcaps), (theora_enc_chain):
5820         * gst-libs/gst/cdda/gstcddabasesrc.c:
5821         (gst_cdda_base_src_mode_get_type):
5822         * gst/audiotestsrc/gstaudiotestsrc.c:
5823         (gst_audiostestsrc_wave_get_type):
5824         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5825         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5826         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5827         (gst_sync_method_get_type), (gst_unit_type_get_type),
5828         (gst_client_status_get_type):
5829         * gst/videoscale/gstvideoscale.c:
5830         (gst_video_scale_method_get_type):
5831         * gst/videotestsrc/gstvideotestsrc.c:
5832         (gst_video_test_src_pattern_get_type):
5833         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5834         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5835         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5836         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5837         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5838         (paint_setup_RGB565), (paint_setup_xRGB1555):
5839           Const-ify GEnumValue and GFlagsValue arrays. Use
5840           GST_ROUND_UP_* macros instead of home-made ones.
5841
5842 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5843
5844         * configure.ac:
5845           Require core CVS for the new newsegment stuff.
5846
5847 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         Patch by: Sjoerd Simons  <sjoerd at luon net>
5850
5851         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5852           Register nick for enum value (#341160).
5853
5854 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5857         (plugin_init):
5858          backout typefind patch #340375
5859          
5860         * tests/check/elements/adder.c: (message_received),
5861         (GST_START_TEST), (adder_suite):
5862           redo, signal-handling of test
5863
5864 2006-05-09  Wim Taymans  <wim@fluendo.com>
5865
5866         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5867         (gst_adder_collected):
5868         * gst/adder/gstadder.h:
5869         Remove bogus segment merging and forwarding, we don't
5870         care about timestamps anyway and we just produce a
5871         continuous stream. 
5872         Also create a nice NEWSEGMENT event when we start.
5873         Use _scale_int some more.
5874
5875 2006-05-09  Edward Hervey  <edward@fluendo.com>
5876
5877         * tests/icles/stress-xoverlay.c:
5878         Fix if core was built without parsing support.
5879
5880 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5883           Add SEDG (Samsung MPEG-4) fourcc.
5884
5885 2006-05-09  Edward Hervey  <edward@fluendo.com>
5886
5887         * tests/icles/stress-xoverlay.c:
5888         * tests/examples/volume/volume.c:
5889         Fix if core was built without parsing support.
5890
5891         * tests/examples/seek/seek.c:
5892         Disable the parse_launch example if core was built without parsing
5893         support.
5894
5895 2006-05-08  Edward Hervey  <edward@fluendo.com>
5896
5897         * autogen.sh: (CONFIGURE_DEF_OPT): 
5898         libtoolize on Darwin/MacOSX is called glibtoolize
5899
5900 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5901
5902         * tests/check/Makefile.am:
5903         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5904           Disable the adder test, until the build-slaves posses the kindness to 
5905           either like it or to give valid reason for not doing so 
5906
5907 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5908
5909         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5910         (adder_suite):
5911           Shuffle NULL state change around and raise timeout more
5912
5913 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5914
5915         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5916         (mp4_type_find), (plugin_init):
5917           Add typefind to distinguish between "audio/x-m4a" and new type
5918           "video/mp4". Fixes #340375
5919
5920         * tests/check/elements/adder.c: (adder_suite):
5921           Raise timeout to make buildbot happy
5922
5923 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5924
5925         * gst/adder/gstadder.c: (gst_adder_sink_event),
5926         (gst_adder_request_new_pad), (gst_adder_change_state):
5927         * gst/adder/gstadder.h:
5928         * tests/check/Makefile.am:
5929         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5930         (adder_suite), (main):
5931           Add sink-event handling to adder. It tries to merge incomming
5932           newsegment-events. Added test to check if segment_done is comming
5933           through. Fixes #340060
5934
5935 2006-05-05  Andy Wingo  <wingo@pobox.com>
5936
5937         * ext/theora/theoraparse.c (gst_theora_parse_init)
5938         (theora_parse_src_convert, theora_parse_src_query):
5939         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5940         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5941         query functions on the source pads of the theora and vorbis parse
5942         elements. Fixes position querying when doing a remux.
5943
5944 2006-05-05  Michael Smith  <msmith@fluendo.com>
5945
5946         * ext/theora/theoraparse.c: (parse_granulepos),
5947         (theora_parse_drain_queue_prematurely),
5948         (theora_parse_queue_buffer), (theora_parse_sink_event):
5949           Fix flushing.
5950           Fix invalid granulepos outputs when starting with a non-keyframe.
5951
5952 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5953
5954         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5955         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5956         Rearrange MPEG system stream detection, fixing some memleaks in the
5957         process.
5958         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5959         they clean up their data correctly.
5960         Remove unused ogganx caps and move the 'is_annodex' check to inside
5961         the 'is_ogg' if statement.
5962
5963 2006-05-05  Wim Taymans  <wim@fluendo.com>
5964
5965         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5966         Properly remove ghostpads. Fixes #340392
5967
5968 2006-05-04  David Schleef  <ds@schleef.org>
5969
5970         * gst/typefind/gsttypefindfunctions.c:
5971
5972 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5973
5974         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5975         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5976
5977         When typefinding an MP3 in push-based mode, don't penalise the
5978         probability down to 74% when we found 5 valid frames just because we
5979         can't peek the end of the file.
5980
5981         Make the probability for detecting MPEG Transport Streams based on the
5982         number of sequential headers we successfully detected.
5983
5984 2006-05-03  Wim Taymans  <wim@fluendo.com>
5985
5986         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5987         (vorbis_dec_push), (vorbis_dec_chain):
5988         Still produce an error when we receive an empty packet.
5989
5990 2006-05-03  Wim Taymans  <wim@fluendo.com>
5991
5992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5993         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5995         Mark buffers with DISCONT after seek and after activating new
5996         chains.
5997
5998         * ext/theora/gsttheoradec.h:
5999         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6000         (theora_get_query_types), (theora_dec_sink_event),
6001         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6002         (theora_dec_change_state):
6003         Fix frame counter.
6004         Detect and mark DISCONT buffers.
6005
6006         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6007         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6008         (vorbis_dec_change_state):
6009         * ext/vorbis/vorbisdec.h:
6010         Use GstSegment.
6011         Detect and mark DISCONT buffers.
6012         Don't crash on 0 sized buffers.
6013
6014 2006-05-03  Wim Taymans  <wim@fluendo.com>
6015
6016         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6017         (volume_transform_ip):
6018         Increase "volume" property to 10.0. Fixes #340369.
6019         Set the process function to NULL when capsnego fails so that
6020         we properly error out.
6021
6022 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6023
6024         * gst/playback/gstplaybin.c: (add_sink):
6025         * gst/playback/test.c: (main):
6026         * gst/playback/test5.c: (dump_element_stats):
6027         * gst/playback/test6.c: (main):
6028           free caps using gst_caps_unref, don't leak caps-strings
6029
6030 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6033         (plugin_init):
6034           Refine musepack typefinding a bit. Return MAXIMUM
6035           probability when we detect stream version 7 to make
6036           sure the mpeg audio typefinder doesn't trump us.
6037
6038 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6041           Protect against unexpected NULL strf_data buffer.
6042
6043 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6044
6045         * tests/check/elements/audioconvert.c: (verify_convert),
6046         (GST_START_TEST):
6047           interpret the out[] buffer in the order the bytes are actually
6048           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6049           Other tests should use BYTE_ORDER since the array is filled in
6050           with actual values
6051
6052 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6053
6054         * tests/check/elements/audioconvert.c: (verify_convert),
6055         (GST_START_TEST):
6056           when a test fails, give an indication of which it is
6057
6058 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6059
6060         * gst-libs/gst/cdda/gstcddabasesrc.c:
6061           compile fix; strtol() needs <stdlib.h>
6062
6063 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * ext/alsa/gstalsamixerelement.c:
6066         * ext/alsa/gstalsasrc.c:
6067         * ext/cdparanoia/gstcdparanoiasrc.c:
6068         * ext/gnomevfs/gstgnomevfssink.c:
6069         * ext/gnomevfs/gstgnomevfssrc.c:
6070         * ext/ogg/gstoggdemux.c:
6071         * ext/ogg/gstoggmux.c:
6072         * ext/ogg/gstoggparse.c:
6073         * ext/ogg/gstogmparse.c:
6074         * ext/pango/gstclockoverlay.c:
6075         * ext/pango/gsttextoverlay.c:
6076         * ext/pango/gsttextrender.c:
6077         * ext/pango/gsttimeoverlay.c:
6078         * ext/theora/theoradec.c:
6079         * ext/theora/theoraenc.c:
6080         * ext/vorbis/vorbisdec.c:
6081         * ext/vorbis/vorbisenc.c:
6082         * gst-libs/gst/audio/gstaudiofilter.c:
6083         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6084         * gst/audioconvert/gstaudioconvert.c:
6085         * gst/audiorate/gstaudiorate.c:
6086         * gst/audioresample/gstaudioresample.c:
6087         * gst/audiotestsrc/gstaudiotestsrc.c:
6088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6089         * gst/playback/gstdecodebin.c:
6090         * gst/playback/gstplaybin.c:
6091         * gst/playback/gststreamselector.c:
6092         * gst/subparse/gstsubparse.c:
6093         * gst/tcp/gstmultifdsink.c:
6094         * gst/tcp/gsttcpclientsink.c:
6095         * gst/tcp/gsttcpclientsrc.c:
6096         * gst/tcp/gsttcpserversink.c:
6097         * gst/tcp/gsttcpserversrc.c:
6098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6099         * gst/videorate/gstvideorate.c:
6100         * gst/videoscale/gstvideoscale.c:
6101         * gst/videotestsrc/gstvideotestsrc.c:
6102         * gst/volume/gstvolume.c:
6103         * sys/v4l/gstv4ljpegsrc.c:
6104         * sys/v4l/gstv4lmjpegsink.c:
6105         * sys/v4l/gstv4lmjpegsrc.c:
6106         * sys/v4l/gstv4lsrc.c:
6107         * sys/ximage/ximagesink.c:
6108         * sys/xvimage/xvimagesink.c:
6109         * tests/check/libs/cddabasesrc.c:
6110           make GstElementDetails const
6111
6112 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6113
6114         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6115         (gst_adder_init):
6116           send events from src-pad to all sink-pads fixes #338657
6117
6118 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6119
6120         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6121         (alsasink_parse_spec):
6122           query width capabilities from alsa, fixes #338919
6123
6124 2006-04-28  Wim Taymans  <wim@fluendo.com>
6125
6126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6127         (gst_multi_fd_sink_remove_client_link):
6128         * gst/tcp/gstmultifdsink.h:
6129         Fix race condition in multifdsink that can lead to spurious 
6130         duplicate clients. this patch adds a new signal that is fired when
6131         multifdsink has removed all references to the fd.
6132         Fixes #339574.
6133         Updated documentation.
6134         API: client-fd-removed signal added
6135
6136 2006-04-28  Michael Smith  <msmith@fluendo.com>
6137
6138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6139           When asking g_value_array_new to prealloc elements, we may as well
6140           ask for the right number of elements.
6141
6142 2006-04-28  Wim Taymans  <wim@fluendo.com>
6143
6144         * gst-libs/gst/audio/gstbaseaudiosink.c:
6145         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6146         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6147         patch to make timestamp checking more tollerant to rounding 
6148         errors given that real discontinuities are to be marked on
6149         buffers. Fixes some asf files and #338778.
6150         Also avoid some crashers when we receive an event in the 
6151         NULL state.
6152
6153 2006-04-28  Michael Smith  <msmith@fluendo.com>
6154
6155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6156         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6157         (gst_gnome_vfs_src_get_property),
6158         (gst_gnome_vfs_src_send_additional_headers_callback),
6159         (gst_gnome_vfs_src_received_headers_callback),
6160         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6161         (gst_gnome_vfs_src_stop):
6162         * ext/gnomevfs/gstgnomevfssrc.h:
6163           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6164           proper shared support within icydemux.
6165
6166 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6167
6168         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6169         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6170           fix up docs
6171           fix a leak when no caps negotiated
6172           fix counting of input frames
6173         * tests/check/elements/.cvsignore:
6174         * tests/check/elements/videorate.c: (assert_videorate_stats),
6175         (GST_START_TEST), (videorate_suite):
6176           add tests for these
6177
6178 2006-04-28  Wim Taymans  <wim@fluendo.com>
6179
6180         * gst-libs/gst/audio/gstringbuffer.c:
6181         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6182         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6183         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6184         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6185         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6186         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6187         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6188         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6189         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6190         Check arguments passed to public functions instead of
6191         crashing.
6192
6193 2006-04-28  Wim Taymans  <wim@fluendo.com>
6194
6195         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6196         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6197         GstBaseAudioSrc must be live or it does not work.
6198
6199         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6200         Don't set live to TRUE as this is the default in the parentclass.
6201
6202 2006-04-28  Wim Taymans  <wim@fluendo.com>
6203
6204         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6205         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6206         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6207         fixation cases better. Fixes #338991
6208
6209 2006-04-28  Wim Taymans  <wim@fluendo.com>
6210
6211         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6212         Handle 0/1 framerate correctly Fixes #331901.
6213
6214 2006-04-28  Wim Taymans  <wim@fluendo.com>
6215
6216         * tests/check/elements/audioconvert.c: (get_float_caps),
6217         (GST_START_TEST), (audioconvert_suite):
6218         Added check for correct clipping when doing float samples
6219         in audioconvert.
6220
6221 2006-04-28  Wim Taymans  <wim@fluendo.com>
6222
6223         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6224         (gst_video_rate_chain):
6225         Print more debugging info.
6226
6227 2006-04-28  Wim Taymans  <wim@fluendo.com>
6228
6229         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6230         (resample_set_state_from_caps):
6231         Add support for other formats audioresample can handle such as
6232         32 bits in and float and 64 bits float. Fixes #301759
6233
6234 2006-04-28  Wim Taymans  <wim@fluendo.com>
6235
6236         * gst/audioconvert/audioconvert.c: (float):
6237         correctly clip float samples > 1.0. Fixes #338718
6238
6239 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         Patch by: Young-Ho Cha  <ganadist at chollian net>
6242
6243         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6244         (gst_text_overlay_render_text):
6245           Don't strip newlines from the text. Also, center lines
6246           within multi-line paragraphs (#339405).
6247
6248 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6251           Fix wavpack typefinding to work in more cases (don't peek
6252           for chunks of multiple hundred kBs at once, but process
6253           things step-by-step in smaller units). Fixes #339786.
6254
6255 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         * configure.ac:
6258           back to HEAD
6259
6260 === release 0.10.6 ===
6261
6262 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6263
6264         * configure.ac:
6265           releasing 0.10.6, "Chao"
6266
6267 2006-04-26  David Schleef  <ds@schleef.org>
6268
6269         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6270           Fixes #338897.
6271
6272 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6273
6274         * configure.ac:
6275         * win32/common/config.h:
6276           new prerelease
6277
6278 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6279
6280         patch by: Wim Taymans
6281
6282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6283         (gst_ogg_demux_perform_seek):
6284           make sure correct newsegments are sent, so that the decoder
6285           and the demuxer agree on timestamps.  Fixes playback of a lot
6286           of Ogg files that do not start from 0.  Fixes #339833.
6287
6288 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6289
6290         Patch by: Edward Hervey  <edward@fluendo.com>
6291
6292         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6293         * tests/check/Makefile.am:
6294         * tests/check/elements/videorate.c: (assert_videorate_stats),
6295         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6296         (videorate_suite), (main):
6297           Fix an infinite loop if frames are passed in with wrongly ordered
6298           timestamps.  Fixes #339013.
6299
6300 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6301
6302         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6305           fix typefinding on some ISO files.  Fixes #339212.
6306
6307 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6308
6309         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6312           add another H264 fourcc.  Fixes #339047.
6313
6314 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6315
6316         Patch by: Jan Schmidt
6317
6318         * gst/playback/gststreamselector.c:
6319         (gst_stream_selector_bufferalloc):
6320           Restore old StreamSelector behaviour.
6321           Fixes #338419.
6322
6323 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6324
6325         * configure.ac:
6326         * win32/common/config.h:
6327           prerelease
6328
6329 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6332
6333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6334         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6335           Fix some memory leaks: on finalize, free buffers left in the queue
6336           before destroying the queue; in _push(), unref rtp_buf even if
6337           the process vfunc returned a NULL buffer as output buffer (#337548);
6338           demote some recuring debug messages to LOG level.
6339
6340 2006-04-11  Wim Taymans  <wim@fluendo.com>
6341
6342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6343         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6344         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6345         (gst_ogg_demux_loop):
6346         More cleanups.
6347         Respect segment stop when emiting EOS or SEGMENT_DONE.
6348         Fixes (#337945).
6349
6350 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * gst/playback/gststreamselector.c:
6353         (gst_stream_selector_get_property):
6354           Don't leak pad name.
6355
6356 2006-04-10  Michael Smith  <msmith@fluendo.com>
6357
6358         * tests/check/Makefile.am:
6359         * tests/check/gst-plugins-base.supp:
6360           Suppress an old libtheora bug (fixed in more recent versions), so 
6361           that FC4 buildslaves can pass.
6362
6363 2006-04-10  Wim Taymans  <wim@fluendo.com>
6364
6365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6366         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6367         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6368         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6369         (gst_ogg_demux_loop):
6370         Don't leak events.
6371         Remember what error we got when finding chains, if we
6372         were shutdown, that would not be an error.
6373
6374 2006-04-10  Wim Taymans  <wim@fluendo.com>
6375
6376         * gst-libs/gst/audio/gstbaseaudiosink.c:
6377         (gst_base_audio_sink_event):
6378         Starting the ringbuffer when we did not acquire it can cause
6379         a deadlock, is pointless and causes nasty things for
6380         subclasses. 
6381         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6382
6383 2006-04-10  Wim Taymans  <wim@fluendo.com>
6384
6385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6386         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6387         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6388         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6389         (gst_ogg_demux_deactivate_current_chain),
6390         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6391         (gst_ogg_demux_bisect_forward_serialno),
6392         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6393         Add some more debugging.
6394
6395 2006-04-10  Wim Taymans  <wim@fluendo.com>
6396
6397         * ext/theora/theoradec.c: (theora_dec_src_event),
6398         (theora_handle_data_packet):
6399         Some more debug info.
6400
6401         * tests/examples/seek/seek.c: (start_seek), (main):
6402         Print element messages too.
6403
6404 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6405
6406         * gst/audioresample/debug.h:
6407           replace debug macros with variable number of parameters
6408           by a simple alias to gstreamer standard debug macros 
6409          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6410           supported by MSVC 6.0 and 7.1)
6411         * gst/audioresample/resample.h:
6412           define M_PI and rint for WIN32
6413         * win32/common/libgstaudio.def:
6414         * win32/common/libgstriff.def:
6415         * win32/common/libgsttag.def:
6416         * win32/common/libgstvideo.def:
6417           add new exported functions
6418         * win32/vs6:
6419           update project files
6420
6421 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6422
6423         * ext/alsa/gstalsamixeroptions.c:
6424         (gst_alsa_mixer_options_class_init):
6425         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6428         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6429         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6430         * gst-libs/gst/audio/gstaudiofilter.c:
6431         (gst_audio_filter_class_init):
6432         * gst-libs/gst/audio/gstaudiosink.c:
6433         (gst_audioringbuffer_class_init):
6434         * gst-libs/gst/audio/gstaudiosrc.c:
6435         (gst_audioringbuffer_class_init):
6436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6437         * gst-libs/gst/interfaces/colorbalancechannel.c:
6438         (gst_color_balance_channel_class_init):
6439         * gst-libs/gst/interfaces/mixeroptions.c:
6440         (gst_mixer_options_class_init):
6441         * gst-libs/gst/interfaces/mixertrack.c:
6442         (gst_mixer_track_class_init):
6443         * gst-libs/gst/interfaces/tunerchannel.c:
6444         (gst_tuner_channel_class_init):
6445         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6446         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6447         (gst_netbuffer_class_init):
6448         * gst-libs/gst/rtp/gstbasertppayload.c:
6449         (gst_basertppayload_class_init):
6450         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6452         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6453         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6454         * gst/playback/gststreamselector.c:
6455         (gst_stream_selector_class_init):
6456         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6457         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6458         * sys/v4l/gstv4lcolorbalance.c:
6459         (gst_v4l_color_balance_channel_class_init):
6460         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6461         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6462         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6463         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6464         (gst_v4l_tuner_norm_class_init):
6465         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6467         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6468         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6469
6470 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * ext/pango/gsttextrender.h:
6473         * gst-libs/gst/audio/gstaudiosink.h:
6474         * gst-libs/gst/audio/gstaudiosrc.h:
6475         * gst-libs/gst/audio/gstbaseaudiosink.h:
6476         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6477         * gst-libs/gst/audio/gstringbuffer.h:
6478         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6479         * gst-libs/gst/rtp/gstbasertppayload.h:
6480         * gst-libs/gst/video/gstvideofilter.h:
6481         * gst-libs/gst/video/gstvideosink.h:
6482         * gst/playback/gstplaybasebin.h:
6483         * gst/tcp/gstmultifdsink.h:
6484         * sys/v4l/gstv4lelement.h:
6485         Fix broken GObject macros
6486
6487 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6490         More debug to trace why my USB headset is not working with gst
6491
6492 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6493
6494         * gst/playback/gstplaybasebin.c: (group_destroy):
6495         Clean up our group elements properly in the case where it never 
6496         got committed - it still got added unconditionally to the bin.
6497
6498 2006-04-07  Wim Taymans  <wim@fluendo.com>
6499
6500         * ext/theora/theoradec.c: (theora_dec_sink_event),
6501         (theora_handle_data_packet), (theora_dec_chain):
6502         Unref unhandled events.
6503         Protect against empty buffers.
6504         Perform QoS on running time.
6505
6506 2006-04-07  Michael Smith  <msmith@fluendo.com>
6507
6508         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6509         (gst_vorbis_enc_chain):
6510           Remove leaks from vorbisenc.
6511           Mostly minor changes, the only significant one is that now the
6512           buffers we set as 'streamheader' on the caps are copies of the
6513           original buffers, to avoid circular refcounting problems.
6514
6515 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6516
6517         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6518           Don't remove our mute-probe if someone else already did so.
6519           Don't set a 2nd one if there is already one pending on the pad.
6520
6521         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6522         (do_playbin_seek):
6523           When a seek fails, ensure that playbin is still set back to playing.
6524           
6525         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6526         (mpeg_ts_type_find), (plugin_init):
6527           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6528
6529 2006-04-06  Andy Wingo  <wingo@pobox.com>
6530
6531         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6532         (gst_video_rate_init): Caps-related parameters should not be reset
6533         by a flush -- move their inits to the instance init function.
6534         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6535         is not OK, just return the result.
6536
6537         * gst/audiotestsrc/gstaudiotestsrc.c
6538         (gst_audio_test_src_class_init)
6539         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6540         broken by Stefan's commit on 24 March.
6541
6542         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6543         buffers being pushed out. Fixes oggmux ! multifdsink.
6544
6545 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6548         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6549         * ext/vorbis/vorbisdec.h:
6550         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6551         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6552         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6553         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6554         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6555         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6556         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6557         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6558         (gst_vorbis_enc_buffer_from_packet),
6559         (gst_vorbis_enc_buffer_from_header_packet),
6560         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6561         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6562         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6563         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6564         (gst_vorbis_enc_change_state):
6565         * ext/vorbis/vorbisenc.h:
6566           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6567           vorbisenc adhere to the official nomenclature; use boilerplate
6568           macro.
6569
6570 2006-04-04  Andy Wingo  <wingo@pobox.com>
6571
6572         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6573         Whoops, fix bug introduced. Bad hacker!
6574         
6575         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6576         Properly handle the case where you get EOS before any buffers are
6577         received. Use gst_buffer_make_metadata_writable where appropriate.
6578
6579         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6580         is often negative -- make it signed so as not to wrap around.
6581         Fixes segfaults introduced on 9 March.
6582
6583 2006-04-03  Wim Taymans  <wim@fluendo.com>
6584
6585         * ext/theora/gsttheoradec.h:
6586         * ext/theora/theoradec.c: (theora_dec_src_event):
6587         Don't try to store a gdouble in a gboolean.
6588         Small cleanups.
6589
6590 2006-04-03  Michael Smith  <msmith@fluendo.com>
6591
6592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6593           Oggmux sucks.
6594           Make it suck slightly less by writing out the final page.
6595           Still can't encode a vorbis-in-ogg file correctly, though.
6596
6597 2006-04-03  Andy Wingo  <wingo@pobox.com>
6598
6599         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6600         a g_print.
6601
6602         * ext/theora/theora.c (plugin_init): Register theoraparse.
6603
6604         * ext/theora/gsttheoraparse.h: 
6605         * ext/theora/theoraparse.c: New files implementing a theora
6606         parser. Now we can properly remux ogg/theora+vorbis, yay.
6607
6608         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6609
6610 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6611
6612         * gst/audiotestsrc/gstaudiotestsrc.c:
6613           Fixed the sample pipeline (see #323798)
6614
6615 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6616
6617         * configure.ac:
6618         * win32/common/config.h:
6619         * win32/common/config.h.in:
6620           use AS_VERSION and AS_NANO
6621           more cleanups
6622
6623 2006-03-31  Andy Wingo  <wingo@pobox.com>
6624
6625         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6626         uninitialized variable return that would happen.
6627         
6628         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6629         uninitialized variable return that would never happen.
6630
6631         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6632         (vorbis_parse_sink_event): Add an event function to flush our
6633         state on a seek, and to drain buffers on a premature EOS.
6634         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6635         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6636         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6637         (vorbis_parse_drain_queue): Queue up buffers until we can set
6638         their timestamps and granulepos values.
6639
6640         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6641         and keep track of data needed for deriving granulepos and
6642         timestamps for buffers.
6643
6644 2006-03-29  Wim Taymans  <wim@fluendo.com>
6645
6646         Patch by: j^ <j at bootlab dot org>
6647
6648         * ext/alsa/gstalsamixerelement.c:
6649         (gst_alsa_mixer_element_class_init):
6650         * ext/alsa/gstalsasink.c:
6651         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6652         * ext/ogg/gstoggdemux.c:
6653         * ext/ogg/gstoggmux.c:
6654         * ext/ogg/gstoggparse.c:
6655         * ext/pango/gstclockoverlay.c:
6656         * ext/pango/gsttextoverlay.c:
6657         * ext/pango/gsttextrender.c:
6658         * ext/pango/gsttimeoverlay.c:
6659         * ext/theora/theoradec.c:
6660         * ext/theora/theoraenc.c:
6661         * ext/vorbis/vorbisdec.c:
6662         * ext/vorbis/vorbisenc.c:
6663         * gst/audioconvert/gstaudioconvert.c:
6664         * gst/subparse/gstsubparse.c:
6665         * gst/tcp/gstmultifdsink.c:
6666         * gst/tcp/gsttcpclientsink.c:
6667         * gst/tcp/gsttcpclientsrc.c:
6668         * gst/tcp/gsttcpserversink.c:
6669         * gst/tcp/gsttcpserversrc.c:
6670           better/unified long descriptions
6671           Fixes #336477
6672
6673 2006-03-29  Wim Taymans  <wim@fluendo.com>
6674
6675         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6676         (stop_seek):
6677         Don't let double and triple clicks mess up our state.
6678
6679 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst/playback/gstplaybin.c: (gen_video_element),
6682         (gen_text_element), (gen_audio_element), (gen_vis_element):
6683           Error out gracefully when we can't create any of the usual
6684           conversion elements for some reason. Also, don't try to
6685           create an audioscale (sic) element that's not used anyway.
6686
6687 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * gst/playback/gstplaybasebin.c: (setup_source):
6690           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6691           element for a particular protocol, that's confusing for users.
6692           Instead, post a RESOURCE_FAILED error, so that our own error
6693           message is actually shown in totem etc. (#336303).
6694
6695 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6698
6699         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6700         (gst_gnome_vfs_src_get_icy_metadata):
6701           Fix some minor memory leaks (#336194).
6702
6703 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * ext/gnomevfs/gstgnomevfs.c:
6706         (gst_gnome_vfs_location_to_uri_string):
6707         * ext/gnomevfs/gstgnomevfs.h:
6708         * ext/gnomevfs/gstgnomevfssink.c:
6709         (gst_gnome_vfs_sink_set_property):
6710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6711           Make gnomevfssink accept filenames as well as URIs for the
6712           "location" property, just like gnomevfssrc does (and
6713           filesrc/filesink do) (#336190).
6714
6715 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6716
6717         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6718           set to NULL before unreffing, fixes a valgrind leak.
6719           Why was this not triggering the error that an object needs to
6720           be NULL before unreffing ?
6721         * win32/common/config.h:
6722           update
6723
6724 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * gst/subparse/gstsubparse.c: (convert_encoding),
6727         (gst_sub_parse_change_state):
6728         * gst/subparse/gstsubparse.h:
6729           Text subtitle files may or may not be UTF-8. If it's not, we
6730           don't really want to see '?' characters in place of non-ASCII
6731           characters like accented characters. So let's assume the input
6732           is UTF-8 until we come across text that is clearly not. If it's
6733           not UTF-8, we don't really know what it is, so try the following:
6734           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6735           is set; if not, check (b) if the current locale encoding is
6736           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6737           the current locale encoding is UTF-8 and the environment variable
6738           was not set to any particular encoding. Not perfect, but better
6739           than nothing (and better than before, I think) (fixes #172848).
6740
6741 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6742
6743         * configure.ac:
6744           update core requirement to 0.10.4.1 because of async_playback
6745           vmethod on GstBaseSink
6746
6747 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6748
6749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6750         * gst/adder/gstadder.c: (gst_adder_init):
6751         use DEBUG_FUNCPTR for collectpads
6752
6753 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6754
6755         * docs/plugins/Makefile.am:
6756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6758         * ext/cdparanoia/gstcdparanoiasrc.c:
6759         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6760         (gst_gnome_vfs_sink_class_init):
6761         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6763         * ext/ogg/gstoggmux.c:
6764         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6765         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6766         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6767         * ext/pango/gsttextoverlay.c:
6768         * ext/pango/gsttextrender.c:
6769         * ext/theora/theoradec.c:
6770         * ext/theora/theoraenc.c:
6771         * ext/vorbis/vorbisdec.c:
6772         * ext/vorbis/vorbisenc.c:
6773         * gst-libs/gst/audio/gstaudiofilter.c:
6774         (gst_audio_filter_base_init):
6775         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6776         (gst_audio_filter_template_base_init):
6777         * gst/adder/gstadder.c: (gst_adder_get_type):
6778         * gst/adder/gstadder.h:
6779         * gst/audioconvert/gstaudioconvert.c:
6780         * gst/audiotestsrc/gstaudiotestsrc.c:
6781         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6782         (gst_audio_test_src_create):
6783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6784         * gst/playback/gstdecodebin.c:
6785         * gst/playback/gstplaybin.c:
6786         * gst/playback/gststreamselector.c:
6787         (gst_stream_selector_base_init):
6788         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6789         * gst/volume/gstvolume.c:
6790         * sys/v4l/gstv4lmjpegsink.c:
6791         * sys/v4l/gstv4lmjpegsrc.c:
6792         * tests/check/libs/cddabasesrc.c:
6793         * tests/old/examples/gob/gst-identity2.gob:
6794           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6795           define GstElementDetails at the top
6796
6797 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6798
6799         * win32/common/libgstinterfaces.def:
6800         Add a lot of export functions for gst-python
6801         * win32/vs6/libgstinterfaces.dsp:
6802         Add a missing include folder in the project configuration
6803         
6804 2006-03-23  Wim Taymans  <wim@fluendo.com>
6805
6806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6807         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6808         (gst_base_audio_src_change_state):
6809         Fix audio sources, forgot to make the ringbuffer
6810         startable...
6811
6812 2006-03-23  Wim Taymans  <wim@fluendo.com>
6813
6814         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6815         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6816         (gst_base_audio_src_change_state):
6817         unparent instead of unref the ringbuffer.
6818
6819 2006-03-23  Wim Taymans  <wim@fluendo.com>
6820
6821         * gst-libs/gst/audio/gstbaseaudiosink.c:
6822         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6823         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6824         Implement new async_play vmethod to start slaving and allow
6825         playback start in case of async PLAY state changes. 
6826
6827         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6828         Enable QoS with new method in base class.
6829
6830 2006-03-23  Wim Taymans  <wim@fluendo.com>
6831
6832         Patch by: Julien MOUTTE <julien at moutte dot net>
6833
6834         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6835         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6836         Partially handle 0 framerate, only EOS after the first frame
6837         is missing.
6838
6839 2006-03-23  Wim Taymans  <wim@fluendo.com>
6840
6841         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6842
6843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6844         (gst_riff_create_video_template_caps):
6845         * gst/ffmpegcolorspace/avcodec.h:
6846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6847         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6848         (gst_ffmpegcsp_avpicture_fill):
6849         * gst/ffmpegcolorspace/imgconvert.c:
6850         Patch for support of YVU9 AVI files (#334822)
6851
6852 2006-03-22  Edward Hervey  <edward@fluendo.com>
6853
6854         * docs/design/design-decodebin.txt:
6855         Added design document for new decodebin
6856         (Target Caps): text/x-pango-markup is also a default target caps.
6857
6858 2006-03-22  Wim Taymans  <wim@fluendo.com>
6859
6860         * gst-libs/gst/audio/gstbaseaudiosink.c:
6861         (gst_base_audio_sink_dispose):
6862         Since we _parent the ringbuffer, we also need to
6863         _unparent instead of a plain _unref.
6864
6865 2006-03-22  Wim Taymans  <wim@fluendo.com>
6866
6867         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6868         (stop_seek), (scrub_toggle_cb), (main):
6869         Add scrub checkbox.
6870
6871 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6872
6873         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6874         (gst_ogg_parse_chain):
6875           Fix very inefficient usage of linked lists (#335365).
6876
6877 2006-03-21  Edward Hervey  <edward@fluendo.com>
6878
6879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6880         * gst/playback/gstplaybin.c: (handoff):
6881         * gst/playback/gststreamselector.c:
6882         (gst_stream_selector_set_property):
6883         gcc 4.1 unreferenced pointer fixes.
6884         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6886         gst_buffer_ref() now takes a GstBuffer*.
6887
6888 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6889
6890         * sys/xvimage/xvimagesink.c:
6891         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6892         by Jan Schmidt.
6893
6894 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6897         (id3v1_type_find), (apetag_type_find), (plugin_init):
6898           Can't do tag preferences via probability, as tags would then
6899           lose against types that are recognised with MAXIMUM probability
6900           (like .wav); so let all tag typefinders return MAXIMUM themselves
6901           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6902           that we can prefer APE to ID3v1 (fixes #335028).
6903           
6904 2006-03-17  Wim Taymans  <wim@fluendo.com>
6905
6906         * gst-libs/gst/audio/gstbaseaudiosink.c:
6907         (gst_base_audio_sink_change_state):
6908         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6909         (gst_ring_buffer_may_start):
6910         * gst-libs/gst/audio/gstringbuffer.h:
6911         Only start playback if we are playing.
6912         should fix #330748.
6913
6914 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6915
6916         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6917         * win32/common/config.h:
6918           Revert accidental commits to these files.
6919
6920 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6923
6924         * tests/Makefile.am:
6925           Don't try to build tests in tests/icles if we
6926           don't have X (#323852)
6927
6928 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6929
6930         * gst-libs/gst/tag/gstid3tag.c:
6931           Add TXXX frame identifiers for replaygain stuff as used
6932           by some taggers (see #323721).
6933
6934 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6935
6936         * gst/playback/gststreamselector.c:
6937         (gst_stream_selector_set_property),
6938         (gst_stream_selector_bufferalloc):
6939           Preserve the existing buggy streamselector behaviour by performing
6940           a fallback buffer allocation when downstream isn't linked yet.
6941           This should really be fixed in playbin by blocking pads until it's
6942           linked them.
6943           Also, use gst_pad_alloc_buffer instead of
6944           gst_pad_alloc_buffer_and_set.
6945
6946 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * gst-libs/gst/tag/gstid3tag.c:
6949           Don't crash on unknown ID3v2 TXXX frames.
6950           
6951 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6952
6953         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6954           Chain up to the parent finalize method.
6955           Add 32-bit sample size to the template caps.
6956
6957         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6958         (gst_riff_create_video_template_caps):
6959           Add the fourcc that the VMWare codec uses.
6960           
6961         * gst/playback/gststreamselector.c:
6962         (gst_stream_selector_set_property),
6963         (gst_stream_selector_bufferalloc),
6964         (gst_stream_selector_request_new_pad):
6965           For the active pad, forward buffer-alloc requests, otherwise
6966           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6967           having to memcpy every frame when used by playbin.
6968
6969         * gst/tcp/gstmultifdsink.c:
6970         (gst_multi_fd_sink_handle_client_write):
6971           Get negotiated caps from the sink pad, rather than the sink
6972           pad's peer.
6973
6974 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6977         
6978         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6979           Don't forget to set src->callbacks_pushed to FALSE again when
6980           popping them, otherwise re-activation in a different mode won't
6981           work (#334620).
6982
6983 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         Patch by: Sebastien Moutte  <sebastien moutte net>
6986
6987         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6988         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6989         (gst_ffmpeg_smpfmt_to_caps):
6990           Replace __VA_ARGS__ caps creation macros with varargs functions.
6991           Makes things compile on MSVC (#320765), looks nicer, and we can
6992           tell the compiler to check for the NULL terminator.
6993
6994 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6997
6998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6999           Make sure the buffer we copy into is really always big
7000           enough, this time for real (#333488).
7001           
7002 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7005           Add support for 24bpp DIB (#305279).
7006
7007 2006-03-14  Wim Taymans  <wim@fluendo.com>
7008
7009         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7010         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7012         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7013         (gst_video_scale_init), (gst_video_scale_src_event):
7014         Re-enable QoS after the release.
7015         Rework videoscale to use the base class src_event handler.
7016
7017 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * configure.ac:
7020           back to CVS.
7021
7022 === release 0.10.5 ===
7023
7024 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7025
7026         * configure.ac:
7027           releasing 0.10.5, "Net"
7028
7029 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * docs/plugins/Makefile.am:
7032           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7033           
7034 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7037         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7038         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7039           Add cdparanoiasrc to docs.
7040
7041         * gst-libs/gst/cdda/gstcddabasesrc.c:
7042           More GstCddaBaseSrc docs.
7043
7044 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * docs/libs/gst-plugins-base-libs-sections.txt:
7047         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7048         * gst-libs/gst/tag/tag.h:
7049           API: libgsttag: new method gst_tag_from_id3_user_tag().
7050
7051 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7054           NULL-terminate array of mpeg4 video file extensions.
7055           Fixes crash on PPC (#334226).
7056
7057 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * ext/gnomevfs/gstgnomevfssrc.c:
7060         (gst_gnome_vfs_src_check_get_range):
7061           gnome_vfs_uri_is_local() alone is not a good indicator
7062           whether we can operate in pull-mode with a specific URI,
7063           as it returns FALSE for file:// URIs that point to an
7064           NFS-mounted path. Be more conservative here: whitelist
7065           local files, blacklist http URIs and use the old
7066           mechanism for anything else (fixes #334216).
7067
7068 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7069
7070         * configure.ac:
7071           back to trunk
7072
7073 === release 0.10.4 ===
7074
7075 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7076
7077         * configure.ac:
7078           releasing 0.10.4, "Power"
7079
7080 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7081
7082         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7083         Disable max-lateness by setting it to -1 for now, so that 
7084         we can bed QoS stuff in thoroughly between now and the next
7085         release.
7086
7087 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         Patch by: Fabrizio Gennari
7090
7091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7092           Make sure we don't read beyond the palette buffer in case of
7093           broken or manipulated files (#333488)
7094
7095 2006-03-10  Edward Hervey  <edward@fluendo.com>
7096
7097         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7098         Fix for variable not initialized.
7099
7100 2006-03-09  Wim Taymans  <wim@fluendo.com>
7101
7102         * ext/libvisual/visual.c: (gst_visual_get_type),
7103         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7104         (gst_visual_chain):
7105         Small cleanups.
7106
7107         * ext/theora/gsttheoradec.h:
7108         * ext/theora/theoradec.c: (gst_theora_dec_init),
7109         (gst_theora_dec_reset), (_theora_granule_time),
7110         (theora_dec_src_convert), (theora_dec_sink_convert),
7111         (theora_dec_src_query), (theora_dec_src_event),
7112         (theora_dec_sink_event), (theora_handle_comment_packet),
7113         (theora_handle_header_packet), (theora_dec_push),
7114         (theora_handle_data_packet), (theora_dec_chain),
7115         (theora_dec_change_state):
7116         Add simple QoS.
7117
7118 2006-03-09  Wim Taymans  <wim@fluendo.com>
7119
7120         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7121         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7122         Some cleanups.
7123
7124 2006-03-09  Wim Taymans  <wim@fluendo.com>
7125
7126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7127         Don't try to activate NULL chains.
7128
7129 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7132           Fix invalid memory access to region before peek'd data (#332964).
7133
7134 2006-03-09  Wim Taymans  <wim@fluendo.com>
7135
7136         Patch by: Christophe Fergeau
7137
7138         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7139         * ext/pango/gsttextrender.c: (gst_text_render_init):
7140         * gst/adder/gstadder.c: (gst_adder_init):
7141         Don't leak padtemplates, closes #333510.
7142
7143 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7146           Fix invalid memory access: make sure string passed to
7147           regexec() is NUL-termianted.
7148
7149 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7152         (mp3_type_find):
7153           Refactor mpeg/audio typefinding to make it more maintainable
7154           and easier to fine-tune. Make probing into middle of the file
7155           work properly (fixes #333900, also see #152688).
7156
7157 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         * gst/typefind/gsttypefindfunctions.c:
7160         (utf8_type_find_have_valid_utf8_at_offset):
7161           Remove part from previous commit that was bogus:
7162           g_utf8_validate() does in fact not accept embedded
7163           zeroes, so we don't need to check for those (thanks
7164           to Mike for the hint).
7165
7166 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * gst/typefind/gsttypefindfunctions.c:
7169         (utf8_type_find_count_embedded_zeroes),
7170         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7171           Make plain/text typefinder more conservative: firstly, check
7172           for embedded zeroes, which are perfectly valid UTF-8 characters,
7173           but also a fairly good sign that something is not a plain text
7174           file; secondly, probe into the middle of the file if possible.
7175           If we can't probe into the middle, limit the probability value
7176           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7177
7178 2006-03-08  Michael Smith  <msmith@fluendo.com>
7179
7180         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7181           Make typefind function name for mpeg4 video unique.
7182
7183 2006-03-08  Wim Taymans  <wim@fluendo.com>
7184
7185         * ext/libvisual/visual.c: (gst_visual_init),
7186         (gst_visual_clear_actors), (gst_visual_dispose),
7187         (gst_visual_reset), (gst_visual_src_setcaps),
7188         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7189         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7190         (gst_visual_chain), (gst_visual_change_state):
7191         Cleanups, post nice errors.
7192         Handle sink and src events.
7193         Implement simple QoS.
7194
7195         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7196         Use new basesink methods to configure max-lateness.
7197         Small doc update.
7198
7199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7200         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7201         Debug statement cleanups.
7202
7203         * gst/volume/gstvolume.c: (gst_volume_class_init):
7204         Simple cleanup.
7205
7206 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7209         (gst_text_overlay_init), (gst_text_overlay_set_property),
7210         (gst_text_overlay_get_property):
7211           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7212           as string type properties, but mark them deprecated. Add
7213           'halignment' and 'valignment' properties that use enums
7214           instead of strings.
7215
7216 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         Patch by: Fabrizio Gennari
7219
7220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7221           Allow palettes with less than 256 colours in AVI files
7222           (#333488)
7223
7224 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7225
7226         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7227         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7228         pad. We were releasing the queued text buffer when we should keep
7229         it until video pad gets EOS or discard the text buffer because it's
7230         too old. That was eating the last subtitle buffer. Add some more
7231         debug.
7232
7233 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7236         (gst_text_overlay_video_chain):
7237           Fix invalid memory access (we can't access a buffer after it's been
7238           pushed downstream without taking a reference); fix memory leak (if
7239           there's no text to render, bail out before allocating stuff).
7240
7241 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7244         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7245         * ext/pango/gsttextoverlay.h:
7246           If input is plain text, escape it before passing it to
7247           pango_layout_set_markup().
7248
7249 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7252           Don't ignore flow return from gst_pad_push().
7253
7254 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7255
7256         Patch by: Fabrizio Gennari
7257
7258         * ext/libvisual/visual.c: (gst_visual_getcaps),
7259         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7262         (gst_vorbisenc_convert_sink):
7263         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7264         (gst_audio_duration_from_pad_buffer):
7265         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7266         (gst_audio_filter_chain):
7267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7268         (gst_base_rtp_depayload_setcaps):
7269         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7270         (gst_video_get_size):
7271         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7272           Don't leak references returned by gst_pad_get_parent()
7273           (#333663)
7274
7275 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7276
7277         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7278           change location param details
7279         * gst/volume/gstvolume.c: (plugin_init):
7280           correct plugin description
7281
7282 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7285         (gst_gnome_vfs_src_check_get_range):
7286           Override GstBaseSrc::check_get_range() in order to avoid opening
7287           the resource just to check whether we can operate in pull-mode or
7288           not - we can predict that pretty well from the URI alone. Should
7289           fix problems with last.fm (#331690). (Requires latest core CVS).
7290
7291 2006-03-06  Wim Taymans  <wim@fluendo.com>
7292
7293         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7294         (gst_video_sink_class_init):
7295         Throw away frames that are later than 20 ms.
7296
7297 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         Patch by: Fabrizio Gennari
7300
7301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7302           Set depth on WMA caps (#333545)
7303
7304 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7305
7306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7307         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7308           put Theora BOS pages before others.  This hardcodes
7309           the Ogg/Theora I profile, but hey.
7310
7311 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7312
7313         * ext/ogg/README:
7314           updated with some examples
7315         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7316         (granulepos_add), (theora_buffer_from_packet):
7317         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7318         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7319         (gst_vorbisenc_chain):
7320           implement strategy from ext/ogg/README
7321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7322         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7323         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7324         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7325           Fix muxer so that oggz-validate is happy with all streams;
7326           except for no eos mark, and the BOS page ordering
7327         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7328         (check_buffer_granulepos):
7329         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7330           update tests to check for OFFSET being set as requested
7331           fixed type of granulepos, it's not a ClockTime
7332
7333 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7334
7335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7336         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7337         Check that the xvimage we are creating has a correct size
7338         before returning it. (#314897)
7339
7340 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7343           Give id3 and ape tag typefinders a rank slightly higher
7344           than PRIMARY to ensure they're always run before any of
7345           the other typefinders (in particular wav and mp3) (#324186).
7346
7347 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7350           Add support for '3IVD' fourcc (#333403).
7351
7352 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         * configure.ac:
7355           Bump requirements to GStreamer CVS for the new error enum.
7356
7357         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7358           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7359           space left on the device (fixes #333352).
7360
7361 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7362
7363         * win32/vs6:
7364           add a project file for libgstvolume
7365           update the workspace
7366
7367 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7368
7369         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7370         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7371         (GST_START_TEST):
7372           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7373           Set IN_CAPS on header buffers
7374
7375 2006-03-02  Wim Taymans  <wim@fluendo.com>
7376
7377         * docs/plugins/Makefile.am:
7378         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7379         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7380         Add audioresample to docs.
7381
7382         * gst/audioconvert/gstaudioconvert.c:
7383         Add revision date.
7384
7385         * gst/audioresample/gstaudioresample.c:
7386         (gst_audioresample_base_init), (gst_audioresample_class_init),
7387         (gst_audioresample_init), (gst_audioresample_dispose),
7388         (audioresample_get_unit_size), (audioresample_transform_caps),
7389         (resample_set_state_from_caps), (audioresample_transform_size),
7390         (audioresample_set_caps), (audioresample_event),
7391         (audioresample_do_output), (audioresample_transform),
7392         (audioresample_pushthrough), (gst_audioresample_set_property),
7393         (gst_audioresample_get_property), (plugin_init):
7394         * gst/audioresample/gstaudioresample.h:
7395         Added docs.
7396         Small code cleanups.
7397
7398 2006-03-02  Wim Taymans  <wim@fluendo.com>
7399
7400         * docs/plugins/Makefile.am:
7401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7403         Added videoscale to docs.
7404
7405         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7406         (gst_video_rate_swap_prev), (gst_video_rate_event),
7407         (gst_video_rate_chain):
7408         Fix typo in docs.
7409
7410         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7411         (gst_video_scale_init), (gst_video_scale_prepare_size),
7412         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7413         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7414         * gst/videoscale/gstvideoscale.h:
7415         Added docs, examples.
7416         Some code cleanups.
7417         Post errors instead of g_warning.
7418
7419 2006-03-02  Wim Taymans  <wim@fluendo.com>
7420
7421         * docs/libs/gst-plugins-base-libs-docs.sgml:
7422         * docs/libs/gst-plugins-base-libs-sections.txt:
7423         * docs/libs/gst-plugins-base-libs.types:
7424         * docs/plugins/Makefile.am:
7425         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7426         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7427         Added some more docs to libs and plugins.
7428
7429         * gst-libs/gst/audio/gstringbuffer.c:
7430         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7431         * gst-libs/gst/audio/gstringbuffer.h:
7432         Document ringbuffer some more.
7433
7434         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7435         (gst_video_rate_setcaps), (gst_video_rate_reset),
7436         (gst_video_rate_init), (gst_video_rate_flush_prev),
7437         (gst_video_rate_swap_prev), (gst_video_rate_event),
7438         (gst_video_rate_chain), (gst_video_rate_change_state):
7439         * gst/videorate/gstvideorate.h:
7440         Fix videorate to use segments.
7441         Make it work with 0/1 framerates (closes #331903)
7442         Handle EOS correctly.
7443         Added docs.
7444
7445 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7448         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7449         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7450           In state change function, first chain up to parent class,
7451           then handle downwards state change stuff. Remove some
7452           commented out cruft from 0.8 code.
7453
7454 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7457         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7458         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7459         (gst_ogm_parse_chain):
7460           Don't remove/re-add source pad if the new caps are the same as
7461           the old caps anyway (#333042). When removing source pad, don't
7462           unref it afterwards - we didn't ref it when adding. Sprinkle some
7463           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7464           after using gst_pad_get_parent(). Return downstream flow return
7465           value in chain function.
7466
7467 2006-03-02  Wim Taymans  <wim@fluendo.com>
7468
7469         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7470         * docs/plugins/gst-plugins-base-plugins.args:
7471         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7472         * docs/plugins/gst-plugins-base-plugins.interfaces:
7473         * docs/plugins/gst-plugins-base-plugins.signals:
7474         Fix hierarchy, added some more elements to the docs.
7475
7476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7477         (gst_ffmpegcsp_get_type):
7478         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7479         Fix docs for ffmpegcolorspace.
7480
7481 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7484         (apetag_type_find), (ape_type_find), (plugin_init):
7485           Some typefinding fine-tuning:
7486           - rank ID3/APE tags in order of preference via probabilities, so that
7487             ID3v2 > APEv2 > APEv1 > ID3v1.
7488           - three or four bytes don't really justify MAXIMUM probability,
7489             change those to 'very likely' (musepack and monkeysaudio).
7490
7491 2006-03-01  Wim Taymans  <wim@fluendo.com>
7492
7493         * docs/plugins/Makefile.am:
7494         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7495         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7496         * ext/alsa/gstalsamixer.c:
7497         * ext/alsa/gstalsamixer.h:
7498         * ext/alsa/gstalsamixerelement.c:
7499         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7500         * ext/alsa/gstalsamixerelement.h:
7501         * ext/alsa/gstalsasink.c:
7502         * ext/alsa/gstalsasink.h:
7503         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7504         (gst_alsasrc_init):
7505         * ext/alsa/gstalsasrc.h:
7506         Added alsa docs.
7507         Small code cleanups.
7508
7509 2006-03-01  Wim Taymans  <wim@fluendo.com>
7510
7511         * ext/theora/Makefile.am:
7512         Dist new header too,
7513
7514 2006-03-01  Wim Taymans  <wim@fluendo.com>
7515
7516         * docs/plugins/Makefile.am:
7517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7519         * ext/gnomevfs/gstgnomevfssink.h:
7520         * ext/gnomevfs/gstgnomevfssrc.h:
7521         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7522         * ext/vorbis/vorbisdec.h:
7523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7524         * ext/vorbis/vorbisenc.h:
7525         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7526         (vorbis_parse_chain), (vorbis_parse_change_state):
7527         * ext/vorbis/vorbisparse.h:
7528         * gst/audioconvert/gstaudioconvert.h:
7529         * gst/tcp/gsttcpserversink.h:
7530         * gst/videotestsrc/gstvideotestsrc.c:
7531         * gst/videotestsrc/gstvideotestsrc.h:
7532         * gst/volume/gstvolume.c:
7533         * gst/volume/gstvolume.h:
7534         Fix some more docs.
7535         Added docs for vorbisdec and vorbisparse.
7536         Fix vorbisparse.
7537
7538 2006-03-01  Wim Taymans  <wim@fluendo.com>
7539
7540         * docs/plugins/Makefile.am:
7541         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7542         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7543         * ext/pango/gstclockoverlay.h:
7544         * ext/pango/gsttextoverlay.h:
7545         * ext/pango/gsttextrender.h:
7546         * ext/pango/gsttimeoverlay.h:
7547         * ext/theora/gsttheoradec.h:
7548         * ext/theora/gsttheoraenc.h:
7549         * ext/theora/theoradec.c:
7550         * ext/theora/theoraenc.c:
7551         * gst/audioconvert/gstaudioconvert.h:
7552         * gst/audiotestsrc/gstaudiotestsrc.h:
7553         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7554         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7555         * gst/tcp/gstmultifdsink.h:
7556         Updated/added documentation.
7557
7558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7559         (gst_text_overlay_halign_get_type),
7560         (gst_text_overlay_wrap_mode_get_type),
7561         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7562         (gst_text_overlay_init), (gst_text_overlay_set_property),
7563         (gst_text_overlay_get_property):
7564         Fix up properties to be enums instead of string to make bindings,
7565         introspection and automatic GUI creation possible.
7566         Add getters for the properties.
7567
7568 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7569
7570         * gst/audiotestsrc/gstaudiotestsrc.c:
7571           added defines of M_PI and M_PI_2
7572         * gst/ffmpegcolorspace/avcodec.h:
7573           removed #include "stdint.h" for win32 as _stdint.h is 
7574           autogenerated to win32/common
7575         * win32/common/libgstaudio.def:
7576         * win32/common/libgsttag.def:
7577           added some exports
7578         * win32/vs6:
7579           some project files bugs corrected
7580         * win32/vs7:
7581           project files are reset to the default vs7 configuration 
7582           (they link to msvcr71.dll using default optimizations)
7583           
7584 2006-02-28  Wim Taymans  <wim@fluendo.com>
7585
7586         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7587         Fix some docs.
7588
7589 2006-02-28  Edward Hervey  <edward@fluendo.com>
7590
7591         * ext/alsa/gstalsasrc.c:
7592         Set proper class on the ElementDetails:
7593         Source/Audio instead of Src/Audio/
7594
7595 2006-02-28  Edward Hervey  <edward@fluendo.com>
7596
7597         * gst/videoscale/vs_scanline.c:
7598         (vs_scanline_resample_nearest_RGBA):
7599         Revert optimization in videoscale. It should go in liboil and have
7600         an appropriate liboil function.
7601
7602 2006-02-28  Wim Taymans  <wim@fluendo.com>
7603
7604         * gst-libs/gst/audio/gstbaseaudiosink.c:
7605         (gst_base_audio_sink_provide_clock):
7606         Don't try to provide a clock in the NULL state.
7607
7608 2006-02-28  Wim Taymans  <wim@fluendo.com>
7609
7610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7611         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7612         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7613         (gst_ogg_demux_deactivate_current_chain),
7614         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7615         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7616         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7617         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7618         Use GstSegment infrastructure to remove duplicated code
7619         and handle more seek cases correctly.
7620
7621 2006-02-28  Wim Taymans  <wim@fluendo.com>
7622
7623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7624         (gst_ffmpegcsp_transform):
7625         Don't ignore return code from ffmpeg convert function.
7626
7627         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7628         Split out some long statements to ease debugging.
7629
7630 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7631
7632         * ext/libvisual/visual.c: (gst_visual_init),
7633         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7634         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7635         being able to renegotiate the size. Instead, use the negotiation
7636         algorithm from the goom plugin to pick an initial output caps. 
7637
7638         Also, allow theoretical libvisual plugins that might support non-GL 
7639         output even if they also do GL.
7640
7641 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7642
7643         * ext/libvisual/visual.c: (gst_visual_init),
7644         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7645         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7646         possible negotiation issues.
7647
7648 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7649
7650         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7651
7652 2006-02-24  Michael Smith  <msmith@fluendo.com>
7653
7654         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7655         (cmml_type_find), (plugin_init):
7656           Fix CMML type find function to not require a specific minor version
7657           of the CMML header.
7658
7659           Add an MPEG4 video elementary stream typefind function.
7660
7661 2006-02-04  Michael Smith  <msmith@fluendo.com>
7662
7663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7664         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7665         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7666         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7667         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7668         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7669           Annodex support in ogg demuxer. Doesn't do very much without the
7670           other annodex patches (to come).
7671
7672 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7675
7676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7677           Pick up palette for MS video v1 (#327028)
7678
7679 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7682         (gst_ffmpegcsp_caps_remove_format_info),
7683         (gst_ffmpegcsp_get_unit_size):
7684           The 'palette_data' field from incoming RGB caps shouldn't be
7685           proxied on outgoing YUV caps; also, restrict unit size
7686           adjustment in case of paletted data only to the unit that
7687           actually has a palette. Fixes #330711.
7688
7689 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7692         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7693         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7694         (gst_ffmpegcsp_get_unit_size):
7695           Plug some memory leaks.
7696
7697 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         * sys/ximage/Makefile.am:
7700         * sys/xvimage/Makefile.am:
7701           Add some _CFLAGS and _LIBS that seem to be missing
7702           and/or required for Cygwin (see #317048).
7703
7704 2006-02-22  Wim Taymans  <wim@fluendo.com>
7705
7706         * ext/alsa/gstalsasrc.c:
7707         Fix description as pointed out by caugier.
7708
7709 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7710
7711         Reviewed by : Edward Hervey  <edward@fluendo.com>
7712
7713         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7714         (qt_type_find):
7715         Better 3gp typefinding (#331526).
7716
7717 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7720           Don't send EOS event here, the base class will send one for us.
7721
7722         * gst/playback/gstplaybasebin.c: (prepare_output):
7723           Subpictures without video stream aren't allowed either.
7724         
7725         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7726           Fix debug statement copy'n'paste-o.
7727
7728 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7729
7730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7731           Fix issues with mixer keeping state when muting/unmuting
7732           and when changing the volume whilst muted (see #331763
7733           and #331765).
7734
7735 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7736
7737         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7738         (parse_subrip), (gst_sub_parse_format_autodetect):
7739           Set right caps given that we send escaped text. Also,
7740           honour <i></i>, <b></b> and <u></u> markers that can be found
7741           in .srt files (fixes #310202).
7742
7743 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * gst-libs/gst/audio/mixerutils.c:
7746         (element_factory_rank_compare_func):
7747           Make order in which elements are tried more determinable.
7748
7749 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7750
7751         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7752         (remove_element_chain), (cleanup_decodebin),
7753         (gst_decode_bin_change_state): Make decodebin reusable by
7754         fixing remove_element_chain first and then introduce a
7755         cleaner in state change to ->NULL. (Closes #331678)
7756
7757 2006-02-19  Wim Taymans  <wim@fluendo.com>
7758
7759         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7760         use 0666 mask when creating files so umask gets applied
7761         correctly. Fixes #331295.
7762
7763 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         * gst/subparse/Makefile.am:
7766         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7767         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7768         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7769         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7770         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7771         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7772         * gst/subparse/gstssaparse.h:
7773         * gst/subparse/gstsubparse.c: (plugin_init):
7774           Add very basic parser for SSA subtitle streams (as often
7775           found in matroska files).
7776
7777 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7780           That should be text/x-pango-markup, not text/x-pango-layout.
7781
7782 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7783
7784         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7785         Polishing.
7786
7787 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7788
7789         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7790         (gst_text_overlay_finalize), (gst_text_overlay_init),
7791         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7792         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7793         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7794         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7795         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7796         Fix state change deadlock.
7797
7798 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7799
7800         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7801         (gst_text_overlay_finalize), (gst_text_overlay_init),
7802         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7803         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7804         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7805         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7806         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7807         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7808         and subtitles files.
7809
7810 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7811
7812         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7813         should be considered as raw.
7814
7815 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7816
7817         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7818         (cb_probe):
7819         * gst/playback/gststreaminfo.h: Introduce language informations.
7820
7821 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7822
7823         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7824         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7825         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7826         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7827         Set shared memory segments to be deleted as soon as we have attached,
7828         that way they get cleaned up automatically if we crash.
7829
7830 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7831
7832         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7833         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7834         functions are called with lock held.
7835
7836 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7837
7838         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7839         (gst_text_overlay_finalize), (gst_text_overlay_init),
7840         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7841         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7842         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7843         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7844         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7845         (gst_text_overlay_change_state): Refactoring of textoverlay
7846         without collectpads. This now supports sparse subtitles coming
7847         from a demuxer instead of a sub file. Seeking is still broken 
7848         though. Need to discuss with wtay some more on how to handle
7849         seeking correctly.
7850         * ext/pango/gsttextoverlay.h:
7851         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7852         subtitles coming from the demuxer.
7853
7854 2006-02-17  Wim Taymans  <wim@fluendo.com>
7855
7856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7857         (gst_vorbisenc_convert_sink):
7858         Use some more scaling functions.
7859
7860 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * ext/cdparanoia/gstcdparanoiasrc.c:
7863         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7864         (gst_cd_paranoia_paranoia_callback),
7865         (gst_cd_paranoia_src_signal_is_being_watched),
7866         (gst_cd_paranoia_src_read_sector):
7867         * ext/cdparanoia/gstcdparanoiasrc.h:
7868           Add back 'transport-error' and 'uncorrected-error' signals and
7869           make them actually be fired when bad stuff happens (#319340).
7870
7871 2006-02-17  Wim Taymans  <wim@fluendo.com>
7872
7873         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7874         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7875         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7876         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7877         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7878         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7879         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7880         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7881         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7882         (gst_ring_buffer_clear):
7883         Small cleanups.
7884         Added some G_LIKELY.
7885
7886 2006-02-17  Wim Taymans  <wim@fluendo.com>
7887
7888         * gst-libs/gst/audio/TODO:
7889         Update TODO
7890
7891         * gst-libs/gst/audio/gstbaseaudiosink.c:
7892         (gst_base_audio_sink_get_offset):
7893         When trying to play samples ASAP and we don't have a
7894         previous sample, try to play at position 0 instead of
7895         an invalid position.
7896
7897 2006-02-17  Wim Taymans  <wim@fluendo.com>
7898
7899         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7900         (gst_alsasink_reset):
7901         Also release lock when we get an error in _reset();
7902         fix an error message.
7903
7904 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7907         (gst_alsasink_init), (get_channel_free_structure),
7908         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7909         (gst_alsasink_close):
7910         * ext/alsa/gstalsasink.h:
7911           Add support for more than 2 channels (#326720).
7912
7913 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7916           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7917           with 4 or 6 channels, assume a default channel layout to make things
7918           work (not sure there's anything else we can do in those cases).
7919
7920 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * gst-libs/gst/audio/multichannel.c:
7923           Minor docs fix.
7924
7925         * gst-libs/gst/riff/Makefile.am:
7926         * gst-libs/gst/riff/riff-ids.h:
7927         * gst-libs/gst/riff/riff-media.c:
7928         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7929           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7930           channels and a channel layout map.
7931           
7932 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7933
7934         Reviewed by Edward Hervey  <edward@fluendo.com>
7935
7936         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7937         C-level optimization of the RGBA nearest neighbour function.
7938         Eventually this might end up in liboil with vectorized versions.
7939
7940 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * gst-libs/gst/audio/multichannel.c:
7943         (gst_audio_get_channel_positions):
7944           When we have more than 2 channels, but no channel layout is
7945           specified in the caps, return some default channel layout
7946           to the caller and warn about about a possibly buggy element
7947           (could be buggy filtercaps as well of course) (#317038).
7948
7949 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7950
7951         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7952           Add gst-libs/gst/cdda to list of lib search paths.
7953
7954 2006-02-15  Andy Wingo  <wingo@pobox.com>
7955
7956         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7957         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7958         to the Lord Jesus that I do not have to touch the ogg muxer ever
7959         again.
7960
7961 2006-02-15  Edward Hervey  <edward@fluendo.com>
7962
7963         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7964         quicktime movie files can also contain 'uuid' atoms.
7965
7966 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7967
7968         * gst/audioconvert/plugin.c: (plugin_init):
7969           Register the GstAudioChannelPosition enum type with the type
7970           system in the plugin_init function, so that it is known before
7971           any element actually makes use of multi-channel stuff. This is
7972           required for example if one wants to be able to deserialise/use
7973           a caps string with channel positions before any pipeline has
7974           been setup and started, like with gst-launch.
7975
7976 2006-02-14  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst-libs/gst/audio/gstringbuffer.c:
7979         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7980         (gst_ring_buffer_samples_done), (wait_segment),
7981         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7982         Add some compiler G_(UN_)LIKELY help.
7983         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7984         make sure they can exit their functions. Should fix #330748
7985
7986 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * Makefile.am:
7989         * configure.ac:
7990         * win32/MANIFEST:
7991         * win32/common/_stdint.h:
7992           Windows does not have long long; copy the generated _stdint.h
7993         * win32/common/interfaces-enumtypes.c:
7994         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7995         (gst_mixer_track_flags_get_type),
7996         (gst_tuner_channel_flags_get_type):
7997         * win32/common/multichannel-enumtypes.c:
7998         (gst_audio_channel_position_get_type):
7999           update
8000
8001 2006-02-13  Wim Taymans  <wim@fluendo.com>
8002
8003         * gst-libs/gst/audio/gstbaseaudiosink.c:
8004         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8005         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8006         Always sync on first sample we receive when starting.
8007
8008 2006-02-13  Wim Taymans  <wim@fluendo.com>
8009
8010         * gst/playback/gstplaybin.c: (gen_vis_element):
8011         Update vis bin docs.
8012         Move queue after tee so we don't queue video buffers but
8013         audio samples instead. Fixes problems where the video queue
8014         is filled and the audio queue empty.
8015
8016 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8017
8018         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8019           No need to push an EOS event here, GstBaseSrc will do that for us
8020           when we return FLOW_UNEXPECTED.
8021           
8022 2006-02-12  Wim Taymans  <wim@fluendo.com>
8023
8024         * gst-libs/gst/audio/gstbaseaudiosink.c:
8025         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8026         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8027         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8028         Use scale functions when possible.
8029         Fix error messages.
8030         Free clockid when after waiting for EOS.
8031         Use G_(UN_)LIKLY when it makes sense.
8032         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8033
8034 2006-02-12  Edward Hervey  <edward@fluendo.com>
8035
8036         * gst/playback/gstplaybasebin.c: (prepare_output): 
8037         Remove stray semi-colon (fixes #330888).
8038
8039 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8040
8041         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8043         Fix up the XShm call testing so that we catch errors, and don't
8044         cause new ones by attempting to detach from a segment we failed
8045         to attach to. Fixes #312439.
8046
8047 2006-02-10  Edward Hervey  <edward@fluendo.com>
8048
8049         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8050         Added flv file typefind (video/x-flv).
8051
8052 2006-02-10  Edward Hervey  <edward@fluendo.com>
8053
8054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8055         (gst_riff_create_video_template_caps):
8056         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8057         Also added the caps to the default set of riff video caps.
8058
8059 2006-02-09  Andy Wingo  <wingo@pobox.com>
8060
8061         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8062         time and the end time of the last packet in the page.
8063         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8064         on the pages in our queue, set the duration as well. Reflow a
8065         debug statement.
8066         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8067         Fixes bad muxing order.
8068
8069 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8070
8071         * gst-libs/gst/rtp/gstbasertppayload.c:
8072         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8073           update seqnum before setting it on the packet; this makes sure
8074           that the timestamp and seqnum properties match after pushing
8075           a buffer
8076
8077 2006-02-09  Andy Wingo  <wingo@pobox.com>
8078
8079         * gst-libs/gst/audio/gstringbuffer.c
8080         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8081         overflow after 13.5 hours of recording. Kapow!
8082
8083         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8084         the buffer size -- we don't care about underrun/overrun reporting
8085         right now, just need to return a useful value.
8086
8087 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8088
8089         * configure.ac:
8090           Back to CVS
8091
8092 === release 0.10.3 ===
8093
8094 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8095
8096         * configure.ac:
8097           releasing 0.10.3, "Under Pressure"
8098
8099 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8100
8101         * configure.ac:
8102         Drat. Bump libtool version number for new API.
8103         Prelease 0.10.2.3 (of 0.10.3)
8104
8105 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8106
8107         * configure.ac:
8108         * win32/common/config.h:
8109         0.10.2.2 prerelease (of 0.10.3).
8110
8111 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8112
8113         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8114           Revert Andy's newsegment change pending a more correct
8115           fix.
8116
8117 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8118
8119         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8120         (qt_type_find), (plugin_init):
8121           detect more files as 3gp
8122           group and reorder the iso file formats
8123
8124 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8125
8126         * ext/vorbis/vorbis.c: (plugin_init):
8127           Register musicbrainz tags, so apps don't have to.
8128
8129 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8132         (gst_tag_to_vorbis_tag):
8133           Make sure we called gst_tag_register_musicbrainz_tags()
8134           before possibly mapping a vorbiscomment string from/to a
8135           musicbrainz tag.
8136
8137 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8140           In case we can't find the required number of consecutive
8141           mpeg audio frames to positively identify an MPEG audio
8142           stream, check if there's at least a valid mpeg audio
8143           frame right at offset 0 and if so suggest mpeg/audio
8144           caps with a very low probability (#153004).
8145
8146 2006-02-07  Andy Wingo  <wingo@pobox.com>
8147
8148         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8149         a TIME segment if we get timestamped buffers. Requires recent
8150         fixes in core to work properly.
8151
8152 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8153
8154         * gst/playback/gstplaybasebin.c: (prepare_output):
8155           Don't print the URI as part of the error message, it
8156           makes error dialogs look rather ugly, especially if
8157           the URI is very long or has characters in it that
8158           need escaping.
8159
8160 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * gst/playback/gstplaybasebin.c: (prepare_output):
8163           Error out if we have only text or subtitles, but nothing
8164           else. Also error out if we have subtitles but no video
8165           stream.
8166
8167 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8168
8169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8170           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8171           Post an error message on the bus when we encounter an
8172           error, which will hopefully be more meaningful than the
8173           'Internal Flow Error' message users get to see if we
8174           just return GST_FLOW_ERROR.
8175
8176 2006-02-07  Andy Wingo  <wingo@pobox.com>
8177
8178         * configure.ac (GST_MAJORMINOR): Update core version req to
8179         0.10.2.2, for the collectpads API addition (#330244).
8180
8181 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8182
8183         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8184           Return FALSE from plugin_init() when GnomeVFS can't
8185           be initialised for some reason (#328423).
8186
8187 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8188
8189         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8190         Stick to seeking theory until i find the bug.
8191         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8192
8193 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8194
8195         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8196         (theora_enc_finalize), (theora_enc_sink_setcaps),
8197         (theora_set_header_on_caps), (theora_enc_chain),
8198         (theora_enc_change_state):
8199         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8200           Make theoraenc and the tests leak free. Like, really.
8201
8202 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8203
8204         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8205         (theora_enc_finalize), (theora_enc_sink_setcaps):
8206           Add a finalize method to ensure we clean up state even if
8207           someone omitted the state change back to NULL.
8208
8209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8210         (gst_vorbisenc_chain):
8211           Free some more leaked bits.
8212
8213         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8214         (stop_pipeline):
8215           Wait for state changes to happen if they're ASYNC.
8216
8217           This ought to teach those fancy pants buildbots a lesson.
8218
8219 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8220
8221         * gst-libs/gst/tag/gstid3tag.c:
8222           Add mapping for ID3 International Standard Recording Code
8223           tag "TSRC"
8224
8225 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8226
8227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8228           Don't leak tag names.
8229
8230 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * docs/libs/gst-plugins-base-libs-docs.sgml:
8233         * docs/libs/gst-plugins-base-libs-sections.txt:
8234         * gst-libs/gst/tag/gstid3tag.c:
8235         * gst-libs/gst/tag/gstvorbistag.c:
8236         * gst-libs/gst/tag/tags.c:
8237           Split libgsttag docs into multiple sections.
8238
8239 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8240
8241         * docs/libs/Makefile.am:
8242         * docs/libs/gst-plugins-base-libs-docs.sgml:
8243         * docs/libs/gst-plugins-base-libs-sections.txt:
8244         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8245         * gst-libs/gst/tag/gstvorbistag.c:
8246         * gst-libs/gst/tag/tag.h:
8247         * gst-libs/gst/tag/tags.c:
8248           Add libgsttag to the docs.
8249
8250 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8251
8252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8253         (gst_text_overlay_init), (gst_text_overlay_src_event),
8254         (gst_text_overlay_collected): Fix clockoverlay.
8255
8256 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * docs/libs/compiling.sgml:
8259           Fix typo: it's pkg-config, not pkg-gconfig
8260
8261         * docs/libs/gst-plugins-base-libs-docs.sgml:
8262         * docs/libs/gst-plugins-base-libs-sections.txt:
8263         * docs/libs/tmpl/gstgconf.sgml:
8264           There is no libgstgconf in 0.10, remove it
8265           from the docs.
8266
8267 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8268
8269         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8271         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8272         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8273         (gst_sub_parse_class_init), (gst_sub_parse_init),
8274         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8275         (parse_mpsub), (parser_state_init), (handle_buffer),
8276         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8277         * gst/subparse/gstsubparse.h: Introduce seeking code.
8278
8279 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8280
8281         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8282           Add comment about LANGUAGE tag inconsistency (we want
8283           ISO-639-1, but extract three-letter identifiers?)
8284
8285         * po/POTFILES.in:
8286           Add two translatable files.
8287
8288 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8289
8290         * gst-libs/gst/tag/Makefile.am:
8291         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8292         * gst-libs/gst/tag/tag.h:
8293         * gst-libs/gst/tag/tags.c:
8294         (gst_tag_register_musicbrainz_tags_internal),
8295         (gst_tag_register_musicbrainz_tags):
8296           Forward-port some tags stuff from the 0.8 branch. This is
8297           mostly the addition of musicbrainz tags and their mapping
8298           to vorbistags, and a vorbistag mapping of the language tag.
8299
8300 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8301
8302         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8303         refactoring.
8304
8305 2006-02-04  David Schleef  <ds@schleef.org>
8306
8307         * ext/ogg/gstoggmux.c:
8308         * gst/typefind/gsttypefindfunctions.c:
8309           Add Dirac typefinding and add dirac format to oggmux.
8310
8311 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * gst/playback/gstdecodebin.c: (try_to_link_1):
8314           Don't put essential function call into
8315           g_return_*() macro, otherwise it'll all be
8316           replaced by NOOPs when compiling with
8317           G_DISABLE_CHECKS defined.
8318
8319 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8320
8321         * ext/ogg/gstoggdemux.c:
8322         * ext/ogg/gstoggparse.c:
8323         * gst/tcp/gsttcpserversink.c:
8324         * sys/v4l/v4lsrc_calls.c:
8325         * sys/v4l/v4lsrc_calls.h:
8326         Just make it compile with --disable-gst-debug.
8327
8328 2006-02-03  Wim Taymans  <wim@fluendo.com>
8329
8330         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8331         (gst_alsasink_class_init), (gst_alsasink_init),
8332         (gst_alsasink_write), (gst_alsasink_reset):
8333         * ext/alsa/gstalsasink.h:
8334         Add lock to protect alsa calls.
8335         Implement reset to flush samples ASAP, does not work
8336         with dmix though.
8337
8338 2006-02-02  Wim Taymans  <wim@fluendo.com>
8339
8340         * gst-libs/gst/audio/gstbaseaudiosink.c:
8341         (gst_base_audio_sink_provide_clock):
8342         Ugh.. getting late I guess...
8343
8344 2006-02-02  Wim Taymans  <wim@fluendo.com>
8345
8346         * gst-libs/gst/audio/gstbaseaudiosink.c:
8347         (gst_base_audio_sink_provide_clock),
8348         (gst_base_audio_sink_set_property),
8349         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8350         Don't try to provide a clock when we are not negotiated since
8351         we might not be able to make it run.
8352
8353 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8354
8355         * gst/playback/gstdecodebin.c: (try_to_link_1):
8356           Unlinking two source pads is ... hard.
8357
8358 2006-02-02  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst-libs/gst/audio/TODO:
8361         Updated.
8362
8363         * gst-libs/gst/audio/gstbaseaudiosink.c:
8364         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8365         On EOS, wait till the last sample is played before posting EOS.
8366
8367 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8368
8369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8370           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8371           setting queue_delay to zero. Also avoid thread being started if
8372           queue_delay is zero.
8373
8374 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8375
8376         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8377           Make test work again by connecting fakesinks to each decoded pad,
8378           which makes the pipeline wait until each fakesink has a buffer
8379           queued before going to PAUSED state. At that point we know the
8380           decodebin pads are negotiated.
8381
8382 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8383
8384         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8385         (gst_cdda_base_src_handle_event):
8386         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8387           Pass unhandled queries to the parent class's query function.
8388
8389 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8390
8391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8392         (gst_ogg_pad_src_query):
8393         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8394         * ext/theora/theoradec.c: (theora_dec_src_query),
8395         (theora_dec_sink_query):
8396         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8397         (vorbis_dec_sink_query):
8398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8399         (gst_vorbisenc_sink_query):
8400         * gst/adder/gstadder.c: (gst_adder_query):
8401           Pass unhandled queries upstream instead of just
8402           dropping them (#326447). Also, fix supported
8403           query types list for some elements.
8404
8405 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8406
8407         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8408         (paris_type_find), (ilbc_type_find), (plugin_init):
8409           Fix typefinding for audio/x-au, audio/x-paris and
8410           audio/iLBC-sh. We cannot use the START_WITH macros
8411           here, because there can only be one typefind factory
8412           with the same name (caps), so the second one would
8413           replace the first one and the first one would never
8414           be called when doing typefinding (see #161712).
8415           
8416
8417 2006-01-31  Wim Taymans  <wim@fluendo.com>
8418
8419         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8420         (vorbis_handle_header_packet), (vorbis_dec_push),
8421         (vorbis_handle_data_packet):
8422         Use scale_int when we can, add some more scaling.
8423         Check packettype before parsing it.
8424
8425 2006-01-31  Wim Taymans  <wim@fluendo.com>
8426
8427         * ext/theora/theoradec.c: (_theora_granule_time),
8428         (theora_dec_src_convert), (theora_dec_sink_convert):
8429         Call right _scale functions.
8430         Use parameter instead of some other random value.
8431
8432 2006-01-31  Wim Taymans  <wim@fluendo.com>
8433
8434         * ext/theora/theoradec.c: (_theora_granule_frame),
8435         (_theora_granule_time), (_inc_granulepos),
8436         (theora_dec_src_convert), (theora_dec_sink_convert),
8437         (theora_handle_type_packet), (theora_handle_data_packet),
8438         (theora_dec_chain):
8439         Use higher precision timestamps calculation.
8440         Convert some other conversions to _scale.
8441
8442 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8443
8444         * gst/audiotestsrc/gstaudiotestsrc.c:
8445         (gst_audio_test_src_create_sine_table), (plugin_init):
8446         * gst/volume/gstvolume.c: (plugin_init):
8447           initialize gst_controller before using
8448
8449 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8450
8451         * tests/check/pipelines/theoraenc.c:
8452         * tests/check/pipelines/vorbisenc.c:
8453         Define constant using G_GINT64_CONSTANT to avoid errors when
8454         passing it around - otherwise it gets truncated to 32 bits.
8455
8456         Fixes failing tests.
8457
8458 2006-01-31  Andy Wingo  <wingo@pobox.com>
8459
8460         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8461         caps being set doesn't have a framerate value. Basically a stopgap
8462         measure.
8463
8464         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8465         technically correct enough to put into core though.
8466         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8467         DURATION. Fixes theoraenc ! oggmux.
8468
8469         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8470         fraction, not double.
8471
8472 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8473
8474         * win32/vs7:
8475         add vs7 project files created by Sergey Scobich
8476
8477 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8478
8479         * win32/vs8:
8480         add vs8 project files created by Sergey Scobich
8481         
8482 2006-01-30  Andy Wingo  <wingo@pobox.com>
8483
8484         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8485         timestamp + duration, not just timestamp -- ogg pages should be
8486         ordered by stop time. Necessary fix given the change in vorbis
8487         timestamps.
8488
8489         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8490         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8491         (granulepos_add): New function, handles the messiness of adjusting
8492         granulepos values.
8493         (theora_buffer_from_packet):
8494         (theora_enc_chain):
8495         (theora_enc_sink_event): Use granulepos_add, not +.
8496
8497         * tests/check/pipelines/theoraenc.c
8498         (check_buffer_granulepos_from_starttime): Just check the frame
8499         count, not the actual granulepos -- we can't dictate to the
8500         encoder when it should be placing keyframes.
8501
8502 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8503
8504         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8505           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8506           play an http:// stream from a server that's not serving
8507
8508 2006-01-30  Andy Wingo  <wingo@pobox.com>
8509
8510         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8511         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8512         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8513         available.
8514
8515         * ext/theora/gsttheoraenc.h:
8516         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8517         although theoraenc was timestamping correctly. Added handling of
8518         streams that start with nonzero timestamps.
8519
8520         * tests/check/Makefile.am:
8521         * tests/check/pipelines/theoraenc.c: New file, basically does same
8522         tests as vorbisenc.
8523
8524         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8525
8526 2006-01-30  Wim Taymans  <wim@fluendo.com>
8527
8528         * gst-libs/gst/audio/gstaudiosink.c:
8529         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8530         (gst_audioringbuffer_pause):
8531         Implement pause that does not wait for completion.
8532
8533         * gst-libs/gst/audio/gstbaseaudiosink.c:
8534         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8535         Don't drop buffers when going to PAUSED but perform preroll on
8536         remaining samples now that core base class supports this.
8537
8538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8539         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8540         (gst_ring_buffer_commit):
8541         Pause should not signal waiters.
8542         Implement return value of _commit correctly.
8543
8544 2006-01-30  Andy Wingo  <wingo@pobox.com>
8545
8546         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8547
8548         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8549         updated to timestamp from the first sample, not the last.
8550         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8551         special care of granulepos and timestamp for header packets.
8552         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8553         when the first buffer has a nonzero timestamp.
8554
8555         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8556         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8557         case when the first audio buffer we get has a nonzero timestamp.
8558         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8559         properly timestamp vorbis buffers with the time of the first
8560         sample, not the last.
8561         
8562         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8563         vorbis_granule_time_copy -- now it takes the granule/subgranule
8564         offset into account.
8565
8566         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8567         timestamps, durations, and granulepos on buffers produced by
8568         vorbisenc.
8569
8570 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8571
8572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8573         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8574           Patch from Eric Jonas to support conversions to/from UYVY 
8575           (Fixes: #324626)
8576
8577 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8578
8579         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8580         (setup_subtitle), (setup_source), (set_active_source):
8581         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8582         (gen_text_element), (gen_audio_element), (gen_vis_element),
8583         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8584
8585 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8586
8587         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8588         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8589                 use gst_guint64_to_gdouble to be compliant with vs6
8590         * gst/playback/gstdecodebin.c: (try_to_link_1)
8591         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8592                 use G_GINT64_CONSTANT for int64 constants
8593         * win32/common/libgstinterfaces.def:
8594                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8595         * win32/vs6:
8596                 update and add new project files
8597                 
8598 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8599
8600         * Makefile.am:
8601         * win32/MANIFEST:
8602         * win32/common/interfaces-enumtypes.c:
8603         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8604         (gst_mixer_track_flags_get_type),
8605         (gst_tuner_channel_flags_get_type):
8606         * win32/common/interfaces-enumtypes.h:
8607         * win32/common/multichannel-enumtypes.c:
8608         (gst_audio_channel_position_get_type):
8609         * win32/common/multichannel-enumtypes.h:
8610           add a win32-update rule like in core, and copy over enumtypes files
8611
8612 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8613
8614         * win32/MANIFEST:
8615         * win32/common/config.h:
8616         * win32/common/config.h.in:
8617           add config files just like in core
8618
8619 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8622           Make gcc-4.1 happy (part of #327357).
8623
8624 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8625
8626         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8627         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8628         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8629         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8630         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8631         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8632           Update all error messages.  All of them should either use
8633           the default translated message, or actually provide a
8634           translatable string.
8635           Make the string for channel count problems meaningful.
8636
8637 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8638
8639         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8640           check for and throw RESOURCE_BUSY
8641
8642 2006-01-27  David Schleef  <ds@schleef.org>
8643
8644         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8645           checked in this change -- it requires liboil features not
8646           in 0.3.6.  Revert parts.
8647
8648 2006-01-27  David Schleef  <ds@schleef.org>
8649
8650         * REQUIREMENTS:
8651         * configure.ac: update liboil requirement to 0.3.6
8652         * gst/videoscale/Makefile.am:
8653         * gst/videoscale/vs_scanline.c: liboilify
8654
8655 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8656
8657         * ext/libvisual/visual.c: (get_buffer):
8658           When pad_alloc returns a GstFlowReturn other
8659           than GST_FLOW_OK, make sure it is passed upstream.
8660
8661 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8662
8663         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8664         (gst_alsasink_class_init):
8665           Free the device name string.
8666
8667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8668         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8669         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8670           Don't remove a pad from the collectpads structure until it
8671           is released - it's a request pad, and may receive data again
8672           if the element gets moved back to PLAYING state.
8673
8674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8675           Ensure we turn on double buffering on the Xv port, and
8676           set the colour key to something dark and mysterious that
8677           isn't black.
8678
8679 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8680
8681         * ext/alsa/gstalsaplugin.c: (plugin_init):
8682         * ext/cdparanoia/gstcdparanoiasrc.c:
8683         (gst_cd_paranoia_src_base_init), (plugin_init):
8684         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8686           - a library should not call setlocale. see "Libraries" node in
8687             gettext manual
8688           - make sure all plugins that use translation do bindtextdomain
8689             to point to the localedir
8690         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8691         (setup_sinks), (plugin_init):
8692           all this, and check for NULL when creating sinks
8693
8694 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8695
8696         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8697         (plugin_init): Make typefinding of subtitles work again.
8698
8699 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8700
8701         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8702         (mp3_type_frame_length_from_header), (mp3_type_find),
8703         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8704         (plugin_init):
8705           Backport a bunch of typefinding fixes from the 0.8 branch.
8706           Also, improve wavpack typefinding: if we can't peek the
8707           entire wavpack block, try to parse the bits we can get and
8708           see if we find what we're looking for in those.
8709
8710 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8711
8712         * sys/ximage/ximagesink.c:
8713         (gst_ximagesink_calculate_pixel_aspect_ratio):
8714         * sys/xvimage/xvimagesink.c:
8715         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8716         more cases of pixel aspect ratio.
8717
8718 2006-01-26  Edward Hervey  <edward@fluendo.com>
8719
8720         * gst/playback/gstdecodebin.c: (pad_probe):
8721         Also consider the flush-start and tag events as unblockers
8722         for the pad probes.
8723
8724 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8725
8726         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8727         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8728         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8729         On the fly visualisation switch, works disabling, enabling as
8730         well but it won't be able to enable vis in a playbin that was
8731         created with no visualisation.
8732
8733 2006-01-25  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst-libs/gst/audio/gstbaseaudiosink.c:
8736         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8737         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8738         resume after pause.
8739
8740 2006-01-25  Wim Taymans  <wim@fluendo.com>
8741
8742         * gst-libs/gst/audio/gstbaseaudiosink.c:
8743         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8744         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8745         Improve debugging.
8746         Post error when caps cannot be parsed.
8747         Resync on discontinuity in the stream.
8748         Clip samples to segment boundaries.
8749         return WRONG_STATE sooner when we are flushing.
8750
8751         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8752         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8753         Make audiosrc operate in TIME.
8754         Set TIMESTAMP and DURATION on buffers.
8755
8756 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * tests/examples/seek/seek.c: (main):
8759           Output tag messages as well.
8760
8761 2006-01-23  Edward Hervey  <edward@fluendo.com>
8762
8763         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8764         (free_pad_probes), (remove_fakesink), (pad_probe),
8765         (close_pad_link), (gst_decode_bin_change_state):
8766         Replace GstPadBlockCallback with pad probes that detect
8767         first buffer AND eos before removing fakesink.
8768         Fixes hang with demuxers doing EOS while pre-rolling.
8769         Solves #328279
8770
8771 2006-01-23  Andy Wingo  <wingo@pobox.com>
8772
8773         * ext/alsa/gstalsasink.c:
8774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8775         (gst_base_rtp_depayload_setcaps),
8776         (gst_base_rtp_depayload_add_to_queue),
8777         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8778         
8779         Patch by: Jens Granseuer <jensgr at gmx dot net>
8780
8781 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8782
8783         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8784         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8785         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8786         frames. We might get a frame destroyed after changing state to
8787         NULL, adding a safety check on xcontext.
8788
8789 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8790
8791         * gst-libs/gst/interfaces/xoverlay.c:
8792           Fix prepare-xwindow-id code example in the docs - we need to
8793           ignore all messages that aren't element messages as well.
8794           
8795 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8796
8797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8798           I think one day i'll completely undestand how caps negotiation
8799           is supposed to work. This refactoring handles buffer_alloc
8800           called with caps we can't handle. We definitely don't want a
8801           set_caps with those caps, so we define and allocate a buffer
8802           we would like to receive.
8803
8804 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * gst/playback/gstplaybasebin.c: (setup_source):
8807           Free iterator when done.
8808
8809 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8810
8811         * gst-libs/gst/audio/gstbaseaudiosink.c:
8812         (gst_base_audio_sink_render):
8813           Fix playback of non-synchronised streams by assuming a rate
8814           of 1.0 instead of a random one.
8815
8816           Makes this work again:
8817
8818           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8819           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8820           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8821           audioresample ! alsasink
8822
8823 === release 0.10.2 ===
8824
8825 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8826
8827         * configure.ac:
8828           releasing 0.10.2, "Then the devil is six"
8829
8830 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8831
8832         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8833         * gst/playback/gststreamselector.c:
8834         (gst_stream_selector_set_property):
8835           Comment out broken code that connects to the state-changed signal.
8836           At this point, changing current stream selection is broken, but 
8837           stuff like gst-launch playbin current-audio=1 works and filters
8838           to the chosen stream.
8839
8840 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8841
8842         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8843           Fix #327216 (null dereference in vorbisdec)
8844
8845 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8848           Post taglist actually on bus instead of just freeing it
8849           (fixes #327114 and totem bug #327080).
8850
8851         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8852           Use gst_element_found_tags_for_pad(), so that the tags
8853           are sent downstream as an event as well.
8854
8855 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8856
8857         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8858         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8859         (gst_ximagesink_buffer_alloc):
8860         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8861         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8862         (gst_xvimagesink_buffer_alloc):
8863           move all regularly occurring messages to GST_LOG level
8864           add some more object logs
8865
8866 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8867
8868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8869           fix a silly segfault
8870
8871 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * docs/libs/gst-plugins-base-libs-docs.sgml:
8874         * docs/libs/gst-plugins-base-libs-sections.txt:
8875         * gst-libs/gst/audio/mixerutils.c:
8876         * gst-libs/gst/audio/mixerutils.h:
8877           Add docs for mixerutils stuff.
8878
8879 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * gst/playback/gstplaybasebin.c: (setup_source):
8882           Fix playback for sources that emit raw audio or
8883           raw video streams (e.g.: cd audio sources) (#325984).
8884
8885 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8886
8887         * gst-libs/gst/audio/mixerutils.c:
8888         (gst_audio_mixer_filter_do_filter):
8889           actually save the element we create
8890
8891 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * gst-libs/gst/cdda/gstcddabasesrc.c:
8894         (gst_cdda_base_src_handle_track_seek):
8895           No need to post a tag message on the bus when seeking
8896           within the same track, only post it when the current
8897           track changes.
8898
8899 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8900
8901         * gst/playback/gstplaybasebin.c: (group_destroy),
8902         (probe_triggered), (new_decoded_pad), (mute_group_type),
8903         (set_active_source):
8904         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8905         * gst/playback/gststreamselector.c:
8906         (gst_stream_selector_base_init),
8907         (gst_stream_selector_set_property),
8908         (gst_stream_selector_request_new_pad):
8909           Reenable stream selection. These mechanisms need a complete overhaul
8910           in the face of 0.8->0.10 changes though.
8911
8912 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8913
8914         * ext/ogg/gstoggdemux.c:
8915           Change the pad template to src_%d to match the pads that 
8916           are created from it. decodebin needs this information in order
8917           to decide that oggdemux is capable of producing multiple pads
8918           (and hence needs queues inserted).
8919
8920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8921         (gst_ogg_mux_collected):
8922           Make debug output more useful by using GST_PTR_FORMAT.
8923
8924 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8925
8926         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8929           Set depth and width for alaw/mulaw (fixes #326601).
8930
8931 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8932
8933         * tests/icles/Makefile.am:
8934           don't build the tests if we don't have the libs
8935
8936 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8939         (gst_cd_paranoia_paranoia_callback):
8940           Don't try to free NULL pointers.
8941
8942 2006-01-10  Edward Hervey  <edward@fluendo.com>
8943
8944         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8945         (gst_audio_rate_change_state), (plugin_init):
8946         Add debugging category.
8947         Fix type issues.
8948         Add case for incoming buffers without valid offset/offset_end.
8949
8950 2006-01-10  Michael Smith  <msmith@fluendo.com>
8951
8952         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8953           Don't leak GCond in audio sources.
8954
8955 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8956
8957         * gst/playback/gstplaybin.c: (gen_audio_element):
8958           Don't leak an autoaudiosink/alsasink when we generate
8959           a new audio element. (old code, I guess)
8960
8961 2006-01-10  Michael Smith  <msmith@fluendo.com>
8962
8963         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8964           Support float audio in audiorate.
8965           Use width rather than depth for selecting sample width.
8966
8967 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * gst/videotestsrc/videotestsrc.h:
8970           Use GLib types here (that way we don't have to include the
8971           generated _stdint.h header, which makes life easier for win32
8972           folks that don't use autotools for the build) (#325990, patch
8973           by: Sergey Scobich).
8974
8975 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8978         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8979         (gst_ring_buffer_pause), (wait_segment):
8980         * gst-libs/gst/audio/gstringbuffer.h:
8981           Name (private) union, makes Forte compiler happy (this time
8982           for real) (#324900).
8983
8984 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst-libs/gst/audio/Makefile.am:
8987           Link against libgstinterfaces, needed for mixer
8988           and property probe stuff.
8989
8990 2006-01-09  Edward Hervey  <edward@fluendo.com>
8991
8992         * gst-libs/gst/Makefile.am:
8993
8994 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8995
8996         * gst-libs/gst/audio/Makefile.am:
8997         * gst-libs/gst/audio/mixerutils.c:
8998         (gst_audio_mixer_filter_do_filter),
8999         (gst_audio_mixer_filter_check_element),
9000         (gst_audio_mixer_filter_probe_feature),
9001         (element_factory_rank_compare_func),
9002         (gst_audio_default_registry_mixer_filter):
9003         * gst-libs/gst/audio/mixerutils.h:
9004           Add gst_audio_default_registry_mixer_filter() utility
9005           function.
9006
9007 2006-01-03  Michael Smith  <msmith@fluendo.com>
9008
9009         * gst/audioresample/resample.h:
9010           As before, but for o_buf
9011
9012 2006-01-03  Michael Smith  <msmith@fluendo.com>
9013
9014         * gst/audioresample/resample.h:
9015           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9016           since we do arithmetic on it.
9017
9018 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9019
9020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9021         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9022         (gst_ring_buffer_pause), (wait_segment):
9023         * gst-libs/gst/audio/gstringbuffer.h:
9024           Sun's Forte compiler doesn't seem to like anonymous structs,
9025           so use same setup as in GstBaseSrc (fixes #324900).
9026
9027 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9028
9029         * configure.ac:
9030         * gst/volume/Makefile.am:
9031         * gst/volume/demo.c:
9032           move old example to tests/examples/volume/volune.c
9033         * tests/examples/Makefile.am:
9034         * tests/examples/seek/seek.c: (main):
9035           change window-close event from "delete-event" to "destroy"
9036         * tests/examples/volume/Makefile.am:
9037         * tests/examples/volume/volume.c: (value_changed_callback),
9038         (setup_gui), (message_received), (eos_message_received), (main):
9039           fix event handling and bus usage
9040
9041 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9042
9043         * gst/audiotestsrc/gstaudiotestsrc.c:
9044         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9045         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9046         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9047         (gst_audio_test_src_create_square),
9048         (gst_audio_test_src_create_saw),
9049         (gst_audio_test_src_create_triangle),
9050         (gst_audio_test_src_create_silence),
9051         (gst_audio_test_src_create_white_noise),
9052         (gst_audio_test_src_create_pink_noise),
9053         (gst_audio_test_src_init_sine_table),
9054         (gst_audio_test_src_create_sine_table),
9055         (gst_audio_test_src_change_wave),
9056         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9057         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9058         * gst/audiotestsrc/gstaudiotestsrc.h:
9059           update to basesrc changes, implement segmented seeking and eos
9060           handling, add a 'sine-tab' waveform for performance critical playback
9061
9062 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * po/POTFILES.in:
9065           ... and this time the other modified file that I missed last time.
9066
9067 2005-12-29  Michael Smith  <msmith@fluendo.com>
9068
9069         * gst/playback/gstdecodebin.c: (new_pad):
9070           Fix non-C89 variable declaration not at the start of a block. Should
9071           help some compilers.
9072
9073 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * tests/check/Makefile.am:
9076           And now fix 'make distcheck' (builddir != srcdir)
9077
9078 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9079
9080         * configure.ac:
9081         * ext/cdparanoia/Makefile.am:
9082         * ext/cdparanoia/gstcdparanoia.c:
9083         * ext/cdparanoia/gstcdparanoia.h:
9084         * ext/cdparanoia/gstcdparanoiasrc.c:
9085         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9086         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9087         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9088         (gst_cd_paranoia_paranoia_callback),
9089         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9090         (gst_cd_paranoia_src_set_property),
9091         (gst_cd_paranoia_src_get_property), (plugin_init):
9092         * ext/cdparanoia/gstcdparanoiasrc.h:
9093           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9094           plugin again (there are still fixes required to playbin to make
9095           cdda:// uris work there).
9096
9097 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * tests/check/Makefile.am:
9100           Fix test case compilation.
9101
9102 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9103
9104         * gst-libs/gst/cdda/gstcddabasesrc.c:
9105         (gst_cdda_base_src_update_duration),
9106         (gst_cdda_base_src_calculate_cddb_id):
9107           An integer is not a string. Fix access to uninitialised variable.
9108
9109         * tests/check/Makefile.am:
9110           Add cddabasesrc unit test; also actually enable the vorbis test.
9111
9112         * tests/check/generic/states.c:
9113           Blacklist new cd audio elements as well.
9114
9115         * tests/check/libs/cddabasesrc.c:
9116           Unit test for GstCddaBaseSrc (discid calculation mostly).
9117
9118 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * docs/libs/Makefile.am:
9121         * docs/libs/gst-plugins-base-libs-docs.sgml:
9122         * docs/libs/gst-plugins-base-libs-sections.txt:
9123         * docs/libs/gst-plugins-base-libs.types:
9124           Add docs for libgstcdda/GstCddaBaseSrc.
9125
9126         * gst-libs/gst/interfaces/mixertrack.h:
9127           Do one struct member per line with a semicolon at the end, that way
9128           even gtk-doc might parse it without complaining.
9129
9130 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * configure.ac:
9133         * gst-libs/gst/Makefile.am:
9134         * gst-libs/gst/cdda/Makefile.am:
9135         * gst-libs/gst/cdda/base64.c:
9136         * gst-libs/gst/cdda/base64.h:
9137         * gst-libs/gst/cdda/gstcddabasesrc.c:
9138         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9139         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9140         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9141         (gst_cdda_base_src_get_property),
9142         (gst_cdda_base_src_get_track_from_sector),
9143         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9144         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9145         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9146         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9147         (gst_cdda_base_src_uri_get_protocols),
9148         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9149         (gst_cdda_base_src_uri_handler_init),
9150         (gst_cdda_base_src_setup_interfaces),
9151         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9152         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9153         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9154         (gst_cdda_base_src_add_tags),
9155         (gst_cdda_base_src_add_index_associations),
9156         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9157         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9158         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9159         (gst_cdda_base_src_create):
9160         * gst-libs/gst/cdda/gstcddabasesrc.h:
9161         * gst-libs/gst/cdda/sha1.c:
9162         * gst-libs/gst/cdda/sha1.h:
9163           Add new libgstcdda with GstCddaBaseSrc class.
9164
9165 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9166
9167         * ext/gnomevfs/gstgnomevfssink.h:
9168           Use GstBaseSinkClass as parent_class member for class struct, not
9169           GstBaseSink.
9170
9171 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         Patch by: Michael Benes
9174
9175         * gst/videotestsrc/gstvideotestsrc.c:
9176         (gst_video_test_src_class_init), (gst_video_test_src_start):
9177           Add start method to reset running time and number of frames sent
9178           when starting up (fixes #324696)
9179
9180 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9181
9182         * docs/plugins/Makefile.am:
9183         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9184         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9185         * docs/plugins/gst-plugins-base-plugins.args:
9186         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9187         * docs/plugins/gst-plugins-base-plugins.signals:
9188           Add docs stuff for gnomevfssrc and gnomevfssink.
9189
9190         * ext/gnomevfs/gstgnomevfssrc.c:
9191           Fix example pipeline in gtk-doc blurb.
9192
9193 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9194
9195         * ext/gnomevfs/Makefile.am:
9196         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9197         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9198         (gst_gnome_vfs_handle_get_type), (plugin_init):
9199         * ext/gnomevfs/gstgnomevfs.h:
9200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9201         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9202         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9203         (gst_gnome_vfs_sink_set_property),
9204         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9205         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9206         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9207         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9208         (gst_gnome_vfs_sink_uri_get_type),
9209         (gst_gnome_vfs_sink_uri_get_protocols),
9210         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9211         (gst_gnome_vfs_sink_uri_handler_init):
9212         * ext/gnomevfs/gstgnomevfssink.h:
9213           Port gnomevfssink; add gtk-doc blurb.
9214
9215         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9216         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9217         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9218         (gst_gnome_vfs_src_uri_get_type),
9219         (gst_gnome_vfs_src_uri_get_protocols),
9220         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9221         (gst_gnome_vfs_src_uri_handler_init),
9222         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9223         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9224         (gst_gnome_vfs_src_send_additional_headers_callback),
9225         (gst_gnome_vfs_src_received_headers_callback),
9226         (gst_gnome_vfs_src_push_callbacks),
9227         (gst_gnome_vfs_src_pop_callbacks),
9228         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9229         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9230         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9231         * ext/gnomevfs/gstgnomevfssrc.h:
9232           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9233           file; add gtk-doc blurb with example pipelines.
9234
9235 === release 0.10.1 ===
9236
9237 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9238
9239         * configure.ac:
9240           releasing 0.10.1, "Dobro Dedek"
9241
9242 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9243
9244         * gst/typefind/gsttypefindfunctions.c:
9245         iLBC30 and iLBC20 added to typefind.
9246
9247 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9248
9249         * gst-libs/gst/audio/gstbaseaudiosink.c:
9250         (gst_base_audio_sink_class_init):
9251         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9252         (gst_base_audio_src_class_init):
9253           update strings, values are in microseconds
9254           change the default sink buffer time to something that is smaller
9255           (to help software volume mixing have a slightly lower delay) but
9256           still be acceptable on Wim's laptop
9257
9258 2005-12-20  Edward Hervey  <edward@fluendo.com>
9259
9260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9261         Made a quack, forgot to add DUCK to the riff video template.
9262
9263 2005-12-19  Edward Hervey  <edward@fluendo.com>
9264
9265         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9266         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9267         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9268         (gst_ogm_parse_chain):
9269         Make sure pads are initialized correctly.
9270         * gst-libs/gst/riff/riff-ids.h:
9271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9272         (gst_riff_create_video_template_caps):
9273         Add a whole bunch of FOURCC <=> MimeType.
9274         Extend the riff video pad template to support the newly added fourcc.
9275
9276 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9277
9278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9279         (gst_ogg_demux_activate_chain):
9280           Extra debug output when activating/deactivating chains.
9281
9282         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9283         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9284         (unlinked):
9285           Remove a queue from our list when it becomes unlinked.
9286           Don't add queues to elements in class 'Demux' if they
9287           can only produce one pad 
9288
9289 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9290
9291         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9292         (gst_video_sink_get_type): Add a debug category.
9293
9294 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9295
9296         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9297         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9298           Handle downstream newsegment by sending our own newsegment before the
9299           next buffer to be released. (#323900)
9300
9301 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9302
9303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9304         (gst_base_rtp_depayload_set_gst_timestamp):
9305           add queue delay to new segment as well (as opposed to just the first
9306           buffer). (bug #322347)
9307
9308 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9309
9310         * ext/libvisual/visual.c: (make_valid_name):
9311           change some char* into char[]
9312         * gst/audiotestsrc/gstaudiotestsrc.c:
9313         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9314         (gst_audio_test_src_create):
9315         * gst/audiotestsrc/gstaudiotestsrc.h:
9316           prepare to handle EOS and SEGMENT_DONE
9317
9318 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9319
9320         * tests/check/generic/states.c: (GST_START_TEST):
9321           Blacklist cdparanoia element in state test.
9322
9323 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9324
9325           Patch by: Benjamin Pineau
9326
9327         * gst/tcp/gsttcp.c:
9328         * gst/tcp/gsttcpclientsink.c:
9329         * gst/tcp/gsttcpserversink.c:
9330         * gst/tcp/gsttcpserversrc.c:
9331           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9332
9333 2005-12-15  Michael Smith  <msmith@fluendo.com>
9334
9335         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9336         (gst_video_rate_chain):
9337           Fix timestamping for videorate when the first buffer it sees has a
9338           non-zero timestamp. Fix some misleading debug output.
9339
9340 2005-12-15  Michael Smith  <msmith@fluendo.com>
9341
9342         * gst/audioresample/gstaudioresample.c:
9343           Don't leak all input buffers to audioresample.
9344
9345 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9348           Don't operate on empty text buffers. Strip newlines and
9349           tabs only from the end of the text, but leave them intact
9350           in the middle. Fix typo in gtk-doc description.
9351
9352 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/playback/gstplaybasebin.c:
9355         * gst/playback/gstplaybin.c: (handoff):
9356           Make sure the video frame buffer we return to apps via the
9357           "frame" property always has caps set on it. Modify
9358           _gst_gvalue_set_object() macro to handle NULL objects
9359           gracefully too.
9360
9361 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9362
9363         * gst/audiotestsrc/gstaudiotestsrc.c:
9364         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9365         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9366         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9367         (gst_audio_test_src_create):
9368         * gst/audiotestsrc/gstaudiotestsrc.h:
9369         Adjust to some recent api changes and add wtays new cool seeking
9370         capabillities
9371
9372 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9373
9374         * ext/alsa/Makefile.am:
9375         * ext/alsa/gstalsadeviceprobe.c:
9376         * ext/alsa/gstalsadeviceprobe.h:
9377           Helper functions to add device probing via the GstPropertyProbe
9378           interface to a class.
9379
9380         * ext/alsa/gstalsamixer.h:
9381           Comment out GST_ALSA_MIXER, it returns a struct that's not
9382           used.
9383
9384         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9385           Add some debug info. 
9386
9387         * ext/alsa/gstalsamixerelement.c:
9388         (gst_alsa_mixer_element_interface_supported),
9389         (gst_implements_interface_init),
9390         (gst_alsa_mixer_element_init_interfaces),
9391         (gst_alsa_mixer_element_class_init),
9392         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9393         (gst_alsa_mixer_element_set_property),
9394         (gst_alsa_mixer_element_get_property),
9395         (gst_alsa_mixer_element_change_state):
9396         * ext/alsa/gstalsamixerelement.h:
9397           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9398           for device handling (gnome-volume-control will need that).
9399
9400 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9401
9402         * ext/Makefile.am: fix cdparanoia entry
9403         * gst-plugins-base.spec.in: add cdparanoia
9404
9405 2005-12-12  Michael Smith  <msmith@fluendo.com>
9406
9407         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9408           Use the correct function to free list of typefind factories.
9409
9410 2005-12-12  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/videotestsrc/gstvideotestsrc.c:
9413         (gst_video_test_src_class_init), (gst_video_test_src_init),
9414         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9415         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9416         (gst_video_test_src_create):
9417         * gst/videotestsrc/gstvideotestsrc.h:
9418         Implement seeking in videotestsrc.
9419         Small cleanups.
9420
9421 2005-12-12  Wim Taymans  <wim@fluendo.com>
9422
9423         * ext/cdparanoia/Makefile.am:
9424         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9425         (gst_paranoia_endian_get_type), (_do_init),
9426         (cdparanoia_class_init), (cdparanoia_init),
9427         (cdparanoia_set_property), (cdparanoia_get_property),
9428         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9429         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9430         (cdparanoia_convert), (cdparanoia_get_query_types),
9431         (cdparanoia_query), (cdparanoia_set_index),
9432         (cdparanoia_uri_set_uri):
9433         * ext/cdparanoia/gstcdparanoia.h:
9434         Partially ported cdparanoia now that basesrc can support a
9435         plugin like this..
9436
9437 2005-12-12  Wim Taymans  <wim@fluendo.com>
9438
9439         * tests/examples/seek/scrubby.c: (main):
9440         Set higher priority for bus events so they don't get reordered with
9441         gtk gui events.
9442
9443         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9444         (flush_toggle_cb), (main):
9445         Added checkbox to disable flushing seeks. 
9446         Disable scrubbing when doing non flushing seeks.
9447
9448 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9451         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9452         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9453         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9454           Implement some sort of event handling that doesn't rely on
9455           g_return_if_fail; make sure we always push the last chunk of an 
9456           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9457           state change function; remove some old cruft. Seeking is still
9458           rather unlikely to work though.
9459
9460         * tools/.cvsignore:
9461           Ignore more.
9462
9463 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9464
9465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9466         Fixed a leak of the current image reference when cleaning up.
9467         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9468
9469 2005-12-09  Michael Smith  <msmith@fluendo.com>
9470
9471         * tools/Makefile.am:
9472         * tools/gst-launch-ext-m.m:
9473           Remove gst-launch-ext. It doesn't work, and is no longer
9474           particularly useful.
9475
9476 2005-12-08  Luca Ognibene  <luogni@tin.it>
9477
9478         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9479           don't pass random values to ogmparse convert function.
9480           Make seeking possible in the exile1.ogm file.
9481
9482 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9485         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9486           Work around refcount problem with g_value_set_object() that occur
9487           if the core has been compiled against GLib-2.6 (g_value_set_object()
9488           will only g_object_ref() the element, but the caller will
9489           gst_object_unref() it and bad things will happen due to the way
9490           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9491           totem for people on FC4 using Thomas's 0.10 RPMs.
9492           
9493 2005-12-07  Edward Hervey  <edward@fluendo.com>
9494
9495         Time to welcome ogm to 0.10 :)
9496         
9497         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9498         (gst_ogg_pad_typefind):
9499         Oggdemux can now properly typefind elements with dynamic pads.
9500         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9501         Properly set caps on src pad, and set caps on outgoing buffers.
9502
9503 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9504
9505         * ext/alsa/gstalsamixer.h:
9506         * ext/alsa/gstalsamixerelement.h:
9507         * ext/alsa/gstalsamixeroptions.h:
9508         * ext/alsa/gstalsamixertrack.h:
9509         * ext/alsa/gstalsasink.c:
9510         * ext/alsa/gstalsasink.h:
9511         * ext/alsa/gstalsasrc.c:
9512         * ext/alsa/gstalsasrc.h:
9513         * ext/cdparanoia/gstcdparanoia.h:
9514         * ext/gnomevfs/gstgnomevfsuri.h:
9515         * ext/ogg/gstoggdemux.c:
9516         * ext/ogg/gstoggmux.c:
9517         * ext/pango/gsttextoverlay.h:
9518         * ext/theora/theoradec.c:
9519         * ext/theora/theoraenc.c:
9520         * ext/vorbis/vorbisdec.h:
9521         * ext/vorbis/vorbisenc.c:
9522         * ext/vorbis/vorbisenc.h:
9523         * ext/vorbis/vorbisparse.h:
9524         * gst-libs/gst/audio/gstaudioclock.h:
9525         * gst-libs/gst/audio/gstaudiosink.c:
9526         * gst-libs/gst/audio/gstaudiosink.h:
9527         * gst-libs/gst/audio/gstaudiosrc.c:
9528         * gst-libs/gst/audio/gstaudiosrc.h:
9529         * gst-libs/gst/audio/gstbaseaudiosink.c:
9530         * gst-libs/gst/audio/gstbaseaudiosink.h:
9531         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9532         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9533         * gst-libs/gst/audio/gstringbuffer.h:
9534         * gst-libs/gst/audio/multichannel.h:
9535         * gst-libs/gst/floatcast/floatcast.h:
9536         * gst-libs/gst/interfaces/colorbalance.c:
9537         * gst-libs/gst/interfaces/colorbalance.h:
9538         * gst-libs/gst/interfaces/colorbalancechannel.h:
9539         * gst-libs/gst/interfaces/mixer.h:
9540         * gst-libs/gst/interfaces/mixeroptions.h:
9541         * gst-libs/gst/interfaces/mixertrack.h:
9542         * gst-libs/gst/interfaces/navigation.h:
9543         * gst-libs/gst/interfaces/propertyprobe.h:
9544         * gst-libs/gst/interfaces/tuner.h:
9545         * gst-libs/gst/interfaces/tunerchannel.h:
9546         * gst-libs/gst/interfaces/tunernorm.h:
9547         * gst-libs/gst/interfaces/xoverlay.h:
9548         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9549         * gst-libs/gst/riff/riff-ids.h:
9550         * gst-libs/gst/riff/riff-media.h:
9551         * gst-libs/gst/riff/riff-read.h:
9552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9553         * gst-libs/gst/rtp/gstbasertppayload.c:
9554         * gst-libs/gst/rtp/gstbasertppayload.h:
9555         * gst-libs/gst/rtp/gstrtpbuffer.c:
9556         * gst-libs/gst/rtp/gstrtpbuffer.h:
9557         * gst-libs/gst/tag/gsttageditingprivate.h:
9558         * gst-libs/gst/tag/gstvorbistag.c:
9559         (gst_tag_list_from_vorbiscomment_buffer):
9560         * gst-libs/gst/tag/tag.h:
9561         * gst-libs/gst/video/video.h:
9562         * gst/adder/gstadder.c:
9563         * gst/adder/gstadder.h:
9564         * gst/audioconvert/audioconvert.c:
9565         * gst/audioconvert/audioconvert.h:
9566         * gst/audioconvert/gstaudioconvert.c:
9567         * gst/audioconvert/gstchannelmix.c:
9568         * gst/audioconvert/gstchannelmix.h:
9569         * gst/audiorate/gstaudiorate.c:
9570         * gst/audioresample/buffer.h:
9571         * gst/audioresample/functable.h:
9572         * gst/audioresample/gstaudioresample.c:
9573         * gst/audioresample/resample.h:
9574         * gst/ffmpegcolorspace/avcodec.h:
9575         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9576         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9577         * gst/ffmpegcolorspace/imgconvert.c:
9578         * gst/ffmpegcolorspace/imgconvert_template.h:
9579         * gst/playback/gstdecodebin.c:
9580         * gst/playback/gstplaybasebin.h:
9581         * gst/playback/gstplaybin.c:
9582         * gst/playback/gststreaminfo.h:
9583         * gst/tcp/gstfdset.c:
9584         * gst/tcp/gstfdset.h:
9585         * gst/tcp/gstmultifdsink.c:
9586         * gst/tcp/gstmultifdsink.h:
9587         * gst/tcp/gsttcp.h:
9588         * gst/tcp/gsttcpclientsrc.c:
9589         * gst/tcp/gsttcpclientsrc.h:
9590         * gst/tcp/gsttcpplugin.h:
9591         * gst/tcp/gsttcpserversink.c:
9592         * gst/tcp/gsttcpserversrc.c:
9593         * gst/typefind/gsttypefindfunctions.c:
9594         * gst/videorate/gstvideorate.c:
9595         * gst/videotestsrc/gstvideotestsrc.h:
9596         * gst/videotestsrc/videotestsrc.h:
9597         * sys/v4l/gstv4lcolorbalance.h:
9598         * sys/v4l/gstv4ltuner.h:
9599         * sys/v4l/gstv4lxoverlay.h:
9600         * sys/v4l/v4l_calls.h:
9601         * sys/v4l/videodev_mjpeg.h:
9602         * tests/check/elements/audioconvert.c:
9603         * tests/check/elements/audioresample.c:
9604         * tests/check/elements/audiotestsrc.c:
9605         * tests/check/elements/videotestsrc.c:
9606         * tests/check/elements/volume.c:
9607         * tests/examples/seek/scrubby.c:
9608         * tests/examples/seek/seek.c:
9609           expand tabs
9610
9611 === release 0.10.0 ===
9612
9613 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9614
9615         * configure.ac:
9616           releasing 0.10.0, "Mont-d'or"
9617
9618 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9619
9620         * tests/examples/seek/Makefile.am:
9621         Build fix for when gtk is not available.
9622
9623 2005-12-05  Andy Wingo  <wingo@pobox.com>
9624
9625         * ext/libvisual/visual.c: (get_buffer):
9626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9627         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9628         * ext/theora/theoradec.c: (theora_handle_data_packet):
9629         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9630         (theora_enc_chain):
9631         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9632         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9633         Update for alloc_buffer changes.
9634
9635 2005-12-05  Andy Wingo  <wingo@pobox.com>
9636
9637         patch by: Kai Vehmanen <kv2004 eca cx>
9638         
9639         * gst-libs/gst/rtp/gstbasertpdepayload.c
9640         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9641
9642 2005-12-04  Andy Wingo  <wingo@pobox.com>
9643
9644         patch by: Sebastien Cote <sebas642 yahoo ca>
9645         
9646         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9647         Fixes #319172.
9648
9649 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         * docs/plugins/Makefile.am:
9652         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9653         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9654         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9655         * ext/pango/gstclockoverlay.c:
9656         * ext/pango/gsttextoverlay.c: 
9657         * ext/pango/gsttextrender.c:
9658         * ext/pango/gsttimeoverlay.c:
9659           Add gtk-doc blurbs to pango elements.
9660
9661 2005-12-02  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9664         * gst/audioresample/buffer.h:
9665         * gst/audioresample/gstaudioresample.c:
9666         * gst/audioresample/gstaudioresample.h:
9667         * gst/audioresample/resample.c: (resample_input_flush),
9668         (resample_input_pushthrough), (resample_input_eos),
9669         (resample_get_output_size_for_input),
9670         (resample_get_input_size_for_output), (resample_get_output_size),
9671         (resample_get_output_data):
9672         * gst/audioresample/resample.h:
9673         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9674         Fix audioresample, seek torture, new segments, reverse negotiation
9675         etc.. work fine.
9676
9677 2005-12-02  Wim Taymans  <wim@fluendo.com>
9678
9679         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9680         Small cleanups.
9681
9682 2005-12-02  Wim Taymans  <wim@fluendo.com>
9683
9684         * gst/audioconvert/gstaudioconvert.c:
9685         (gst_audio_convert_transform):
9686         Post errors.
9687
9688 === release 0.9.7 ===
9689
9690 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9691
9692         * configure.ac:
9693           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9694
9695 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9696
9697         * Makefile.am:
9698         * po/hu.po:
9699         * win32/MANIFEST:
9700         * win32/gst.sln:
9701           add win32 MANIFEST file
9702           do something to the hungarian translation
9703
9704 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * ext/Makefile.am:
9707           Add $(PANGO_DIR) to SUBDIRS
9708
9709         * ext/pango/gstclockoverlay.c:
9710         * ext/pango/gsttimeoverlay.c:
9711           Fix and improve element descriptions.
9712
9713 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9714
9715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9716         * docs/plugins/inspect/plugin-libvisual.xml:
9717         * docs/plugins/inspect/plugin-pango.xml:
9718           add pango plugin to docs
9719
9720 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9721
9722         * configure.ac:
9723         * ext/Makefile.am:
9724           moved pango to base
9725
9726 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9727
9728         * configure.ac:
9729         * tests/Makefile.am:
9730         * tests/icles/.cvsignore:
9731         * tests/icles/Makefile.am:
9732         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9733         (close_display), (resize_window), (move_window), (create_window),
9734         (terminate_playback), (pause_playback), (start_playback), (main):
9735           add stress test for xoverlay from Julien
9736
9737 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9738
9739         * docs/libs/tmpl/gstcolorbalance.sgml:
9740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9741         * gst-libs/gst/rtp/gstbasertppayload.c:
9742         * gst-libs/gst/rtp/gstrtpbuffer.c:
9743         * gst-libs/gst/rtp/gstrtpbuffer.h:
9744           Do burger's rename for rtp payloaders and depayloaders
9745
9746 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9747
9748         * win32/:
9749           add Visual Studio 6 build files
9750
9751 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9752
9753         * docs/libs/gst-plugins-base-libs-docs.sgml:
9754         * docs/libs/gst-plugins-base-libs-sections.txt:
9755         * docs/libs/tmpl/gstaudio.sgml:
9756         * docs/libs/tmpl/gstringbuffer.sgml:
9757         * gst-libs/gst/interfaces/xoverlay.c:
9758         * gst-libs/gst/video/gstvideofilter.c:
9759         * gst-libs/gst/video/gstvideosink.c:
9760           update documentation
9761
9762 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9765         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9766         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9767         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9768         (gst_multi_fd_sink_get_stats),
9769         (gst_multi_fd_sink_remove_client_link),
9770         (gst_multi_fd_sink_handle_client_read),
9771         (gst_multi_fd_sink_client_queue_data),
9772         (gst_multi_fd_sink_client_queue_caps),
9773         (gst_multi_fd_sink_client_queue_buffer),
9774         (gst_multi_fd_sink_new_client),
9775         (gst_multi_fd_sink_handle_client_write),
9776         (gst_multi_fd_sink_recover_client),
9777         (gst_multi_fd_sink_queue_buffer),
9778         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9779         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9780         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9781         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9782         * gst/tcp/gstmultifdsink.h:
9783         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9784         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9785         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9786         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9787         (gst_tcp_client_sink_set_property),
9788         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9789         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9790         * gst/tcp/gsttcpclientsink.h:
9791         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9792         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9793         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9794         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9795         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9796         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9797         * gst/tcp/gsttcpclientsrc.h:
9798         * gst/tcp/gsttcpplugin.c: (plugin_init):
9799         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9800         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9801         (gst_tcp_server_sink_finalize),
9802         (gst_tcp_server_sink_handle_server_read),
9803         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9804         (gst_tcp_server_sink_set_property),
9805         (gst_tcp_server_sink_get_property),
9806         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9807         * gst/tcp/gsttcpserversink.h:
9808         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9809         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9810         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9811         (gst_tcp_server_src_set_property),
9812         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9813         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9814         * gst/tcp/gsttcpserversrc.h:
9815           more borgifying
9816
9817 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * docs/plugins/Makefile.am:
9820         * docs/plugins/gst-plugins-base-plugins.args:
9821         * docs/plugins/inspect/plugin-libvisual.xml:
9822         * gst/audioconvert/plugin.h:
9823         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9824         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9825         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9826         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9827         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9828         (plugin_init):
9829         * gst/audiotestsrc/gstaudiotestsrc.c:
9830         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9831         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9832         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9833         (gst_audio_test_src_get_query_types),
9834         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9835         (gst_audio_test_src_create_square),
9836         (gst_audio_test_src_create_saw),
9837         (gst_audio_test_src_create_triangle),
9838         (gst_audio_test_src_create_silence),
9839         (gst_audio_test_src_create_white_noise),
9840         (gst_audio_test_src_init_pink_noise),
9841         (gst_audio_test_src_generate_pink_noise_value),
9842         (gst_audio_test_src_create_pink_noise),
9843         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9844         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9845         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9846         (plugin_init):
9847         * gst/audiotestsrc/gstaudiotestsrc.h:
9848         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9849         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9850         (gst_sub_parse_init), (gst_sub_parse_formats),
9851         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9852         (convert_encoding), (get_next_line),
9853         (gst_sub_parse_data_format_autodetect),
9854         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9855         (gst_sub_parse_loop), (gst_sub_parse_chain),
9856         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9857         (plugin_init):
9858         * gst/subparse/gstsubparse.h:
9859         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9860         (gst_video_rate_base_init), (gst_video_rate_class_init),
9861         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9862         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9863         (gst_video_rate_init), (gst_video_rate_event),
9864         (gst_video_rate_chain), (gst_video_rate_set_property),
9865         (gst_video_rate_get_property), (gst_video_rate_change_state),
9866         (plugin_init):
9867         * gst/videoscale/gstvideoscale.c:
9868         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9869         (gst_video_scale_src_template_factory),
9870         (gst_video_scale_sink_template_factory),
9871         (gst_video_scale_get_type), (gst_video_scale_base_init),
9872         (gst_video_scale_class_init), (gst_video_scale_init),
9873         (gst_video_scale_set_property), (gst_video_scale_get_property),
9874         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9875         (gst_video_scale_prepare_size), (parse_caps),
9876         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9877         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9878         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9879         (plugin_init):
9880         * gst/videoscale/gstvideoscale.h:
9881         * gst/videotestsrc/gstvideotestsrc.c:
9882         (gst_video_test_src_pattern_get_type),
9883         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9884         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9885         (gst_video_test_src_set_pattern),
9886         (gst_video_test_src_set_property),
9887         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9888         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9889         (gst_video_test_src_event), (gst_video_test_src_get_times),
9890         (gst_video_test_src_create), (plugin_init):
9891         * gst/videotestsrc/gstvideotestsrc.h:
9892         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9893         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9894         (gst_video_test_src_black):
9895         * gst/videotestsrc/videotestsrc.h:
9896           borgify further
9897           clean up docs a little
9898
9899 2005-11-30  Wim Taymans  <wim@fluendo.com>
9900
9901         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9902         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9903         (gst_basertppayload_event), (gst_basertppayload_push),
9904         (gst_basertppayload_change_state):
9905         * gst-libs/gst/rtp/gstbasertppayload.h:
9906         closed #320644.
9907
9908 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9909
9910         * docs/libs/gst-plugins-base-libs-docs.sgml:
9911         * docs/libs/gst-plugins-base-libs-sections.txt:
9912         * gst-libs/gst/video/gstvideofilter.c:
9913         * gst-libs/gst/video/gstvideosink.c:
9914         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9915
9916 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9917
9918         * LICENSE:
9919           move
9920         * po/af.po:
9921         * po/az.po:
9922         * po/cs.po:
9923         * po/en_GB.po:
9924         * po/hu.po:
9925         * po/it.po:
9926         * po/nb.po:
9927         * po/nl.po:
9928         * po/or.po:
9929         * po/sq.po:
9930         * po/sr.po:
9931         * po/sv.po:
9932         * po/uk.po:
9933         * po/vi.po:
9934         * Makefile.am:
9935           update
9936         * scripts/autoplugins.sh:
9937           remove
9938
9939 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9940
9941         * Makefile.am:
9942         * configure.ac:
9943         * examples/Makefile.am:
9944         * examples/capsfilter/Makefile.am:
9945         * examples/capsfilter/capsfilter1.c:
9946         * examples/gob/Makefile.am:
9947         * examples/gob/gst-identity2.gob:
9948         * examples/indexing/.cvsignore:
9949         * examples/indexing/Makefile.am:
9950         * examples/indexing/indexmpeg.c:
9951         * examples/seeking/.cvsignore:
9952         * examples/seeking/Makefile.am:
9953         * examples/seeking/cdparanoia.c:
9954         * examples/seeking/cdplayer.c:
9955         * examples/seeking/chained.c:
9956         * examples/seeking/scrubby.c:
9957         * examples/seeking/seek.c:
9958         * examples/stats/Makefile.am:
9959         * examples/stats/mp2ogg.c:
9960         * examples/switch/.cvsignore:
9961         * examples/switch/Makefile.am:
9962         * examples/switch/switcher.c:
9963         * tests/Makefile.am:
9964         * tests/check/generic/.cvsignore:
9965         * tests/check/pipelines/.cvsignore:
9966         * tests/examples/Makefile.am:
9967         * tests/examples/seek/Makefile.am:
9968           reorganize stuff under tests/
9969
9970 2005-11-30  Edward Hervey  <edward@fluendo.com>
9971
9972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9973         Go away you stupid GstStaticPadTemplate memleak.
9974
9975 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * gst-libs/gst/net/Makefile.am:
9978         * gst-libs/gst/net/README:
9979         * gst-libs/gst/net/gstnetbuffer.c:
9980         * gst-libs/gst/net/gstnetbuffer.h:
9981           this was moved to "netbuffer"
9982
9983 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9984
9985         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9986         (gst_video_filter_class_init), (gst_video_filter_init):
9987         * gst-libs/gst/video/gstvideofilter.h:
9988           borgify name to bring in line with other classes
9989
9990 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9991
9992         * gst/audioscale/.cvsignore:
9993         * gst/audioscale/Makefile.am:
9994         * gst/audioscale/README:
9995         * gst/audioscale/audioscale.vcproj:
9996         * gst/audioscale/dtof.c:
9997         * gst/audioscale/dtos.c:
9998         * gst/audioscale/functable.c:
9999         * gst/audioscale/gstaudioscale.c:
10000         * gst/audioscale/gstaudioscale.h:
10001         * gst/audioscale/private.h:
10002         * gst/audioscale/resample.c:
10003         * gst/audioscale/resample.h:
10004         * gst/audioscale/test.c:
10005           remove
10006
10007 2005-11-30  Edward Hervey  <edward@fluendo.com>
10008
10009         * gst-libs/gst/netbuffer/Makefile.am:
10010         really, really tired
10011
10012 2005-11-30  Edward Hervey  <edward@fluendo.com>
10013
10014         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10015         Update for new GstTypeFindFactory _register()
10016
10017 2005-11-30  Edward Hervey  <edward@fluendo.com>
10018
10019         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10020         Let's not override libgstnet from core for no reason...
10021         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10022         Ok, maybe not so quick next time.
10023
10024 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10025
10026         * configure.ac:
10027         * gst-libs/gst/Makefile.am:
10028           moved gst-libs/gst/net to netbuffer through CVS surgery
10029           remove old directory
10030           updating build to accomodate
10031           (#322257)
10032
10033 2005-11-29  Andy Wingo  <wingo@pobox.com>
10034
10035         * pkgconfig/gstreamer-plugins-base.pc.in:
10036         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10037         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10038         (#322257).
10039
10040 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10041
10042         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10043         3rd time's the charm. Correct ref-counting for discarded buffers.
10044
10045 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10046
10047         * gst/playback/gststreamselector.c:
10048         (gst_stream_selector_class_init),
10049         (gst_stream_selector_set_property),
10050         (gst_stream_selector_get_property),
10051         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10052         Fix ref-counting
10053
10054 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst/subparse/gstsubparse.c: (feed_textbuf):
10057           Don't access already unref'ed buffer.
10058
10059 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10060
10061         * gst/playback/gststreamselector.c:
10062         (gst_stream_selector_class_init), (gst_stream_selector_init),
10063         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10064         (gst_stream_selector_get_property),
10065         (gst_stream_selector_get_linked_pad),
10066         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10067         * gst/playback/gststreamselector.h:
10068         Add the active-pad property for playbin to use shortly. Ignore buffers
10069         from any other pad, returning GST_FLOW_NOT_LINKED
10070
10071 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10072
10073         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10074         patch from bug #322704 (Alessandro Decina).
10075
10076 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10077
10078         * gst-libs/gst/audio/Makefile.am:
10079           folded audiofilter into the audio library
10080
10081 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10082
10083         * gst/videoscale/gstvideoscale.h:
10084         * gst/videoscale/gstvideoscale.c:
10085           remove unimplemented scale methods
10086
10087 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10090           Don't leak caps.
10091
10092 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10093
10094         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10095         (gst_ximagesink_setcaps):
10096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10097         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10098         happens (only visible on ximagesink but bug is in xv too) set_caps was
10099         destroying the internal x[v]image used to memcpy non locally alloced
10100         buffers so that it got renewed on next _chain. The issue is that 
10101         _expose will try to put that image as it reffed it in _put.
10102         Using gst_buffer_unref instead of destroy fixes it !
10103
10104 2005-11-28  Edward Hervey  <edward@fluendo.com>
10105
10106         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10107         (try_to_link_1), (queue_filled_cb):
10108         Better use of the queues. Start with a small size queue and only increase
10109         the size of the queues when the other queues are empty.
10110
10111 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10112
10113         * gst-libs/gst/video/Makefile.am:
10114           compile in copied-over videofilter into the video library
10115         * gst-libs/gst/video/videosink.h:
10116           rename the header to gstvideosink.h since it's a base GstObject class
10117         * sys/ximage/ximagesink.h:
10118         * sys/xvimage/xvimagesink.h:
10119           use the new header
10120
10121 2005-11-28  Wim Taymans  <wim@fluendo.com>
10122
10123         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10124         * gst/playback/gstplaybasebin.h:
10125         Prepare to handle errors betters.
10126
10127         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10128         Set sinks to PAUSED first before adding and linking them so that
10129         we don't interrupt dataflow.
10130
10131 2005-11-28  Wim Taymans  <wim@fluendo.com>
10132
10133         * gst-libs/gst/audio/TODO:
10134         Updated TODO
10135
10136         * gst-libs/gst/audio/gstaudiosink.c:
10137         (gst_audioringbuffer_open_device),
10138         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10139         (gst_audioringbuffer_release):
10140         Small cleanups.
10141
10142         * gst-libs/gst/audio/gstbaseaudiosink.c:
10143         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10144         (gst_base_audio_sink_change_state):
10145         Slave to the master clock when going to PLAYING and unslave when
10146         going to PAUSED.
10147
10148         * gst-libs/gst/audio/gstringbuffer.c:
10149         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10150         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10151         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10152         (gst_ring_buffer_clear_all), (wait_segment),
10153         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10154         (gst_ring_buffer_advance):
10155         * gst-libs/gst/audio/gstringbuffer.h:
10156         Add some docs and cleanups.
10157
10158 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10159
10160         * sys/xvimage/xvimagesink.c:
10161         (gst_xvimagesink_navigation_send_event): Fix navigation events
10162         coordinates translation with pixel aspect ratios.
10163
10164 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10165
10166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10167         Use calculated video geometry from _setcaps instead of buffer
10168         caps to respect pixel aspect ratio. (fixes #322388)
10169
10170 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10171
10172         * docs/libs/tmpl/gstcolorbalance.sgml:
10173         * docs/libs/tmpl/gstmixer.sgml:
10174         * docs/libs/tmpl/gstxoverlay.sgml:
10175         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10176         interface.
10177
10178 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10179
10180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10181         Refuse to create an XvImage if we can't find the format.
10182
10183 2005-11-28  Edward Hervey  <edward@fluendo.com>
10184
10185         * gst-libs/gst/riff/riff-media.c:
10186         (gst_riff_create_audio_template_caps):
10187         Add ATRAC3 to the list of riff-possible audio caps.
10188         I know we still don't have a plugin for atrac3, but it's saner to output
10189         that than a cryptic mimetype.
10190
10191 2005-11-27  Edward Hervey  <edward@fluendo.com>
10192
10193         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10194         Don't try to create a zero-sized subbuffer.
10195
10196 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10197
10198         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10199         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10200         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10201         (gst_ximagesink_expose): Fixed a tricky race.
10202         * sys/ximage/ximagesink.h:
10203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10204         (gst_xvimagesink_expose): Fixed a tricky race.
10205         * sys/xvimage/xvimagesink.h:
10206
10207 2005-11-27  Edward Hervey  <edward@fluendo.com>
10208
10209         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10210         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10211         Remove unused properties, and add queues between demuxers and decoders
10212         so that a lot more files can preroll properly.
10213
10214 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10215
10216         * gst-libs/gst/net/Makefile.am:
10217         * gst-libs/gst/rtp/Makefile.am:
10218         * gst-libs/gst/tag/Makefile.am:
10219           remove silly include
10220         * gst/tags/Makefile.am:
10221         * gst/tags/gsttagediting.c:
10222         * gst/tags/gsttageditingprivate.h:
10223         * gst/tags/tagedit.vcproj:
10224           remove directory, is as good as empty
10225
10226 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10227
10228         * configure.ac:
10229           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10230         * gst-libs/Makefile.am:
10231         * gst-libs/gst/audio/Makefile.am:
10232         * gst-libs/gst/interfaces/Makefile.am:
10233         * gst-libs/gst/net/Makefile.am:
10234         * gst-libs/gst/riff/Makefile.am:
10235         * gst-libs/gst/rtp/Makefile.am:
10236         * gst-libs/gst/tag/Makefile.am:
10237         * gst-libs/gst/video/Makefile.am:
10238           and use them
10239
10240 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10241
10242         * docs/libs/tmpl/gstcolorbalance.sgml:
10243         * docs/libs/tmpl/gstmixer.sgml:
10244         * docs/libs/tmpl/gstxoverlay.sgml:
10245         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10246         * sys/ximage/ximagesink.h:
10247         * sys/xvimage/xvimagesink.h: More and more documentation.
10248
10249 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10250
10251         * docs/libs/gst-plugins-base-libs-docs.sgml:
10252         * docs/libs/gst-plugins-base-libs-sections.txt:
10253         * docs/libs/tmpl/gstcolorbalance.sgml:
10254         * docs/libs/tmpl/gstmixer.sgml:
10255         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10256         to documentation.
10257
10258 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10259
10260         * docs/plugins/Makefile.am:
10261         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10262         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10263         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10264
10265 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10266
10267         * docs/plugins/Makefile.am:
10268         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10270         * docs/plugins/inspect/plugin-adder.xml:
10271         * docs/plugins/inspect/plugin-alsa.xml:
10272         * docs/plugins/inspect/plugin-audioconvert.xml:
10273         * docs/plugins/inspect/plugin-audiorate.xml:
10274         * docs/plugins/inspect/plugin-audioresample.xml:
10275         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10276         * docs/plugins/inspect/plugin-decodebin.xml:
10277         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10278         * docs/plugins/inspect/plugin-gnomevfs.xml:
10279         * docs/plugins/inspect/plugin-ogg.xml:
10280         * docs/plugins/inspect/plugin-playbin.xml:
10281         * docs/plugins/inspect/plugin-subparse.xml:
10282         * docs/plugins/inspect/plugin-tcp.xml:
10283         * docs/plugins/inspect/plugin-theora.xml:
10284         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10285         * docs/plugins/inspect/plugin-video4linux.xml:
10286         * docs/plugins/inspect/plugin-videorate.xml:
10287         * docs/plugins/inspect/plugin-videoscale.xml:
10288         * docs/plugins/inspect/plugin-videotestsrc.xml:
10289         * docs/plugins/inspect/plugin-volume.xml:
10290         * docs/plugins/inspect/plugin-vorbis.xml:
10291         * docs/plugins/inspect/plugin-ximagesink.xml:
10292         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10293         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10294
10295 2005-11-26  Edward Hervey  <edward@fluendo.com>
10296
10297         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10298         Properly return GstFlowReturn from gst_pad_push in chain functions.
10299
10300 2005-11-25  Michael Smith  <msmith@fluendo.com>
10301
10302         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10303         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10304         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10305         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10306           Handle various conditions better when we don't understand a stream.
10307           Removes a heap of CRITICALs on ogg streams containing unknown data.
10308
10309 2005-11-24  Andy Wingo  <wingo@pobox.com>
10310
10311         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10312         Be threadsafe.
10313
10314 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10315
10316         * configure.ac: back to HEAD
10317
10318 === release 0.9.6 ===
10319
10320 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10321
10322         * configure.ac:
10323           releasing 0.9.6, "White Eight"
10324
10325 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10326
10327         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10328         * docs/plugins/inspect/plugin-sine.xml:
10329           remove sinesrc some more
10330
10331 2005-11-23  Wim Taymans  <wim@fluendo.com>
10332
10333         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10334         If we are reading too slowly, jump forward in the ringbuffer
10335         instead of blocking.
10336
10337 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10338
10339         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10340         (gst_visual_chain):
10341         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10342         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10343         (gst_videorate_chain):
10344         * gst/videotestsrc/gstvideotestsrc.c:
10345         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10347         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10348         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10349         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10350         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10351           Updates for API changes
10352
10353 2005-11-23  Wim Taymans  <wim@fluendo.com>
10354
10355         * gst-libs/gst/audio/gstbaseaudiosink.c:
10356         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10357         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10358         Fix for calibration API change.
10359
10360 2005-11-23  Michael Smith <msmith@fluendo.com>
10361
10362         * gst-libs/gst/audio/multichannel.c:
10363         (gst_audio_get_channel_positions),
10364         (gst_audio_set_channel_positions),
10365         (gst_audio_set_structure_channel_positions_list),
10366         (gst_audio_fixate_channel_positions):
10367           Use gst_value_array_*() functions on value arrays, not
10368           gst_value_list_*().
10369
10370 2005-11-23  Edward Hervey  <edward@fluendo.com>
10371
10372         * autogen.sh:
10373         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10374         Fixes autogen
10375
10376 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10377
10378         * check/Makefile.am:
10379         * check/elements/videotestsrc.c: (setup_videotestsrc),
10380         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10381         (main):
10382           add a test for videotestsrc
10383
10384 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10385
10386         * gst/sine/.cvsignore:
10387         * gst/sine/Makefile.am:
10388         * gst/sine/gstsinesrc.c:
10389         * gst/sine/gstsinesrc.h:
10390         * gst/sine/sinesrc.vcproj:
10391           and remove sinesrc from the repository.  Closes #321446
10392
10393 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10394
10395         * configure.ac:
10396         * gst-plugins-base.spec.in:
10397           remove sinesrc from the build
10398
10399 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10400
10401         * check/Makefile.am:
10402         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10403         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10404         (main):
10405           add a test for audiotestsrc, testing all waves.  Even seems
10406           leak-free at first glance, nice job Stefan
10407
10408 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10409
10410         * po/af.po:
10411         * po/az.po:
10412         * po/cs.po:
10413         * po/en_GB.po:
10414         * po/hu.po:
10415         * po/it.po:
10416         * po/nb.po:
10417         * po/nl.po:
10418         * po/or.po:
10419         * po/sq.po:
10420         * po/sr.po:
10421         * po/sv.po:
10422         * po/uk.po:
10423         * po/vi.po:
10424           Translation string updates
10425
10426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10427         (gst_v4lsrc_set_caps):
10428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10429         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10430         * sys/v4l/v4lsrc_calls.h:
10431           Improve v4lsrc, by making it work again.
10432
10433 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10434
10435         * ext/libvisual/visual.c: (gst_visual_chain):
10436           Fix the fps calculations.
10437
10438         * gst/ffmpegcolorspace/avcodec.h:
10439           Move structure element for clarity
10440
10441         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10442         * gst-libs/gst/interfaces/tunernorm.h:
10443         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10444         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10445         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10446         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10447         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10448         (gst_v4lmjpegsrc_getcaps):
10449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10450         (gst_v4lsrc_set_caps):
10451         * sys/v4l/gstv4lsrc.h:
10452         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10454         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10455         * sys/v4l/v4lsrc_calls.h:
10456           Fractional framerates...
10457
10458 2005-11-22  Wim Taymans  <wim@fluendo.com>
10459
10460         * gst-libs/gst/audio/gstbaseaudiosink.c:
10461         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10462         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10463         And we provide a clock by default, of course...
10464
10465 2005-11-22  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10468         This clock can be slaved to a master clock now.
10469
10470         * gst-libs/gst/audio/gstbaseaudiosink.c:
10471         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10472         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10473         (gst_base_audio_sink_set_clock),
10474         (gst_base_audio_sink_set_property),
10475         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10476         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10477         * gst-libs/gst/audio/gstbaseaudiosink.h:
10478         Handle slaving the internal clock to the clock selected in the
10479         pipeline.
10480         Add property to make the basesink not provide a clock.
10481
10482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10483         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10484         (gst_base_rtp_depayload_wait):
10485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10486         We can use the clock in GstElement, no need to store it ourselves.
10487
10488 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * docs/libs/tmpl/gstaudio.sgml:
10491           update
10492         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10493         (gst_paranoia_endian_get_type):
10494         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10495         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10496         * gst/audiotestsrc/gstaudiotestsrc.c:
10497         (gst_audiostestsrc_wave_get_type):
10498         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10499         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10500         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10501         (gst_sync_method_get_type), (gst_unit_type_get_type),
10502         (gst_client_status_get_type), (gst_multifdsink_class_init),
10503         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10504         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10505         (gst_multifdsink_get_property):
10506         * gst/tcp/gstmultifdsink.h:
10507         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10508         * gst/videotestsrc/gstvideotestsrc.c:
10509         (gst_videotestsrc_pattern_get_type):
10510           remove deprecated properties
10511           fix up enums to correctly have short lowercase dashed nicks
10512
10513 2005-11-22  Michael Smith <msmith@fluendo.com>
10514
10515         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10516         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10517           Add underscore.
10518
10519 2005-11-22  Michael Smith <msmith@fluendo.com>
10520
10521         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10522         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10523           Use utility method for scaling clocktime for fractional framerates.
10524
10525 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10526
10527         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10528         (gst_visual_chain):
10529         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10530         * ext/theora/theoradec.c: (theora_handle_type_packet):
10531         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10532         (theora_enc_chain):
10533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10534         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10535         * gst-libs/gst/video/video.h:
10536         * gst/ffmpegcolorspace/avcodec.h:
10537         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10538         (gst_ffmpeg_caps_to_pixfmt):
10539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10540         (gst_ffmpegcsp_set_caps):
10541         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10542         (gst_videorate_setcaps), (gst_videorate_blank_data),
10543         (gst_videorate_chain):
10544         * gst/videotestsrc/gstvideotestsrc.c:
10545         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10546         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10547         (gst_videotestsrc_event), (gst_videotestsrc_create):
10548         * gst/videotestsrc/gstvideotestsrc.h:
10549         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10550         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10551         (gst_ximagesink_get_times), (gst_ximagesink_init):
10552         * sys/ximage/ximagesink.h:
10553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10554         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10555         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10556         * sys/xvimage/xvimagesink.h:
10557           Convert elements to use fractions for their framerate.
10558           V4L elements to come later tonight.
10559
10560 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10561
10562         * gst-libs/gst/audio/audio.c:
10563         * gst-libs/gst/audio/audio.h:
10564           remove some deprecated functions
10565
10566 2005-11-22  Andy Wingo  <wingo@pobox.com>
10567
10568         * Update for gst_tag_setter API changes.
10569
10570 2005-11-22  Andy Wingo  <wingo@pobox.com>
10571
10572         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10573         (gst_ogg_demux_perform_seek):
10574         * ext/theora/theoradec.c (theora_dec_sink_event):
10575         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10576         update-funcnames.
10577
10578 2005-11-22  Wim Taymans  <wim@fluendo.com>
10579
10580         * examples/seeking/seek.c: (main):
10581         Give higher priority to bus signals than the gtk events
10582         to fix a race condition in the segment looping.
10583
10584 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * ext/theora/Makefile.am:
10587         * ext/vorbis/Makefile.am:
10588         * gst-libs/gst/tag/Makefile.am:
10589         * gst-plugins-base.spec.in:
10590           Rename libgsttagedit to libgsttag (#322117).
10591
10592 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10596           Call gst_x_overlay_prepare_xwindow_id() to give applications
10597           a final chance to set their own xwindow id before the video
10598           sink creates its own window.
10599
10600 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10601
10602         * sys/xvimage/xvimagesink.c:
10603         (gst_xvimagesink_navigation_send_event): Handle navigation
10604         events correcly with borders if applicable.
10605
10606 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         Patch by: Luca Ognibene
10609
10610         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10611         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10613         (gst_ffmpegcsp_caps_remove_format_info):
10614         * gst/ffmpegcolorspace/imgconvert.c:
10615         * gst/ffmpegcolorspace/imgconvert_template.h:
10616           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10617           #318353); use gst_structure_has_name().
10618
10619 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10620
10621         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10622         (gst_ximagesink_class_init): Add debug macros on functions.
10623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10624         (gst_xvimagesink_xwindow_draw_borders),
10625         (gst_xvimagesink_xvimage_put),
10626         (gst_xvimagesink_xwindow_update_geometry),
10627         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10628         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10629         (gst_xvimagesink_xcontext_clear),
10630         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10631         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10632         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10633         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10634         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10635         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10636         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10637         expose while being PAUSED, out of data flow navigation events, etc..
10638
10639 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10642         * gst-libs/gst/audio/audio.h:
10643           fix prototype - wondering why the test worked regardless
10644
10645 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10646
10647         * check/Makefile.am:
10648         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10649         * gst-libs/gst/audio/audio.h:
10650           add a method that returns a proper GstClockTime
10651
10652 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10655         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10656         * gst-libs/gst/interfaces/xoverlay.h:
10657           Remove everything having to do with the desired size; add 
10658           gst_x_overlay_prepare_xwindow_id() function; remove the
10659           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10660           post a message on the bus instead (#321816).
10661
10662         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10664         (gst_xvimagesink_xoverlay_init):
10665           Remove desired size stuff (#321816).
10666
10667 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10670         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10671         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10672           Terminate vararg functions with NULL instead of 0 to 
10673           make gcc4 happy.
10674
10675 2005-11-21  Andy Wingo  <wingo@pobox.com>
10676
10677         patch by: Sebastien Cote <sebas642@yahoo.ca>
10678         
10679         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10680         * gst-libs/gst/rtp/gstrtpbuffer.c
10681         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10682
10683 2005-11-21  Andy Wingo  <wingo@pobox.com>
10684
10685         * gst/playback/gstplaybin.c (gen_audio_element) 
10686         (gen_video_element): Use the new MISSING_PLUGIN core error
10687         category. Closes #320060.
10688
10689         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10690         * gst/videorate/gstvideorate.c (gst_videorate_event):
10691         * ext/theora/theoradec.c (theora_dec_sink_event): 
10692         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10693         stream lock.
10694
10695         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10696         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10697         stream lock changes.
10698
10699 2005-11-21  Wim Taymans  <wim@fluendo.com>
10700
10701         * gst-libs/gst/audio/gstbaseaudiosink.c:
10702         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10703         (gst_base_audio_sink_provide_clock),
10704         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10705         (gst_base_audio_sink_change_state):
10706         * gst/audioresample/gstaudioresample.c:
10707         Segment update fix.
10708
10709 2005-11-21  Andy Wingo  <wingo@pobox.com>
10710
10711         * *.h:
10712         * *.c: Ran scripts/update-macros. Oh yes.
10713
10714 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * sys/ximage/Makefile.am:
10717         * sys/ximage/ximage.c:
10718           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10719           remove your old libgstximage.* manually if necessary).
10720
10721 2005-11-21  Michael Smith <msmith@fluendo.com>
10722
10723         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10724           Minimal fix for bug #320200: set the min/max bitrate in the correct
10725           units. A better fix would be to upgrade to the RATEMANAGE2
10726           interface, rather than using the deprecated interface used here, but
10727           that would require an update in our libvorbis dependency (to 1.1),
10728           which is probably undesirable.
10729
10730 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10731
10732         * ext/libvisual/visual.c: (get_buffer):
10733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10734         (gst_base_audio_src_fixate):
10735         * gst/audioconvert/gstaudioconvert.c:
10736         (gst_audio_convert_fixate_caps):
10737         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10738         * gst/audiotestsrc/gstaudiotestsrc.c:
10739         (gst_audiotestsrc_src_fixate):
10740         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10741         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10742         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10743         * gst/videotestsrc/gstvideotestsrc.c:
10744         (gst_videotestsrc_src_fixate):
10745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10747           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10748           (#322027)
10749
10750
10751 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10754         (gst_riff_create_iavs_caps):
10755         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10756         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10757         (gst_riff_parse_info):
10758         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10761           Fixes for GST_FOURCC_FORMAT API change.
10762
10763 2005-11-21  Andy Wingo  <wingo@pobox.com>
10764
10765         patch by: Alessandro Dessina <alessandro nnva org>
10766
10767         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10768         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10769         (gst_ogg_parse_chain):
10770         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10771         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10772         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10773         gst_value_list calls on arrays. Fixes #321962.
10774
10775 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10778         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10779         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10780         * gst/adder/gstadder.c: (gst_adder_init),
10781         (gst_adder_request_new_pad), (gst_adder_collected),
10782         (gst_adder_change_state):
10783           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10784           API change.
10785
10786 2005-11-21  Michael Smith <msmith@fluendo.com>
10787
10788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10789         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10790           Properly handle pad_push return values.
10791
10792 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10793
10794         * gst-libs/gst/tag/Makefile.am:
10795         * gst-libs/gst/tag/gstvorbistag.c:
10796         (gst_tag_list_to_vorbiscomment_buffer):
10797           Remove obsolete vorbistag element and debug category.
10798
10799         * gst/playback/gstplaybasebin.c: (check_queue):
10800           Don't divide by 0 when queue-threshold is 0.
10801
10802         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10803           Don't modify an existing pixel-aspect-ratio if we fail to read
10804           a new one.
10805
10806 2005-11-20  Wim Taymans  <wim@fluendo.com>
10807
10808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10809         (gst_vorbisenc_push_packet):
10810         GST_PAD_IS_USABLE is gone, use the return value of
10811         the push or pad_alloc_buffer instead.
10812
10813 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10814
10815         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10816         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10817         (gst_ximagesink_ximage_destroy),
10818         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10819         (gst_ximagesink_xwindow_new),
10820         (gst_ximagesink_xwindow_update_geometry),
10821         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10822         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10823         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10824         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10825         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10826         (gst_ximagesink_navigation_send_event),
10827         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10828         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10829         (gst_ximagesink_finalize), (gst_ximagesink_init),
10830         (gst_ximagesink_class_init):
10831         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10832         This new version brings correct software scaling, non flickering
10833         window while resizing, pixel aspect ratio handling, usage of
10834         hardware buffer pools, out of data flow event thread for 
10835         navigation and handling of expose events even when being PAUSED,
10836         a new property to keep video aspect ratio when resizing, etc...
10837
10838 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10839
10840         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10841         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10842         handling of PAR.
10843
10844 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10845
10846         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10847         Unsetting IS_SINK flag from the fakesink, so decodebin
10848         never behaves as a sink.
10849
10850 2005-11-17  Wim Taymans  <wim@fluendo.com>
10851
10852         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10853         (gst_base_audio_src_change_state):
10854         Fix the audiosrc base class again, we did not unflush.
10855
10856 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10857
10858         * examples/seeking/seek.c: (make_dv_pipeline),
10859         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10860         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10861         to ogg/vorbis/theora pipeline.
10862
10863 2005-11-17  Wim Taymans  <wim@fluendo.com>
10864
10865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10866         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10867         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10868         Fix EOS on multiple streams.
10869         More debugging.
10870
10871 2005-11-16  Wim Taymans  <wim@fluendo.com>
10872
10873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10874         (gst_ogg_demux_perform_seek):
10875         Segment done must include stream time.
10876
10877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10878         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10879         (gst_ogg_mux_change_state):
10880         Fix ogg muxer again.
10881
10882 2005-11-16  Wim Taymans  <wim@fluendo.com>
10883
10884         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10885         Fix compile again.
10886
10887 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10888
10889         * ext/libvisual/visual.c: (gst_visual_init):
10890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10891         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10892         (gst_ogg_parse_chain):
10893         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10894         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10895         * ext/theora/theoradec.c: (gst_theora_dec_init):
10896         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10897         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10898         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10899         * gst/adder/gstadder.c: (gst_adder_class_init),
10900         (gst_adder_dispose):
10901         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10902         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10903         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10904           Fix a whole set of pad template leaks
10905
10906 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10907
10908         * check/generic/states.c: (GST_START_TEST):
10909           fix the test so that it only checks for elements that are part of
10910           this source module
10911
10912 2005-11-16  Michael Smith <msmith@fluendo.com>
10913
10914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10915         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10916         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10917         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10918         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10919         (gst_ogg_mux_change_state):
10920           Fix leaking collectpads.
10921
10922 2005-11-16  Edward Hervey  <edward@fluendo.com>
10923
10924         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10925         (gst_videorate_event), (gst_videorate_chain):
10926         Handle segment seeks
10927
10928 2005-11-16  Wim Taymans  <wim@fluendo.com>
10929
10930         * gst-libs/gst/audio/gstbaseaudiosink.c:
10931         (gst_base_audio_sink_provide_clock),
10932         (gst_base_audio_sink_change_state):
10933         Set ringbuffer to non-flushing when going to PAUSED, set to
10934         flushing again when going to READY.
10935
10936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10937         (gst_ring_buffer_stop):
10938         Start in flushing mode by default.
10939         Don't set flushing in the _stop method, let the app call
10940         this explicitly.
10941
10942 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10943
10944         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10945         * gst-libs/gst/video/videosink.h: Add helper function needed
10946         for video sinks.
10947
10948 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/videoscale/gstvideoscale.c:
10951         (gst_videoscale_handle_src_event):
10952           Don't leak reference to pad parent.
10953
10954 2005-11-16  Wim Taymans  <wim@fluendo.com>
10955
10956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10957         Set ringbuffer to flushing when stopping so that we don't
10958         block on wait_segment anymore and livelock.
10959
10960 2005-11-16  Wim Taymans  <wim@fluendo.com>
10961
10962         * examples/seeking/seek.c: (send_event), (do_seek),
10963         (loop_toggle_cb), (segment_done), (main):
10964         Added looping checkbox.
10965
10966 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10967
10968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10969         (gst_ogg_demux_init):
10970         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10971         (gst_vorbis_dec_init):
10972           revert unrefs, they don't pass make check
10973
10974 2005-11-15  Johan Dahlin  <johan@gnome.org>
10975
10976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10977         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10978         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10979         (gst_vorbis_dec_init):
10980         Fix pad template leaks. 
10981
10982 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10985           Make state change function thread safe.
10986
10987 2005-11-15  Edward Hervey  <edward@fluendo.com>
10988
10989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10990         (gst_ogg_demux_class_init):
10991         Implement GstElement::send_event, so we can send seek events
10992         in GST_STATE_READY
10993
10994 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10995
10996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10997         Discovered how to take away flickering while resizing the
10998         window. Please don't put that in ximagesink, refactoring in
10999         progress.
11000
11001 2005-11-14  Michael Smith <msmith@fluendo.com>
11002
11003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11004         (gst_multifdsink_render):
11005           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11006
11007 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/playback/gstplaybin.c: (gen_audio_element):
11010           Use autoaudiosink, it tends to be more widely available than
11011           autoaudiiosink.
11012           
11013 2005-11-14  Andy Wingo  <wingo@pobox.com>
11014
11015         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11016         as well if it is available. Fixes #316442.
11017
11018 2005-11-14  Michael Smith <msmith@fluendo.com>
11019
11020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11021         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11022         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11023         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11024         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11025         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11027         (gst_vorbisenc_change_state):
11028           Fix a small memory leak in vorbisenc.
11029           Fix large memory leaks in oggmux, also fix lots of state change
11030           bugs in oggmux.
11031
11032 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * gst/videotestsrc/gstvideotestsrc.c:
11035         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11036         (gst_videotestsrc_src_fixate):
11037           move fixation to a fixate function
11038           remove negotiate function, basesrc's is good enough
11039           fixes a bug for check when using the element alone
11040
11041 2005-11-13  Edward Hervey  <edward@fluendo.com>
11042
11043         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11044         (key_toggle_cb), (main):
11045         Added checkboxes for adding/removing the accurate and key_unit seek
11046         flags.
11047
11048 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11049
11050         * configure.ac: back to HEAD
11051
11052 === release 0.9.5 ===
11053
11054 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11055
11056         * configure.ac:
11057           releasing 0.9.5, "No No Kia"
11058
11059 2005-11-11  Edward Hervey  <edward@fluendo.com>
11060
11061         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11062         Added parse-launch syntax seeking mode for the seeking example.
11063         This should help stress-test even more cases.
11064         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11065
11066 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * sys/xvimage/xvimagesink.c:
11069         (gst_xvimagesink_navigation_send_event):
11070           Check whether peer pad exists before sending navigation events
11071           to it.
11072
11073 2005-11-11  Michael Smith <msmith@fluendo.com>
11074
11075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11076         (gst_vorbisenc_buffer_from_packet):
11077         * ext/vorbis/vorbisenc.h:
11078           Set duration on encoded buffers. This allows oggmux's
11079           max_page_delay parameter to actually work.
11080
11081 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11082
11083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11084         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11085         (gst_ffmpegcsp_avpicture_fill):
11086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11087         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11088           Make palettes work again (see #132341). Use our own macros
11089           for rounding up.
11090
11091 2005-11-10  Andy Wingo  <wingo@pobox.com>
11092
11093         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11094         string doober.
11095
11096 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11097
11098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11099         (gst_ffmpegcsp_transform_caps):
11100           Prefer passthrough in transform_caps
11101
11102 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11103
11104         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11105           check for ALSA errors properly, instead of relying on ALSA's
11106           error strings to serve to the user.
11107
11108 2005-11-10  Wim Taymans  <wim@fluendo.com>
11109
11110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11111         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11112         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11113         Modernise the seek code.
11114
11115 2005-11-10  Michael Smith <msmith@fluendo.com>
11116         
11117         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11118         (setup_substreams), (set_active_source):
11119           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11120           trying to go to NULL if we failed to read a file.
11121
11122 2005-11-10  Wim Taymans  <wim@fluendo.com>
11123
11124         * gst/audiotestsrc/gstaudiotestsrc.c:
11125         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11126         (gst_audiotestsrc_create):
11127         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11128         (gst_sinesrc_get_times), (gst_sinesrc_create):
11129         * gst/videotestsrc/gstvideotestsrc.c:
11130         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11131         (gst_videotestsrc_create):
11132         The base class can now sync for us.
11133
11134 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11137           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11138           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11139           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11140           format=(fourcc)I420" ! xvimagesink
11141
11142 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11145         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11146         (gst_sinesrc_newsegment):
11147           Send newsegment event in TIME format, set duration if
11148           num-buffers is set, fix duration querying.
11149
11150 2005-11-10  Michael Smith <msmith@fluendo.com>
11151
11152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11153         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11154         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11155         (gst_ogg_mux_collected):
11156          Fix EOS handling, partially. Now forwarding an EOS event once we have
11157          EOS on all pads works correctly. However, we still don't properly set
11158          EOS on the actual ogg stream pages.
11159
11160 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11163           Set elements to NULL state before disposing of them.
11164
11165 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11166
11167         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11170         (gst_base_rtp_depayload_init),
11171         (gst_base_rtp_depayload_set_gst_timestamp):
11172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11173           We need to send a newsegment event for each instance, not
11174           just for the first instance of this class (get rid of
11175           static variable in function). (#321011).
11176           
11177 2005-11-08  Michael Smith <msmith@fluendo.com>
11178
11179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11180         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11181         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11182         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11183           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11184           This makes us mux things correctly according to the ogg muxing
11185           rules. Still not handling EOS correctly right now, though.
11186
11187 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst/audioconvert/gstaudioconvert.c:
11190           Fix typo in docs. 
11191
11192 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11195         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11196           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11197           creating a new chain; should fix live streaming. Also
11198           add more debug output and fix a typo.
11199
11200 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11201
11202         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/volume/gstvolume.c: (volume_set_caps):
11205           Fix compilation on Solaris with Forte. (#320923)
11206
11207 2005-11-08  Wim Taymans  <wim@fluendo.com>
11208
11209         * gst-libs/gst/audio/gstbaseaudiosink.c:
11210         (gst_base_audio_sink_render):
11211         No need to do a typecheck.
11212
11213 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * ext/alsa/gstalsa.h:
11216           We register a debug category, so let's use it.
11217
11218 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11219
11220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11221         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11222         Fixed a small problem.
11223
11224 2005-11-04  Wim Taymans  <wim@fluendo.com>
11225
11226         * examples/seeking/Makefile.am:
11227         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11228         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11229         (make_playerbin_pipeline), (format_value), (update_scale),
11230         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11231         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11232         (print_usage), (main):
11233         Added app for playback speed testing.
11234
11235         * examples/seeking/seek.c: (dynamic_link),
11236         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11237         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11238         (message_received), (main):
11239         Updated seek example.
11240
11241 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11242
11243         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11244         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11245         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11246         (gst_base_rtp_depayload_set_clock):
11247         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11248         Don't sleep on the bench (system clock) when you have a nice 
11249         comfortable bed (Gstreamer clock) to sleep on.
11250
11251 2005-11-03  Wim Taymans  <wim@fluendo.com>
11252
11253         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11254         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11255         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11256         Handle the case where a pad_block failed.
11257
11258 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11259
11260         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11261
11262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11263         (gst_base_rtp_depayload_add_to_queue),
11264         (gst_base_rtp_depayload_push),
11265         (gst_base_rtp_depayload_set_gst_timestamp),
11266         (gst_base_rtp_depayload_queue_release):
11267           Fixes some bugs in the depayloader's queuing/de-queueing code.
11268
11269 2005-10-31  Michael Smith <msmith@fluendo.com>
11270
11271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11272         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11273         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11274           Patch from Alessandro Decina <alessandro@nnva.org>.
11275           Make oggdemux only find the final time in a chain, not per-pad,
11276           since the per-pad information can be very expensive to locate, and
11277           it isn't used anywhere. This makes reading a file containing
11278           OggSkeleton reasonably fast.
11279           Also, make chain finding work when there are logical bitstreams that
11280           can't be decoded. Fixes #319110.
11281
11282 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11283
11284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11285         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11286         (gst_base_rtp_depayload_chain),
11287         (gst_base_rtp_depayload_add_to_queue),
11288         (gst_base_rtp_depayload_push),
11289         (gst_base_rtp_depayload_set_gst_timestamp),
11290         (gst_base_rtp_depayload_queue_release),
11291         (gst_base_rtp_depayload_start_thread),
11292         (gst_base_rtp_depayload_set_property),
11293         (gst_base_rtp_depayload_get_property):
11294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11295         Some random fixes, to fullfill the desires of thomas.
11296
11297 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11298
11299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11300         (gst_base_rtp_depayload_add_to_queue),
11301         (gst_base_rtp_depayload_push):
11302         Fixed the queueing algorithm.
11303
11304 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11305
11306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11307         (gst_base_rtp_depayload_push):
11308         A small fix
11309
11310 2005-10-31  Wim Taymans  <wim@fluendo.com>
11311
11312         * gst-libs/gst/audio/gstringbuffer.h:
11313         Don't break ABI.
11314
11315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11316         (gst_ffmpeg_caps_to_pixfmt):
11317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11318         (gst_ffmpegcsp_set_caps):
11319         Some more comments.
11320         Handle missing required caps fields better.
11321
11322 2005-10-31  Wim Taymans  <wim@fluendo.com>
11323
11324         * gst-libs/gst/audio/gstbaseaudiosink.c:
11325         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11326         (gst_base_audio_sink_render):
11327         * gst-libs/gst/audio/gstringbuffer.c:
11328         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11329         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11330         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11331         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11332         (gst_ring_buffer_read):
11333         * gst-libs/gst/audio/gstringbuffer.h:
11334         Add flushing mode to the ringbuffer so that it in all cases does
11335         not try to handle more audio. This makes sure it does not try to
11336         block anymore when flushing and fixes a livelock.
11337
11338 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11341         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11342         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11343           Explicitly check for -1 values before doing a conversion
11344           and always map them to -1. (#315545)
11345
11346 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11347
11348         * gst/playback/gstplaybin.c: (gen_video_element):
11349           first try autovideosink, then xvimagesink, then error out
11350         * po/POTFILES.in:
11351           add translatable file
11352         * po/af.po:
11353         * po/az.po:
11354         * po/cs.po:
11355         * po/en_GB.po:
11356         * po/hu.po:
11357         * po/it.po:
11358         * po/nb.po:
11359         * po/nl.po:
11360         * po/or.po:
11361         * po/sq.po:
11362         * po/sr.po:
11363         * po/sv.po:
11364         * po/uk.po:
11365         * po/vi.po:
11366           update translations
11367
11368 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11369
11370         * gst-libs/gst/rtp/gstbasedepayload.c:
11371         * gst-libs/gst/rtp/gstbasedepayload.h:
11372           Minor cleanups
11373
11374 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * gst/playback/.cvsignore:
11377         * gst/playback/decodetest.c:
11378         * gst/playback/test3.c:
11379           Port these two tests as well.
11380
11381 2005-10-27  Wim Taymans  <wim@fluendo.com>
11382
11383         * ext/theora/theoradec.c: (theora_dec_src_query),
11384         (theora_dec_sink_event):
11385         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11386         (theora_enc_change_state):
11387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11388         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11389         Take proper locks when handling events.
11390
11391 2005-10-27  Wim Taymans  <wim@fluendo.com>
11392
11393         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11394         (gst_adder_change_state):
11395         Fix timestamps and fix deadlock when stopping the collectpads.
11396
11397 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11398
11399         * gst-libs/gst/rtp/gstrtpbuffer.h:
11400         Declaring the payload types as strings too so that they can be used
11401         in the padtemplate inialization.
11402
11403 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11404
11405         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11406
11407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11408         (gst_base_rtp_depayload_class_init):
11409         Fixes a small but nasty bug. The derived elements no longer segfaults
11410         on finalization.
11411
11412 2005-10-26  Michael Smith <msmith@fluendo.com>
11413
11414         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11415           When clearing an audioconvert context, set tmpbufsize to zero, so
11416           we'll allocate it again later if required.
11417           This fixes audioconvert re-negotiating formats, which previously
11418           segfaulted with a NULL destination buffer.
11419
11420 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11421
11422         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11423         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11424         (gst_base_rtp_depayload_set_gst_timestamp),
11425         (gst_base_rtp_depayload_queue_release):
11426         Fixed a smalll memleak.
11427
11428 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11430         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11431         (gst_base_rtp_depayload_finalize),
11432         (gst_base_rtp_depayload_setcaps),
11433         (gst_base_rtp_depayload_add_to_queue),
11434         (gst_base_rtp_depayload_push),
11435         (gst_base_rtp_depayload_set_gst_timestamp),
11436         (gst_base_rtp_depayload_queue_release),
11437         (gst_base_rtp_depayload_thread),
11438         (gst_base_rtp_depayload_change_state):
11439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11440         Changed the C++ comments to C comments
11441
11442 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11445         * gst/tcp/gsttcpclientsrc.h:
11446         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11447         * gst/tcp/gsttcpserversrc.h:
11448           Remove unused 'curoffset' structure member.
11449
11450 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11451
11452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11453         (gst_base_rtp_depayload_base_init),
11454         (gst_base_rtp_depayload_finalize):
11455         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11456         * gst-libs/gst/rtp/gstbasertppayload.h:
11457           The pad-template on the sinkpad should be set by the derived classes.
11458           Also added some useful macros.
11459
11460 2005-10-24  Wim Taymans  <wim@fluendo.com>
11461
11462         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11463         Correctly flush decoder samples even if we could not
11464         copy them to an output buffer. Fixes #319618.
11465
11466 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11467
11468         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11470         the caps against our xcontext caps.
11471
11472 2005-10-24  Wim Taymans  <wim@fluendo.com>
11473
11474         * gst-libs/gst/audio/gstbaseaudiosink.c:
11475         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11476         Remove g_print
11477         Use sync property from baseclass to disable sync.
11478
11479 2005-10-24  Wim Taymans  <wim@fluendo.com>
11480
11481         * gst-libs/gst/audio/gstbaseaudiosink.c:
11482         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11483         Buffers with no timestamps get aligned with previous buffers or
11484         on underrun, played ASAP.
11485
11486 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11487
11488         * gst-libs/gst/video/video.h:
11489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11490         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11492         here comes my change on caps for framerate and geometry range.
11493         We are now accepting 1 to MAXINT for width and height, and from
11494         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11495         to be blended correctly in videomixer.
11496
11497 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11498
11499         * configure.ac:
11500           back to HEAD
11501
11502 === release 0.9.4 ===
11503
11504 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11505
11506         * NEWS:
11507         * RELEASE:
11508         * configure.ac:
11509           releasing 0.9.4, "Velociraptor"
11510
11511 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11512
11513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11514         * po/POTFILES.in:
11515           STOPPED -> FAILED
11516
11517 2005-10-21  Wim Taymans  <wim@fluendo.com>
11518
11519         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11520         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11521         (pad_blocked), (close_pad_link), (new_pad):
11522         Don't try to remove elements twice.
11523
11524 2005-10-21  Wim Taymans  <wim@fluendo.com>
11525
11526         * ext/theora/theoradec.c: (theora_dec_src_query),
11527         (theora_dec_sink_event):
11528         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11529         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11530         (vorbis_handle_data_packet):
11531         * ext/vorbis/vorbisdec.h:
11532         Fix old naming.
11533
11534         * gst-libs/gst/audio/gstbaseaudiosink.c:
11535         (gst_base_audio_sink_render):
11536         Don't try to sync on buffers without a timestamp.
11537
11538 2005-10-21  Wim Taymans  <wim@fluendo.com>
11539
11540         * ext/theora/theoradec.c: (theora_dec_src_query),
11541         (theora_dec_sink_event):
11542         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11543         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11544         (vorbis_handle_data_packet):
11545         * ext/vorbis/vorbisdec.h:
11546         Fix old naming.
11547
11548 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11551         (gst_vorbisenc_src_query):
11552           Implement position and duration queries.
11553
11554         * gst/playback/test3.c: (update_scale), (main):
11555           Fix for async state changes and print nicer output.
11556
11557 2005-10-20  Wim Taymans  <wim@fluendo.com>
11558
11559         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11560         (dump_element_stats), (main):
11561         * gst/playback/test6.c: (main):
11562         Fix tests again
11563
11564 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11567         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11568           Don't use functions for position queries when handling
11569           duration queries.
11570
11571 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11574         (vorbis_handle_data_packet), (vorbis_dec_chain),
11575         (vorbis_dec_change_state):
11576         * ext/vorbis/vorbisdec.h:
11577           Vorbis streams can be embedded in other container formats
11578           than ogg, container formats where the demuxer might set 
11579           timestamps on encoded vorbis buffers instead of those silly 
11580           granulepos thingies. In short: make vorbisdec handle 
11581           timestamps on incoming buffers as well.
11582
11583 2005-10-20  Wim Taymans  <wim@fluendo.com>
11584
11585         * gst/playback/gstplaybasebin.c: (group_destroy),
11586         (gst_play_base_bin_change_state):
11587         Fix leak.
11588         Handle case where playbasebin is now ASYNC because
11589         decodebin is.
11590
11591 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * gst/audioconvert/Makefile.am:
11594         * gst/audioconvert/bufferframesconvert.c:
11595         * gst/audioconvert/plugin.c: (plugin_init):
11596         * gst/audioconvert/plugin.h:
11597           And bye bye buffer-frames-convert
11598
11599 2005-10-19  Wim Taymans  <wim@fluendo.com>
11600
11601         * check/elements/audioconvert.c:
11602         * docs/libs/tmpl/gstaudio.sgml:
11603         * docs/libs/tmpl/gstcolorbalance.sgml:
11604         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11605         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11606         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11607         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11608         * gst-libs/gst/audio/audio.h:
11609         * gst/audioconvert/audioconvert.h:
11610         * gst/audioconvert/gstaudioconvert.c:
11611         (gst_audio_convert_parse_caps):
11612         * gst/volume/gstvolume.c:
11613         Bye bye buffer-frames.
11614
11615 2005-10-19  Wim Taymans  <wim@fluendo.com>
11616
11617         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11618         (query_positions_elems), (query_positions_pads), (update_scale),
11619         (do_seek), (set_update_scale), (message_received), (main):
11620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11621         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11622         (gst_ogg_demux_loop):
11623         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11624         * ext/theora/theoradec.c: (theora_dec_src_query),
11625         (theora_dec_sink_event):
11626         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11627         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11628         * gst/adder/gstadder.c: (gst_adder_query):
11629         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11630         * gst/playback/test3.c: (update_scale):
11631         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11632         (dump_element_stats), (main):
11633         * gst/playback/test6.c: (main):
11634         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11635         Query API update.
11636
11637 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11640         (xml_check_first_element), (xml_type_find), (smil_type_find),
11641         (plugin_init):
11642           Add typefinding for SMIL and for generic XML. Based on patch by
11643           Akos Maroy (#308663).
11644
11645 2005-10-18  Wim Taymans  <wim@fluendo.com>
11646
11647         * gst/playback/Makefile.am:
11648         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11649         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11650         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11651         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11652         (gst_decode_bin_change_state):
11653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11654         (gst_play_bin_send_event_to_sink):
11655         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11656         (dump_element_stats), (main):
11657         * gst/playback/test6.c: (main):
11658         Make playbin async, it'll commit state to paused when all streams
11659         are detected.
11660         Remove ugly hack.
11661         Added test6.c to show async behaviour.
11662
11663 2005-10-18  Wim Taymans  <wim@fluendo.com>
11664
11665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11666         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11667         Fix for segment-start/stop API change.
11668
11669 2005-10-18  Wim Taymans  <wim@fluendo.com>
11670
11671         * check/Makefile.am:
11672         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11673         (main):
11674         Add future test for clock selection.
11675
11676 2005-10-18  Wim Taymans  <wim@fluendo.com>
11677
11678         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11679         (gst_alsasink_close):
11680         Set handle to NULL.
11681
11682         * gst-libs/gst/audio/gstringbuffer.c:
11683         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11684         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11685         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11686         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11687         (gst_ring_buffer_read):
11688         More debug info.
11689
11690 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11691
11692         * gst/audiotestsrc/Makefile.am:
11693         * gst/sine/Makefile.am:
11694         * gst/volume/Makefile.am:
11695           fix broken build of controllerized plugins
11696
11697 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11698
11699         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11702         (gst_riff_create_video_template_caps):
11703           Add support for Indeo-3 (IV32).
11704
11705 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11706
11707         * configure.ac:
11708           rewrite
11709
11710 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11711
11712         * gst-libs/gst/video/video.c: (gst_video_get_size):
11713         * gst/audiotestsrc/gstaudiotestsrc.c:
11714           doc updates
11715
11716 2005-10-17  Andy Wingo  <wingo@pobox.com>
11717
11718         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11719         with the collectpads change.
11720         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11721
11722         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11723
11724         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11725
11726         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11727         alloc_buffer flow return to callers.
11728         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11729         change. Fix some memleaks in theoraenc.
11730
11731         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11732         in strange circumstance.
11733
11734 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11735
11736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11737         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11738         from caps, let's use the caps...
11739
11740 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11741
11742         * configure.ac:
11743           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11744
11745 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11746
11747         * gst-libs/gst/interfaces/Makefile.am:
11748           fix silly typo
11749
11750 2005-10-16  Andy Wingo  <wingo@pobox.com>
11751
11752         * gst/playback/gstdecodebin.c
11753         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11754         function!
11755         (try_to_link_1): Increase kraziness level.
11756
11757 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11758
11759         * configure.ac:
11760           restructure like the core one
11761         * gst-libs/gst/audio/Makefile.am:
11762         * gst-libs/gst/interfaces/Makefile.am:
11763         * gst-libs/gst/net/Makefile.am:
11764         * gst-libs/gst/riff/Makefile.am:
11765         * gst-libs/gst/rtp/Makefile.am:
11766         * gst-libs/gst/tag/Makefile.am:
11767         * gst-libs/gst/video/Makefile.am:
11768           use correct linker flags, now the libs are properly versioned
11769         * check/elements/audioconvert.c: (verify_convert):
11770         * ext/alsa/gstalsaplugin.c:
11771         * ext/cdparanoia/gstcdparanoia.c:
11772         * ext/gnomevfs/gstgnomevfs.c:
11773         * ext/libvisual/visual.c:
11774         * ext/ogg/gstogg.c:
11775         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11776         * ext/theora/theora.c:
11777         * ext/vorbis/vorbis.c:
11778         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11779         * gst-libs/gst/tag/gsttagediting.c:
11780         * gst-libs/gst/video/video.c:
11781         * gst/adder/gstadder.c:
11782         * gst/audioconvert/plugin.c:
11783         * gst/audiorate/gstaudiorate.c:
11784         * gst/audioresample/gstaudioresample.c:
11785         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11786         * gst/audioscale/gstaudioscale.c:
11787         * gst/audioscale/resample.c:
11788         * gst/audiotestsrc/gstaudiotestsrc.c:
11789         * gst/ffmpegcolorspace/gstffmpeg.c:
11790         * gst/playback/gstdecodebin.c: (close_pad_link):
11791         * gst/playback/gstplaybin.c: (gen_video_element),
11792         (gen_audio_element):
11793         * gst/sine/gstsinesrc.c:
11794         * gst/subparse/gstsubparse.c:
11795         * gst/tags/gsttagediting.c:
11796         * gst/tcp/gsttcpplugin.c:
11797         * gst/typefind/gsttypefindfunctions.c:
11798         * gst/videorate/gstvideorate.c:
11799         * gst/videoscale/gstvideoscale.c:
11800         * gst/videotestsrc/gstvideotestsrc.c:
11801         * gst/volume/gstvolume.c:
11802         * sys/v4l/gstv4l.c:
11803         * sys/ximage/ximage.c:
11804         * sys/xvimage/xvimagesink.c:
11805           fix up defines
11806
11807 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * ext/vorbis/vorbisenc.c:
11810         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11811         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11812         (gst_tag_to_vorbis_comments):
11813           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11814
11815 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11816
11817         * examples/stats/mp2ogg.c:
11818         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11819           typo fixes
11820
11821 2005-10-13  Michael Smith <msmith@fluendo.com>
11822
11823         * ext/ogg/gstoggmux.c:
11824           Use magic glib macros to define constants as 64 bit, to ensure
11825           appropriate vararg passing.
11826
11827 2005-10-13  Michael Smith <msmith@fluendo.com>
11828
11829         * ext/ogg/gstoggmux.c:
11830         * gst/audioconvert/audioconvert.c: (float):
11831           Don't use LL suffix, as it's not portable, and neither of these
11832           uses required it anyway.
11833
11834 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11835
11836         * examples/indexing/indexmpeg.c: (main):
11837         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11838         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11839         (cdparanoia_convert), (cdparanoia_query):
11840         * ext/cdparanoia/gstcdparanoia.h:
11841         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11842         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11843         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11845         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11846         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11847         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11848         (gst_multifdsink_render), (gst_multifdsink_start),
11849         (gst_multifdsink_stop):
11850         * gst/tcp/gstmultifdsink.h:
11851         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11852         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11853         (gst_tcpclientsink_stop):
11854         * gst/tcp/gsttcpclientsink.h:
11855         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11856         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11857         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11858         * gst/tcp/gsttcpclientsrc.h:
11859         * gst/tcp/gsttcpserversink.h:
11860         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11861         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11862         (gst_tcpserversrc_stop):
11863         * gst/tcp/gsttcpserversrc.h:
11864         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11865         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11866         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11867           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11868           moved bitshift from macro to enum definition
11869
11870 2005-10-12  Wim Taymans  <wim@fluendo.com>
11871
11872         * examples/seeking/Makefile.am:
11873         Oops.
11874
11875 2005-10-12  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11878         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11879         Don't assert on normal stuff.
11880
11881         * gst/playback/gstplaybin.c: (do_playbin_seek):
11882         API fix.
11883
11884 2005-10-12  Wim Taymans  <wim@fluendo.com>
11885
11886         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11887         * examples/seeking/Makefile.am:
11888         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11889         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11890         (do_seek), (set_update_scale), (message_received), (main):
11891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11892         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11893         Update for _get_state() API change.
11894
11895 2005-10-11  Wim Taymans  <wim@fluendo.com>
11896
11897         * gst-libs/gst/audio/gstbaseaudiosink.c:
11898         (gst_base_audio_sink_render):
11899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11900         (gst_base_audio_src_create):
11901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11902         (gst_ring_buffer_read):
11903         Cleanups.
11904         Commit and read from ringbuffer in samples rather than bytes.
11905
11906 2005-10-11  Wim Taymans  <wim@fluendo.com>
11907
11908         * gst-libs/gst/audio/gstbaseaudiosink.c:
11909         (gst_base_audio_sink_render):
11910         Respect segment rate and accum when scheduling samples.
11911
11912 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11913
11914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11915         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11916         EOS correctly, that needs more work.
11917
11918 2005-10-11  Wim Taymans  <wim@fluendo.com>
11919
11920         * check/generic/states.c: (GST_START_TEST):
11921         remove old property.
11922
11923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11924         (gst_ogg_demux_perform_seek):
11925         * ext/theora/theoradec.c: (theora_dec_sink_event):
11926         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11927         (vorbis_handle_data_packet):
11928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11929         (gst_base_rtp_depayload_set_gst_timestamp):
11930         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11931         Update for newsegment API change.
11932
11933 2005-10-11  Michael Smith <msmith@fluendo.com>
11934
11935         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11936         (do_playbin_seek), (gst_play_bin_send_event):
11937           Override send_event differently, so that we can takes bits of
11938           functionality from GstPipeline (special handling for seeks,
11939           including pausing/resuming, and resetting stream time) and still get
11940           the appropriate behaviour of only forwarding event to a single sink,
11941           rather than all of them.
11942           Unfortunately requires a lot of code duplication, but the
11943           alternatives are equally ugly in the end.
11944
11945 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * check/elements/audioconvert.c: (setup_audioconvert),
11948         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11949         (GST_START_TEST), (audioconvert_suite):
11950           clean up tests a little, fix some leaks.
11951
11952 2005-10-10  Wim Taymans  <wim@fluendo.com>
11953
11954         * ext/alsa/gstalsasink.c:
11955         Also allow unsigned int.
11956
11957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11958         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11959         Small cleanup
11960
11961 2005-10-10  Wim Taymans  <wim@fluendo.com>
11962
11963         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11964         Small update, use API as stated in design docs.
11965
11966         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11967         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11968         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11969         (message_received), (main):
11970         Updated seek example for GOption. Some usability improvements.
11971
11972 2005-10-10  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/audioconvert/audioconvert.h:
11975         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11976         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11977         Alloc temp storage somewhere else where we can do it more
11978         portable.
11979
11980 2005-10-10  Wim Taymans  <wim@fluendo.com>
11981
11982         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11983         (gst_tcpserversrc_start):
11984         Don't block in accept while doing the state change, move
11985         to poll and make cancellable.
11986
11987 2005-10-09  Philippe Khalaf <burger@speedy.org>
11988
11989         * gst-libs/gst/rtp/rtpbasedepayload.c:
11990         Set timestamp and add queue delay to timestamp
11991         * gst-libs/gst/rtp/rtpbuffer.h:
11992         Set correct payload type for h263
11993
11994 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11995
11996         * gst/audiotestsrc/gstaudiotestsrc.c:
11997         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11998         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11999         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12000         (gst_audiotestsrc_create_triangle),
12001         (gst_audiotestsrc_create_silence),
12002         (gst_audiotestsrc_create_white_noise),
12003         (gst_audiotestsrc_init_pink_noise),
12004         (gst_audiotestsrc_generate_pink_noise_value),
12005         (gst_audiotestsrc_create_pink_noise),
12006         (gst_audiotestsrc_change_wave):
12007         * gst/audiotestsrc/gstaudiotestsrc.h:
12008           fixed typo, added pink noise
12009
12010 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12013         (plugin_init):
12014           Add wavpack and spc typefind functions from 0.8 branch.
12015
12016 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12019         (ar_type_find), (msdos_type_find), (plugin_init):
12020           Add typefind functions for tar archives, ar archives,
12021           RAR archives, and msdos-executables (dlls, exe, etc.).
12022           Some of those would be wrongly identified as mpeg
12023           streams of some sort before (#315550).
12024
12025 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12026
12027         * configure.ac:
12028         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12029         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12030         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12031         * gst/audiotestsrc/Makefile.am:
12032         * gst/audiotestsrc/gstaudiotestsrc.c:
12033         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12034         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12035         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12036         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12037         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12038         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12039         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12040         (gst_audiotestsrc_create_silence),
12041         (gst_audiotestsrc_create_white_noise),
12042         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12043         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12044         (gst_audiotestsrc_start), (plugin_init):
12045         * gst/audiotestsrc/gstaudiotestsrc.h:
12046           add new plugin and element
12047         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12048           use gobject_class
12049
12050 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12053         (gst_adder_init), (gst_adder_request_new_pad),
12054         (gst_adder_change_state):
12055           Add query function to source pad, so adder reports the correct
12056           time/sample position when queried (#315457); fix state change
12057           function; use GST_DEBUG_FUNCPTR() for pad functions.
12058
12059 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12062           Fix leaks in typefind registration
12063           Clean up the gratuitous commenting and whitespacing a little
12064
12065 2005-10-08  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12068         Only actually wait for the thread to be stopped if it's 
12069         running.
12070
12071 2005-10-08  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst-libs/gst/audio/gstbaseaudiosink.c:
12074         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12075         If we receive EOS we can start playback of what we had.
12076
12077 2005-10-08  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12080         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12081         (gst_multifdsink_stop):
12082         Fix crasher when going to NULL multiple times.
12083
12084 2005-10-06  Wim Taymans  <wim@fluendo.com>
12085
12086         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12087         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12088         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12090         patch from Edgard Lima <edgard.lima@indt.org.br>
12091         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12092
12093 2005-10-06  Wim Taymans  <wim@fluendo.com>
12094
12095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12096         Report the FLOW_RETURN as string in the error message.
12097
12098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12099         Don't assert when clearing an unnegotiated buffer.
12100
12101 2005-10-04  Michael Smith <msmith@fluendo.com>
12102
12103         * gst/playback/gstplaybasebin.c: (group_destroy),
12104         (gen_preroll_element), (remove_groups), (setup_source):
12105         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12106         (setup_sinks), (gst_play_bin_send_event),
12107         (gst_play_bin_change_state):
12108           Set state to NULL before removing from bin. Fix refcounting.
12109
12110 2005-10-04  Michael Smith <msmith@fluendo.com>
12111
12112         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12113           Correct refcounting in send_event() function. Previously was wrong
12114           if the first sink was unable to handle the event.
12115
12116 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12117
12118         * configure.ac:
12119           back to development
12120
12121 === release 0.9.3 ===
12122
12123 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * configure.ac:
12126           Releasing 0.9.3, "De Facto"
12127
12128 2005-10-03  Andy Wingo  <wingo@pobox.com>
12129
12130         * gst/playback/gstdecodebin.c (try_to_link_1)
12131         (remove_element_chain): set element to NULL before removing it.
12132
12133 2005-10-02  Johan Dahlin  <johan@gnome.org>
12134
12135         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12136         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12137         MT safe.
12138
12139 2005-10-02  Andy Wingo  <wingo@pobox.com>
12140
12141         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12142         (gst_ring_buffer_prepare_read): 
12143         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12144         Demote to LOG.
12145
12146 2005-09-29  Wim Taymans  <wim@fluendo.com>
12147
12148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12149         * ext/theora/theoradec.c: (theora_handle_data_packet):
12150         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12151         Propagate error codes from alloc_buffer too.
12152
12153 2005-09-29  Wim Taymans  <wim@fluendo.com>
12154
12155         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12156         We use fixed caps.
12157
12158         * gst/playback/Makefile.am:
12159         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12160         (dump_element_stats), (main):
12161         Added example stream introspection code.
12162
12163 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12164
12165         * gst/adder/gstadder.c: (gst_adder_collected):
12166           fix adder for float elements
12167
12168 2005-09-28  Wim Taymans  <wim@fluendo.com>
12169
12170         * gst-libs/gst/audio/gstbaseaudiosink.c:
12171         (gst_base_audio_sink_class_init),
12172         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12174         (gst_base_audio_src_class_init),
12175         (gst_base_audio_src_provide_clock):
12176         get_clock -> provide_clock
12177
12178 2005-09-28  Andy Wingo  <wingo@pobox.com>
12179
12180         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12181         and unlocking.
12182
12183         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12184         unlocking.
12185
12186         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12187         Actually add the pad template.
12188         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12189
12190         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12191         I'm at it...
12192
12193         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12194         from fdsrc. Get caps in create() instead of start() so it can be
12195         interrupted. Interruption somewhat untested.
12196
12197         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12198         Proper EOS handling.
12199
12200 2005-09-27  Andy Wingo  <wingo@pobox.com>
12201
12202         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12203
12204         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12205
12206         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12207
12208         * gst/tcp/gsttcp.h: 
12209         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12210         out of tcpclientsrc.c. Cancellable.
12211         (gst_tcp_socket_read): Made private, cancellable, with better
12212         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12213         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12214         whole buffer, and better diagnostics.
12215         (gst_tcp_gdp_read_caps): Same.
12216
12217         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12218
12219 2005-09-26  Andy Wingo  <wingo@pobox.com>
12220
12221         * gst/sine/gstsinesrc.h:
12222         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12223         change the 'sync' property to 'is-live' and implement it halfway,
12224         update for controller api change.
12225
12226         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12227         controller api change.
12228
12229 2005-09-24  Wim Taymans  <wim@fluendo.com>
12230
12231         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12232         * gst-libs/gst/audio/gstaudiosink.c:
12233         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12234         (gst_audioringbuffer_stop):
12235         * gst-libs/gst/audio/gstbaseaudiosink.c:
12236         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12237         (gst_base_audio_sink_change_state):
12238         * gst-libs/gst/audio/gstbaseaudiosink.h:
12239         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12240         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12241         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12242         * gst-libs/gst/audio/gstringbuffer.h:
12243         Fix sync again. Moved sample alignment to basesink.
12244
12245 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * docs/plugins/Makefile.am:
12248         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12250         * gst/volume/gstvolume.c:
12251           add/fix docs
12252         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12253         * gst-libs/gst/audio/audio.h:
12254           add conversion macros for frames <-> clocktime
12255
12256 2005-09-23  David Schleef  <ds@schleef.org>
12257
12258         * gst/audioresample/Makefile.am:
12259         * gst/audioresample/debug.h:
12260         * gst/audioresample/gstaudioresample.c:
12261         * gst/audioresample/resample.c: Convert to using gst debugging
12262
12263 2005-09-22  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12266         (gst_play_bin_send_event):
12267         Only seek on one sink, the first one that succeeds.
12268
12269 2005-09-22  Michael Smith <msmith@fluendo.com>
12270
12271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12272         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12273         Don't flush encoder state unless we have an initialised encoder.
12274         Clear out encoder state on PAUSED_TO_READY.
12275
12276 2005-09-22  Wim Taymans  <wim@fluendo.com>
12277
12278         * gst-libs/gst/rtp/gstbasertppayload.c:
12279         (gst_basertppayload_class_init), (gst_basertppayload_init),
12280         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12281         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12282         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12283         (gst_basertppayload_set_property),
12284         (gst_basertppayload_get_property),
12285         (gst_basertppayload_change_state):
12286         * gst-libs/gst/rtp/gstbasertppayload.h:
12287         Added max-ptime to control amount of data in the rtp packets.
12288
12289 2005-09-21  Andy Wingo  <wingo@pobox.com>
12290
12291         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12292         thingies.
12293
12294         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12295         can be called multiple times, dogs.
12296
12297 2005-09-21  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst-libs/gst/rtp/gstbasertppayload.c:
12300         (gst_basertppayload_class_init), (gst_basertppayload_init),
12301         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12302         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12303         (gst_basertppayload_push), (gst_basertppayload_get_property),
12304         (gst_basertppayload_change_state):
12305         Allow 0 ssrc too.
12306
12307 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12308
12309         * docs/libs/compiling.sgml:
12310           fixing typos
12311
12312 2005-09-20  Wim Taymans  <wim@fluendo.com>
12313
12314         * gst-libs/gst/rtp/gstbasertppayload.c:
12315         (gst_basertppayload_class_init), (gst_basertppayload_init),
12316         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12317         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12318         (gst_basertppayload_push), (gst_basertppayload_set_property),
12319         (gst_basertppayload_get_property),
12320         (gst_basertppayload_change_state):
12321         * gst-libs/gst/rtp/gstbasertppayload.h:
12322         Added property to configure sequence number offsets.
12323
12324 2005-09-20  Wim Taymans  <wim@fluendo.com>
12325
12326         * gst-libs/gst/rtp/gstbasertppayload.c:
12327         (gst_basertppayload_class_init), (gst_basertppayload_init),
12328         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12329         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12330         (gst_basertppayload_push), (gst_basertppayload_set_property),
12331         (gst_basertppayload_get_property),
12332         (gst_basertppayload_change_state):
12333         * gst-libs/gst/rtp/gstbasertppayload.h:
12334         Make timestamp offset configurable.
12335
12336 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12337
12338         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12339           fix wrong pop/unref
12340
12341 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12342
12343         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         * gst-libs/gst/interfaces/propertyprobe.c:
12346         (gst_property_probe_probe_property_name),
12347         (gst_property_probe_needs_probe_name),
12348         (gst_property_probe_get_values_name),
12349         (gst_property_probe_probe_and_get_values_name):
12350           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12351           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12352
12353 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12354
12355         * check/Makefile.am:
12356           have some tests be disabled for valgrinding
12357         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12358         (GST_START_TEST):
12359         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12360           Fix A Leak.  Chain To Parent Finalize.
12361
12362 2005-09-19  Wim Taymans  <wim@fluendo.com>
12363
12364         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12365         Fixed wav pipeline.
12366
12367 2005-09-19  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst-libs/gst/rtp/gstbasertppayload.c:
12370         (gst_basertppayload_class_init), (gst_basertppayload_init),
12371         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12372         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12373         (gst_basertppayload_push), (gst_basertppayload_get_property),
12374         (gst_basertppayload_change_state):
12375         Posting ERROR and WARNING messages is good.
12376
12377 2005-09-19  Wim Taymans  <wim@fluendo.com>
12378
12379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12380         (gst_base_rtp_depayload_add_to_queue),
12381         (gst_base_rtp_depayload_push),
12382         (gst_base_rtp_depayload_set_gst_timestamp),
12383         (gst_base_rtp_depayload_queue_release):
12384         This one was not supposed to go in.
12385
12386 2005-09-19  Wim Taymans  <wim@fluendo.com>
12387
12388         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12389         Fix for bus API.
12390
12391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12392         (gst_base_rtp_depayload_chain),
12393         (gst_base_rtp_depayload_add_to_queue),
12394         (gst_base_rtp_depayload_push),
12395         (gst_base_rtp_depayload_set_gst_timestamp),
12396         (gst_base_rtp_depayload_queue_release):
12397         Some cleanups.
12398
12399         * gst-libs/gst/rtp/gstbasertppayload.c:
12400         (gst_basertppayload_class_init), (gst_basertppayload_init),
12401         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12402         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12403         (gst_basertppayload_get_property),
12404         (gst_basertppayload_change_state):
12405         Added debugging category.
12406
12407 2005-09-18  David Schleef  <ds@schleef.org>
12408
12409         * gst/playback/gstdecodebin.c: free plugin list correctly
12410         * gst/playback/gstplaybin.c: emit warning if autovideosink
12411           and autoaudiosink can't be found (instead of segfaulting)
12412
12413 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12414
12415         * check/elements/audioconvert.c: (GST_START_TEST):
12416           try out 24 bit conversion
12417
12418 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12419
12420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12421         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12422         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12423         * ext/vorbis/vorbisenc.h:
12424           Fix EOS handling.  Still needs a fix in the ogg muxer to
12425           mark the last page as eos.
12426
12427 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * common/gtk-doc-plugins.mak:
12430         * docs/plugins/Makefile.am:
12431         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12432         * gst/ffmpegcolorspace/Makefile.am:
12433         * gst/ffmpegcolorspace/avcodec.h:
12434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12435         * gst/tcp/gstmultifdsink.c:
12436           fix up ffmpegcolorspace docs; extract header
12437
12438 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12439
12440         * common/gtk-doc-plugins.mak:
12441         * docs/plugins/Makefile.am:
12442         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12443         * ext/theora/Makefile.am:
12444         * ext/theora/gsttheoraenc.h:
12445         * ext/theora/theoraenc.c:
12446         * ext/vorbis/vorbisenc.c:
12447           pick up signals and args for vorbis; add some docs for vorbis
12448
12449 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12450
12451         * common/gstdoc-scangobj:
12452         * common/gtk-doc-plugins.mak:
12453         * docs/libs/Makefile.am:
12454         * docs/plugins/gst-plugins-base-plugins.args:
12455         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12456         * docs/plugins/gst-plugins-base-plugins.interfaces:
12457         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12458         * docs/plugins/gst-plugins-base-plugins.signals:
12459           only scanobj stuff from our source module.  Not sure yet
12460           if that's correct, given the hierarchy stuff :)
12461
12462 2005-09-15  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/audioconvert/gstaudioconvert.c:
12465         And enable 24 bits mode as well..
12466
12467 2005-09-15  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst-libs/gst/rtp/Makefile.am:
12470         * gst-libs/gst/rtp/gstbasertppayload.c:
12471         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12472         (gst_basertppayload_class_init), (gst_basertppayload_init),
12473         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12474         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12475         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12476         (gst_basertppayload_set_property),
12477         (gst_basertppayload_get_property),
12478         (gst_basertppayload_change_state):
12479         * gst-libs/gst/rtp/gstbasertppayload.h:
12480         Added rtp payloader base class.
12481
12482 2005-09-15  Andy Wingo  <wingo@pobox.com>
12483
12484         * configure.ac (plugindir): Remove the EOL matcher from the
12485         regexp, as it causes me problems. Libtool? Make? Who knows?
12486
12487 2005-09-14  David Schleef  <ds@schleef.org>
12488
12489         * check/generic/states.c: 
12490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12491         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12492           Fixes for changes in registry API.
12493
12494         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12495           to GST_PLUGIN_LDFLAGS.
12496         * ext/libvisual/visual.c: Make the library shut up.
12497         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12498         * gst-libs/gst/audio/gstaudiofilter.c: same
12499
12500 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12501
12502         * docs/plugins/Makefile.am:
12503         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12504         * docs/plugins/inspect/plugin-libvisual.xml:
12505         * docs/plugins/tmpl/element-tcpserversink.sgml:
12506         * ext/theora/theoraenc.c:
12507           add libvisual plugin and theoraenc element to docs
12508
12509 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12510
12511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12512         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12513         * ext/theora/theoraenc.c:
12514           add theoraenc
12515
12516 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * gst/audioconvert/Makefile.am:
12519           Audioconvert derives from GstBaseTransform and should
12520           link to the library with our base elements to avoid
12521           unresolved symbols. Makes things work with MinGW (#316160)
12522
12523         * gst/playback/test4.c: (main):
12524           Fix MinGW build problem and use g_usleep() instead of 
12525           sleep() (#316162)
12526
12527 2005-09-12  Wim Taymans  <wim@fluendo.com>
12528
12529         * gst/audioconvert/audioconvert.c: (float),
12530         (audio_convert_prepare_context), (audio_convert_convert):
12531         * gst/audioconvert/audioconvert.h:
12532         Cleanups, speedups, simplifications, added back support
12533         for 24 bits.
12534
12535 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12536
12537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12539         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12540         * docs/plugins/tmpl/element-tcpserversink.sgml:
12541         * gst/ffmpegcolorspace/gstffmpeg.c:
12542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12543         * gst/videotestsrc/gstvideotestsrc.c:
12544         * gst/volume/gstvolume.c:
12545           add more elements to the docs
12546
12547 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12548
12549         * check/Makefile.am:
12550         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12551         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12552           Add extra tests for basetransform based components. 
12553           Comment out the test_element_negotiation test until we decide
12554           if it's testing correct behaviour.
12555         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12556         (gst_visual_chain), (gst_visual_change_state):
12557           Slightly more correct but still bogus timestamping.
12558           Fix state change function.
12559         * gst/audioconvert/gstaudioconvert.c:
12560         (gst_audio_convert_class_init):
12561         * gst/audioresample/gstaudioresample.c:
12562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12563         (gst_ffmpegcsp_class_init):
12564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12565         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12566         (gst_videoscale_prepare_image):
12567         * gst/volume/gstvolume.c: (gst_volume_class_init),
12568         (volume_transform_ip):
12569           Basetransform updates. Enable passthrough modes.
12570         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12571         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12572         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12573           Negotiation fix that allows the window to return to the original
12574           size and renegotiate passthrough upstream. Extra debug output.
12575
12576 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * gst/sine/gstsinesrc.c:
12579         * gst/volume/gstvolume.c:
12580           fix up header include
12581
12582 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12583
12584         * gst-libs/gst/audio/gstbaseaudiosink.c:
12585         (gst_base_audio_sink_render):
12586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12587         * gst/volume/gstvolume.c: (gst_volume_class_init),
12588         (volume_transform):
12589           fixing lost sync, some more debugging
12590
12591 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12592
12593         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12594         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12595         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12596         (gst_xvimagesink_check_xshm_calls):
12597           Fix compilation when XShm is not available.
12598
12599 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12600
12601         * ext/libvisual/visual.c: (gst_visual_dispose),
12602         (gst_visual_getcaps), (gst_visual_src_setcaps),
12603         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12604         (gst_visual_change_state):
12605           Finish fixing up libvisual plugin so that it runs. 
12606
12607 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12608
12609         * ext/vorbis/vorbisenc.c:
12610         * gst-libs/gst/tag/gstvorbistag.c:
12611           gsttaginterface.h -> gsttagsetter.h
12612
12613 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12614
12615         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12616           added another test that failes for me (test is not active by default)
12617
12618 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12619
12620         * configure.ac:
12621           v4l2 is no longer in gst-plugins-base
12622
12623 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12624
12625         * configure.ac:
12626           In the output at the end, don't show the first plugin on the same
12627           line as "Core plug-ins, always built:".
12628           Indent the output as for other plugin categories
12629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12630           #define that can be used to not use peer buffer_alloc functions for
12631           test purposes.
12632         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12633         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12634         (gst_ximagesink_show_frame):
12635         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12636         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12637         (gst_xvimagesink_show_frame):
12638           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12639           fails gracefully instead of XError aborting or deadlocking.
12640
12641 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12642
12643         * ext/libvisual/Makefile.am:
12644           link against gst-base-libs
12645
12646 2005-09-06  David Schleef  <ds@schleef.org>
12647
12648         * configure.ac: Enable libvisual plugin.
12649         * ext/libvisual/Makefile.am:
12650         * ext/libvisual/visual.c: Fixes to make it compile.
12651
12652 === release 0.9.2 ===
12653
12654 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12655
12656         * NEWS:
12657         * RELEASE:
12658         * configure.ac:
12659         * docs/random/ChangeLog-0.8:
12660           releasing 0.9.2, "Spoon"
12661
12662 2005-09-05  Michael Smith <msmith@fluendo.com>
12663
12664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12665           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12666           that in the vorbisenc element.
12667
12668 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12669
12670         * common/gtk-doc-plugins.mak:
12671         * docs/plugins/Makefile.am:
12672           fix distcheck
12673         * gst/audioresample/resample.c:
12674           fix wrong docstring
12675
12676 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12677
12678         * common/gst-xmlinspect.py:
12679         * common/gtk-doc-plugins.mak:
12680           only inspect plugins for this given package
12681           require gst-python 0.9
12682
12683 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * Makefile.am:
12686         * autogen.sh:
12687         * common/gst-xmlinspect.py:
12688         * configure.ac:
12689         * docs/Makefile.am:
12690         * docs/plugins/inspect/plugin-alsa.xml:
12691         * docs/plugins/inspect/plugin-audioresample.xml:
12692         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12693         * docs/plugins/inspect/plugin-ogg.xml:
12694         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12695         * docs/plugins/tmpl/element-multifdsink.sgml:
12696         * docs/plugins/tmpl/element-tcpserversink.sgml:
12697         * docs/plugins/tmpl/element-vorbisenc.sgml:
12698         * gst-plugins-base.spec.in:
12699           various doc-related updates
12700
12701 2005-08-31  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst-libs/gst/audio/gstbaseaudiosink.c:
12704         (gst_base_audio_sink_render):
12705         Resync if the buffer timestamps drift more than a 10th 
12706         of a second.
12707
12708 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12711         (gst_v4lsrc_get_property):
12712           The 'timestamp-offset' property is registered as an int64, so
12713           let's use g_value_{set|get}_int64() in our setter and getter
12714           functions (makes it work and fixes warnings with gst-inspect).
12715
12716 2005-08-30  Wim Taymans  <wim@fluendo.com>
12717
12718         * check/elements/audioconvert.c: (setup_audioconvert):
12719         * check/elements/audioresample.c: (setup_audioresample):
12720         * check/elements/volume.c: (setup_volume):
12721         Fix checks.
12722
12723 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725         * common/gtk-doc-plugins.mak:
12726         * common/plugins.xsl:
12727         * docs/plugins/Makefile.am:
12728           make module a param
12729
12730 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12731
12732         * examples/seeking/seek.c: (make_mp3_pipeline),
12733         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12734         (play_cb), (pause_cb), (stop_cb):
12735           update the example
12736
12737 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12738
12739         * gst/volume/gstvolume.c: (gst_volume_class_init),
12740         (volume_transform):
12741           do not update controlled params, if buffer has no timestamp
12742
12743 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12744
12745         * configure.ac:
12746         * gst/sine/Makefile.am:
12747         * gst/volume/Makefile.am:
12748           controllerized elements also need to link against controller-libs ;)
12749
12750 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12751
12752         * docs/libs/tmpl/gstcolorbalance.sgml:
12753         * docs/libs/tmpl/gstgconf.sgml:
12754         * docs/libs/tmpl/gstmixer.sgml:
12755         * docs/libs/tmpl/gstringbuffer.sgml:
12756         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12757         (gst_sinesrc_create):
12758         * gst/volume/gstvolume.c: (gst_volume_class_init),
12759         (volume_transform):
12760           controllerized two audio plugins
12761
12762 2005-08-29  Andy Wingo  <wingo@pobox.com>
12763
12764         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12765         (vorbis_handle_data_packet): Fix some int overflow errors.
12766
12767         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12768         -1.
12769         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12770         valid.
12771         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12772         if it's valid. Fixed streaming-mode playback.
12773
12774         * check/elements/volume.c (cleanup_volume): Fix for running
12775         CK_FORK=no.
12776
12777         * check/elements/audioconvert.c: Convert from native endian, not
12778         little endian.
12779
12780 2005-08-29  Michael Smith <msmith@fluendo.com>
12781
12782         * ext/ogg/Makefile.am:
12783         * ext/ogg/gstogg.c: (plugin_init):
12784         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12785         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12786         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12787         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12788         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12789         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12790         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12791         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12792         Add an ogg parser element.
12793
12794 2005-08-28  Andy Wingo  <wingo@pobox.com>
12795
12796         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12797
12798 2005-08-26  Wim Taymans  <wim@fluendo.com>
12799
12800         * gst/audioconvert/audioconvert.c: (if), (float),
12801         (audio_convert_get_func_index), (check_default),
12802         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12803         (audio_convert_clean_context), (audio_convert_get_sizes),
12804         (audio_convert_convert):
12805         Cleanups.
12806
12807 2005-08-26  Wim Taymans  <wim@fluendo.com>
12808
12809         * gst/audioconvert/audioconvert.c: (if), (float),
12810         (audio_convert_get_func_index), (check_default),
12811         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12812         (audio_convert_clean_context), (audio_convert_get_sizes),
12813         (audio_convert_convert):
12814         More elegant and working temp buffer selection algo.
12815
12816 2005-08-26  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/audioconvert/audioconvert.c: (if), (float),
12819         (audio_convert_get_func_index), (check_default),
12820         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12821         (audio_convert_clean_context), (audio_convert_get_sizes),
12822         (get_temp_buffer), (audio_convert_convert):
12823         Use realloc else we lose our original data.
12824
12825 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12826
12827         * gst/audioresample/gstaudioresample.c:
12828           use base class' newsegment to properly timestamp
12829
12830 2005-08-26  Wim Taymans  <wim@fluendo.com>
12831
12832         * gst/audioconvert/audioconvert.c: (if), (float),
12833         (audio_convert_get_func_index), (check_default),
12834         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12835         (audio_convert_clean_context), (audio_convert_get_sizes),
12836         (get_temp_buffer), (audio_convert_convert):
12837         * gst/audioconvert/gstaudioconvert.c:
12838         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12839         (gst_audio_convert_transform_caps),
12840         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12841         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12842         Oops, allocate enough space to perform the channel mix.
12843
12844 2005-08-26  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst/audioconvert/Makefile.am:
12847         * gst/audioconvert/audioconvert.c: (if), (float),
12848         (audio_convert_get_func_index), (check_default),
12849         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12850         (audio_convert_clean_context), (audio_convert_get_sizes),
12851         (get_temp_buffer), (audio_convert_convert):
12852         * gst/audioconvert/audioconvert.h:
12853         * gst/audioconvert/gstaudioconvert.c:
12854         (gst_audio_convert_class_init), (gst_audio_convert_init),
12855         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12856         (gst_audio_convert_get_unit_size),
12857         (gst_audio_convert_transform_caps),
12858         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12859         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12860         * gst/audioconvert/gstaudioconvert.h:
12861         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12862         (gst_channel_mix_fill_identical),
12863         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12864         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12865         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12866         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12867         (gst_channel_mix_mix):
12868         * gst/audioconvert/gstchannelmix.h:
12869         Cleanups, librarify a bit, optimize, better negotiation and more.
12870
12871 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12872
12873         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12874         Another from MikeS:
12875         During typefinding, don't support negative offsets
12876         (offsets from the end of the stream) in our typefind->peek() function
12877         - nothing embedded in ogg ever needs them. However, we need to recognise
12878         those requests and reject them, otherwise we return invalid pointers.
12879
12880 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12881
12882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12883         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12884         (vorbisdec_finalize), (vorbis_handle_type_packet):
12885           Big shout-out to MikeS for fixing this giant memory leak.
12886           Huzzah!
12887
12888 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12891         (audio_convert_get_unit_size):
12892           plug some leaks
12893
12894 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12895
12896         * check/Makefile.am:
12897         * check/elements/audioconvert.c: (setup_audioconvert),
12898         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12899         (GST_START_TEST), (audioconvert_suite), (main):
12900           add a test for audioconvert
12901         * gst/audioresample/gstaudioresample.c:
12902         * gst/audioresample/gstaudioresample.h:
12903           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12904           note that for buffers of 1/3 sec this means DURATION(c) is 
12905           one nanosecond more than for a and b
12906
12907 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12908
12909         * check/Makefile.am:
12910         * check/elements/audioresample.c: (setup_audioresample),
12911         (cleanup_audioresample), (fail_unless_perfect_stream),
12912         (test_perfect_stream_instance), (GST_START_TEST),
12913           add a check for audioresample
12914         (audioresample_suite), (main):
12915         * check/elements/volume.c: (GST_START_TEST):
12916           remove unused method
12917         * gst/audioresample/gstaudioresample.c:
12918           set correct buffer parameters since we're changing them
12919         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12920           add some debug
12921
12922 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * gst/audioresample/debug.c:
12925         * gst/audioresample/gstaudioresample.c:
12926           add room for extra overlap samples when asked to transform size
12927           protect against possible mem corruption and check for discrepancies
12928           between written size and outbuffer's size so we can warn for
12929           potential problems
12930         * gst/audioresample/resample.c: (resample_init),
12931         (resample_get_output_size_for_input), (resample_get_output_size),
12932         (resample_set_n_channels), (resample_set_format):
12933           set debug level based on RESAMPLE_DEBUG env var
12934           make sure that get_output_size* returns a whole number of
12935           sample_size
12936           set sample_size each time either channel or format is set
12937         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12938         * gst/audioresample/resample_functable.c:
12939         (resample_scale_functable):
12940         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12941           remove r->sample_size, it's done in resample.c now
12942           add some debugging to the ref implementation
12943           make sure we only give back bytes that are wholes of the sample
12944           size
12945
12946 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12947         * gst/playback/gstplaybasebin.c: (fill_buffer):
12948         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12949
12950 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12951
12952         * gst/volume/gstvolume.c:
12953           made set_caps function static
12954
12955 2005-08-24  Wim Taymans  <wim@fluendo.com>
12956
12957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12958         (gst_vorbisenc_change_state):
12959         Stop leaking taglists.
12960
12961 2005-08-24  Wim Taymans  <wim@fluendo.com>
12962
12963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12964         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12965         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12966         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12967         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12968         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12969         Parse seeking events better.
12970         Unref static caps.
12971         Generate correct newsegment events, fixes seeking in live oggs.
12972
12973         * ext/theora/theoradec.c: (theora_dec_src_query),
12974         (theora_dec_src_event), (theora_dec_src_getcaps),
12975         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12976         Use newsegment values to report correct play time.
12977
12978         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12979         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12980         * ext/vorbis/vorbisdec.h:
12981         Parse and use newsegment values to report correct play time.
12982
12983         * gst-libs/gst/audio/gstbaseaudiosink.c:
12984         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12985         Clear ringbuffer on flush.
12986         Use newsegment values to calculate playback time.
12987
12988         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12990         Basesink does newsegment calculations for us now.
12991
12992 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12993
12994         * check/Makefile.am:
12995         * configure.ac:
12996           add core's plugins to the mix so that playbin works
12997         * check/generic/states.c: (GST_START_TEST):
12998           set a 0 timeout on pipelines, so they don't force the next
12999           state change
13000         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13001         (gst_play_base_bin_change_state):
13002           remove the crappy error handling and do GST error handling
13003
13004 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13005
13006         * check/Makefile.am:
13007         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13008           add same test as to core, it bitches out on playbin atm.
13009
13010 2005-08-24  Wim Taymans  <wim@fluendo.com>
13011
13012         * configure.ac:
13013         Remove audioscale.
13014
13015 2005-08-24  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13018         (gst_videoscale_prepare_size), (parse_caps),
13019         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13020         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13021         (gst_videoscale_transform):
13022         * gst/videoscale/gstvideoscale.h:
13023         Refactor, make use of BaseTranform really well.
13024
13025 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13026
13027         * configure.ac:
13028           compile audioresample
13029         * gst/audioresample/Makefile.am:
13030         * gst/audioresample/buffer.c:
13031         * gst/audioresample/functable.c:
13032         * gst/audioresample/gstaudioresample.c:
13033         * gst/audioresample/gstaudioresample.h:
13034         * gst/audioresample/resample.c:
13035         (resample_get_output_size_for_input):
13036         * gst/audioresample/resample.h:
13037         * gst/audioresample/resample_chunk.c:
13038         * gst/audioresample/resample_functable.c:
13039         * gst/audioresample/resample_ref.c:
13040           port to use basetransform; doesn't work in all cases yet
13041
13042 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * gst/audioconvert/gstaudioconvert.c:
13045         (gst_audio_convert_class_init), (gst_audio_convert_init),
13046         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13047         (audio_convert_fixate_caps), (audio_convert_set_caps),
13048         (audio_convert_transform),
13049         (gst_audio_convert_buffer_to_default_format),
13050         (gst_audio_convert_buffer_from_default_format),
13051         (gst_audio_convert_channels):
13052         * gst/audioconvert/gstchannelmix.c:
13053         * gst/audioconvert/gstchannelmix.h:
13054           port to basetransform
13055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13056         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13057         (gst_ffmpegcsp_get_unit_size):
13058         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13059         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13060           fix for basetransform changes
13061
13062 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13063
13064         * check/Makefile.am:
13065           Add CHECK_CFLAGS and LDFLAGS
13066
13067         * gst/playback/gstplaybasebin.c: (fill_buffer):
13068           GST_MESSAGE_SRC became a GObject
13069
13070 2005-08-24  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13073         (gst_ring_buffer_clear_all):
13074         * gst-libs/gst/audio/gstringbuffer.h:
13075         Added function to clear the ringbuffer.
13076
13077 2005-08-24  Andy Wingo  <wingo@pobox.com>
13078
13079         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13080         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13081         of _open and _close.
13082
13083         * sys/v4l/gstv4lxoverlay.h:
13084         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13085         an Xv connection here, instead of all the time. Make Xv only be
13086         loaded if you axe for it. Kindof a workaround for buggy behaviour
13087         of Xv when using remote xservers (XvQueryExtension would block).
13088         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13089         replace the _open and _close public API. Only start the xv
13090         connection if necessary.
13091         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13092
13093 2005-08-23  David Schleef  <ds@schleef.org>
13094
13095         * gst/audioresample/Makefile.am: Leet audioresampling code
13096         * gst/audioresample/buffer.c:
13097         * gst/audioresample/buffer.h:
13098         * gst/audioresample/debug.c:
13099         * gst/audioresample/debug.h:
13100         * gst/audioresample/functable.c:
13101         * gst/audioresample/functable.h:
13102         * gst/audioresample/gstaudioresample.c:
13103         * gst/audioresample/gstaudioresample.h:
13104         * gst/audioresample/resample.c:
13105         * gst/audioresample/resample.h:
13106         * gst/audioresample/resample_chunk.c:
13107         * gst/audioresample/resample_functable.c:
13108         * gst/audioresample/resample_ref.c:
13109
13110 2005-08-23  Wim Taymans  <wim@fluendo.com>
13111
13112         * examples/seeking/seek.c: (make_vorbis_pipeline),
13113         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13114         Small seek updates.
13115
13116 2005-08-23  Andy Wingo  <wingo@pobox.com>
13117
13118         * gst-libs/gst/audio/gstbaseaudiosrc.c
13119         (gst_base_audio_src_fixate): Only fixate endianness if it is
13120         present in the caps.
13121
13122 2005-08-22  Andy Wingo  <wingo@pobox.com>
13123
13124         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13125         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13126         device-name property.
13127
13128         * gst-libs/gst/audio/gstaudiosrc.h:
13129         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13130         close_device in the ring buffer, like gstaudiosink.
13131
13132         * ext/alsa/gstalsamixer.h:
13133         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13134         macro to implement the interface without much code. Cleanups. 
13135
13136         * ext/alsa/gstalsasrc.h:
13137         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13138         READY.
13139
13140         * ext/alsa/Makefile.am: Add new files.
13141         * ext/alsa/gstalsamixerelement.c: 
13142         * ext/alsa/gstalsamixerelement.c: Split element code out from
13143         mixer code so that alsasrc can be a mixer too.
13144
13145 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13146
13147         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13148         (GST_START_TEST):
13149         * check/elements/vorbisdec.c: (setup_vorbisdec),
13150         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13151         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13152         (vorbis_handle_identification_packet),
13153         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13154         (vorbis_handle_header_packet), (vorbis_dec_push),
13155         (vorbis_dec_chain):
13156           use the setup/teardown methods to save code.  save code is good.
13157
13158 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13159
13160         * check/Makefile.am:
13161           add ext dir for plugins
13162           add vorbisdec test conditionally
13163         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13164         (GST_START_TEST), (volume_suite):
13165           add a test with wrong caps
13166         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13167         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13168           add a vorbisdec test
13169         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13170         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13171           clean up debug output
13172         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13173           yay, fix a segfault/security issue in vorbisdec
13174           gst-launch fakesrc ! vorbisdec wasn't happy
13175         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13176         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13177         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13178         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13179         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13180         (gst_vorbisenc_set_metadata), (get_constraints_string),
13181         (update_start_message), (gst_vorbisenc_setup),
13182         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13183         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13184         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13185         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13186         * ext/vorbis/vorbisenc.h:
13187           march in line
13188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13189         (gst_ffmpegcsp_transform):
13190           have the kow come home
13191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13192           debug my func ptr
13193         * gst/volume/gstvolume.c: (volume_set_caps):
13194           add a debug
13195
13196 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13197
13198         * Makefile.am:
13199         * check/.cvsignore:
13200         * check/Makefile.am:
13201         * check/elements/.cvsignore:
13202         * check/elements/volume.c: (chain_func), (event_func),
13203         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13204         (main):
13205         * configure.ac:
13206           add unit test structure for gst-plugins-base
13207           add a test for volume
13208         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13209         (gst_volume_set_volume), (gst_volume_get_volume),
13210         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13211         (volume_funcfind), (volume_process_float), (volume_process_int16),
13212         (volume_set_caps), (volume_transform), (volume_update_mute),
13213         (volume_update_volume), (volume_set_property),
13214         (volume_get_property):
13215           document a little; use basetransform vmethod _set_caps
13216
13217 2005-08-19  Andy Wingo  <wingo@pobox.com>
13218
13219         * ext/alsa/gstalsamixertrack.h:
13220         * ext/alsa/gstalsamixertrack.c:
13221         * ext/alsa/gstalsamixeroptions.h:
13222         * ext/alsa/gstalsamixeroptions.c:
13223         * ext/alsa/gstalsamixer.h:
13224         * ext/alsa/gstalsamixer.c: Port to 0.9.
13225
13226         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13227         Remove gstalsa.c and alsaclock. No more cruft here.
13228         
13229 2005-08-18  Wim Taymans  <wim@fluendo.com>
13230
13231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13232         (gst_base_rtp_depayload_chain),
13233         (gst_base_rtp_depayload_add_to_queue),
13234         (gst_base_rtp_depayload_push),
13235         (gst_base_rtp_depayload_queue_release):
13236         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13237         Fix for RTPBuffer changes.
13238
13239         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13240         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13241         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13242         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13243         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13244         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13245         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13246         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13247         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13248         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13249         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13250         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13251         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13252         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13253         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13254         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13255         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13256         (gst_rtpbuffer_get_payload):
13257         * gst-libs/gst/rtp/gstrtpbuffer.h:
13258         Don't subclass GstBuffer but add methods and helper functions
13259         to construct and manipulate RTP packets in regular GstBuffers.
13260
13261 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13262
13263         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13264           moved statement below switch
13265         * gst/volume/gstvolume.c: (gst_volume_class_init):
13266           added debug ptr
13267
13268 2005-08-16  Wim Taymans  <wim@fluendo.com>
13269
13270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13271         (gst_base_audio_src_change_state):
13272         Open and close device in READY<->NULL state change.
13273
13274 2005-08-16  Andy Wingo  <wingo@pobox.com>
13275
13276         * examples/seeking/Makefile.am: Don't compile non-compiling
13277         compiled objects with the compiler.
13278
13279         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13280         elements.
13281
13282 2005-08-12  Philippe Khalaf <burger@speedy.org>
13283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13284         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13285           Made a thread to release the queue.
13286           Removed timestamp conversion for now.
13287
13288 2005-08-10  Philippe Khalaf <burger@speedy.org>
13289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13290         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13291           Added rtp timestamp -> gst timestamp conversion.
13292           Fixed several problems with queue.
13293
13294 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * gst-libs/gst/audio/gstaudioclock.h:
13297         * gst-libs/gst/audio/gstaudiofilter.h:
13298         * gst-libs/gst/audio/gstaudiosink.h:
13299         * gst-libs/gst/audio/gstaudiosrc.h:
13300         * gst-libs/gst/audio/gstbaseaudiosink.h:
13301         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13302         * gst-libs/gst/audio/gstringbuffer.h:
13303         * gst-libs/gst/net/gstnetbuffer.h:
13304         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13305         * gst-libs/gst/rtp/gstrtpbuffer.h:
13306           Add padding (you will need to rebuild gst-plugins-base,
13307           gst-plugins and all applications afterwards!)
13308
13309 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13312         (gst_riff_parse_chunk):
13313           Fix bug in debug message and add some more debug messages.
13314
13315 2005-08-08  Edward Hervey  <edward@fluendo.com>
13316
13317         * gst-libs/gst/riff/riff-media.c:
13318         backported updates since branch
13319
13320 2005-08-08  Andy Wingo  <wingo@pobox.com>
13321
13322         * gst-libs/gst/audio/gstbaseaudiosink.c
13323         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13324         like good elements should. Close on READY->NULL too.
13325
13326         * gst-libs/gst/audio/gstaudiosink.c
13327         (gst_audioringbuffer_open_device,
13328         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13329         (gst_audioringbuffer_release): Updates for new ring buffer API,
13330         hook into the new audio sink api.
13331
13332         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13333         (GstAudioSinkClass.close): Just open and close the device -- no
13334         resource allocation or configuration.
13335         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13336         vmethods, handle device setup and resource allocation.
13337
13338         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13339         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13340         base class API.
13341
13342         * gst-libs/gst/audio/gstringbuffer.h
13343         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13344         New vmethods.
13345
13346         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13347         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13348         New API functions. The device should be opened before acquiring
13349         and closed after releasing.
13350
13351 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         * gst-libs/gst/interfaces/mixer.h:
13354           Reset padding to GST_PADDING.
13355
13356 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13357
13358         * gst/playback/gstplaybin.c: (remove_sinks):
13359           Remove visualization from parent explicitely; works around some
13360           apparent refcount issue that I haven't tracked down yet.
13361
13362 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13363
13364         * ext/alsa/gstalsasink.c: (set_hwparams):
13365           Assign debug category, add negotiation debug msgs.
13366
13367 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13368
13369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13370           Fix error code for file-not-found to NOT_FOUND.
13371
13372 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13373
13374         * common/gtk-doc-plugins.mak:
13375         * docs/plugins/Makefile.am:
13376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13378           renamed to actual element names, so much nicer to look at
13379         * docs/plugins/tmpl/gstmultifdsink.sgml:
13380           remove
13381         * docs/plugins/tmpl/multifdsink.sgml:
13382         * docs/plugins/tmpl/tcpserversink.sgml:
13383           add
13384         * ext/alsa/gstalsa.c:
13385         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13386         * ext/ogg/gstoggmux.c:
13387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13388         * gst/playback/gstdecodebin.c:
13389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13390         * gst/tcp/gsttcpserversink.c:
13391           various fixes and documentation additions
13392
13393 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13394
13395         * common/Makefile.am:
13396         * common/gstdoc-scangobj:
13397         * common/gtk-doc-plugins.mak:
13398         * common/gtk-doc.mak:
13399           add a custom scangobj that uses the registry
13400           add a custom gtk-doc-plugins.mak that uses it
13401           some doc build fixes
13402         * configure.ac:
13403         * docs/Makefile.am:
13404         * docs/plugins/Makefile.am:
13405         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13406         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13407         * docs/plugins/gst-plugins-base-plugins.types:
13408         * docs/plugins/tmpl/gstmultifdsink.sgml:
13409           add docs for one element, multifdsink
13410         * gst/adder/gstadder.h:
13411         * gst/volume/gstvolume.h:
13412           don't privatize enum
13413         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13414         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13415         (gst_sync_method_get_type), (gst_client_status_get_type),
13416         (gst_multifdsink_class_init),
13417         (gst_multifdsink_client_queue_buffer),
13418         (gst_multifdsink_handle_client_write):
13419         * gst/tcp/gstmultifdsink.h:
13420         * gst/tcp/gsttcp.h:
13421         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13422         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13423         (gst_tcpclientsink_render):
13424         * gst/tcp/gsttcpclientsink.h:
13425         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13426         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13427         (gst_tcpclientsrc_start):
13428         * gst/tcp/gsttcpclientsrc.h:
13429         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13430         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13431         * gst/tcp/gsttcpserversrc.h:
13432         * gst/typefind/gsttypefindfunctions.c:
13433           remove superfluous Type stuff
13434
13435 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13436
13437         * gst/playback/gstplaybin.c: (gen_video_element):
13438           Enable videoscale.
13439
13440 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13441
13442         * gst-libs/gst/gconf/gconf.c:
13443         * gst-libs/gst/gconf/gconf.h:
13444           Fix some Andy Problem [tm].
13445
13446 2005-08-04  Andy Wingo  <wingo@pobox.com>
13447
13448         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13450         (gst_ffmpegcsp_get_size): Adapt to API changes.
13451
13452         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13453         Implement an in-place do-nothing transform.
13454
13455 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13456
13457         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13458         (gst_ximagesink_renegotiate_size):
13459           Do not set new window sizes yet if we prepare a new buffer size
13460           for upstream renegotiation (software scaling) at some point in the
13461           future, because this new size waqs not actually accepted yet. Once
13462           accepted, renegotiation later on will set the new sizes just fine.
13463           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13464           embedding testcase.
13465
13466 2005-08-03  Andy Wingo  <wingo@pobox.com>
13467
13468         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13469         (gst_ximagesink_buffer_alloc): 
13470         Protect the height, width, and desired_caps with the pool_lock.
13471         Fixes videotestsrc ! queue ! ximagesink.
13472
13473 2005-08-02  Edward Hervey  <edward@fluendo.com>
13474
13475         * gst/volume/gstvolume.c:
13476         include left from controller cleanup
13477
13478 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13480           Stop collectpads before calling the parent state
13481           change function on PAUSED->READY.
13482
13483 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13484         * configure.ac:
13485           When testing for X libs, use the X CFlags 
13486         * gst/adder/gstadder.c: (gst_adder_change_state):
13487           Stop the collectpads before calling parent state change function
13488           on PAUSED->READY, otherwise we deadlock deactivating pads.
13489
13490 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13491
13492         * configure.ac:
13493         * docs/libs/tmpl/gstcolorbalance.sgml:
13494         * docs/libs/tmpl/gstmixer.sgml:
13495         * examples/Makefile.am:
13496         * gst/sine/Makefile.am:
13497         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13498         (gst_sinesrc_set_property), (plugin_init):
13499         * gst/sine/gstsinesrc.h:
13500         * gst/volume/Makefile.am:
13501         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13502         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13503         (volume_process_float), (volume_process_int16),
13504         (volume_set_property), (plugin_init):
13505         * gst/volume/gstvolume.h:
13506           deactivate and remove dparams (libgstcontrol)
13507
13508 2005-07-29  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13511         Convert me to BaseTransform!! help..
13512
13513 2005-07-29  Andy Wingo  <wingo@pobox.com>
13514
13515         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13516         sinks.
13517
13518         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13519         support of both endiannesses.
13520
13521 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13524           Fix confusing debug message (s/event/query/)
13525
13526 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst/videotestsrc/videotestsrc.h:
13529           Use "_stdint.h" instead of <stdint.h>
13530
13531 2005-07-27  Wim Taymans  <wim@fluendo.com>
13532
13533         * ext/vorbis/Makefile.am:
13534         Revert wrong commit.
13535
13536 2005-07-27  Wim Taymans  <wim@fluendo.com>
13537
13538         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13539         More compilation fixen.
13540
13541 2005-07-27  Wim Taymans  <wim@fluendo.com>
13542
13543         * gst-libs/gst/audio/gstbaseaudiosink.c:
13544         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13545         (gst_base_audio_sink_create_ringbuffer),
13546         (gst_base_audio_sink_change_state):
13547         Fix compilation.
13548
13549 2005-07-27  Wim Taymans  <wim@fluendo.com>
13550
13551         * examples/seeking/seek.c: (setup_dynamic_link),
13552         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13553         (query_positions_elems), (query_positions_pads), (do_seek):
13554         Update seek example.
13555
13556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13557         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13558         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13559         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13560         (gst_ogg_demux_handle_event),
13561         (gst_ogg_demux_deactivate_current_chain),
13562         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13563         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13564         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13565         (gst_ogg_demux_loop):
13566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13567         * ext/theora/theoradec.c: (theora_dec_src_event),
13568         (theora_dec_src_getcaps), (theora_dec_sink_event),
13569         (theora_dec_push), (theora_dec_chain):
13570         * ext/vorbis/Makefile.am:
13571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13572         (vorbis_dec_sink_event), (vorbis_dec_push),
13573         (vorbis_handle_data_packet):
13574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13575         (gst_vorbisenc_chain):
13576         * gst/playback/gststreaminfo.c: (cb_probe):
13577         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13578         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13579         * gst/videoscale/gstvideoscale.c:
13580         (gst_videoscale_handle_src_event):
13581         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13582         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13583         (gst_ximagesink_navigation_send_event):
13584         * sys/xvimage/xvimagesink.c:
13585         (gst_xvimagesink_navigation_send_event):
13586         Various event updates and cleanups
13587
13588 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13589
13590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13591           Fix segfault for I420/YV12.
13592
13593 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13594
13595         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13596           Report bitrate.
13597
13598 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13599
13600         * gst/playback/gstplaybin.c: (gen_video_element),
13601         (gen_audio_element):
13602           Switch to auto*sink elements as default sinks; add volume element
13603           so that volume control in totem works.
13604
13605 2005-07-21  Wim Taymans  <wim@fluendo.com>
13606
13607         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13608         * gst/playback/gstplaybin.c: (setup_sinks),
13609         (gst_play_bin_change_state):
13610         Refcount fix and more comments.
13611
13612 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13613
13614         * sys/ximage/Makefile.am:
13615         * sys/ximage/ximage.c: (plugin_init):
13616         * sys/ximage/ximagesink.c:
13617         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13618         
13619
13620 2005-07-21  Wim Taymans  <wim@fluendo.com>
13621
13622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13623         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13624         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13625         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13626         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13627         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13628         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13629         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13630         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13631         Generate correct disconts for live chained oggs.
13632
13633         * gst-libs/gst/audio/gstbaseaudiosink.c:
13634         (gst_base_audio_sink_render),
13635         (gst_base_audio_sink_create_ringbuffer),
13636         (gst_base_audio_sink_change_state):
13637         Handle discont math correctly.
13638
13639         * gst/playback/gstplaybin.c: (add_sink):
13640         Some small debug cleanup.
13641
13642 2005-07-21  Wim Taymans  <wim@fluendo.com>
13643
13644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13645         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13646         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13647         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13648         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13649         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13650         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13651         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13652         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13653         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13654         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13655         (gst_ogg_demux_change_state), (gst_ogg_print):
13656         Reorganize code to send the right disconts when in streaming
13657         mode.
13658
13659 2005-07-20  Andy Wingo  <wingo@pobox.com>
13660
13661         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13662         fix (?), fixes a seggie mcfalterson (#310894).
13663
13664 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13665
13666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13667         (gst_ogg_mux_set_header_on_caps):
13668         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13670         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13671         * gst-libs/gst/audio/multichannel.c:
13672         (gst_audio_set_channel_positions),
13673         (gst_audio_set_structure_channel_positions_list):
13674         * gst/playback/gstdecodebin.c: (dynamic_create):
13675         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13676         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13677           Fixes for API changes in core.
13678
13679 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13680
13681         * gst/playback/gstplaybasebin.c: (fill_buffer):
13682           Use _new_custom() so we can set custom message types for buffering
13683           messages.
13684
13685 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13686
13687         * configure.ac:
13688         * gst-libs/gst/Makefile.am:
13689         * gst-libs/gst/gconf/.cvsignore:
13690         * gst-libs/gst/gconf/Makefile.am:
13691         * gst-libs/gst/gconf/test-gconf.c:
13692         * pkgconfig/Makefile.am:
13693         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13694         * pkgconfig/gstreamer-gconf.pc.in:
13695           Remove gconf stuff, use gconf elements instead from now on.
13696
13697 2005-07-20  Wim Taymans  <wim@fluendo.com>
13698
13699         * gst-libs/gst/audio/TODO:
13700         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13701         (gst_audio_clock_get_internal_time):
13702         * gst-libs/gst/audio/gstaudioclock.h:
13703         * gst-libs/gst/audio/gstbaseaudiosink.c:
13704         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13705         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13706         (gst_base_audio_sink_render),
13707         (gst_base_audio_sink_create_ringbuffer),
13708         (gst_base_audio_sink_change_state):
13709         Make sure the audio clock always returns an increasing value.
13710
13711 2005-07-19  Andy Wingo  <wingo@pobox.com>
13712
13713         * gst/videotestsrc/: Cleanups.
13714
13715 2005-07-19  Wim Taymans  <wim@fluendo.com>
13716
13717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13718         Better debugging.
13719
13720 2005-07-19  Wim Taymans  <wim@fluendo.com>
13721
13722         * examples/seeking/seek.c: (make_dv_pipeline),
13723         (make_vorbis_theora_pipeline), (query_rates),
13724         (query_positions_elems), (query_positions_pads), (do_seek):
13725         Make correct DV pipeline.
13726
13727 2005-07-18  Andy Wingo  <wingo@pobox.com>
13728
13729         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13730         default. Also because it's the only thing that really works. (This
13731         is used in the GConf elements).
13732         Use AS_LIBTOOL_TAGS.
13733
13734 2005-07-18  Wim Taymans  <wim@fluendo.com>
13735
13736         * gst/playback/gstdecodebin.c: (remove_element_chain):
13737         * gst/playback/gstplaybin.c: (add_sink):
13738         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13739         (gst_stream_info_set_mute):
13740         * gst/playback/gststreamselector.c:
13741         (gst_stream_selector_get_linked_pad),
13742         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13743         More leak and compile fixes.
13744
13745 2005-07-18  Wim Taymans  <wim@fluendo.com>
13746
13747         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13748         (query_rates), (query_positions_elems), (query_positions_pads),
13749         (do_seek), (seek_cb), (stop_seek):
13750         Updated seek example. 
13751
13752         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13753         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13754         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13755         * gst/playback/gstplaybin.c: (add_sink):
13756         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13757         (gst_stream_info_set_mute):
13758         Some refcount leak fixes.
13759
13760 2005-07-16  Wim Taymans  <wim@fluendo.com>
13761
13762         * gst-libs/gst/audio/gstbaseaudiosink.c:
13763         (gst_base_audio_sink_render):
13764         Align samples even if we have roundoff errors in the 
13765         timestamp conversion.
13766
13767 2005-07-16  Wim Taymans  <wim@fluendo.com>
13768
13769         * docs/libs/tmpl/gstringbuffer.sgml:
13770         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13771         (query_rates), (query_positions_elems), (query_positions_pads),
13772         (update_scale), (do_seek):
13773         Updated seek example.
13774
13775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13776         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13777         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13778         (gst_ogg_demux_loop):
13779         Push out correct discont values.
13780
13781         * ext/theora/theoradec.c: (theora_dec_src_convert),
13782         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13783         (theora_dec_sink_event), (theora_handle_type_packet),
13784         (theora_handle_header_packet), (theora_dec_push),
13785         (theora_handle_data_packet), (theora_dec_chain),
13786         (theora_dec_change_state):
13787         Better timestamping.
13788
13789         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13790         (vorbis_dec_sink_event), (vorbis_dec_push),
13791         (vorbis_handle_data_packet), (vorbis_dec_chain):
13792         * ext/vorbis/vorbisdec.h:
13793         Better timestamping.
13794
13795         * gst-libs/gst/audio/gstbaseaudiosink.c:
13796         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13797         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13798         Handle syncing on timestamps instead of sample offsets. Make
13799         use of DISCONT values as described in design docs.
13800
13801         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13802         (gst_base_audio_src_get_time):
13803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13804         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13805         (gst_ring_buffer_read):
13806         * gst-libs/gst/audio/gstringbuffer.h:
13807         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13808         (gst_ximagesink_show_frame):
13809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13810         Correcly convert buffer timestamp to stream time.
13811
13812 2005-07-16  Wim Taymans  <wim@fluendo.com>
13813
13814         * gst/audioconvert/gstaudioconvert.c:
13815         (gst_audio_convert_get_buffer):
13816         Timestamp buffers correctly.
13817
13818         * gst/playback/gstplaybin.c: (gen_video_element):
13819         Make internal fakesink silent.
13820
13821 2005-07-15  Wim Taymans  <wim@fluendo.com>
13822
13823         * gst/ffmpegcolorspace/Makefile.am:
13824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13825         (gst_ffmpegcsp_caps_remove_format_info),
13826         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13827         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13828         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13829         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13830         Ported ffmpegcolorspace to basetransform.
13831
13832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13833         * gst/volume/gstvolume.c: (volume_transform):
13834         Ported to new API.
13835
13836 2005-07-14  Wim Taymans  <wim@fluendo.com>
13837
13838         * gst/videotestsrc/Makefile.am:
13839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13840         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13841         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13842         (gst_videotestsrc_init), (gst_videotestsrc_event),
13843         (gst_videotestsrc_create), (gst_videotestsrc_start),
13844         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13845         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13846         (gst_videotestsrc_get_property):
13847         * gst/videotestsrc/gstvideotestsrc.h:
13848         Make videotestsrc a pushsrc.
13849
13850 2005-07-14  Wim Taymans  <wim@fluendo.com>
13851
13852         * gst/tcp/gstfdset.c: (gst_fdset_free):
13853         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13854         (gst_multifdsink_add), (gst_multifdsink_remove),
13855         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13856         (gst_multifdsink_remove_client_link),
13857         (gst_multifdsink_client_queue_data),
13858         (gst_multifdsink_client_queue_caps),
13859         (gst_multifdsink_client_queue_buffer),
13860         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13861         (gst_multifdsink_stop):
13862         * gst/tcp/gstmultifdsink.h:
13863         0.8 backporting.
13864
13865         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13866         Also draw image when not from a pool.
13867
13868 2005-07-14  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13871         (mute_stream), (silence_stream):
13872         Small debug additions.
13873
13874 2005-07-14  Wim Taymans  <wim@fluendo.com>
13875
13876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13877         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13878         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13879         Better error recovery, ignore unconnected pads and
13880         non-fatal errors.
13881
13882 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * docs/libs/tmpl/gstaudio.sgml:
13885         * docs/libs/tmpl/gstcolorbalance.sgml:
13886         * docs/libs/tmpl/gstgconf.sgml:
13887         * docs/libs/tmpl/gstmixer.sgml:
13888         * docs/libs/tmpl/gstringbuffer.sgml:
13889         * docs/libs/tmpl/gsttuner.sgml:
13890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13891         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13892         (gst_tcpclientsrc_class_init):
13893         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13894         (gst_tcpserversrc_class_init):
13895         * sys/v4l/gstv4lelement.c:
13896           more autistic cleanliness in functions/names/defines
13897
13898 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13899
13900         * configure.ac:
13901           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13902           added manually to each Makefile.am so we are sure it goes
13903           *last* and doesn't add -L flags before linking in libs of our
13904           own, like, say, internal .la libs, that then accidentally pick
13905           up the installed copy.
13906         * docs/libs/Makefile.am:
13907         * ext/alsa/Makefile.am:
13908         * ext/cdparanoia/Makefile.am:
13909         * ext/gnomevfs/Makefile.am:
13910         * ext/libvisual/Makefile.am:
13911         * ext/ogg/Makefile.am:
13912         * ext/theora/Makefile.am:
13913         * ext/vorbis/Makefile.am:
13914         * gst-libs/gst/video/Makefile.am:
13915         * gst/adder/Makefile.am:
13916         * gst/audioconvert/Makefile.am:
13917         * gst/audiorate/Makefile.am:
13918         * gst/audioscale/Makefile.am:
13919         * gst/ffmpegcolorspace/Makefile.am:
13920         * gst/playback/Makefile.am:
13921         * gst/sine/Makefile.am:
13922         * gst/subparse/Makefile.am:
13923         * gst/tags/Makefile.am:
13924         * gst/tcp/Makefile.am:
13925         * gst/typefind/Makefile.am:
13926         * gst/videorate/Makefile.am:
13927         * gst/videoscale/Makefile.am:
13928         * gst/videotestsrc/Makefile.am:
13929         * gst/volume/Makefile.am:
13930         * sys/v4l/Makefile.am:
13931         * sys/ximage/Makefile.am:
13932         * sys/xvimage/Makefile.am:
13933           adapt properly to this change. This should make sure that
13934           plugins and libs properly link to the as-yet-uninstalled
13935           copies of stuff like libgstinterfaces and libgstvideo
13936
13937 2005-07-13  Andy Wingo  <wingo@pobox.com>
13938
13939         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13940         (gst_v4lsrc_fixate): Fixate on format as well.
13941
13942         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13943         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13944         buffer points to it.
13945         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13946         rather just doing X calls ourselves. Also fixes a memleak.
13947
13948 2005-07-12  Andy Wingo  <wingo@pobox.com>
13949
13950         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13951         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13952         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13953         TRUE to avoid deadlocks if an element holds on to our buffers.
13954
13955 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13956
13957         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13958         (gst_sinesrc_init), (gst_sinesrc_create),
13959         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13960         (gst_sinesrc_start):
13961         * gst/sine/gstsinesrc.h:
13962           removing num-buffers property before moving it
13963
13964 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13965
13966         * configure.ac:
13967           use overridable ERROR_CFLAGS
13968         * docs/libs/gst-plugins-base-libs.types:
13969         * docs/libs/tmpl/gstringbuffer.sgml:
13970         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13971         (gst_alsasink_class_init):
13972         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13973         (gst_alsasrc_class_init):
13974         * gst-libs/gst/audio/audio.h:
13975         * gst-libs/gst/audio/gstaudioclock.h:
13976         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13977         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13978         (gst_audio_filter_link), (gst_audio_filter_init),
13979         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13980         (gst_audio_filter_get_property),
13981         (gst_audio_filter_class_add_pad_templates):
13982         * gst-libs/gst/audio/gstaudiofilter.h:
13983         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13984         (gst_audio_filter_template_get_type),
13985         (gst_audio_filter_template_base_init),
13986         (gst_audio_filter_template_class_init),
13987         (gst_audio_filter_template_init),
13988         (gst_audio_filter_template_set_property),
13989         (gst_audio_filter_template_get_property), (plugin_init),
13990         (gst_audio_filter_template_setup),
13991         (gst_audio_filter_template_filter),
13992         (gst_audio_filter_template_filter_inplace):
13993         * gst-libs/gst/audio/gstaudiosink.c:
13994         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13995         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13996         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13997         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13998         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13999         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14000         * gst-libs/gst/audio/gstaudiosink.h:
14001         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14002         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14003         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14004         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14005         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14006         (gst_audio_src_class_init), (gst_audio_src_init),
14007         (gst_audio_src_create_ringbuffer):
14008         * gst-libs/gst/audio/gstaudiosrc.h:
14009         * gst-libs/gst/audio/gstbaseaudiosink.c:
14010         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14011         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14012         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14013         (gst_base_audio_sink_set_property),
14014         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14015         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14016         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14017         (gst_base_audio_sink_create_ringbuffer),
14018         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14019         * gst-libs/gst/audio/gstbaseaudiosink.h:
14020         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14021         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14022         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14023         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14024         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14025         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14026         (gst_base_audio_src_event), (gst_base_audio_src_create),
14027         (gst_base_audio_src_create_ringbuffer),
14028         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14029         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14030         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14031         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14032         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14033         (gst_ring_buffer_debug_spec_caps),
14034         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14035         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14036         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14037         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14038         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14039         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14040         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14041         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14042         (gst_ring_buffer_clear):
14043         * gst-libs/gst/audio/gstringbuffer.h:
14044         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14045         (gst_video_sink_class_init), (gst_video_sink_get_type):
14046         * gst-libs/gst/video/videosink.h:
14047         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14048         (gst_multifdsink_class_init),
14049         (gst_multifdsink_handle_client_write),
14050         (gst_multifdsink_change_state):
14051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14052         (gst_tcpclientsink_setcaps):
14053         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14054         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14055         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14056         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14057         (gst_ximagesink_send_pending_navigation),
14058         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14059         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14061         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14062         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14063         (gst_xvimagesink_send_pending_navigation),
14064         (gst_xvimagesink_navigation_send_event),
14065         (gst_xvimagesink_set_xwindow_id),
14066         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14067         (gst_xvimagesink_get_type):
14068         more macro splitting
14069
14070 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14073           plug a memleak, allows me to import 1479 albums in one go
14074           in jamboree
14075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14076         (vorbis_handle_type_packet), (vorbis_dec_chain),
14077         (vorbis_dec_change_state):
14078           fix some format strings
14079
14080 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * docs/libs/tmpl/gstcolorbalance.sgml:
14083         * docs/libs/tmpl/gstmixer.sgml:
14084         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14085         (gst_alsasink_set_property), (gst_alsasink_get_property):
14086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14087         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14088           add device property
14089
14090 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14091
14092         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14093         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14094         (audiocast_register_listener), (audiocast_thread_run),
14095         (gst_gnomevfssrc_send_additional_headers_callback),
14096         (gst_gnomevfssrc_received_headers_callback),
14097         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14098         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14099         (gst_gnomevfssrc_get_size):
14100           add/clean up debugging
14101         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14102           cleanups
14103
14104 2005-07-07  Andy Wingo  <wingo@pobox.com>
14105
14106         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14107         framerate. Need to get a handle on when exactly this function is
14108         called, tho.
14109
14110         * sys/v4l/v4lsrc_calls.h:
14111         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14112         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14113         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14114
14115         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14116         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14117         v4lelements are sources.
14118
14119         * sys/v4l/gstv4lxoverlay.h:
14120         * sys/v4l/gstv4lxoverlay.c:
14121         * sys/v4l/gstv4ltuner.h:
14122         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14123         
14124         * sys/v4l/gstv4lsrc.h:
14125         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14126         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14127         or something should handle that. Made a live source.
14128
14129         * sys/v4l/gstv4lelement.h:
14130         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14131         signals. Some cleanups.
14132
14133         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14134
14135         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14136         stuff.
14137
14138         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14139         stuff.
14140
14141         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14142
14143 2005-07-07  Wim Taymans  <wim@fluendo.com>
14144
14145         * ext/theora/theoradec.c: (theora_get_query_types),
14146         (theora_dec_src_getcaps), (theora_dec_push):
14147         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14149         Remove deprecated/unused query types.
14150
14151 2005-07-06  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/alsa/Makefile.am:
14154         * ext/alsa/gstalsaplugin.c: (plugin_init):
14155         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14156         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14157         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14158         (gst_alsasrc_class_init), (gst_alsasrc_init),
14159         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14160         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14161         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14162         (gst_alsasrc_reset):
14163         * ext/alsa/gstalsasrc.h:
14164         * gst-libs/gst/audio/Makefile.am:
14165         * gst-libs/gst/audio/gstaudiosink.c:
14166         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14167         (gst_audioringbuffer_start):
14168         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14169         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14170         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14171         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14172         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14173         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14174         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14175         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14176         * gst-libs/gst/audio/gstaudiosrc.h:
14177         * gst-libs/gst/audio/gstbaseaudiosink.c:
14178         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14179         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14180         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14181         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14182         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14183         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14184         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14185         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14186         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14187         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14188         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14189         (gst_baseaudiosrc_change_state):
14190         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14191         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14192         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14193         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14194         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14195         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14196         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14197         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14198         * gst-libs/gst/audio/gstringbuffer.h:
14199         Added audiosource base classes.
14200         Ported alsasrc, still very basic.
14201
14202 2005-07-06  Wim Taymans  <wim@fluendo.com>
14203
14204         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14205         (theora_dec_push), (theora_handle_data_packet):
14206         Prepare for better timestamp fix later.
14207
14208         * gst/audioconvert/gstaudioconvert.c:
14209         List most accurate caps first
14210
14211         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14212         Use proper pad task function.
14213
14214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14215         (gst_xvimagesink_show_frame):
14216         Fix deadlock when alloc failed.
14217
14218 2005-07-05  Andy Wingo  <wingo@pobox.com>
14219
14220         * ext/gnomevfs/gstgnomevfssrc.c:
14221         * gst/sine/gstsinesrc.c:
14222         * gst/tcp/gsttcpserversrc.c:
14223         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14224
14225         * sys/v4l/: Port from 0.8.
14226
14227         * Many files: Null if we got it....
14228
14229 2005-07-05  Andy Wingo  <wingo@pobox.com>
14230
14231         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14232         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14233         Signedness fixes.
14234
14235 2005-07-05  Wim Taymans  <wim@fluendo.com>
14236
14237         * configure.ac:
14238         * gst/tcp/Makefile.am:
14239         * gst/tcp/README:
14240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14241         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14242         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14243         (is_sync_frame), (gst_multifdsink_handle_client_write),
14244         (gst_multifdsink_render), (gst_multifdsink_start),
14245         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14246         * gst/tcp/gstmultifdsink.h:
14247         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14248         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14249         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14250         * gst/tcp/gsttcp.h:
14251         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14252         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14253         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14254         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14255         * gst/tcp/gsttcpclientsink.h:
14256         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14257         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14258         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14259         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14260         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14261         * gst/tcp/gsttcpclientsrc.h:
14262         * gst/tcp/gsttcpplugin.c: (plugin_init):
14263         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14264         * gst/tcp/gsttcpserversink.h:
14265         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14266         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14267         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14268         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14269         (gst_tcpserversrc_stop):
14270         * gst/tcp/gsttcpserversrc.h:
14271         * gst/tcp/gsttcpsink.c:
14272         * gst/tcp/gsttcpsink.h:
14273         * gst/tcp/gsttcpsrc.c:
14274         * gst/tcp/gsttcpsrc.h:
14275         Ported tcp plugins to 0.9. 
14276         
14277
14278 2005-07-05  Andy Wingo  <wingo@pobox.com>
14279
14280         * gst/playback/gstplaybasebin.c (fill_buffer):
14281         message_new_application fixen.
14282
14283         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14284         Style fix.
14285
14286 2005-07-04  Wim Taymans  <wim@fluendo.com>
14287
14288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14289         Set caps on output buffer.
14290
14291 2005-07-04  Andy Wingo  <wingo@pobox.com>
14292
14293         * ext/gnomevfs/gstgnomevfssrc.c
14294         (gst_gnomevfssrc_received_headers_callback) 
14295         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14296         hopefully.
14297
14298         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14299         No refcount leakage.
14300
14301         * configure.ac: Enable -Werror.
14302         
14303         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14304         * gst/audioconvert/bufferframesconvert.c
14305         (buffer_frames_convert_fixate):
14306         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14307         (gst_audio_convert_fixate):
14308         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14309         (gst_sinesrc_create): Fixate func changes.
14310         
14311         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14312         (gst_ximagesink_buffer_alloc): Unused var.
14313
14314 2005-07-01  Andy Wingo  <wingo@pobox.com>
14315
14316         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14317         getcaps to do explicit caps. Needs to be done in all decoders,
14318         possibly via a base class.
14319
14320         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14321
14322         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14323         caps on the sink pad, just rely on the pad template. Also, setting
14324         ANY caps on a pad is not valid because the caps are not fixed.
14325
14326         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14327         caps on the buffer, and get the width from the desired_caps if
14328         they're set.
14329         (gst_ximagesink_renegotiate_size): Implement via setting the
14330         desired_caps on the ximagesink.
14331         (gst_ximagesink_setcaps): Only reset the width of the player if it
14332         wasn't already set. Not sure if this is right.
14333         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14334
14335         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14336         that the user wants. NULL unless the window has been resized.
14337
14338         * gst/volume/gstvolume.c (volume_transform): Adapt to
14339         basetransform refcount changes.
14340         
14341 2005-07-01  Andy Wingo  <wingo@pobox.com>
14342
14343         * gst/videoscale/gstvideoscale.c:
14344         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14345         from BaseTransform, implements a transform_caps. Removed dead code
14346         including some PAR stuff that was never reached -- should probably
14347         be added back somehow.
14348
14349 2005-07-01  Andy Wingo  <wingo@pobox.com>
14350
14351         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14352         come later.
14353
14354 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14355
14356         * configure.ac:
14357         * docs/libs/Makefile.am:
14358         * docs/libs/gst-plugins-libs.types:
14359         * ext/alsa/Makefile.am:
14360         * ext/alsa/gstalsamixer.h:
14361         * ext/alsa/gstalsamixeroptions.h:
14362         * ext/alsa/gstalsamixertrack.h:
14363         * gst-libs/gst/Makefile.am:
14364         * gst-libs/gst/colorbalance/.cvsignore:
14365         * gst-libs/gst/colorbalance/Makefile.am:
14366         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14367         * gst-libs/gst/colorbalance/colorbalance.c:
14368         * gst-libs/gst/colorbalance/colorbalance.h:
14369         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14370         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14371         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14372         * gst-libs/gst/interfaces/Makefile.am:
14373         * gst-libs/gst/interfaces/colorbalance.c:
14374         (gst_color_balance_class_init):
14375         * gst-libs/gst/interfaces/colorbalance.h:
14376         * gst-libs/gst/interfaces/interfaces-marshal.list:
14377         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14378         * gst-libs/gst/interfaces/mixer.h:
14379         * gst-libs/gst/interfaces/mixeroptions.h:
14380         * gst-libs/gst/interfaces/navigation.c:
14381         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14382         * gst-libs/gst/interfaces/tuner.h:
14383         * gst/volume/Makefile.am:
14384         * gst/volume/gstvolume.c:
14385         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14386         * sys/ximage/Makefile.am:
14387         * sys/ximage/ximagesink.c:
14388         * sys/xvimage/Makefile.am:
14389         * sys/xvimage/xvimagesink.c:
14390           fold in all interfaces into an interfaces dir, preserving CVS
14391           history
14392
14393 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14394
14395         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14396           Fix build after riff changes.
14397
14398 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14399
14400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14401         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14402         (gst_riff_create_video_template_caps),
14403         (gst_riff_create_audio_template_caps),
14404         (gst_riff_create_iavs_template_caps):
14405         * gst-libs/gst/riff/riff-media.h:
14406         * gst-libs/gst/riff/riff-read.h:
14407         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14408           Add gst_riff_init() to initialize the debug category, instead
14409           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14410
14411 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14412
14413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14414           Oops, I shouldn't apply hacks.
14415
14416 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14417
14418         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14419           Remove pad_loop function which doesn't work.
14420
14421 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14422
14423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14424           Send EOS when deactivating.
14425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14426         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14427         (gen_preroll_element), (probe_triggered), (mute_stream),
14428         (silence_stream), (new_decoded_pad), (setup_substreams),
14429         (set_active_source):
14430         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14431         (remove_sinks), (add_sink):
14432         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14433           Change for new probe API.
14434
14435 2005-06-29  Wim Taymans  <wim@fluendo.com>
14436
14437         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14438         * gst-libs/gst/audio/gstbaseaudiosink.c:
14439         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14440         (gst_baseaudiosink_change_state):
14441         * gst-libs/gst/audio/gstbaseaudiosink.h:
14442         * gst-libs/gst/audio/gstringbuffer.c:
14443         (gst_ringbuffer_set_callback):
14444         Fix compilation error.
14445         Ringbuffer starts out as not running.
14446         Free our clock in dispose.
14447         When releasing the ringbuffer we need to renegotiate so
14448         clear the pad caps.
14449
14450 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14451
14452         * autogen.sh:
14453         * configure.ac:
14454         * docs/Makefile.am:
14455         * docs/libs/Makefile.am:
14456         * docs/libs/gst-plugins-libs-docs.sgml:
14457         * docs/libs/gst-plugins-libs-sections.txt:
14458         * docs/libs/gst-plugins-libs.types:
14459         * docs/libs/tmpl/gstaudio.sgml:
14460         * docs/libs/tmpl/gstcolorbalance.sgml:
14461         * docs/libs/tmpl/gstringbuffer.sgml:
14462         * gst-libs/gst/audio/gstringbuffer.c:
14463         (gst_ringbuffer_set_callback):
14464           reinstate gtk-doc docs for plugin libs
14465
14466 2005-06-28  Wim Taymans  <wim@fluendo.com>
14467
14468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14469         (gst_ogg_demux_init):
14470         Removed pad loop function.
14471
14472 2005-06-28  Wim Taymans  <wim@fluendo.com>
14473
14474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14475         If we're building a chain we are not in an error case
14476         when we queue a buffer.
14477
14478 2005-06-28  Andy Wingo  <wingo@pobox.com>
14479
14480         * *.c: Don't cast to GstObject before reffing/unreffing.
14481
14482 2005-06-27  Andy Wingo  <wingo@pobox.com>
14483
14484         * gst/videotestsrc/gstvideotestsrc.c
14485         (gst_videotestsrc_activate_push): Activation API changes.
14486
14487         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14488         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14489         they have refs on the decodebin.
14490
14491         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14492         parent class.
14493         (gst_ogg_pad_typefind): Don't leak a pad ref.
14494         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14495         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14496         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14497
14498 2005-06-27  Edward Hervey  <edward@fluendo.com>
14499
14500         * ext/theora/theoradec.c: (theora_dec_change_state): 
14501         re-arranged call to parent's state change in order to avoid locks (or
14502         worse).
14503
14504 2005-06-26  Edward Hervey  <edward@fluendo.com>
14505
14506         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14507         2nd argument of 'unknow-type' signal is a GstCaps and not a
14508         GstMiniObject
14509
14510 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14511         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14512           Set the worker thread's running flag to TRUE before starting the
14513           thread.
14514         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14515           Catch a failure to add typefind to the bin.
14516
14517 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14520         (gst_sinesrc_init), (gst_sinesrc_create),
14521         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14522         (gst_sinesrc_start):
14523         * gst/sine/gstsinesrc.h:
14524           add num-buffers and timestamp-offset properties
14525         * gst/videotestsrc/gstvideotestsrc.c:
14526         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14527         (gst_videotestsrc_get_property):
14528           add timestamp-offset property
14529
14530 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14531
14532         * configure.ac: add videorate
14533         * gst-plugins-base.spec.in: add videorate
14534
14535 2005-06-23  Wim Taymans  <wim@fluendo.com>
14536
14537         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14538         (gst_videorate_getcaps), (gst_videorate_setcaps),
14539         (gst_videorate_event), (gst_videorate_chain):
14540         Fixed videorate, fixating an already fixated caps is not
14541         an error.
14542
14543 2005-06-23  Wim Taymans  <wim@fluendo.com>
14544
14545         * ext/ogg/README:
14546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14547         Buffer on caps is not boxed anymore.
14548
14549 2005-06-22  Wim Taymans  <wim@fluendo.com>
14550
14551         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14553         Set buffers on caps as miniobjects and not as boxed.
14554
14555 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * configure.ac:
14558           back to HEAD
14559
14560 === release 0.9.1 ===
14561
14562 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14563
14564         * .cvsignore:
14565         * NEWS:
14566         * README:
14567         * RELEASE:
14568         * configure.ac:
14569         * po/af.po:
14570         * po/az.po:
14571         * po/cs.po:
14572         * po/en_GB.po:
14573         * po/hu.po:
14574         * po/it.po:
14575         * po/nb.po:
14576         * po/nl.po:
14577         * po/or.po:
14578         * po/sq.po:
14579         * po/sr.po:
14580         * po/sv.po:
14581         * po/uk.po:
14582         * po/vi.po:
14583           updates for release
14584
14585 2005-06-09  Andy Wingo  <wingo@pobox.com>
14586
14587         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14588         
14589 2005-06-09  Andy Wingo  <wingo@pobox.com>
14590
14591         * configure.ac:
14592         * gst-libs/gst/Makefile.am:
14593         * gst-libs/gst/net/Makefile.am:
14594         Add gstnet to build.
14595
14596 2005-06-09  Andy Wingo  <wingo@pobox.com>
14597
14598         * gst-libs/gst/gconf/gconf.c:
14599         * gst/playback/test.c:
14600         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14601         fixes.
14602
14603         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14604
14605         * ext/theora/theoraenc.c (theora_enc_chain): 
14606         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14607
14608         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14609         RealPad.
14610
14611 2005-06-02  Wim Taymans  <wim@fluendo.com>
14612
14613         * gst-libs/gst/net/Makefile.am:
14614         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14615         * pkgconfig/gstreamer-libs.pc.in:
14616         Added net stuff, version net lib.
14617
14618 2005-06-02  Wim Taymans  <wim@fluendo.com>
14619
14620         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14621         (query_rates), (query_positions_elems), (query_positions_pads),
14622         (do_seek):
14623         Updated seek example.
14624
14625 2005-06-02  Andy Wingo  <wingo@pobox.com>
14626
14627         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14628         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14629         list.
14630
14631         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14632         remove the typefind, the bin dispose will do it for us. When it's
14633         removed and unreffed, the signal handler will be disconnected,
14634         too.
14635         (unlinked): It's too difficult to disconnect from unlinked
14636         handlers, as they are on pads not elements. Just punt if the pads
14637         aren't grandkids of the bin.
14638
14639 2005-06-02  Wim Taymans  <wim@fluendo.com>
14640
14641         * ext/ogg/README:
14642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14643         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14645         * ext/theora/theoradec.c: (theora_dec_src_query),
14646         (theora_handle_data_packet):
14647         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14648         (theora_enc_chain):
14649         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14650         (vorbis_handle_data_packet):
14651         * gst/audioconvert/bufferframesconvert.c:
14652         (buffer_frames_convert_chain):
14653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14654         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14655         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14656         (gst_ffmpegcsp_chain):
14657         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14658         (gst_videorate_getcaps), (gst_videorate_setcaps),
14659         (gst_videorate_event), (gst_videorate_chain):
14660         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14661         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14662         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14663         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14664         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14665         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14666         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14667         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14668         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14669         Cleanups and buffer alloc.
14670
14671 2005-05-31  Wim Taymans  <wim@fluendo.com>
14672
14673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14674         Don't try to call the delay method when the device is not
14675         opened.
14676
14677 2005-05-31  Wim Taymans  <wim@fluendo.com>
14678
14679         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14680         Get actual segment size and buffer size after opening
14681         the device.
14682
14683 2005-05-30  Wim Taymans  <wim@fluendo.com>
14684
14685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14686         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14687         Also FLUSH upstream, makes the loop function exit faster.
14688         
14689         * ext/theora/theoradec.c: (theora_dec_src_query):
14690         Some more debug info in the query.
14691         
14692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14693         (gst_ximagesink_setcaps):
14694         Release lock on par error, better error reporting.
14695
14696 2005-05-26  Wim Taymans  <wim@fluendo.com>
14697
14698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14699         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14700         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14701         Clear chains in READY
14702         Queue packets until the chain is activated.
14703
14704 2005-05-25  Wim Taymans  <wim@fluendo.com>
14705
14706         * gst-libs/gst/audio/gstaudiosink.c:
14707         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14708         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14709         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14710         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14711         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14712         (gst_audiosink_create_ringbuffer):
14713         * gst-libs/gst/audio/gstbaseaudiosink.c:
14714         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14715         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14716         (gst_baseaudiosink_set_property), (build_linear_format),
14717         (debug_spec_caps), (debug_spec_buffer),
14718         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14719         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14720         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14721         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14723         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14724         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14725         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14726         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14727         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14728         (wait_segment), (gst_ringbuffer_commit),
14729         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14730         (gst_ringbuffer_clear):
14731         Various small cleanups.
14732
14733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14734         (gst_audio_convert_change_state):
14735         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14736         No need to take the locks anymore.
14737
14738 2005-05-25  Wim Taymans  <wim@fluendo.com>
14739
14740         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14741         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14742         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14743         (type_found):
14744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14745         (group_destroy), (group_commit), (queue_overrun),
14746         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14747         (mute_stream), (new_decoded_pad), (setup_substreams),
14748         (setup_source), (mute_group_type), (set_active_source),
14749         (gst_play_base_bin_change_state):
14750         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14751         (gen_video_element), (gen_text_element), (gen_audio_element),
14752         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14753         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14754         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14755         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14756         Some playbin cleanups mostly refcounting sloppyness.
14757
14758 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14759
14760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14761           Work with streaming input.
14762
14763 2005-05-25  Wim Taymans  <wim@fluendo.com>
14764
14765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14766         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14767         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14768         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14769         No need to take the STREAM lock anymore.
14770
14771 2005-05-25  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14774         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14775         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14776         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14777         (gst_ogg_demux_sink_activate):
14778         * ext/theora/theoradec.c: (theora_dec_src_event),
14779         (theora_handle_comment_packet), (theora_dec_chain),
14780         (theora_dec_change_state):
14781         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14782         (vorbis_handle_data_packet), (vorbis_dec_chain),
14783         (vorbis_dec_change_state):
14784         Remove STREAM locks as they are taken in core now.
14785         Never set bogus granulepos on vorbis/theora.
14786         Fix leaks in theoradec tag parsing.
14787
14788 2005-05-25  Wim Taymans  <wim@fluendo.com>
14789
14790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14791         Fix memleaks, GST_BUFFER_DATA() is not freed.
14792
14793 2005-05-25  Wim Taymans  <wim@fluendo.com>
14794
14795         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14796         Open non-blocking, set to blocking mode afterwards to avoid
14797         lockups when audio device is busy.
14798
14799 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14800
14801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14802           This can't be good.
14803
14804 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14805
14806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14807         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14808         (gst_audio_convert_setcaps):
14809           Implement instant setup switching.
14810
14811 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14812
14813         * gst/playback/gstplaybasebin.c: (probe_triggered):
14814           Fix missing unlock.
14815         * gst/playback/gstplaybin.c: (add_sink):
14816           First add, then link (otherwise pad link fails).
14817
14818 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14819
14820         * examples/Makefile.am:
14821         fix buildbot (make distcheck)
14822
14823 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14824
14825         * gst/playback/gstplaybin.c: (gen_vis_element):
14826           Remove some wrong code. Doesn't work yet.
14827
14828 2005-05-19  Wim Taymans  <wim@fluendo.com>
14829
14830         * gst-libs/gst/net/Makefile.am:
14831         * gst-libs/gst/net/README:
14832         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14833         (gst_netbuffer_class_init), (gst_netbuffer_init),
14834         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14835         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14836         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14837         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14838         * gst-libs/gst/net/gstnetbuffer.h:
14839         Added buffer subclass to store extra to/from addresses for
14840         network sources/sinks.
14841
14842 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14843
14844         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14845           Don't lock an unassigned variable.
14846
14847 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14848
14849         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14850           Increase buffer for video, decrease buffer for other media types.
14851         * gst/playback/gstplaybin.c: (gen_video_element),
14852         (gen_audio_element):
14853           Change names for debugging purposes.
14854
14855 2005-05-18  Wim Taymans  <wim@fluendo.com>
14856
14857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14860         (gst_ffmpegcsp_chain):
14861         Enable buffer alloc passthrough if the source and dest
14862         formats are the same.
14863
14864 2005-05-17  Wim Taymans  <wim@fluendo.com>
14865
14866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14867         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14868         (gst_ogg_demux_chain_unlocked):
14869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14870         (gst_audio_convert_caps_remove_format_info),
14871         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14872         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14874         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14875         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14876         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14877         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14878         (gst_ffmpegcsp_get_property):
14879         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14880         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14881         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14882         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14883         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14884         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14885         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14886         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14887         Leak fixes in oggdemux.
14888         Some cleanups in audioconvert.
14889         Make passthrough work along with buffer_alloc etc.
14890         Make buffer_alloc and buffer recycling actually work in
14891         xvimagesink.
14892
14893 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14894
14895         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14896           make the compiler happy
14897
14898 2005-05-17  Wim Taymans  <wim@fluendo.com>
14899
14900         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14901         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14902         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14903         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14905         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14906         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14907         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14908         (gst_xvimagesink_set_xwindow_id):
14909         * sys/xvimage/xvimagesink.h:
14910         Port xvimagesink to new MiniObject.
14911
14912 2005-05-17  Wim Taymans  <wim@fluendo.com>
14913
14914         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14915         (gst_audiofilter_chain):
14916         * gst-libs/gst/audio/gstaudiosink.c:
14917         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14918         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14919         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14920         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14921         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14922         (gst_audiosink_create_ringbuffer):
14923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14924         (gst_audio_convert_caps_remove_format_info),
14925         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14926         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14928         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14929         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14930         Fix passthrough in ffmpegcolorspace.
14931         Fix memset in audiosink on wrong memory.
14932
14933 2005-05-16  David Schleef  <ds@schleef.org>
14934
14935         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14936         to GstMiniObject.
14937
14938 2005-05-16  David Schleef  <ds@schleef.org>
14939
14940         Port from GstData to GstMiniObject.
14941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14943         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14944         (gst_ogg_mux_collected):
14945         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14946         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14947         (theora_handle_data_packet):
14948         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14949         (theora_set_header_on_caps), (theora_enc_chain):
14950         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14951         (vorbis_handle_comment_packet):
14952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14953         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14954         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14955         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14956         * gst/audioconvert/gstaudioconvert.c:
14957         (gst_audio_convert_get_buffer):
14958         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14959         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14960         (mute_stream), (silence_stream):
14961         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14962         * gst/volume/gstvolume.c: (volume_transform):
14963         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14964         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14965         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14966         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14967         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14968         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14969         (gst_ximagesink_buffer_alloc):
14970         * sys/ximage/ximagesink.h:
14971
14972 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14973
14974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14975         (fill_buffer), (check_queue), (queue_threshold_reached),
14976         (queue_out_of_data):
14977         * gst/playback/gstplaybasebin.h:
14978           Post buffer-fullness on the bus.
14979
14980 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14981
14982         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14983         (try_to_link_1):
14984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14985         (group_commit), (probe_triggered), (setup_source),
14986         (gst_play_base_bin_change_state):
14987         * gst/playback/gstplaybasebin.h:
14988         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14989         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14990         (gst_play_bin_change_state):
14991           Move setup_output_pads into a virtual function, remove
14992           group-switch (no longer needed) and redirect (handled by bus
14993           now) signals.
14994
14995 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14996
14997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14998         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14999         (get_active_group), (get_building_group), (group_destroy),
15000         (group_commit), (check_queue), (queue_overrun),
15001         (queue_threshold_reached), (queue_out_of_data),
15002         (gen_preroll_element), (remove_groups), (unknown_type),
15003         (add_element_stream), (no_more_pads), (probe_triggered),
15004         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15005         (setup_substreams), (setup_source), (finish_source),
15006         (prepare_output), (muted_group_change_state),
15007         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15008         (gst_play_base_bin_change_state):
15009         * gst/playback/gstplaybasebin.h:
15010         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15011         (gst_play_bin_init), (gst_play_bin_set_property),
15012         (gen_video_element), (gen_text_element), (gen_audio_element),
15013         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15014         (gst_play_bin_change_state):
15015         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15016         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15017         (stream_info_change_state), (gst_stream_info_set_mute),
15018         (gst_stream_info_get_property):
15019         * gst/playback/gststreaminfo.h:
15020         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15021         (gst_stream_selector_get_linked_pad),
15022         (gst_stream_selector_getcaps),
15023         (gst_stream_selector_get_linked_pads),
15024         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15025         * gst/playback/gststreamselector.h:
15026           Rough port of playbin. Needs some more work, but is mostly done,
15027           and uses a few locks in important places, which should make stuff
15028           like chain-switches clean. Still uses GST_STATE() in a few places,
15029           which isn't all that good an idea, subtitles/elements disabled
15030           because no elements to test with and thus probably broken, query
15031           and event handling moved to GstBin, internal thread removed
15032           alltogether because the pipeline does that for us now. Can play
15033           Ogg/Vorbis files. Haven't tested anything else yet.
15034
15035 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15036
15037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15038           Do no-more-pads (needed for autoplugging).
15039
15040 2005-05-10  Andy Wingo  <wingo@pobox.com>
15041
15042         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15043         message to the bus with the tags. Still not sent downstream tho.
15044
15045         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15046         get_parent.
15047         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15048         avoid refcounting hassles.
15049
15050 2005-05-09  Andy Wingo  <wingo@pobox.com>
15051
15052         * gst/volume/Makefile.am:
15053         * gst/volume/demo.c
15054         * gst/volume/gstvolume.h
15055         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15056         basetransform. Probably need an audio filter base class.
15057
15058 2005-05-09  Wim Taymans  <wim@fluendo.com>
15059
15060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15061         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15062         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15063         (gst_vorbisenc_chain):
15064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15065         (gst_audio_convert_caps_remove_format_info),
15066         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15067         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15068         Make caps writable before writing to it.
15069         Fix negotiation in audioconvert some more.
15070
15071 2005-05-09  Wim Taymans  <wim@fluendo.com>
15072
15073         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15074         (gst_videorate_getcaps), (gst_videorate_setcaps),
15075         (gst_videorate_event), (gst_videorate_chain):
15076         Better negotiation.
15077
15078 2005-05-09  Wim Taymans  <wim@fluendo.com>
15079
15080         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15081         (gst_videorate_getcaps), (gst_videorate_setcaps),
15082         (gst_videorate_blank_data), (gst_videorate_init),
15083         (gst_videorate_event), (gst_videorate_chain),
15084         (gst_videorate_change_state):
15085         Port videorate, do a better job at negotiation while we're at
15086         it.
15087
15088 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15089
15090         * configure.ac:
15091           Disable libvisual
15092
15093         * examples/Makefile.am:
15094         * gst-libs/gst/audio/Makefile.am:
15095         * gst-libs/gst/riff/Makefile.am:
15096         * gst-libs/gst/tag/Makefile.am:
15097         * gst-libs/gst/video/Makefile.am:
15098           Fixups for missing variables.
15099
15100 2005-05-09  Wim Taymans  <wim@fluendo.com>
15101
15102         * examples/seeking/seek.c: (make_theora_pipeline),
15103         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15104         (query_rates), (query_positions_elems), (query_positions_pads),
15105         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15107         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15108         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15109         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15110         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15112         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15113         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15114         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15115         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15116         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15117         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15118         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15119         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15120         (theora_dec_src_convert), (theora_dec_sink_convert),
15121         (theora_dec_src_query), (theora_dec_sink_query),
15122         (theora_dec_src_event), (theora_dec_sink_event),
15123         (theora_handle_comment_packet), (theora_handle_type_packet),
15124         (theora_handle_header_packet), (theora_handle_data_packet),
15125         (theora_dec_chain):
15126         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15127         (vorbis_dec_convert), (vorbis_dec_src_query),
15128         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15129         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15130         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15131         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15133         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15134         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15135         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15136         (gst_play_bin_query):
15137         * gst/playback/test3.c: (update_scale):
15138         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15139         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15140         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15141         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15142         (gst_videotestsrc_src_query):
15143         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15144         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15145         (paint_hline_YUV9):
15146         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15147         Port to new query API.
15148         Updated seek.
15149         Cleanups in x[v]imagesink
15150
15151 2005-05-09  Andy Wingo  <wingo@pobox.com>
15152
15153         * ext/alsa/gstalsasink.h:
15154         * ext/gnomevfs/gstgnomevfssrc.c:
15155         (gst_gnomevfssrc_get_icy_metadata):
15156         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15157         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15158         * ext/theora/theoradec.c (theora_dec_src_query)
15159         (theora_dec_src_event, theora_dec_sink_event)
15160         (theora_handle_comment_packet, theora_handle_data_packet):
15161         * ext/theora/theoraenc.c (theora_enc_chain):
15162         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15163         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15164         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15165         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15166         (qt_type_find):
15167         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15168         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15169         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15170         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15171         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15172         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15173         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15174         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15175         (paint_setup_RGB565, paint_setup_xRGB1555):
15176         * gst/videotestsrc/videotestsrc.h:
15177         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15178         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15179         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15180         GCC4 fixes.
15181         
15182         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15183         gst_pad_query_position. Fixes oggdemux.
15184
15185 2005-05-08  David Schleef  <ds@schleef.org>
15186
15187         * configure.ac: Require liboil.
15188         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15189         a few more.
15190         * gst/videotestsrc/videotestsrc.c:
15191         * gst/videotestsrc/videotestsrc.h:
15192
15193 2005-05-06  Wim Taymans  <wim@fluendo.com>
15194
15195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15196         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15197         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15198         Well, unreffing a buffer right before pushing it is asking
15199         for trouble..
15200
15201 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15202
15203         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15204
15205 2005-05-06  Wim Taymans  <wim@fluendo.com>
15206
15207         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15208         (gst_audio_convert_caps_remove_format_info),
15209         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15210         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15212         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15213         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15214         * gst/sine/Makefile.am:
15215         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15216         (gst_sinesrc_class_init), (gst_sinesrc_init),
15217         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15218         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15219         (gst_sinesrc_update_freq):
15220         * gst/sine/gstsinesrc.h:
15221         * gst/tcp/gstmultifdsink.c:
15222         * sys/xvimage/xvimagesink.c:
15223         Fixed negotiation wrt _peer_get_caps()
15224         Some cleanups.
15225
15226
15227 2005-05-06  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst-libs/gst/audio/gstaudiosink.c:
15230         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15231         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15232         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15233         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15234         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15235         (gst_audiosink_create_ringbuffer):
15236         * gst-libs/gst/audio/gstbaseaudiosink.c:
15237         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15238         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15239         (gst_baseaudiosink_set_property), (build_linear_format),
15240         (debug_spec_caps), (debug_spec_buffer),
15241         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15242         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15243         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15244         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15245         * gst-libs/gst/audio/gstbaseaudiosink.h:
15246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15247         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15248         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15249         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15250         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15251         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15252         (wait_segment), (gst_ringbuffer_commit),
15253         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15254         (gst_ringbuffer_clear):
15255         * gst-libs/gst/audio/gstringbuffer.h:
15256         Make the base audiosink return an error when there is no
15257         audiobuffer negotiated.
15258
15259 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15260
15261         * ext/Makefile.am:
15262         Disable cdparanoia until someone ports it!
15263
15264 2005-05-06  Wim Taymans  <wim@fluendo.com>
15265
15266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15267         (gst_ogg_demux_sink_activate):
15268         And revert after wingo's revert.. sigh..
15269
15270 2005-05-05  Andy Wingo  <wingo@pobox.com>
15271
15272         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15273         GObject.
15274         * configure.ac: Return audiorate and subparse from the ghetto.
15275         Re-enable -Wall -Werror.
15276         * gst/subparse/gstsubparse.c:
15277         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15278         or chain-based. Cleaned up a bit. Not tested.
15279         
15280 2005-05-05  Christian Schaller <christian@fluendo.com> 
15281
15282         * Makefile.am: remove stuff that is not building
15283         * configure.ac: remove stuff that is not building
15284         * examples/Makefile.am: remove stuff that is not building
15285         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15286         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15287         * sys/Makefile.am: remove stuff that is not building
15288         * testsuite/Makefile.am: remove stuff that is not building
15289
15290 2005-05-05  Andy Wingo  <wingo@pobox.com>
15291
15292         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15293         * gst-libs/gst/tag/gstvorbistag.c:
15294         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15295         * gst/adder/gstadder.h:
15296         * gst/audioconvert/gstchannelmix.c:
15297         (gst_audio_convert_fill_one_other):
15298         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15299         (gst_audiorate_init), (gst_audiorate_chain):
15300         * gst/playback/gstplaybasebin.c: (setup_source):
15301         * gst/playback/test3.c: (update_scale):
15302         Some GCC4 fixes
15303         
15304         * po/af.po:
15305         * po/az.po:
15306         * po/cs.po:
15307         * po/en_GB.po:
15308         * po/hu.po:
15309         * po/it.po:
15310         * po/nb.po:
15311         * po/nl.po:
15312         * po/or.po:
15313         * po/sq.po:
15314         * po/sr.po:
15315         * po/sv.po:
15316         * po/uk.po:
15317         * po/vi.po: Foo
15318
15319 2005-05-05  Wim Taymans  <wim@fluendo.com>
15320
15321         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15322         (gst_audio_convert_caps_remove_format_info),
15323         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15324         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15325         * gst/videotestsrc/gstvideotestsrc.c:
15326         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15327         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15328         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15329         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15330         Don't ignore _push() return values.
15331         Make sure no processing is done when shutting down.
15332         Videotestsrc pad activation fix.
15333
15334 2005-05-05  Wim Taymans  <wim@fluendo.com>
15335
15336         * gst/adder/Makefile.am:
15337         * gst/adder/gstadder.c: (gst_adder_setcaps),
15338         (gst_adder_class_init), (gst_adder_init),
15339         (gst_adder_request_new_pad), (gst_adder_collected),
15340         (gst_adder_change_state):
15341         * gst/adder/gstadder.h:
15342         Ported adder as an example of a mixer element using
15343         collect pads. Needs more negotiation work.
15344
15345 2005-05-05  Wim Taymans  <wim@fluendo.com>
15346
15347         * ext/theora/theoradec.c: (_inc_granulepos),
15348         (theora_dec_src_event), (theora_dec_sink_event),
15349         (theora_handle_comment_packet), (theora_handle_type_packet),
15350         (theora_handle_header_packet), (theora_handle_data_packet),
15351         (theora_dec_chain):
15352         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15353         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15354         (theora_push_buffer), (theora_push_packet),
15355         (theora_enc_sink_event), (theora_enc_chain),
15356         (theora_enc_change_state), (theora_enc_set_property),
15357         (theora_enc_get_property):
15358         Added stream lock to decoder so that we can serialize
15359         the discont event.
15360         More theoraenc porting, recover from errors, do clean
15361         shutdown.
15362
15363 2005-05-05  Wim Taymans  <wim@fluendo.com>
15364
15365         * ext/ogg/Makefile.am:
15366         * ext/ogg/README:
15367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15368         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15369         (gst_ogg_print):
15370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15371         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15372         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15373         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15374         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15375         (gst_ogg_mux_change_state):
15376         Ported ogg muxer.
15377
15378 2005-05-05  Wim Taymans  <wim@fluendo.com>
15379
15380         * docs/design-audiosinks.txt:
15381         * gst-libs/gst/audio/TODO:
15382         * gst-libs/gst/audio/gstaudiosink.c:
15383         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15384         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15385         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15386         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15387         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15388         (gst_audiosink_create_ringbuffer):
15389         * gst-libs/gst/audio/gstbaseaudiosink.c:
15390         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15391         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15392         (gst_baseaudiosink_set_property), (build_linear_format),
15393         (debug_spec_caps), (debug_spec_buffer),
15394         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15395         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15396         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15397         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15399         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15400         (gst_ringbuffer_release), (gst_ringbuffer_play),
15401         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15402         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15403         (gst_ringbuffer_set_sample), (wait_segment),
15404         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15405         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15406         More work on the audiosink, mostly debugging and a race in
15407         shutdown.
15408
15409 2005-04-28  Wim Taymans  <wim@fluendo.com>
15410
15411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15412         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15413         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15414         (vorbis_dec_src_query), (vorbis_dec_src_event),
15415         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15416         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15417         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15418         Don't crap out when seeking back to position 0.
15419
15420 2005-04-28  Wim Taymans  <wim@fluendo.com>
15421
15422         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15423         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15424         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15425         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15426         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15427         Make audio sink configurable, use alsasink as default.
15428
15429 2005-04-28  Wim Taymans  <wim@fluendo.com>
15430
15431         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15432         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15433         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15434         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15435         (vorbis_dec_change_state):
15436         * ext/vorbis/vorbisdec.h:
15437         Refactor, use STREAM_LOCK.
15438
15439 2005-04-28  Wim Taymans  <wim@fluendo.com>
15440
15441         * ext/theora/theoradec.c: (_inc_granulepos),
15442         (theora_dec_sink_event), (theora_handle_comment_packet),
15443         (theora_handle_type_packet), (theora_handle_header_packet),
15444         (theora_handle_data_packet), (theora_dec_chain),
15445         (theora_dec_change_state):
15446         Refactor a bit, use STREAM_LOCK.
15447
15448 2005-04-28  Wim Taymans  <wim@fluendo.com>
15449
15450         * ext/alsa/Makefile.am:
15451         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15452         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15453         (gst_alsa_link), (gst_alsa_close_audio):
15454         * ext/alsa/gstalsaplugin.c: (plugin_init):
15455         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15456         (gst_alsasink_dispose), (gst_alsasink_base_init),
15457         (gst_alsasink_class_init), (gst_alsasink_init),
15458         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15459         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15460         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15461         (gst_alsasink_reset):
15462         * ext/alsa/gstalsasink.h:
15463         Implement alsasink with simple open/write/close API. 
15464         Make alsa dir build by disabling compilation of code.
15465
15466 2005-04-28  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst-libs/gst/audio/Makefile.am:
15469         * gst-libs/gst/audio/audio.h:
15470         * gst-libs/gst/audio/audioclock.c:
15471         * gst-libs/gst/audio/audioclock.h:
15472         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15473         (gst_audio_clock_class_init), (gst_audio_clock_init),
15474         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15475         * gst-libs/gst/audio/gstaudioclock.h:
15476         * gst-libs/gst/audio/gstaudiosink.c:
15477         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15478         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15479         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15480         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15481         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15482         (gst_audiosink_create_ringbuffer):
15483         * gst-libs/gst/audio/gstbaseaudiosink.c:
15484         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15485         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15486         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15487         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15488         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15489         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15490         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15491         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15492         * gst-libs/gst/audio/gstbaseaudiosink.h:
15493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15494         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15495         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15496         (gst_ringbuffer_release), (gst_ringbuffer_play),
15497         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15498         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15499         (gst_ringbuffer_set_sample), (wait_segment),
15500         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15501         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15502         * gst-libs/gst/audio/gstringbuffer.h:
15503         Make ringbuffer faster and more simple by removing the locks
15504         in the playback thread.
15505         Add sample accurate playback based on buffer sample offsets.
15506         Make the baseaudiosink provide a clock.
15507         Parse caps in the base class.
15508         Correctly handle seeking, flushing and state changes.
15509
15510 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * configure.ac:
15513         * gst/audioconvert/Makefile.am:
15514         * gst/audioscale/Makefile.am:
15515           Fix part of the build.  Come on guys, autogen didn't even work :)
15516
15517 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15518
15519         * configure.ac:
15520         * gst-libs/gst/Makefile.am:
15521         * gst-libs/gst/media-info/.cvsignore:
15522         * gst-libs/gst/media-info/Makefile.am:
15523         * gst-libs/gst/media-info/README:
15524         * gst-libs/gst/media-info/media-info-priv.c:
15525         * gst-libs/gst/media-info/media-info-priv.h:
15526         * gst-libs/gst/media-info/media-info-test.c:
15527         * gst-libs/gst/media-info/media-info.c:
15528         * gst-libs/gst/media-info/media-info.h:
15529         * gst-libs/gst/media-info/media-info.vcproj:
15530         * pkgconfig/Makefile.am:
15531         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15532         * pkgconfig/gstreamer-media-info.pc.in:
15533           Remove media-info, which is also successed by playbin (see Totem
15534           implementation).
15535
15536 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15537
15538         * configure.ac:
15539         * examples/Makefile.am:
15540         * examples/gstplay/.cvsignore:
15541         * examples/gstplay/Makefile.am:
15542         * examples/gstplay/player.c:
15543         * gst-libs/gst/Makefile.am:
15544         * gst-libs/gst/play/.cvsignore:
15545         * gst-libs/gst/play/Makefile.am:
15546         * gst-libs/gst/play/play.c:
15547         * gst-libs/gst/play/play.h:
15548         * gst-libs/gst/play/play.vcproj:
15549         * pkgconfig/Makefile.am:
15550         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15551         * pkgconfig/gstreamer-play.pc.in:
15552           Remove libgstplay, playbin is now the official successor.
15553
15554 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15555
15556         * configure.ac:
15557         * gst-libs/gst/Makefile.am:
15558         * gst-libs/gst/xwindowlistener/Makefile.am:
15559         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15560         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15561           Remove deprecated xwindowlistener (I've moved xwindowlistening
15562           in the v4l/v4l2 plugins over to serverside).
15563
15564 2005-04-25  David Schleef  <ds@schleef.org>
15565
15566         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15567         to examples/dynparams.  Examples do not belong interspersed with
15568         source code.
15569         * examples/dynparams/demo-dparams.c:
15570         * gst/sine/Makefile.am:
15571         * gst/sine/demo-dparams.c:
15572
15573 2005-04-25  David Schleef  <ds@schleef.org>
15574
15575         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15576         * gst-libs/gst/audio/Makefile.am:
15577         * gst-libs/gst/riff/Makefile.am:
15578         * gst-libs/gst/tag/Makefile.am:
15579         * gst-libs/gst/video/Makefile.am:
15580         * gst-libs/gst/xwindowlistener/Makefile.am:
15581
15582         Convert to 0.9 API, seems to work:
15583         * sys/ximage/Makefile.am:
15584         * sys/ximage/ximagesink.c:
15585
15586 2005-04-24  David Schleef  <ds@schleef.org>
15587
15588         Link plugins against libraries:
15589         * ext/alsa/Makefile.am:
15590         * gst/tcp/Makefile.am:
15591
15592         Remove asm code that should be in liboil
15593         * gst/videoscale/Makefile.am:
15594         * gst/videoscale/videoscale_x86_asm.s:
15595
15596         gettext wants these checked in:
15597         * po/af.po:
15598         * po/az.po:
15599         * po/cs.po:
15600         * po/en_GB.po:
15601         * po/hu.po:
15602         * po/it.po:
15603         * po/nb.po:
15604         * po/nl.po:
15605         * po/or.po:
15606         * po/sq.po:
15607         * po/sr.po:
15608         * po/sv.po:
15609         * po/uk.po:
15610         * po/vi.po:
15611
15612 2005-04-24  David Schleef  <ds@schleef.org>
15613
15614         Convert gst_main() to g_main_loop_run()
15615         * gst/playback/decodetest.c: (main):
15616         * gst/playback/test2.c: (main):
15617         * gst/playback/test3.c: (main):
15618         * gst/playback/test4.c: (main):
15619
15620         Link plugins against libraries:
15621         * ext/libvisual/Makefile.am:
15622         * sys/xvimage/Makefile.am:
15623
15624 2005-04-24  David Schleef  <ds@schleef.org>
15625
15626         * configure.ac: Remove idct and resample libs
15627         * gst-libs/gst/Makefile.am: same
15628
15629         Remove usage of gst_library_load():
15630         * ext/alsa/gstalsaplugin.c: (plugin_init):
15631         * ext/libvisual/visual.c: (plugin_init):
15632         * ext/ogg/gstogg.c: (plugin_init):
15633         * ext/theora/theora.c: (plugin_init):
15634         * ext/vorbis/vorbis.c: (plugin_init):
15635         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15636         * gst/audioscale/gstaudioscale.c:
15637         * gst/adder/gstadder.c: (plugin_init):
15638         * gst/audioconvert/plugin.c: (plugin_init):
15639         * sys/ximage/ximagesink.c: (plugin_init):
15640         * sys/xvimage/xvimagesink.c: (plugin_init):
15641         * gst/tcp/gsttcpplugin.c: (plugin_init):
15642
15643         Link plugins against libraries:
15644         * ext/ogg/Makefile.am:
15645         * ext/theora/Makefile.am:
15646         * ext/vorbis/Makefile.am:
15647         * gst/audioconvert/Makefile.am:
15648
15649         Create proper libraries:
15650         * gst-libs/gst/riff/Makefile.am:
15651         * gst-libs/gst/audio/Makefile.am:
15652         * gst-libs/gst/video/Makefile.am:
15653
15654         Move resample library to audioscale plugin directory:
15655         * gst-libs/gst/resample/Makefile.am:
15656         * gst-libs/gst/resample/README:
15657         * gst-libs/gst/resample/dtof.c:
15658         * gst-libs/gst/resample/dtos.c:
15659         * gst-libs/gst/resample/functable.c:
15660         * gst-libs/gst/resample/private.h:
15661         * gst-libs/gst/resample/resample.c:
15662         * gst-libs/gst/resample/resample.h:
15663         * gst-libs/gst/resample/resample.vcproj:
15664         * gst-libs/gst/resample/test.c:
15665         * gst/audioscale/Makefile.am:
15666         * gst/audioscale/README:
15667         * gst/audioscale/dtof.c:
15668         * gst/audioscale/dtos.c:
15669         * gst/audioscale/functable.c:
15670         * gst/audioscale/private.h:
15671         * gst/audioscale/resample.c:
15672         * gst/audioscale/resample.h:
15673         * gst/audioscale/test.c:
15674
15675         Move tagedit library to gst-libs:
15676         * gst-libs/gst/tag/Makefile.am:
15677         * gst-libs/gst/tag/gstid3tag.c:
15678         * gst-libs/gst/tag/gsttagediting.c:
15679         * gst-libs/gst/tag/gsttageditingprivate.h:
15680         * gst-libs/gst/tag/gstvorbistag.c:
15681         * gst/tags/Makefile.am:
15682         * gst/tags/gstid3tag.c:
15683         * gst/tags/gstvorbistag.c:
15684
15685         Fix for core changes:
15686         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15687         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15688         (gst_sinesrc_getrange):
15689
15690 2005-04-23  David Schleef  <ds@schleef.org>
15691
15692         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15693         in gst-plugins in a long time, and properly belongs in liboil.
15694         * gst-libs/gst/idct/Makefile.am:
15695         * gst-libs/gst/idct/README:
15696         * gst-libs/gst/idct/dct.h:
15697         * gst-libs/gst/idct/doieee:
15698         * gst-libs/gst/idct/fastintidct.c:
15699         * gst-libs/gst/idct/floatidct.c:
15700         * gst-libs/gst/idct/idct.c:
15701         * gst-libs/gst/idct/idct.h:
15702         * gst-libs/gst/idct/idtc.vcproj:
15703         * gst-libs/gst/idct/ieeetest.c:
15704         * gst-libs/gst/idct/intidct.c:
15705
15706 2005-04-20  Wim Taymans  <wim@fluendo.com>
15707
15708         * docs/design-audiosinks.txt:
15709         * gst-libs/gst/audio/Makefile.am:
15710         * gst-libs/gst/audio/TODO:
15711         * gst-libs/gst/audio/gstaudiosink.c:
15712         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15713         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15714         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15715         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15716         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15717         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15718         (gst_audiosink_class_init), (gst_audiosink_init),
15719         (gst_audiosink_create_ringbuffer):
15720         * gst-libs/gst/audio/gstaudiosink.h:
15721         * gst-libs/gst/audio/gstbaseaudiosink.c:
15722         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15723         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15724         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15725         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15726         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15727         (gst_baseaudiosink_create_ringbuffer),
15728         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15729         * gst-libs/gst/audio/gstbaseaudiosink.h:
15730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15731         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15732         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15733         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15734         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15735         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15736         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15737         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15738         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15739         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15740         * gst-libs/gst/audio/gstringbuffer.h:
15741         An attempt at a set of audio base classes together with some
15742         design docs.
15743
15744 2005-04-20  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst/audioconvert/Makefile.am:
15747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15748         (gst_audio_convert_caps_remove_format_info),
15749         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15750         (gst_audio_convert_channels):
15751         Link against audio libs.
15752         Fix audio convert plugin.
15753
15754 2005-04-20  Wim Taymans  <wim@fluendo.com>
15755
15756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15757         (gst_ogg_demux_sink_activate):
15758         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15759         (theora_set_header_on_caps), (theora_enc_sink_event),
15760         (theora_enc_chain):
15761         Fix theora encoder.
15762
15763 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15764
15765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15766         * gst/playback/gstdecodebin.c: (find_compatibles):
15767           Work with staticpadtemplates in elementfactories.
15768
15769 2005-04-12  Wim Taymans  <wim@fluendo.com>
15770
15771         * gst/playback/README:
15772         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15773         (compare_ranks), (print_feature), (gst_decode_bin_init),
15774         (dynamic_create), (dynamic_free), (find_compatibles),
15775         (mimetype_is_raw), (close_pad_link), (got_redirect),
15776         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15777         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15778         (gst_decode_bin_change_state):
15779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15780         (gst_play_base_bin_init), (group_destroy), (group_commit),
15781         (check_queue), (queue_overrun), (queue_threshold_reached),
15782         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15783         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15784         (got_redirect), (setup_source), (play_base_eos),
15785         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15786         (gst_play_base_bin_remove_element):
15787         * gst/playback/gstplaybasebin.h:
15788         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15789         (gst_play_bin_init), (gst_play_bin_dispose),
15790         (gst_play_bin_set_property), (gen_video_element),
15791         (gen_text_element), (gen_audio_element), (remove_sinks),
15792         (gst_play_bin_send_event):
15793         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15794         (stream_info_change_state), (gst_stream_info_set_mute):
15795         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15796         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15797         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15798         (gst_stream_selector_chain):
15799         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15800         (main):
15801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15802         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15803         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15804         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15805         Raw and crude port of decodebin. 
15806         Make playbin compile.
15807
15808 2005-04-06  Wim Taymans  <wim@fluendo.com>
15809
15810         * ext/gnomevfs/Makefile.am:
15811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15812         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15813         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15814         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15815         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15816         (gst_gnomevfssrc_stop):
15817         * ext/ogg/Makefile.am:
15818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15819         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15820         * ext/theora/Makefile.am:
15821         * ext/theora/theoradec.c: (_inc_granulepos),
15822         (theora_dec_sink_event), (theora_dec_chain):
15823         * ext/vorbis/Makefile.am:
15824         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15825         (vorbis_dec_sink_event), (vorbis_dec_chain):
15826         * gst-libs/gst/audio/Makefile.am:
15827         * sys/xvimage/Makefile.am:
15828         Make gnomevfssrc extend the source base class.
15829         Fix linking against libs in various plugins.
15830
15831 2005-04-06  Andy Wingo  <wingo@pobox.com>
15832
15833         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15834         GST_BASE_LIBS.
15835
15836         * configure.ac: Add check and AC_SUBST for libgstbase.
15837
15838 2005-03-31  Wim Taymans  <wim@fluendo.com>
15839
15840         * examples/seeking/Makefile.am:
15841         * examples/seeking/cdparanoia.c: (main):
15842         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15843         (play_cb), (pause_cb), (stop_cb), (main):
15844         * examples/seeking/playbin.c:
15845         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15846         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15847         (make_sid_pipeline), (make_vorbis_pipeline),
15848         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15849         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15850         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15851         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15852         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15853         (stop_cb), (main):
15854         * examples/seeking/spider_seek.c:
15855         * examples/seeking/vorbisfile.c:
15856         * ext/gnomevfs/Makefile.am:
15857         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15859         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15860         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15861         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15862         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15863         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15864         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15865         * ext/ogg/README:
15866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15867         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15868         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15869         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15870         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15871         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15872         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15873         (gst_ogg_demux_factory_filter), (compare_ranks),
15874         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15875         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15876         (gst_ogg_chain_new), (gst_ogg_chain_free),
15877         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15878         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15879         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15880         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15881         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15882         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15883         (gst_ogg_demux_get_prev_page),
15884         (gst_ogg_demux_deactivate_current_chain),
15885         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15886         (gst_ogg_demux_bisect_forward_serialno),
15887         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15888         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15889         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15890         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15891         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15892         (gst_ogg_demux_change_state), (gst_ogg_print):
15893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15894         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15895         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15896         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15897         (gst_ogg_mux_loop):
15898         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15899         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15900         (theora_dec_src_convert), (theora_dec_sink_convert),
15901         (theora_dec_src_query), (theora_dec_src_event),
15902         (theora_dec_sink_event), (theora_dec_chain),
15903         (theora_dec_change_state):
15904         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15905         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15906         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15907         (theora_enc_change_state):
15908         * ext/vorbis/Makefile.am:
15909         * ext/vorbis/oggvorbisenc.c:
15910         * ext/vorbis/oggvorbisenc.h:
15911         * ext/vorbis/vorbis.c: (plugin_init):
15912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15913         (vorbis_dec_src_query), (vorbis_dec_src_event),
15914         (vorbis_dec_sink_event), (vorbis_dec_chain),
15915         (vorbis_dec_change_state):
15916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15917         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15918         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15919         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15920         (gst_vorbisenc_change_state):
15921         * ext/vorbis/vorbisenc.h:
15922         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15923         * gst-libs/gst/audio/audioclock.c:
15924         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15925         (gst_audiofilter_init), (gst_audiofilter_chain):
15926         * gst-libs/gst/audio/testchannels.c: (main):
15927         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15928         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15929         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15930         (gmip_find_track_streaminfo), (gmip_find_track_format):
15931         * gst-libs/gst/media-info/media-info.c:
15932         (gst_media_info_read_idler):
15933         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15934         (gst_play_get_all_by_interface):
15935         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15936         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15937         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15938         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15939         (gst_riff_parse_info):
15940         * gst-libs/gst/riff/riff-read.h:
15941         * gst-libs/gst/riff/riff.c: (plugin_init):
15942         * gst-libs/gst/video/Makefile.am:
15943         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15944         (gst_videosink_class_init), (gst_videosink_get_type):
15945         * gst-libs/gst/video/videosink.h:
15946         * gst/audioconvert/bufferframesconvert.c:
15947         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15948         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15949         * gst/audioconvert/channelmixtest.c: (main):
15950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15951         (gst_audio_convert_chain),
15952         (gst_audio_convert_caps_remove_format_info),
15953         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15954         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15955         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15956         (gst_audio_convert_buffer_to_default_format),
15957         (gst_audio_convert_buffer_from_default_format),
15958         (gst_audio_convert_channels):
15959         * gst/audioconvert/gstchannelmix.h:
15960         * gst/ffmpegcolorspace/avcodec.h:
15961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15962         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15963         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15964         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15965         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15966         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15967         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15968         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15969         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15970         (dv_type_find):
15971         * gst/videotestsrc/gstvideotestsrc.c:
15972         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15973         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15974         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15975         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15976         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15977         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15978         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15980         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15981         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15982         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15983         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15984         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15985         (gst_xvimagesink_navigation_send_event),
15986         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15987         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15988         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15989         * sys/xvimage/xvimagesink.h:
15990         Plugin port to 0.9, ogg/theora playback should work in the seek
15991         example now.
15992         Removed old examples.
15993         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15994         explained in 0.9 TODO doc.
15995
15996
15997 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15998
15999         * autogen.sh:
16000         * configure.ac:
16001         * ext/Makefile.am:
16002         * gst/Makefile.am:
16003         * po/POTFILES.in:
16004         * po/af.po:
16005         * po/az.po:
16006         * po/cs.po:
16007         * po/en_GB.po:
16008         * po/hu.po:
16009         * po/it.po:
16010         * po/nb.po:
16011         * po/nl.po:
16012         * po/or.po:
16013         * po/sq.po:
16014         * po/sr.po:
16015         * po/sv.po:
16016         * po/uk.po:
16017         * po/vi.po:
16018         * sys/Makefile.am:
16019         * testsuite/Makefile.am:
16020           remove a whole bunch of plugins.  This module now contains a set
16021           of free reference plugins/elements as agreed.
16022
16023 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16024
16025         * configure.ac:
16026           hunting season on 0.9 is now OPEN
16027
16028 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16029
16030         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16031           Kick the hell out of gcc for not warning me about a symbol conflict.
16032
16033 2005-02-22  Luca Ognibene  <luogni@tin.it>
16034
16035         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16038           Don't leak caps string (fixes #168134)
16039
16040         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16041         (gst_jpegenc_init), (gst_jpegenc_finalize),
16042         (gst_jpegenc_change_state):
16043           Don't leak line buffers and context struct (fixes #168133).
16044
16045 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * configure.ac:
16048         * ext/dirac/gstdiracdec.cc:
16049         (gst_diracdec_chain):
16050           Since dirac 0.5.0 the framerate in dirac is expressed as a
16051           rational number. Fix build and up requirement to 0.5.0, and
16052           also pass parameters to gst_diracdec_link in the right order
16053           (fixes #167959).
16054
16055 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16056
16057         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16058         * ext/faad/gstfaad.h:
16059         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16060         certain invalid muxed streams, where some packets will contain 
16061         junk after decoder data. Partially fixes #149158.
16062
16063 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16064         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16065           Make sure we only write to writable buffers
16066
16067 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16068
16069         * gst-libs/gst/riff/riff-media.c:
16070         (gst_riff_create_audio_caps_with_data):
16071           Do actually fix invalid RIFF fmt header values for alaw
16072           and mulaw audio instead of just saying so.
16073
16074         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16075           Give gst_riff_create_audio_caps_with_data() a chance to
16076           fix up broken format header fields before extracting any
16077           parameters from the header. (fixes #167633)
16078
16079 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16080
16081         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         * gst/audioconvert/bufferframesconvert.c:
16084         (buffer_frames_convert_link):
16085           Don't leak othercaps. (fixes #167878)
16086
16087 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16088
16089         * configure.ac:
16090         * ext/libvisual/visual.c: (gst_visual_srclink),
16091         (gst_visual_change_state):
16092           Support libvisual 0.2.0.
16093
16094 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16098           Use same rowstrides for I420 as used everywhere else.
16099
16100 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16101
16102         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16103           Declare variables at beginning of block and make gcc-2.95 happy
16104           (fixes # 167482, patch by Gergely Nagy).
16105           
16106         * gst/tcp/gsttcpclientsrc.c:
16107         * gst/tcp/gsttcpclientsrc.h:
16108           Move some includes into the header, so that struct sockaddr_in is
16109           defined when it should be defined on FreeBSD as well (fixes
16110           #167483).
16111           
16112         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16113           Don't pass uninitialised values to setsockopt() here either.
16114
16115 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16116
16117         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16118
16119         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16120           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16121
16122 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16123
16124         * gst/playback/gstplaybin.c: (add_sink):
16125           Invert bin_add/link order to workaround deadlock in opt.
16126
16127 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16128
16129         * gst/modplug/gstmodplug.cc:
16130           Add missing break causing position queries to fail.
16131
16132 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16133
16134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16135           Granpos can apparently be -1, which screws up calculations...
16136
16137 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16138
16139         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16140         (gst_ximagesink_send_pending_navigation),
16141         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16142         (gst_ximagesink_init):
16143         * sys/ximage/ximagesink.h:
16144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16145         (gst_xvimagesink_send_pending_navigation),
16146         (gst_xvimagesink_navigation_send_event),
16147         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16148         * sys/xvimage/xvimagesink.h:
16149           Use a mutex protected list to marshal navigation
16150           events into the stream thread from whichever thread
16151           sends them.
16152
16153 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16156           Display current position and track length; misc. clean-ups.
16157           
16158         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16159         (speed_init), (speed_chain):
16160           Add query function, so that the stream length and current position
16161           get adjusted when queried (note that current position queries may
16162           still be wrong if the audio sink returns values based on buffer
16163           timestamps instead of passing on the query).
16164
16165 2005-02-13  Benjamin Otte  <otte@gnome.org>
16166
16167         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16168         (gst_audio_convert_channels):
16169           create channel conversion matrix when linking
16170         * gst/audioconvert/.cvsignore:
16171         * gst/audioconvert/Makefile.am:
16172         * gst/audioconvert/channelmixtest.c: (main):
16173           add (ugly) test that ensures stereo <=> mono conversion works
16174           correctly
16175
16176 2005-02-13  Benjamin Otte  <otte@gnome.org>
16177
16178         * gst/audioconvert/gstchannelmix.h:
16179           include missing header file
16180         * gst/audioconvert/gstchannelmix.c:
16181         (gst_audio_convert_fill_compatible):
16182           use same sign for both channels when converting to/from compatible
16183           channel. Previously used different signs made the signals cancel
16184           each other out and appear like silence. (fixes #167269)
16185
16186 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         * gst/ffmpegcolorspace/avcodec.h:
16189         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16190         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16191         (gst_ffmpegcsp_avpicture_fill):
16192         * gst/ffmpegcolorspace/imgconvert.c:
16193           Convert to and from YV12 (fixes #156379).
16194
16195 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16196
16197         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16198         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16199         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16200         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16201         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16202         methods from chain and negotiation and vice versa (Fixes #166142).
16203         * sys/ximage/ximagesink.h: Add stream_lock.
16204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16205         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16206         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16207         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16208
16209 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16212           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16213           error message when we can't open the DVD device (when dvdnav_open()
16214           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16215           the above). Send something more useful instead (fixes #167117).
16216
16217 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16218
16219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16220         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16221         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16222         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16223         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16224         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16225         methods from chain and negotiation and vice versa (Fixes #166142).
16226         Fix a possible bug of images in the buffer pool being discarded because
16227         we are looking at the wrong geometry.
16228         * sys/xvimage/xvimagesink.h: Add stream_lock.
16229
16230 2005-02-11  David Schleef  <ds@schleef.org>
16231
16232         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16233         unsigned int. (fixes #167128)
16234
16235 2005-02-11  David Schleef  <ds@schleef.org>
16236
16237         * gst/librfb/Makefile.am: Testing stuff before committing is
16238           for wimps... and people with fast machines.  Fix stupid
16239           mistake.
16240
16241 2005-02-11  David Schleef  <ds@schleef.org>
16242
16243         * configure.ac: Pull in librfb from my CVS tree, because it is
16244           too small and annoying to be separate.  Move rfbsrc plugin
16245           to gst/.
16246         * ext/Makefile.am:
16247         * ext/librfb/Makefile.am:
16248         * ext/librfb/gstrfbsrc.c:
16249         * gst/librfb/Makefile.am:
16250         * gst/librfb/gstrfbsrc.c:
16251         * gst/librfb/rfb.c:
16252         * gst/librfb/rfb.h:
16253         * gst/librfb/rfbbuffer.c:
16254         * gst/librfb/rfbbuffer.h:
16255         * gst/librfb/rfbbytestream.c:
16256         * gst/librfb/rfbbytestream.h:
16257         * gst/librfb/rfbcontext.h:
16258         * gst/librfb/rfbdecoder.c:
16259         * gst/librfb/rfbdecoder.h:
16260         * gst/librfb/rfbutil.h:
16261
16262 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         * gst/speed/Makefile.am:
16265         * gst/speed/demo-mp3.c: (main):
16266         * gst/speed/filter.func:
16267         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16268         (speed_class_init), (speed_init), (speed_chain_int16),
16269         (speed_chain_float32), (speed_chain), (speed_set_property),
16270         (speed_get_property), (speed_change_state):
16271         * gst/speed/gstspeed.h:
16272           Fix speed element and make it chain-based (fixes #156467),
16273           and make it handle more than one channel.
16274
16275 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16276
16277         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16278         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16279         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16280         * ext/dts/gstdtsdec.h:
16281           Don't clobber the stack constructing the channels array.
16282           Make the element chain-based. DTS tracks can now be played.
16283           
16284 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         * gst-libs/gst/audio/multichannel.h:
16287         * gst-libs/gst/gconf/gconf.h:
16288         * gst-libs/gst/idct/idct.h:
16289         * gst-libs/gst/media-info/media-info-priv.h:
16290         * gst-libs/gst/play/play.h:
16291         * gst-libs/gst/resample/private.h:
16292         * gst-libs/gst/resample/resample.h:
16293         * gst-libs/gst/riff/riff-ids.h:
16294         * gst-libs/gst/video/video.h:
16295         * gst-libs/gst/video/videosink.h:
16296           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16297           missing, so that they work when included from C++ code.
16298
16299 2005-02-09  David Schleef  <ds@schleef.org>
16300
16301         * testsuite/gst-lint: Check for non-statically scoped
16302           parent_class variables.  This won't be a problem once
16303           plugins are loaded with RTLD_LOCAL.
16304
16305 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16306
16307         * ext/mplex/gstmplexibitstream.cc:
16308           gcc madness.
16309
16310 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16311
16312         * ext/ogg/gstogmparse.c:
16313         * gst/debug/gstnavigationtest.c:
16314           Die, thou faulty symbol pollutors (non-static parent_class).
16315
16316 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16317
16318         * ext/mplex/gstmplexibitstream.cc:
16319           Fix event handling (#165525).
16320
16321 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16322
16323         * ext/mikmod/gstmikmod.c:
16324         * gst/modplug/gstmodplug.cc:
16325           Add missing endianness to template (fixes #165509).
16326
16327 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16330           Fix wrong order of reading of optional bytes (#165290).
16331
16332 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16335           Implement FILLER event awareness.
16336
16337 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16338
16339         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16340           Fix track calculations (#166208).
16341
16342 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16343
16344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16345
16346         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16347         * ext/libpng/gstpngenc.c:
16348           Fix byte-order, use proper fixed caps. Fixes #164197.
16349
16350 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16351
16352         * configure.ac:
16353           Add dvdlpcmdec 
16354
16355         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16356         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16357           Don't push buffers if the src pad isn't negotiated yet.
16358           
16359         * gst/audioconvert/gstaudioconvert.c:
16360         (gst_audio_convert_buffer_to_default_format),
16361         (gst_audio_convert_buffer_from_default_format):
16362           Add support for 24-bit width.
16363
16364         * gst/dvdlpcmdec/.cvsignore:
16365         * gst/dvdlpcmdec/Makefile.am:
16366         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16367         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16368         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16369         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16370         (plugin_init):
16371         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16372           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16373           format. Needs support for the channels maps if someone can find 
16374           a DVD LPCM track with > 2 channels.
16375
16376         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16377         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16378         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16379         * gst/mpegstream/gstdvddemux.h:
16380         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16381         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16382         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16383         * gst/mpegstream/gstmpegdemux.h:
16384         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16385         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16386         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16387         (gst_mpeg_parse_handle_src_query),
16388         (gst_mpeg_parse_handle_src_event):
16389           Use audio/x-dvd-lpcm for LPCM output.
16390           Add DTS output.
16391
16392 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16393
16394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16395
16396         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16397         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16398           Add BGRA handling (#165736).
16399
16400 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16401
16402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * gst/law/alaw-decode.c: (alawdec_link):
16405         * gst/law/alaw-encode.c: (alawenc_link):
16406         * gst/law/mulaw-decode.c: (mulawdec_link):
16407         * gst/law/mulaw-encode.c: (mulawenc_link):
16408           Fix caps memleaks (#166600).
16409
16410 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         * ext/tarkin/mem.h:
16413         * ext/tarkin/wavelet.h:
16414         * ext/tarkin/yuv.h:
16415         * gst/ffmpegcolorspace/avcodec.h:
16416           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16417           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16418
16419 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16423         (gst_xvimagesink_change_state):
16424           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16425           Xv video (and thereby regenerate Xv colourkey) in clear() so
16426           that PLAY -> READY -> PLAY works (fixes #162504).
16427
16428 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16429
16430         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16431           Switch to list instead of range, since MJPEG-devices really just
16432           support decimations, not any size.
16433
16434 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16436         (gst_mpeg2dec_reset), (free_all_buffers),
16437         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16438         * ext/mpeg2dec/gstmpeg2dec.h:
16439           The libmpeg2 user-allocated buffer management is awkward, 
16440           to say the least. Hopefully this fixes things.
16441
16442 2005-02-04  Andy Wingo  <wingo@pobox.com>
16443
16444         * gst/audioconvert/bufferframesconvert.c
16445         (buffer_frames_convert_fixate): New function, fixates to 256
16446         frames per buffer by default. (Much better than 1.)
16447         (buffer_frames_convert_init): Set the fixate function for both src
16448         and sink pad.
16449         (buffer_frames_convert_link): After success setting nonfixed caps,
16450         get the negotiated caps so we can know how many buffer-frames it
16451         will be. No idea how this worked at all before.
16452
16453 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16454
16455         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16456         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16457         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16458         (handle_sequence), (handle_picture):
16459         * ext/mpeg2dec/gstmpeg2dec.h:
16460           Rearrange buffer tracking and refcounting and refactor
16461           a little for readability. 
16462
16463 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16464         * sys/v4l/gstv4l.c: (plugin_init):
16465         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16466         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16467         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16468         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16469         * sys/v4l/gstv4ljpegsrc.h:
16470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16471         * sys/v4l/v4l_calls.h:
16472         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16473         (gst_v4lsrc_get_fps):
16474         * sys/v4l/v4lsrc_calls.h:
16475           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16476           you jpeg inside rgb frames" driver.
16477           Don't error in the v4lsrc link function, just return 
16478           REFUSED.
16479
16480 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16483         (gst_qcamsrc_open):
16484           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16485
16486 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16489           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16490
16491 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16492
16493         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16494           Reset negotiated state on PAUSED->READY.
16495
16496 2005-02-02  David Schleef  <ds@schleef.org>
16497
16498         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16499         whereever possible.  (Fixes #165997)
16500         * examples/capsfilter/capsfilter1.c: (main):
16501         * examples/dynparams/filter.c: (create_ui):
16502         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16503         * examples/seeking/chained.c: (main):
16504         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16505         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16506         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16507         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16508         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16509         * examples/switch/switcher.c: (main):
16510         * ext/dv/demo-play.c: (main):
16511         * ext/faad/gstfaad.c: (gst_faad_change_state):
16512         * ext/mad/gstmad.c: (gst_mad_chain):
16513         * ext/smoothwave/demo-osssrc.c: (main):
16514         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16515         (gst_gconf_render_bin_from_description),
16516         (gst_gconf_get_default_audio_sink),
16517         (gst_gconf_get_default_video_sink),
16518         (gst_gconf_get_default_audio_src),
16519         (gst_gconf_get_default_video_src),
16520         (gst_gconf_get_default_visualization_element):
16521         * gst/level/demo.c: (main):
16522         * gst/level/plot.c: (main):
16523         * gst/playback/gstplaybin.c: (gen_video_element),
16524         (gen_audio_element):
16525         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16526         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16527         * gst/sine/demo-dparams.c: (main):
16528         * gst/spectrum/demo-osssrc.c: (main):
16529         * gst/speed/demo-mp3.c: (main):
16530         * gst/volume/demo.c: (main):
16531         * testsuite/embed/embed.c: (main):
16532
16533 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16534
16535         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16536         (gst_tcpclientsink_finalize):
16537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16538         (gst_tcpclientsrc_finalize):
16539         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16540         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16541         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16542         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16543           Don't leak the hostname when shutting down.
16544           In tcpserversrc, take a copy of the default hostname.
16545
16546 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16547
16548         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16549           Set caps to systemstream=TRUE.
16550
16551 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16552
16553         * testsuite/Makefile.am:
16554           Fix more OSX buildbots.
16555
16556 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16557
16558         * ext/mpeg2dec/gstmpeg2dec.c:
16559           Don't send things to NULL PAD_PEERs
16560
16561         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16562           Copy-on-write the incoming buffer.
16563
16564         * gst/mpegstream/gstdvddemux.h:
16565         * gst/mpegstream/gstmpegclock.h:
16566         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16567         (normal_seek), (gst_mpeg_demux_handle_src_event):
16568         * gst/mpegstream/gstmpegdemux.h:
16569         * gst/mpegstream/gstmpegpacketize.h:
16570         * gst/mpegstream/gstmpegparse.c:
16571         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16572         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16573         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16574         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16575         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16576         * gst/mpegstream/gstmpegparse.h:
16577         * gst/mpegstream/gstrfc2250enc.h:
16578           Various changes to the way time is computed that make seeking and
16579           total time estimation much better here.
16580           Use G_BEGIN/END_DECLS instead of __cplusplus
16581
16582         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16583           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16584
16585 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16586
16587         * gst/subparse/gstsubparse.c:
16588           Fix OSX buildbot.
16589
16590 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16591
16592         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16593         (theora_enc_chain), (theora_enc_change_state):
16594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16595         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16596         (gst_vorbisenc_change_state):
16597         * ext/vorbis/vorbisenc.h:
16598           Set granulepos and timestamp correctly for streams not
16599           starting at 0, taking into account the initial delay.
16600
16601 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         * gst/mpegstream/gstdvddemux.c:
16604           Add audio/x-dts to audio pad template caps
16605
16606 2005-01-30  David Schleef  <ds@schleef.org>
16607
16608         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16609         (create_context), (gst_polypsink_link): Fix silly endianness
16610         bug.  Add some debugging.  Remove float from caps; it doesn't
16611         work.  Attempt to get remote audio working.
16612
16613 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16614
16615         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16616           Add 3IV2 fourcc.
16617
16618 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16619
16620         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16621         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16622         (gst_avi_demux_stream_data):
16623         * gst/avi/gstavidemux.h:
16624           Invert DIB images. Fixes #132341.
16625
16626 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16629         (gst_ffmpegcsp_chain):
16630           D'oh, reference the palette data, not the palette structure.
16631           Fixes color distortion in #132341.
16632
16633 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16634
16635         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16636           PAR can be non-fixed when not provided as argument (#162626).
16637
16638 2005-01-29  David Moore  <dcm@acm.org>
16639
16640         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16641
16642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16643         (gst_qtdemux_loop_header):
16644           Re-apply patch from #142272 that allows non-seekable sources,
16645           re-proposed by Daniel Drake <dsd@gentoo.org>.
16646
16647 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16648
16649         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16650           Use the src template for creating the src pad (#162330).
16651
16652 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16653
16654         * configure.ac:
16655         * ext/musepack/Makefile.am:
16656         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16657         (gst_musepackdec_init), (gst_musepackdec_dispose),
16658         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16659         (gst_musepack_stream_init), (gst_musepackdec_loop),
16660         (gst_musepackdec_change_state):
16661         * ext/musepack/gstmusepackdec.cpp:
16662         * ext/musepack/gstmusepackdec.h:
16663         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16664         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16665         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16666         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16667         * ext/musepack/gstmusepackreader.cpp:
16668         * ext/musepack/gstmusepackreader.h:
16669           Update to 1.1 API (#165446).
16670
16671 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16672
16673         * ext/Makefile.am:
16674           Unbreak buildbot.
16675
16676 2005-01-28  Andy Wingo  <wingo@pobox.com>
16677
16678         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16679         to reflect a different dubious internet source. Add a reference
16680         and some commentary.
16681
16682 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16685         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16686         * gst/playback/gststreamselector.h:
16687           Be more selective when we're redoing caps negotiation from
16688           within the chain function on a stream change.
16689
16690 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * configure.ac:
16693         * ext/Makefile.am:
16694         * ext/amrnb/Makefile.am:
16695         * ext/amrnb/amrnb.c: (plugin_init):
16696         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16697         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16698         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16699         (gst_amrnbdec_state_change):
16700         * ext/amrnb/amrnbdec.h:
16701         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16702         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16703         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16704         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16705         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16706         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16707         * ext/amrnb/amrnbparse.h:
16708           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16709         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16710           Add AMR-NB/-WB raw formats.
16711         * ext/alsa/gstalsa.c: (gst_alsa_link):
16712           Keep valid time when changing format.
16713         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16714         (qtdemux_parse_trak):
16715           Add some more format-specific options (#140141, #143555, #155163).
16716
16717 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16718
16719         * gst/matroska/matroska-demux.c:
16720         (gst_matroska_demux_parse_blockgroup):
16721           Fix logic error in timing of subtitle stream synchronization.
16722         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16723           Add skip-chunk, which is found in kodak-camera streams.
16724
16725 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * po/LINGUAS:
16728         * po/vi.po:
16729           Adding Vietnamese translation (submitted by Clytie Siddall)
16730
16731 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16732
16733         * gst/playback/gstdecodebin.c: (try_to_link_1):
16734           Use realpad for signal.
16735
16736 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16739           Fix category so decodebin picks it up.
16740
16741 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16742
16743         * ext/mad/Makefile.am:
16744         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16745         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16746         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16747         (found_type), (gst_id3demux_bin_change_state):
16748         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16749         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16750         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16751         (gst_id3_tag_change_state), (plugin_init):
16752         * ext/mad/gstmad.h:
16753           Add id3demuxbin (which is a simple bin consisting of id3demux
16754           and typefind), take over rank from id3demux, remove typefind
16755           code from id3demux. Makes all broken mp3s that I know of work,
16756           and thereby fixes #152688.
16757
16758 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16759
16760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * ext/mad/gstmad.c: (gst_mad_src_event):
16763         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16764           Allow seeks on audio pad, make mad forward those (#164826).
16765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16766           Set duration (#165335).
16767
16768 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16769
16770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16771         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16772         (gst_asf_demux_process_ext_content_desc),
16773         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16774         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16775         * gst/asfdemux/gstasfdemux.h:
16776           Improve metadata display, e.g. if the metadata comes before the
16777           streams are loaded (which is perfectly valid).
16778
16779 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16780
16781         * tools/gst-launch-ext-m.m:
16782           Fix AVI/ASF pipelines (#165340).
16783
16784 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16785         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16786         build failure on amd64
16787
16788 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16789
16790         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16791         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16792           Check environment variables GST_ID3V2_TAG_ENCODING,
16793           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16794           list of character encodings to force interpretation of non-unicode
16795           strings stored in an ID3v2 tag to a particular encoding. If none
16796           is specified, try to use current locale's encoding, then fall back
16797           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16798         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16799         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16800           Check environment variables GST_ID3V1_TAG_ENCODING,
16801           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16802           list of character encodings to use in case a string encountered
16803           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16804           specified, try to use the current locale's encoding, then fall
16805           back to ISO-8859-1 (which will always succeed).
16806
16807 2005-01-25  Benjamin Otte  <otte@gnome.org>
16808
16809         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16810           - on half framerate, compute the rate in advance so the comparisons
16811             don't compare wrong values
16812           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16813             behaviour
16814           - don't use mad_header_decode anymore, mad_frame_decode does that
16815             automatically
16816           - when getting rid of consumed bytes, reset the stream's skiplen
16817           (fixes #163867)
16818
16819 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16820
16821         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16822           Use 1/2 a second for default max_discont, as PES streams from DVB
16823           seem to have larger spacings in the SCR. 
16824           Fix a typo.
16825
16826 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst/playback/gstplaybasebin.c: (group_commit):
16829           Notify delayed stream-info availability.
16830
16831 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16832         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16833         (gst_a52dec_handle_event), (gst_a52dec_chain):
16834         Add some debug output. Check that a discont has a valid
16835         time associated.
16836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16837         (gst_alsa_sink_loop):
16838         Ignore TAG events. A little extra debug for broken timestamps.
16839         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16840         (dvdnavsrc_change_state):
16841         Ensure we send a discont to engage the link before we send any
16842         other events.
16843         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16844         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16845         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16846         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16847         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16848         dvd://title works in totem because typefinding sends a seek that ends
16849         up going back to chapter 1 regardless.
16850         * ext/mpeg2dec/gstmpeg2dec.c:
16851         * ext/mpeg2dec/gstmpeg2dec.h:
16852         Output correct timestamps and handle disconts.
16853         * ext/ogg/gstoggdemux.c: (get_relative):
16854         Small guard against a null dereference.
16855         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16856         (gst_textoverlay_set_property):
16857         Free memory when done. Don't call gst_event_filler_get_duration on
16858         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16859         g_warning.
16860         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16861         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16862         (gst_sw_srclink), (gst_smoothwave_chain):
16863         Draw solid lines, prettier colours.
16864         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16865         Add a default palette that'll work for some movies.
16866         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16867         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16868         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16869         * gst/mpegstream/gstdvddemux.h:
16870         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16871         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16873         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16874         * gst/mpegstream/gstmpegparse.h:
16875         Use PTM/NAV events when for timestamp adjustment when connected to 
16876         dvdnavsrc. Don't use many discont events where one suffices.
16877         * gst/playback/gstplaybasebin.c: (group_destroy),
16878         (gen_preroll_element), (gst_play_base_bin_add_element):
16879         * gst/playback/gstplaybasebin.h:
16880         Make sure we remove subtitles from the same bin we put them in.
16881         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16882         (gst_subparse_buffer_format_autodetect),
16883         (gst_subparse_change_state):
16884         Fix some memleaks and invalid accesses.
16885         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16886         (oggskel_type_find), (cmml_type_find), (plugin_init):
16887         Some typefind functions for Annodex v3.0 files
16888         * gst/wavparse/gstwavparse.h:
16889         GstRiffReadClass is the correct parent class.
16890
16891 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * gst-libs/gst/riff/riff-media.c:
16894         (gst_riff_create_video_caps_with_data):
16895           Add extradata to huffyuv (fixes #165013).
16896         * gst-libs/gst/riff/riff-read.c:
16897         (gst_riff_read_strf_vids_with_data):
16898           Fix extradata extraction if it is in the chunk size.
16899
16900 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16901
16902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16903
16904         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16905         (gst_quarktv_change_state), (gst_quarktv_dispose):
16906           Memory free'ing location fix (#164708).
16907
16908 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * gst/playback/gstplaybasebin.c: (group_commit),
16911         (gen_preroll_element), (probe_triggered), (gen_source_element),
16912         (setup_source), (gst_play_base_bin_change_state),
16913         (gst_play_base_bin_add_element):
16914           Don't block for streams.
16915         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16916         (gst_stream_info_set_mute):
16917           Use gst_pad_set_active_recursive.
16918
16919 2005-01-25  Andy Wingo  <wingo@pobox.com>
16920
16921         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16922         for #ifndef HAVE_XVIDEO.
16923
16924 2005-01-24  Jeffrey C. Ollie
16925
16926         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16927
16928         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16929         * ext/gsm/gstgsmdec.h:
16930         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16931         * ext/gsm/gstgsmenc.h:
16932         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16933         was given by property. Add proper buffer timestamps and offsets.
16934
16935 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16936
16937         * gst-libs/gst/riff/riff-media.c:
16938         (gst_riff_create_audio_caps_with_data):
16939           Audio can be <8000Hz.
16940
16941 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16942
16943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16944           Explicit state change to workaround refcount bugs.
16945
16946 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16947
16948         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16949         (gst_avimux_riff_get_avi_header):
16950           Fix...
16951
16952 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16953
16954         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16955         (gst_riff_read_element_data):
16956         * gst-libs/gst/riff/riff-read.h:
16957           Add _peek version (req'ed in CDXA).
16958         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16959         (gst_cdxaparse_loop):
16960           Fix parsing in playbin.
16961         * gst/playback/gstdecodebin.c: (close_pad_link):
16962           Ignore current_ pads, they cause major annoyance.
16963
16964 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16965
16966         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16967           Safety guard.
16968
16969 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16972           Fix padding...
16973
16974 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16975
16976         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16977           Allow for 0-sized buffers. Fixes length query problems in
16978           starwars.mkv from the testsuite.
16979
16980 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16983         (gst_video_box_i420), (gst_video_box_chain):
16984           Fix row strides for I420 (fixes #163159)
16985           
16986 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16987
16988         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16989           MPEG2 has a useful rate property, so we can actually use that.
16990           For MPEG-1, continue using the bytes/time properties.
16991
16992 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * gst-libs/gst/riff/riff-media.c:
16995         (gst_riff_create_video_caps_with_data),
16996         (gst_riff_create_video_template_caps):
16997           Add intel-h263.
16998
16999 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17000
17001         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17002           Fail if caps negotiation fails. Should fix #162184, and should
17003           definately be in there regardless of it fixing the actual bug.
17004         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17005         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17006         (gst_avimux_riff_get_avix_header),
17007         (gst_avimux_riff_get_video_header),
17008         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17009         (gst_avimux_start_file), (gst_avimux_handle_event),
17010         (gst_avimux_change_state):
17011         * gst/avi/gstavimux.h:
17012           Refactor structure writing to use GST_WRITE_UINT macros, add
17013           metadata writing support.
17014
17015 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17016
17017         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17018           Elements may already be destroyed when this function is called.
17019
17020 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17021
17022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17023         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17024           More memory leak fixes (#149162).
17025
17026 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17027
17028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17029         (gst_qtdemux_add_stream):
17030           Fix two memleaks.
17031
17032 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17033
17034         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17035           Argh...
17036
17037 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17038
17039         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17040           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17041           when fixating to six channels in Totem.
17042
17043 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17046           Fix compile warnings on Solaris 10 buildbot
17047
17048 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         * ext/dvdread/dvdreadsrc.c: (_read):
17051           Don't read beyond the last cell in a chapter (fixes 
17052           invalid memory access)
17053
17054 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17055
17056         * ext/dvdread/stream_labels.c:
17057         (dvdreadsrc_get_audio_stream_labels):
17058           Use NULL for an empty GList instead of g_list_alloc(); fix 
17059           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17060           of GString (easier to bulk free later)
17061
17062 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17063
17064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17065
17066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17067         (gst_ffmpeg_pixfmt_to_caps):
17068           Fix BGRA32 caps (#164209).
17069
17070 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17071
17072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17073
17074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17075         (gst_ffmpeg_caps_to_pixfmt):
17076           alpha_mask can be RGBA/ABGR. Fixes #164265.
17077
17078 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17079
17080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17083         (gst_mpeg2dec_alloc_buffer):
17084         * ext/mpeg2dec/gstmpeg2dec.h:
17085           Crop if decoding size is not the actual image size (#163676).
17086
17087 2005-01-17  Steve Baker  <steve@stevebaker.org>
17088
17089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17090
17091         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17092         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17093           Add libsndfile typefind functions (#163309).
17094
17095 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17096
17097         * tools/gst-launch-ext-m.m:
17098           Add .aac, fix .m1v/.m2v (#163891).
17099
17100 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17101
17102         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17103           Sanity check, don't wait endlessly since the clock might not
17104           actually run at this point (which is a deadlock). Fixes #164069.
17105
17106 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * gst/playback/gstplaybasebin.c: (probe_triggered):
17109           Of course, only pause if group is done...
17110
17111 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17112
17113         * gst/playback/gstplaybasebin.c: (probe_triggered):
17114           Thread safety.
17115
17116 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17117
17118         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17119           Don't return state change success when the parent
17120           failed.
17121
17122 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17125           Free events (fix memleak in #162905).
17126
17127 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17128
17129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17130
17131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17132         (gst_ffmpeg_caps_to_pixfmt):
17133           Fix for depth = 15. Fixes #161675.
17134
17135 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17138           Set FPS correctly, even for webcams and the like.
17139         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17140           Don error on setting while capturing.
17141
17142 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17143
17144         * ext/dv/gstdvdec.c:
17145         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17146         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17147           I'm a bad boy. using /1001. to force C to do float division
17148           and not integer division (as it did in my last commit)
17149           Thanks to David I. Lehn for pointing this mistake.
17150
17151 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17154           Revert Johan's 1.35->1.36 since it breaks compat.
17155
17156 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17157
17158         * ext/dv/gstdvdec.c:
17159         * ext/libfame/gstlibfame.c:
17160         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17161         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17162           replace framerate aproximations by their real value
17163           (24000/1001, 30000/1001, 60000/1001)
17164           Finish fixing bug #164049
17165
17166 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17167
17168         * ext/ogg/gstoggmux.c:
17169           eos/bos debugging
17170         * gst/tcp/gstmultifdsink.c:
17171         * gst/tcp/gstmultifdsink.h:
17172         * gst/tcp/gsttcp.c:
17173         * gst/tcp/gsttcp.h:
17174         * gst/tcp/gsttcpclientsink.c:
17175         * gst/tcp/gsttcpclientsrc.c:
17176         * gst/tcp/gsttcpserversink.c:
17177         * gst/tcp/gsttcpserversrc.c:
17178           improve reusability of elements after state changes and errors
17179           make multifdsink throw away streamheaders when receiving new ones
17180
17181 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17182
17183         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17184           Fix for if items are already in list...
17185
17186 2005-01-12  Benjamin Otte  <otte@gnome.org>
17187
17188         * gst/adder/gstadder.c: (gst_adder_loop):
17189           fix adder a bit so it doesn't screw up with events as much anymore
17190
17191 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17192
17193         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17194         (pixbufscale_scale), (gst_pixbufscale_chain):
17195         * ext/gdk_pixbuf/pixbufscale.h:
17196           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17197           to ensure rowstrides are calculated the same way as 
17198           ffmpegcolorspace
17199           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17200           that we pick up duration and offset also.
17201
17202 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17205         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17206           Reusability fixes.
17207
17208 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17211         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17212         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17213         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17214           Update flags when requested.
17215
17216 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17219           Fix dmix.
17220
17221 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17222
17223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17224         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17225         (probe_triggered), (new_decoded_pad), (gen_source_element),
17226         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17227         * gst/playback/gstplaybasebin.h:
17228         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17229         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17230         (gst_play_bin_change_state):
17231           Implement group-switch signal for use in apps to clear metadata
17232           cache, clean up subtitle, add suburi property instead of # hack,
17233           some error-out fixes.
17234
17235 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17238           Debug.
17239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17240           If we got a state change in the _get handler, don't return success.
17241
17242 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17243
17244         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17245         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17246           Make jpegdec quiet on MJPEG decoding
17247         * gst/asfdemux/README:
17248           Fix mimetypes for MJPEG and H263
17249
17250 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * ext/theora/theoradec.c: (theora_dec_chain):
17253           Fix broken code generation by gcc by swapping arguments.
17254         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17255           Fix \n in debug.
17256
17257 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17258
17259         * TODO:
17260           delete this file, it is by far outdated
17261         * ext/alsa/gstalsa.1: remove
17262         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17263         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17264         (gst_alsa_get_caps):
17265           Add HW probing for supported sample rates. Fixes #161704
17266
17267 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17270           Don't crash, biatch! :).
17271
17272 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17273
17274         * ext/musepack/gstmusepackreader.cpp:
17275         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17276           Some work on tags - still doesn't work in playbin...
17277         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17278           Handle events...
17279
17280 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17283           Also shove tags on kid pads.
17284
17285 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17286
17287         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17288           Don't bail on unknown events.
17289         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17290           Don't crash on events before negotiation.
17291         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17292           Send tags on pads, too.
17293         * gst/playback/gststreamselector.c:
17294         (gst_stream_selector_request_new_pad):
17295           Forward events on first pad if no input was selected yet.
17296
17297 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17298
17299         * gst/playback/gstplaybasebin.c: (setup_substreams):
17300           Don't disable streamtype if the stream doesn't exist, since
17301           then playing a video after audio will disable both and nothing
17302           will happen. Fixes the testsuite.
17303
17304 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17307         (gst_v4l_xoverlay_set_xwindow_id):
17308         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17309         (gst_v4l2_xoverlay_set_xwindow_id):
17310           Add debug categories, fix overlay disabling.
17311
17312 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17313
17314         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17315         * ext/alsa/gstalsa.h:
17316           Add HW probing for period_count/size and buffer_size MIX/MAX
17317           Adjust default/user defined value if out of bounds
17318           Should fix bug #162024
17319
17320 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17323           Fix warning (#161191).
17324
17325 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17326
17327         * ext/dvdread/stream_labels.c:
17328         (dvdreadsrc_get_audio_stream_labels):
17329           Fix warning (init the good variable in switch default)
17330
17331 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17332
17333         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17336           Fix gcc-2.95 compile (#163485).
17337
17338 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17339
17340         * configure.ac:
17341         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17342         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17343         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17344         (gst_flacenc_change_state):
17345         * ext/flac/gstflacenc.h:
17346           Update for API change in flac-1.1.1. Update requirement in
17347           configure.ac. Fixes #162974.
17348
17349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17350
17351         * gst/playback/gstplaybasebin.c: (group_destroy):
17352           Remove hack to get rid of assert and get rid of unlinked
17353           signals properly.
17354
17355 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17356
17357         * gst/playback/gstplaybasebin.c: (setup_source):
17358           Set source to NULL so that resources are free'ed. Fixes issues
17359           with playback of CDDA and similar device-accessing things.
17360
17361 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17362
17363         * testsuite/embed/Makefile.am:
17364           test->noinst, fix make test in buildbot.
17365
17366 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17367
17368         * ext/dvdread/stream_labels.c: new file
17369         * ext/dvdread/stream_labels.h: new file
17370         * ext/dvdread/Makefile.am:
17371         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17372           Extract audio stream label from DVD IFO files.
17373           It only dump them on the console for now, still have to
17374           make playbin aware of them.
17375
17376 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * gst/playback/gstplaybasebin.c: (setup_source):
17379           Fix hanging subs.
17380
17381 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17382
17383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17384         (gen_preroll_element), (remove_groups), (setup_subtitle),
17385         (gen_source_element), (setup_source):
17386         * gst/playback/gstplaybasebin.h:
17387           Multiple .sub files is just a stupid idea... Fix some threading
17388           mistakes. Interestingly, external .sub files cause playbin to
17389           hang, I don't know why... Parsing fixes contributed by Fran??ois
17390           Kooman <fkooman@tuxed.net>.
17391
17392 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17393
17394         * testsuite/embed/Makefile.am:
17395           Fix buildbot.
17396
17397 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17398
17399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17402         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17403         (gst_pngenc_set_property):
17404         * ext/libpng/gstpngenc.h:
17405           Add compression level property (#163323).
17406
17407 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17408
17409         * configure.ac:
17410         * examples/capsfilter/capsfilter1.c: (main):
17411         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17412         * ext/dvdread/Makefile.am:
17413         * ext/dvdread/demo-play:
17414         * ext/dvdread/demo-play.c:
17415         * gconf/gstreamer.schemas.in:
17416         * gst-libs/gst/gconf/gconf.c:
17417         * sys/v4l/TODO:
17418         * testsuite/Makefile.am:
17419         * testsuite/embed/Makefile.am:
17420         * testsuite/embed/embed.c: (cb_expose), (main):
17421           Remove all references to xvideosink, fix examples (#140845).
17422         * gst/playback/gstplaybasebin.c: (group_destroy):
17423           Apparently, disposal does not unlink - so do explicitely.
17424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17425           Add debug.
17426
17427 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17428
17429         * README: fix PKG_CONFIG_PATH instructions, what was there
17430         previously was breaking default search path, not nice. 
17431         Fixes #163358
17432
17433 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17434
17435         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17436         (gst_audioscale_chain):
17437           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17438           when resampling - how the ^@$^!@^! is this possible?!?
17439
17440 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17441
17442         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17443           Reset variables on READY.
17444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17445         (gst_matroska_mux_loop):
17446           Require data before writing header.
17447
17448 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17449
17450         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * ext/mad/gstmad.c: (gst_mad_chain):
17453           Don't call mad_stream_sync() directly after recovering sync.
17454           Fixes #151661.
17455
17456 2005-01-09  Martin Eikermann  <meiker@upb.de>
17457
17458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17461         (snapshot_handler), (gst_snapshot_sinkconnect),
17462         (gst_snapshot_chain):
17463           Allocate resources when required, fix recursive signal emission
17464           and fix caps. Fixes #161667.
17465
17466 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17467
17468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17471         (gst_pngdec_chain):
17472           Handle only 8-bppc (bits-per-pixel-component) images, better
17473           error handling and correct strides. Fixes #163177.
17474         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17475         (gst_pngenc_chain):
17476           Better error handling. Fixes #163348.
17477
17478 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17481         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17482         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17483         (dvdnavsrc_uri_handler_init):
17484           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17485         * gst/playback/gstplaybasebin.c: (gen_source_element):
17486           Add MMS to streaming URIs.
17487
17488 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17491         * sys/xvimage/xvimagesink.c:
17492         (gst_xvimagesink_navigation_send_event):
17493           Check for pad availability before sending event.
17494
17495 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * gst-plugins.spec.in:
17498           Add subparse.
17499
17500 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17501
17502         * configure.ac:
17503           Since we use functions from CVS, up requirement.
17504
17505 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * gst/playback/Makefile.am:
17508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17509         (group_destroy), (group_commit), (group_is_muted),
17510         (gen_preroll_element), (add_stream), (unknown_type),
17511         (probe_triggered), (preroll_unlinked), (mute_stream),
17512         (silence_stream), (new_decoded_pad), (setup_substreams),
17513         (setup_source), (get_active_source), (mute_group_type),
17514         (muted_group_change_state), (set_active_source),
17515         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17516         (play_base_eos), (gst_play_base_bin_change_state):
17517         * gst/playback/gstplaybasebin.h:
17518         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17519         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17520         (gst_stream_info_dispose), (stream_info_mute_pad),
17521         (stream_info_change_state), (gst_stream_info_set_mute):
17522         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17523         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17524         (gst_stream_selector_init), (gst_stream_selector_dispose),
17525         (gst_stream_selector_get_linked_pad),
17526         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17527         (gst_stream_selector_get_linked_pads),
17528         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17529         * gst/playback/gststreamselector.h:
17530           Adding stream selection support plus required properties for
17531           applications to use this. Fully fixes #100931.
17532
17533 2005-01-08  Benjamin Otte  <otte@gnome.org>
17534
17535         * gst/games/gstpuzzle.c: (nav_event_handler):
17536           - handle nav events differently: forward every event no matter if it
17537             was handled or not.
17538           - translate events
17539           You can now cheat by using navigationtest ! puzzle and moving the
17540           mouse close to the edge of a tile. ;)
17541
17542 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17543
17544         * configure.ac:
17545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17546         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17547         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17548         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17549         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17550         (gst_ogm_parse_plugin_init):
17551         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17552         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17553         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17554         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17555         * ext/pango/gsttextoverlay.h:
17556         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17557         (gst_matroska_demux_handle_seek_event),
17558         (gst_matroska_demux_sync_streams),
17559         (gst_matroska_demux_parse_blockgroup),
17560         (gst_matroska_demux_subtitle_caps),
17561         (gst_matroska_demux_plugin_init):
17562         * gst/matroska/matroska-ids.h:
17563         * gst/playback/gstdecodebin.c: (close_pad_link):
17564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17565         (gen_preroll_element), (remove_groups), (add_stream),
17566         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17567         (setup_source):
17568         * gst/playback/gstplaybasebin.h:
17569         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17570         * gst/subparse/Makefile.am:
17571         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17572         (gst_subparse_base_init), (gst_subparse_class_init),
17573         (gst_subparse_init), (gst_subparse_formats),
17574         (gst_subparse_eventmask), (gst_subparse_event),
17575         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17576         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17577         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17578         (parse_mpsub_deinit), (parse_mpsub_init),
17579         (gst_subparse_buffer_format_autodetect),
17580         (gst_subparse_format_autodetect), (gst_subparse_loop),
17581         (gst_subparse_change_state), (gst_subparse_type_find),
17582         (plugin_init):
17583         * gst/subparse/gstsubparse.h:
17584         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17585         (plugin_init):
17586           Add subtitle support, .sub parser (supports SRT and MPsub),
17587           OGM text support, Matroska UTF-8 text support, deadlock fixes
17588           all over the place, subtitle awareness in decodebin/playbin
17589           and some fixes to textoverlay to handle subtitles in a stream
17590           correctly. Fixes #100931.
17591
17592 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17595           Check for pad availability before doing a query on it.
17596
17597 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17598
17599         * ext/dv/gstdvdec.c:
17600           really fix bpp24/32 dvdec caps (classic rgba indeed)
17601         * gst/asfdemux/gstasfdemux.c:
17602         (gst_asf_demux_process_ext_content_desc):
17603           don't send text tags if they are empty (bis repetita)
17604
17605 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17606
17607         * ext/dv/gstdvdec.c:
17608          remove unneeded comment from dvdec
17609           (related to DV 4CC codes in AVI files)
17610           moved them in gstreamer/docs/random/mimetypes
17611         * gst/asfdemux/gstasfdemux.c:
17612         (gst_asf_demux_process_ext_content_desc):
17613          don't send text tags if they are empty
17614          fix mem leak on error path
17615         * gst/ffmpegcolorspace/avcodec.h:
17616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17617         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17618         (gst_ffmpegcsp_avpicture_fill):
17619         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17620         * gst/ffmpegcolorspace/imgconvert_template.h:
17621          adds BGR32 and BGRA32 to ffmpegcolorspace
17622           (still bad colors, fixing it on next commit)
17623           helps with dvdec outputing BGR32
17624
17625 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17626
17627         * ext/dv/gstdvdec.c:
17628          Fix audio caps i just broke (missing ',')
17629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17630         (gst_matroska_mux_reset):
17631          Fix typo + add FIXME about old "x-gst-metadata" crap
17632
17633 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17634
17635         * ext/dv/demo-play.c: (main):
17636          xvideosink -> xvimagesink
17637         * ext/dv/gstdvdec.c:
17638          change rgb 32/32 caps to 24/32 (no alpha)
17639          change nb of channels to be a list (2 or 4, not 2)
17640          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17641         * gst/asfdemux/gstasfdemux.c:
17642         (gst_asf_demux_process_ext_content_desc):
17643          Add 'date/year' to extracted metadata list
17644
17645 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17646
17647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17648           The return value of fixate_to does not imply that the requested
17649           value was set, so don't assume.
17650
17651 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17652
17653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17654
17655         * ext/libpng/gstpngdec.c:
17656         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17657         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17658         * ext/libpng/gstpngenc.h:
17659           Alpha support (encoder; #163161), mime fixage.
17660
17661 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17662
17663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17666         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17667         (gst_faac_set_property), (gst_faac_get_property):
17668         * ext/faac/gstfaac.h:
17669           Allow for ADTS output (#153434).
17670
17671 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17674           Fix against template (#150576).
17675
17676 2005-01-06  Benjamin Otte  <otte@gnome.org>
17677
17678         * gst/games/gstpuzzle.c: (draw_puzzle):
17679           don't draw a puzzle if either width or height of tiles would be 0.
17680
17681 2005-01-06  Benjamin Otte  <otte@gnome.org>
17682
17683         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17684         (gst_puzzle_class_init), (gst_puzzle_finalize):
17685           no memleaks, please
17686         (gst_puzzle_create), (gst_puzzle_init),
17687         (gst_puzzle_set_property), (gst_puzzle_setup):
17688           change initialization code around so we don't reshuffle on resize
17689         (draw_puzzle):
17690           fix another stupid typo
17691
17692 2005-01-06  Benjamin Otte  <otte@gnome.org>
17693
17694         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17695           fix stupid typo that borked copying on YUY2
17696
17697 2005-01-06  Benjamin Otte  <otte@gnome.org>
17698
17699         * gst/games/gstpuzzle.c: (draw_puzzle):
17700           fix edges when image sizes aren't multiples of tile sizes
17701
17702 2005-01-06  Benjamin Otte  <otte@gnome.org>
17703
17704         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17705           make RGB endianness work correctly
17706         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17707           refactor and fix race with initial shuffling
17708         (nav_event_handler):
17709           allow using the mouse to puzzle
17710         (draw_puzzle):
17711           insist on tiles having width and height as multiples of 4 to get
17712           clean YUV image handling
17713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17714         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17715           s/DEBUG/LOG/ for common messages
17716         (gst_xvimagesink_navigation_send_event):
17717           fix mouse event translation to not include screen PAR
17718         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17719           fix mouse event translation to actually work
17720
17721 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17722
17723         * gst/asfdemux/gstasfdemux.c:
17724         (gst_asf_demux_process_ext_content_desc):
17725          Extract TrackNumber metadata + clean up code
17726         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17727          Hope this is the good fix (var used unitialised)
17728
17729 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * ext/faad/gstfaad.c: (gst_faad_chain):
17732           Only increment timestamp if it's valid. Fixes raw AAC streams.
17733
17734 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17735
17736         * configure.ac:
17737         * gst/games/Makefile.am:
17738         * gst/games/gstpuzzle.c:
17739           add a puzzle game with...
17740         * gst/games/gstvideoimage.c:
17741         * gst/games/gstvideoimage.h:
17742           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17743           from videotestsrc and made into something that would be a nice
17744           library for a lot of other plugins.
17745
17746 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17747
17748         * configure.ac:
17749          don't compile faad plugin if a RC of 2.0 is found
17750          Fixes #155346 (and FC1 buildbot)
17751         * gst/asfdemux/gstasfdemux.c:
17752         (gst_asf_demux_process_ext_content_desc):
17753          try to make Solaris compiler happier
17754
17755 2005-01-06  Paul Jack  <pjack@sfaf.org>
17756
17757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17758
17759         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17760           Fix segfault (#161667).
17761
17762 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17763
17764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17765           Fix framerate reporting.
17766
17767 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17768
17769         * gst-libs/gst/riff/riff-ids.h:
17770         * gst/wavenc/riff.h:
17771          Add AMR (VBR and CBR) ids to riff.h audio codec list
17772         * gst/asfdemux/gstasfdemux.c:
17773         (gst_asf_demux_process_ext_content_desc),
17774         (gst_asf_demux_process_object):
17775           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17776
17777 2005-01-05  Martin Eikermann  <meiker@upb.de>
17778
17779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17780
17781         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17782         (gst_dvd_demux_handle_discont):
17783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17784         (gst_mpeg_demux_handle_discont):
17785           Recreate pads on new-media (#160730).
17786         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17787           Send discont even if manager changes timestamps (#161929).
17788
17789 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17790
17791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17792
17793         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17794           Fix invalid memory access (#159211).
17795
17796 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17797
17798         * examples/gstplay/player.c: (main):
17799           Don't iterate.
17800         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17801           Add visualizations.
17802         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17803         (gst_a52dec_handle_frame):
17804           Set duration.
17805         * ext/dvdnav/gst-dvd:
17806           Add audioconvert. Fixes #161325.
17807         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17808           Explicitely case to gint64. Possible valgrind error.
17809         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17810         (gst_play_tick_callback), (gst_play_change_state),
17811         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17812         (gst_play_set_location), (gst_play_get_location),
17813         (gst_play_seek_to_time), (gst_play_set_data_src),
17814         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17815         (gst_play_set_visualization), (gst_play_connect_visualization),
17816         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17817         (gst_play_new):
17818           Use playbin. Fixes #139749 and #147744.
17819         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17820           Add genre tag.
17821         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17822         (audioscale_get_type), (gst_audioscale_base_init),
17823         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17824         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17825         (gst_audioscale_link), (gst_audioscale_get_buffer),
17826         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17827         (gst_audioscale_init), (gst_audioscale_dispose),
17828         (gst_audioscale_chain), (gst_audioscale_set_property),
17829         (gst_audioscale_get_property), (plugin_init):
17830           Indent properly.
17831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17832           Fix LPCM.
17833         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17834         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17835         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17836           Add more metadata (fixes #162656).
17837
17838 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17839
17840         * configure.ac:
17841           back to cvs
17842
17843 === release 0.8.7 ===
17844
17845 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17846
17847         * NEWS:
17848         * RELEASE:
17849         * configure.ac:
17850           releasing 0.8.7, "Hyperspace"
17851
17852 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17853
17854         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17855
17856         * gst/playback/gstplaybasebin.c:
17857          Fix for #162924 - free caps after use, not before
17858
17859 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17862
17863         * gst/playback/gstplaybasebin.c:
17864         * gst/wavparse/gstwavparse.c:
17865           Fix for #154773 - fixes playback of small .wav files
17866
17867 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17868
17869         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17870
17871         * gst/audioscale/gstaudioscale.c:
17872           Fix for #162819 - make audioscale reusable
17873           Fixes playback of more than one file with playbin/totem
17874
17875 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * gst/ffmpegcolorspace/avcodec.h:
17878         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17879         * gst/ffmpegcolorspace/imgconvert.c:
17880           clean up the mess that made me cry and avoid needless duplication
17881
17882 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17883
17884         * gst/ffmpegcolorspace/imgconvert.c:
17885           give some indication of why we're segfaulting
17886
17887 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17888
17889         * configure.ac:
17890           Fix indentation, fix v4l2 plugin detection.
17891         * ext/Makefile.am:
17892           Fix libmms location (Maciej, use diff -u!).
17893         * ext/alsa/gstalsa.c: (gst_alsa_init):
17894           Initialize caps cache to NULL.
17895         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17896           Only change state on audiosink if it exists.
17897
17898 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17899
17900         * gst/matroska/matroska-demux.c:
17901         * gst/matroska/matroska-ids.h:
17902         * gst/matroska/matroska-demux.h:
17903         Fix Vorbis streams failing to decode in some files, where cluster_time
17904         isn't 0, because then it doesn't send codec_priv before actual data.
17905         Remove time-based test and replace it with marker set on beginning of
17906         new stream
17907
17908 2004-12-28  David Schleef  <ds@schleef.org>
17909
17910         Merge patch from Ronald fixing problems with streaming
17911         text.
17912         * ext/cairo/gstcairo.c: (plugin_init):
17913         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17914         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17915         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17916         (gst_textoverlay_font_init), (gst_textoverlay_init),
17917         (gst_textoverlay_set_property):
17918         * ext/cairo/gsttextoverlay.h:
17919
17920 2004-12-27  David Schleef  <ds@schleef.org>
17921
17922         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17923         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17924         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17925         (gst_textoverlay_font_init), (gst_textoverlay_init),
17926         (gst_textoverlay_set_property): Improvements to actually
17927         render text as white on black outline on video, including
17928         font selection and horizontal/vertical alignment.  (Ronald's
17929         christmas present)
17930         * ext/cairo/gsttextoverlay.h:
17931
17932 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17933
17934         * ext/ogg/gstogg.c:
17935         * ext/ogg/gstogmparse.c:
17936           fix ogm[audio/video]parse plugin registration
17937           (riff won't load if bytestream is already loaded)
17938
17939 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17940
17941         * gst/audioconvert/gstchannelmix.c:
17942           fix for GLIB < 2.4
17943
17944 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * Makefile.am:
17947         * configure.ac:
17948           disable docs again until it actually passes make distcheck.
17949
17950 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17951
17952         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17953         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17954         (plugin_init):
17955           Add 3GP (variables name Q3GP because they can't start with a
17956           number). Add samr audio fourcc (used in .3gp files), decoder
17957           is work in progress. Also do a GST_WARNING instead of ERROR
17958           in case of unknown nodes, to decrease output.
17959
17960 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17961
17962         * Makefile.am:
17963           really fix dist
17964
17965 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         * configure.ac:
17968         * ext/speex/gstspeexdec.h:
17969         * ext/speex/gstspeexenc.h:
17970           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17971           Fix detection code in configure.ac
17972
17973 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17974
17975         * gst/matroska/matroska-demux.c:
17976         (gst_matroska_demux_parse_blockgroup):
17977           Save position, so that queries give proper return values. Don't
17978           know how this could ever have worked before...
17979
17980 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17981
17982         * configure.ac:
17983           Put additional LAME check inside the conditional.  Fixes #152339
17984
17985 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17986
17987         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17988         (gst_avi_demux_stream_scan):
17989           Add some more debug. Fix logic error when setting movi offset
17990           while reading index.
17991
17992 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17993
17994         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17995         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17996         (gst_avi_demux_process_next_entry):
17997           Add some debugging. Better detection of broken indexes and the
17998           accompanying index recovery. No infinite loops on state changes
17999           when we're still in our loopfunction.
18000
18001 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18002
18003         * configure.ac:
18004           Fix up.
18005
18006 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18007
18008         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18009
18010         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18011           Normalizing the value before setting
18012         (gst_sunaudiomixer_get_volume):
18013           Normalizing the value after getting. Fixes bug# 161980
18014
18015 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18016
18017         * Makefile.am: Make sure docs gets disted
18018         * docs/Makefile.am: Make sure all needed files get disted
18019         * gst-plugins.spec.in: latest updates
18020
18021 2004-12-22  Wim Taymans  <wim@fluendo.com>
18022
18023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18024         Revert patch 1.38 as clock distribution over schedulers does
18025         not work correcly in the core yet.
18026
18027 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18028
18029         * sys/oss/README: remove this file, which predates my birth
18030           (and which content is by far outdated)
18031
18032 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18033
18034         * Makefile.am:
18035         * configure.ac:
18036         * docs/Makefile.am:
18037         * docs/libs/Makefile.am:
18038         * docs/libs/gst-plugins-libs-docs.sgml:
18039         * docs/libs/gst-plugins-libs-sections.txt:
18040         * docs/libs/tmpl/gstgconf.sgml:
18041         * docs/upload.mak:
18042         * docs/version.entities.in:
18043           Added boilerplate gtk-doc files for plugin-libs documentation.
18044
18045 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18046
18047         * gst/auparse/gstauparse.c: fix int and float audio caps
18048
18049 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18050
18051         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18052         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18053           g_assert() can be a macro, don't use #ifdef inside it.
18054
18055 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18056
18057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18060         (gst_videorate_init), (gst_videorate_chain),
18061         (gst_videorate_change_state):
18062           Event handling (fixes #159986).
18063
18064 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst-libs/gst/riff/riff-media.c:
18067         (gst_riff_create_video_caps_with_data):
18068           Add BLZ0 (Blizzard's version of DivX) fourcc.
18069
18070 2004-12-18  David Schleef  <ds@schleef.org>
18071
18072         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18073         portability fix.
18074
18075 2004-12-18  David Schleef  <ds@schleef.org>
18076
18077         * gst/tta/ttadec.h: Disable some header code that isn't used
18078         and clearly isn't portable.
18079
18080 2004-12-18  David Schleef  <ds@schleef.org>
18081
18082         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18083         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18084         (avcodec_get_pix_fmt), (avpicture_layout),
18085         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18086         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18087         Fix code to not use GCC extensions (and c99 extensions that
18088         Forte does not like.)
18089
18090 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18091
18092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18093
18094         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18095         (gst_deinterlace_chain):
18096           Rowstride fixes. Fixes #161039.
18097         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18098         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18099         (gst_video_crop_getcaps), (gst_video_crop_link),
18100         (gst_video_crop_i420), (gst_video_crop_chain),
18101         (gst_video_crop_change_state):
18102           Rework of negotiation. Actually works now. Fixes #158650.
18103
18104 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18105
18106         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18107           That was very stupid.
18108
18109 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * gst/matroska/matroska-demux.c:
18112         (gst_matroska_demux_parse_blockgroup):
18113           Fix possible crasher.
18114
18115 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18118         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18119           Lace sizes can be zero.
18120
18121 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18122
18123         * ext/musepack/gstmusepackdec.cpp:
18124           Fetch error return values. Fixes #161624.
18125         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18126           Really EOS.
18127
18128 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18131           Work for truncated (unfinished download etc.) files. Fixes #160514.
18132
18133 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18136           Fix for integer overflow. Makes #156001 not crash. Probably masks
18137           the real bug.
18138
18139 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18140
18141         * gst/ac3parse/gstac3parse.c: (plugin_init):
18142           Parsers never have ranks. Fixes #159651.
18143
18144 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18145
18146         * gst/playback/gstdecodebin.c: (compare_ranks):
18147           make sure the facotries are ordered the same every time even if they
18148           have the same rank by using the name
18149         * gst/playback/gstdecodebin.c: (find_compatibles):
18150           make sure we don't add factories to the list twice
18151
18152 2004-12-16  David Schleef  <ds@schleef.org>
18153
18154         * configure.ac: look for musepack headers as musepack/*.h
18155         (fixes #159847)
18156         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18157         * ext/musepack/gstmusepackreader.h: same
18158
18159 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18160
18161         * gst-libs/gst/riff/riff-read.c:
18162         (gst_riff_read_strf_auds_with_data):
18163           Read extradata correctly (fixes #155879).
18164
18165 2004-12-16  David Schleef  <ds@schleef.org>
18166
18167         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18168         audio.  does _not_ attempt or allow conversion unless channels
18169         is 1 or 2.
18170
18171 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18172
18173         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18174
18175 2004-12-16  David Schleef  <ds@schleef.org>
18176
18177         * gst/audioscale/gstaudioscale.c: the resample library only
18178         handles 1 or 2 channels.  Change caps to compensate.
18179
18180 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18181
18182         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18183         (gst_matroska_demux_audio_caps):
18184           Some MPEG-AAC hacks, because else it doesn't work...
18185
18186 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18187
18188         * gst-libs/gst/riff/riff-media.c:
18189         (gst_riff_create_video_caps_with_data),
18190         (gst_riff_create_video_template_caps):
18191           Add h264.
18192
18193 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18194
18195         * gst-libs/gst/audio/Makefile.am:
18196           Try to fix buildbot.
18197
18198 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * gst/tcp/gstmultifdsink.c:
18201           Clean up and uniformize debugging.
18202
18203 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18204
18205         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18206
18207         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18208         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18209         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18210         (gst_mpeg_demux_change_state):
18211           Reset on ready. Fixes 160276.
18212
18213 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18214
18215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18216
18217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18218         (gst_ffmpegcsp_pad_link):
18219           Fix memleak (#154815).
18220
18221 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18222
18223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18226         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18227         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18228         * ext/musicbrainz/gsttrm.h:
18229           Add support for using a proxy server when getting a trm id from
18230           the MusicBrainz database (#149613).
18231
18232 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18233
18234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18235
18236         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18237         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18238           Fix memleaks (#157233).
18239
18240 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18241
18242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18243
18244         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18245         * gst-libs/gst/resample/resample.h:
18246         * gst/audioscale/gstaudioscale.c:
18247           Fix memleak (#159215).
18248
18249 2004-12-16  Toni Willberg  <toniw@iki.fi>
18250
18251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18254         * sys/oss/oss_probe.c: (main):
18255           Check for mono/stereo support (similar to samplerate probing),
18256           fixes #159433. Also add missing copyright header to oss_probe.c.
18257
18258 2004-12-15  David Schleef  <ds@schleef.org>
18259
18260         * configure.ac: add audioresample and cairo plugins.  Remove
18261         HAVE_MMX stuff, because it's not used.
18262         * ext/Makefile.am: same
18263         * ext/audioresample/Makefile.am: You are not ready for an
18264         audio resampling element based on audioresample.
18265         * ext/audioresample/gstaudioresample.c:
18266         * ext/audioresample/gstaudioresample.h:
18267         * ext/cairo/Makefile.am: You are not ready for overlay elements
18268         based on cairo.  Don't look too closely, these elements kinda
18269         suck right now.
18270         * ext/cairo/gstcairo.c: new
18271         * ext/cairo/gsttextoverlay.c: new
18272         * ext/cairo/gsttextoverlay.h: new
18273         * ext/cairo/gsttimeoverlay.c: new
18274         * ext/cairo/gsttimeoverlay.h: new
18275         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18276         problem with compilers that don't support variadic macros.
18277
18278 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18279
18280         Reviewed by:  David Schleef  <ds@schleef.org>
18281
18282         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18283         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18284         bit.  Also ran indent-gst.
18285         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18286         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18287         (gst_sunaudiosrc_setparams):
18288
18289 2004-12-14  David Schleef  <ds@schleef.org>
18290
18291         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18292         output rate to 16000.  Should fix #160235.
18293
18294 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18295
18296         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18297         Add typefinding for mpeg2 pes streams
18298
18299 2004-12-13  David Schleef  <ds@schleef.org>
18300
18301         * configure.ac:  Applied patch from bug #143659, making default
18302         sources and sinks OS-dependent (for Solaris), and added code
18303         for OS/X.
18304         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18305
18306 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18307
18308         * gst-libs/gst/riff/riff-media.c:
18309           forgot to add h2.64 to avidemux template caps
18310
18311 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18312
18313         * gst/wavenc/riff.h:
18314         * gst-libs/gst/riff/riff-media.c:
18315         * gst-libs/gst/riff/riff-ids.h:
18316         * gst/avi/gstavimux.c
18317         add 4CC code for VideoSoft h264 in AVI (VSSH)
18318           fixes bug #160655
18319         remove s323 from riff, it's quicktime specific :(
18320
18321 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18322
18323         * gst/asfdemux/README
18324         * gst/wavenc/riff.h
18325         * gst-libs/gst/riff/riff-ids.h
18326         * gst-libs/gst/riff/riff-media.c
18327         * gst/qtdemux/qtdemux.c:
18328           add new 4CC codes for h263 related codecs
18329           fixes partially bug #155163
18330
18331 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18332
18333         * configure.ac: Update polyaudio requirement to 0.7
18334         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18335
18336 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18337
18338         * gst/interleave/deinterleave.c:
18339         fix my name's spelling! :)
18340
18341 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18342
18343         * AUTHORS ChangeLog
18344         * gst/auparse/gstauparse.c
18345         * gst/interleave/deinterleave.c
18346         * gst/law/:
18347                 alaw-decode.c alaw-encode.c
18348                 mulaw-decode.c mulaw-encode.c
18349         * gst/oneton/gstoneton.c
18350         * sys/osxaudio/:
18351                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18352         * sys/osxvideo/:
18353                 cocoawindow.h cocoawindow.m
18354                 osxvideosink.h osxvideosink.m
18355
18356         put the same mail address for Zaheer Abbas Merali everywhere
18357
18358 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18361           Align by packetsize, and assert that we a packet available before
18362           playing. The first makes webstreams work (they often include
18363           trailing padding data in a packet), the second allows pausing a
18364           ASF stream in totem without getting demux errors afterwards.
18365
18366 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18367
18368         * ext/ogg/gstoggdemux.c: (get_relative):
18369           Check for non-NULL before accessing member (end-of-chain).
18370
18371 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18374         (cdparanoia_set_property), (cdparanoia_get_property):
18375         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18376         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18377         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18378         (dvdreadsrc_init), (dvdreadsrc_set_property),
18379         (dvdreadsrc_get_property):
18380         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18381         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18382           Synchronize property names where not yet the case. Devices are
18383           now device=X, other versions are deprecated (but still exist).
18384           Also use g_free() unconditionally.
18385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18386         (setup_source), (gst_play_base_bin_get_property):
18387           Expose source.
18388
18389 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18390
18391         * configure.ac: move GCONF macro outside conditional for the am
18392           conditional. Fixes #160439
18393
18394 2004-12-08  David Schleef  <ds@schleef.org>
18395
18396         * tools/gst-visualise-m.m: Switch to elements that currently
18397         exist.
18398
18399 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18400
18401         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18402           We love wrong commas.
18403
18404 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18405
18406         * gst/matroska/matroska-demux.c:
18407         (gst_matroska_demux_handle_src_query):
18408           Don't set DEFAULT, unsupported - makes length display incorrectly
18409           in some cases.
18410
18411 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18412
18413         * gst/monoscope/README: remove blurb about files being GPL
18414         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18415         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18416           monoscope is now effectively LGPL licensed
18417
18418 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18419
18420         * gst/monoscope/README: Update information to be more correct
18421         * gst/monoscope/convolve.c: Relicense to LGPL
18422         * gst/monoscope/convolve.h: Relicense to LGPL
18423
18424 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18425
18426         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18427           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18428         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18429           set default_duration for mpeg1 audio
18430
18431 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18432
18433         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18434         * ext/alsa/gstalsa.h:
18435           refactor big chunks of the core caps negotiation code to make it
18436           a lot faster, because people claim it's really slow
18437           (actually, just cache the getcaps when the device is opened)
18438
18439 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18440
18441         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18442         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18443         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18444         (gst_a52dec_change_state), (plugin_init):
18445         * ext/a52dec/gsta52dec.h:
18446           Do something useful with timestamps. Make chain-based (since
18447           there's really no reason to be loopbased).
18448         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18449           Update current_byte/frame correctly.
18450
18451 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18452
18453         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18454         (gst_ape_demux_stream_init):
18455           Forward tags, too.
18456
18457 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18458
18459         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18460           Let's make sure we're done typefinding when detecting tags.
18461
18462 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18465         (gst_ebml_read_init), (gst_ebml_read_use_event),
18466         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18467         (gst_ebml_read_seek), (gst_ebml_read_skip),
18468         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18469         (gst_ebml_read_master):
18470         * gst/matroska/ebml-read.h:
18471         * gst/matroska/matroska-demux.c:
18472         (gst_matroska_demux_parse_contents),
18473         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18474           Disgustingly evil hack for working around INTERRUPT events and
18475           their extremely annoying habit of being a pain in the ass. We
18476           simply peek a cluster before reading any of it.
18477
18478 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * ext/musepack/gstmusepackdec.cpp:
18481           There's also floating point libmusepacks.
18482
18483 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18484
18485         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18486         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18487           Set DURATION even if source buffer didn't. Also use increasing
18488           timestamps.
18489         * gst-libs/gst/riff/riff-media.c:
18490         (gst_riff_create_audio_caps_with_data):
18491           Block_align can have larger values than 8192.
18492
18493 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18496         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18497         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18498         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18499           Fix caps.
18500
18501 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18502
18503         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18504           Fix logic bug.
18505
18506 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18509           Yay, another one.
18510
18511 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18512
18513         * ext/esd/esdsink.c: (gst_esdsink_chain):
18514           Make error actually say something useful (fixes #156798).
18515         * gst-libs/gst/riff/riff-media.c:
18516         (gst_riff_create_video_caps_with_data),
18517         (gst_riff_create_video_template_caps):
18518           Add Intel Video 5.0 fourcc (IV50).
18519
18520 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18521
18522         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18523         detection on mono and stereo mp3 files.
18524
18525 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18528           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18529           the contained stream).
18530
18531 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18532
18533         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18534           Oops, remove debug.
18535
18536 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18537
18538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * gst/law/alaw-decode.c: (alawdec_getcaps):
18541         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18542           Prevent warnings when negotiating caps (fixes #159338).
18543
18544 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18547         (gst_ffmpegcsp_chain):
18548           Remove old leftover that shouldn't be there...
18549
18550 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18551
18552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18555           Don't forward DISCONT events (fixes #159684).
18556
18557 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18558
18559         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18560           Unlink manually since sometimes bin disposal (and therefore
18561           pad unlinking) is delayed, which will cause a new media file
18562           to not be able to start playing instantly.
18563
18564 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18567           On mute of an unlinked stream, check for pad availability so
18568           we don't crash on unlinked pad.
18569
18570 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18573         (gst_avi_demux_massage_index):
18574           Fix quite humiliating bug in omitting 0-sized index chunks but
18575           forgetting to count them for timestamps.
18576
18577 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18578
18579         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18580           Actually leave the loop if we failed to sync. Don't crash.
18581
18582 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18583
18584         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18585         (gst_dvd_demux_process_private):
18586         * gst/mpegstream/gstdvddemux.h:
18587           Fix crash (#159759). Doesn't work, though. :-(.
18588
18589 2004-11-28  Benjamin Otte  <otte@gnome.org>
18590
18591         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18592           more overwriting protection due to modifying channels one by one
18593           instead of all at once
18594
18595 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18596
18597         * gst/audioconvert/gstchannelmix.c:
18598         (gst_audio_convert_fill_normalize):
18599           Normalize using absolute values.
18600
18601 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18602
18603         * configure.ac:
18604         * ext/Makefile.am:
18605         * ext/directfb/Makefile.am:
18606         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18607         (gst_directfbvideosink_get_pixel_format),
18608         (gst_directfbvideosink_get_format_from_fourcc),
18609         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18610         (gst_directfbvideosink_sink_link),
18611         (gst_directfbvideosink_change_state),
18612         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18613         (gst_directfbvideosink_buffer_alloc),
18614         (gst_directfbvideosink_interface_supported),
18615         (gst_directfbvideosink_interface_init),
18616         (gst_directfbvideosink_navigation_send_event),
18617         (gst_directfbvideosink_navigation_init),
18618         (gst_directfbvideosink_set_property),
18619         (gst_directfbvideosink_get_property),
18620         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18621         (gst_directfbvideosink_base_init),
18622         (gst_directfbvideosink_class_init),
18623         (gst_directfbvideosink_get_type), (plugin_init):
18624         * ext/directfb/directfbvideosink.h: Adding a first version of
18625         directfbvideosink.
18626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18627         more.
18628
18629 2004-11-28  Benjamin Otte  <otte@gnome.org>
18630
18631         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18632           walk the samples backwards if out_channels > in_channels so we don't
18633           overwrite data
18634
18635 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18636
18637         * gst/audioconvert/Makefile.am:
18638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18639         (gst_audio_convert_link), (gst_audio_convert_change_state),
18640         (gst_audio_convert_channels):
18641         * gst/audioconvert/gstchannelmix.c:
18642         (gst_audio_convert_unset_matrix),
18643         (gst_audio_convert_fill_identical),
18644         (gst_audio_convert_fill_compatible),
18645         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18646         (gst_audio_convert_fill_others),
18647         (gst_audio_convert_fill_normalize),
18648         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18649         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18650         * gst/audioconvert/gstchannelmix.h:
18651           Implement a channel mixer.
18652
18653 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18654
18655         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18656         * ext/alsa/gstalsa.h:
18657         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18658         Make alsasink actually honor gst_element_set_clock and use that
18659         clock instead of its internal one.
18660
18661 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18662
18663         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18664         (gst_play_base_bin_change_state): nullify source and decoder when
18665         going from READY to NULL so that we don't try to do weird stuff with
18666         them when going from NULL to READY
18667         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18668         instead of g_object_unref
18669         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18670         it should be correct
18671         (gst_play_bin_change_state): don't call remove_sinks if we are
18672         currently disposing the object
18673
18674 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18677           Don't forget bass if it's there. Else left channel is silent...
18678
18679 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18682         (gst_a52dec_change_state):
18683           Don't do sample adjusting anymore, we use float audio now.
18684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18685           Don't fixate to non-existing properties.
18686
18687 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18688
18689         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18690         (gst_a52dec_change_state):
18691           Advertise that we can do surround sound.
18692
18693 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18694
18695         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18696           Add buffer-frames=0.
18697         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18698         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18699         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18700         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18701         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18702         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18703         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18704         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18705         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18706         * ext/dvdread/dvdreadsrc.h:
18707           Add seeking, querying for bytes, sectors, title, angle and
18708           chapter. Handle multiple chapters. Relicense to LGPL because
18709           Billy agreed on that (thanks Billy!).
18710
18711 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18712
18713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18714         call parent dispose method
18715
18716 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18717
18718         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18719         (gst_audio_clock_get_internal_time):
18720         Fix active <-> inactive transitions: ensure time value always
18721         grows and avoid abrupt value changes.
18722
18723 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18724
18725         * configure.ac:
18726         * gst/tta/Makefile.am:
18727         * gst/tta/crc32.h:
18728         * gst/tta/filters.h:
18729         * gst/tta/gsttta.c:
18730         * gst/tta/gstttadec.c:
18731         * gst/tta/gstttadec.h:
18732         * gst/tta/gstttaparse.c:
18733         * gst/tta/gstttaparse.h:
18734         * gst/tta/ttadec.h:
18735           added TTA parser and decoder
18736
18737 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18738
18739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18740         (probe_triggered), (check_queue), (buffer_underrun),
18741         (buffer_running), (buffer_overrun), (gen_source_element),
18742         (setup_source):
18743         * gst/playback/gstplaybasebin.h:
18744           Implement buffering. Needs some more work.
18745
18746 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18747
18748         * ext/theora/theoradec.c: (theora_dec_chain):
18749           Fix ilog mask range overflow.
18750
18751 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18754           Don't omit the last (which in case of dmix is the only :) )
18755           channel count. Don't set channels if <= 2.
18756
18757 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18758
18759         * gst/playback/gstplaybin.c: (gen_video_element),
18760         (gen_audio_element): Removed 2 obsolete comments
18761
18762 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18763
18764         * ext/vorbis/oggvorbisenc.c
18765         * ext/vorbis/vorbisenc.c :
18766           change description fields of those plugins to differentiate them
18767           (pitivi show Encoders by description, they had the same one)
18768
18769 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18770
18771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18774         (gst_play_bin_set_property), (gen_video_element),
18775         (gen_audio_element):
18776           Refcounting fixes for provided audio-/videosinks.
18777
18778 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * gst/playback/gstplaybin.c: (gen_video_element),
18781         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18782           Don't reference all sinks, but only the video- and audiosinks.
18783           The vis. element should be disposed when we're done with it.
18784           We don't have any reason to keep it around. This fixes warnings
18785           when reusing playbin for playing multiple audio files with
18786           vis. enabled. Also release audio device on pause - idea stolen
18787           from Rhythmbox.
18788
18789 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18790
18791         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18792         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18793         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18794         * ext/alsa/gstalsaplugin.c: (plugin_init):
18795         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18796         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18797         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18798         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18799         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18800         (gst_faad_change_state), (plugin_init):
18801         * ext/faad/gstfaad.h:
18802         * ext/vorbis/vorbis.c: (plugin_init):
18803         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18804         * gst-libs/gst/audio/Makefile.am:
18805         * gst-libs/gst/audio/audio.c: (plugin_init):
18806         * gst-libs/gst/audio/multichannel.c:
18807         (gst_audio_check_channel_positions),
18808         (gst_audio_get_channel_positions),
18809         (gst_audio_set_channel_positions),
18810         (gst_audio_set_structure_channel_positions_list),
18811         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18812         (gst_audio_fixate_channel_positions):
18813         * gst-libs/gst/audio/multichannel.h:
18814         * gst-libs/gst/audio/testchannels.c: (main):
18815         * gst/audioconvert/gstaudioconvert.c:
18816         (gst_audio_convert_class_init), (gst_audio_convert_init),
18817         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18818         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18819         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18820         * gst/audioconvert/plugin.c: (plugin_init):
18821           Surround sound support.
18822
18823 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18824
18825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18826           Fix position for discont if we're close as well. Nitpicking, but
18827           saves a few milliseconds of extra waiting or skipping.
18828
18829 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18830
18831         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18832           We sometimes need parsers for playback, so add those too.
18833
18834 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18835
18836         * configure.ac:
18837         * gst/apetag/Makefile.am:
18838         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18839         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18840         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18841         (gst_ape_demux_get_src_query_types),
18842         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18843         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18844         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18845         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18846         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18847         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18848         (gst_ape_demux_change_state):
18849         * gst/apetag/apedemux.h:
18850         * gst/apetag/apetag.c: (plugin_init):
18851         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18852         (plugin_init):
18853           APE v1/2 tag reader plus typefind function.
18854
18855 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18856
18857         * configure.ac:
18858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18859         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18860           Remove hacks for older core. Require newer core version
18861           accordingly.
18862
18863 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18864
18865         * gst/cdxaparse/Makefile.am:
18866         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18867         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18868         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18869         * gst/cdxaparse/gstcdxaparse.h:
18870         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18871         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18872         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18873         (gst_cdxastrip_get_src_query_types),
18874         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18875         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18876         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18877         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18878         * gst/cdxaparse/gstcdxastrip.h:
18879           SVCD/VCD header stripping separated from CDXA image parsing.
18880         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18881         (plugin_init):
18882           Add VCD/SVCD header typefinding for VCD/SVCD.
18883         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18884         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18885         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18886         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18887         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18888         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18889         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18890         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18891         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18892         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18893         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18894         * sys/vcd/vcdsrc.h:
18895           Fix up, add seeking, querying, URI interface. Works in totem now.
18896
18897 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18898
18899         * configure.ac:
18900           back to CVS
18901
18902 === release 0.8.6 ===
18903
18904 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18905
18906         * NEWS:
18907         * RELEASE:
18908         * configure.ac:
18909         * po/af.po:
18910         * po/az.po:
18911         * po/cs.po:
18912         * po/en_GB.po:
18913         * po/hu.po:
18914         * po/it.po:
18915         * po/nb.po:
18916         * po/nl.po:
18917         * po/or.po:
18918         * po/sq.po:
18919         * po/sr.po:
18920         * po/sv.po:
18921         * po/uk.po:
18922           releasing 0.8.6, "IOU Love"
18923
18924 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18925
18926         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18927
18928         * gst/playback/gstplaybasebin.c:
18929           Fix unplayable files error handling.  Fixes #158365
18930
18931 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18932
18933         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18934
18935         * gst/typefind/gsttypefindfunctions.c:
18936           Fix broken mp3 typefinding.  Fixes #158375
18937
18938 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18939
18940         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18941
18942         * ext/ogg/gstoggdemux.c:
18943           Fix sync on broken files.  Fixes #158976
18944
18945 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18946
18947         patch by: Edward Hervey <bilboed@bilboed.com>
18948
18949         * ext/libpng/gstpngenc.c:
18950           Copy over buffer properties.  Fixes #158832
18951
18952 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18953
18954         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18955
18956         * ext/dvdread/dvdreadsrc.c:
18957           Fixes invalid reads (#158462)
18958
18959 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18960
18961         * sys/v4l/gstv4lsrc.c:
18962         * sys/v4l/gstv4lsrc.h:
18963         * sys/v4l/v4lsrc_calls.c:
18964           Probe less and cache it.  Fixes #159187.
18965
18966 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18967
18968         * gst/videorate/gstvideorate.c:
18969           Handle all video formats. Fixes #159186.
18970
18971 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18972         * gst/synaesthesia/gstsynaesthesia.c:
18973         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18974         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18975         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18976         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18977         (gst_synaesthesia_change_state), (plugin_init):
18978         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18979         Force 320x200 output, as that's the only thing the underlying
18980         synaesthesia implementation supports. Still needs to be made
18981         re-entrant.
18982
18983 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18984
18985         * configure.ac:
18986           Fix mpeg2enc configure check (similar to mplex check below).
18987
18988 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18989
18990         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18991
18992         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18993           Fix for gcc-2.95 (fixes #158221).
18994
18995 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18996
18997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18998           Re-add clock distribution hack (until new core is released).
18999           Fixes #158125.
19000
19001 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19002         * configure.ac:
19003           fix mplex configure check segfaulting on some systems (bug #140994)
19004
19005 2004-11-13  Benjamin Otte  <otte@gnome.org>
19006
19007         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19008           add debugging
19009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19010           do a wait when we enter the loop func with no data available to
19011           write instead of getting into an 100% CPU loop by just returning and
19012           being called again by the scheduler
19013
19014 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19015
19016         * configure.ac:
19017         * ext/libvisual/visual.c: (gst_visual_get_type),
19018         (libvisual_log_handler), (gst_visual_getcaps),
19019         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19020         (plugin_init):
19021           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19022         * ext/smoothwave/Makefile.am:
19023         * ext/smoothwave/demo-osssrc.c: (main):
19024         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19025         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19026         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19027         (plugin_init):
19028         * ext/smoothwave/gstsmoothwave.h:
19029           Make gstsmoothwave a working element in the 20th century.
19030
19031         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19032           Fix incorrect link function
19033
19034 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19035
19036         * gst/volume/gstvolume.c:
19037           Allow buffer-frames=0.
19038
19039 2004-11-12 Iain <iaingnome@gmail.com>
19040
19041         * configure.ac: Check for polypaudio
19042
19043         * ext/Makefile.am: Build the polyp dir
19044
19045         * ext/polyp: The polypsink sources.
19046
19047 2004-10-30 Iain <iaingnome@gmail.com>
19048
19049         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19050         caps to reflect the new number of channels.
19051
19052 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19053
19054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19055           Fix for negotiation order problem. This would show when the
19056           ALSA loopfuction was called before any other function. ALSA
19057           wouldn't do anything because we're not negotiated yet, leading
19058           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19059
19060 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19061
19062         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19063
19064         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19065           No warnings (#157986).
19066
19067 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19068
19069         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19070           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19071
19072 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19073
19074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19075           Signal no-more-pads (so it works in playbin).
19076
19077 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19078
19079         * ext/musepack/gstmusepackreader.cpp:
19080           Workaround for older core.
19081
19082 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19083
19084         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19085           Actually test for odd width/height rather than testing whether
19086           a temporary variable that was 0 before we subtracted 1 is now
19087           not equal to zero (which it always is).
19088
19089 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19090
19091         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19092         Fix compilation if HAVE_XVIDEO is not defined
19093
19094 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19095
19096         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19097         Fix compilation if HAVE_XVIDEO is not defined
19098
19099 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19100
19101         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19102         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19103         (gst_goom_change_state), (plugin_init):
19104         Use the bytestream adapter so goom doesn't depend on the input
19105         buffer size.
19106         Add a debug category
19107
19108 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19111           Only set hardware parameters *after* negotiation. Before
19112           negotiation, it will set ANY and that seems to cause crashes
19113           (see e.g. #151288, #153227).
19114
19115 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19116
19117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19118           This seems to be antique leftover. It needs to pass error
19119           checking.
19120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19121         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19122         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19123         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19124           Fix GstXOverlay implementation (#151059).
19125
19126 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19127
19128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19129           Don't assert (#157853).
19130
19131 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19134           Fix bytes/samples confustion.
19135         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19136           Fix for underrun (#144389).
19137
19138 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19139
19140         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19141           Disable halfway-seek for pending release (since it needs a new
19142           core release).
19143
19144 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19145
19146         * sys/v4l/gstv4lsrc.c:
19147         * sys/v4l/gstv4lsrc.h:
19148         * sys/v4l/v4lsrc_calls.c:
19149           add autoprobe-fps property so we can separate autoprobing parts
19150
19151 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19152
19153         * sys/v4l/gstv4lsrc.c:
19154         * sys/v4l/v4lsrc_calls.c:
19155         initialise fourcc to catch unset fourcc's, and debug
19156
19157 2004-11-09  Wim Taymans  <wim@fluendo.com>
19158
19159         * gst/playback/README:
19160         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19161         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19162         (gst_play_bin_dispose), (gst_play_bin_set_property),
19163         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19164         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19165         (gst_play_bin_get_formats), (gst_play_bin_convert),
19166         (gst_play_bin_get_query_types), (gst_play_bin_query):
19167         Cleanups and some more documentation.
19168
19169 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19170
19171         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19172         (gst_cacasink_init), (gst_cacasink_chain):
19173         * ext/libcaca/gstcacasink.h:
19174         Cacasink inherits from VideoSink, so let that store the clock.
19175
19176 2004-11-09  Wim Taymans  <wim@fluendo.com>
19177
19178         * gst/playback/README:
19179         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19180         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19181         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19182         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19183         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19184         (setup_sinks):
19185         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19186         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19187         * gst/playback/gststreaminfo.h:
19188         Updated README.
19189         Only switch groups if all streams have muted (EOSed).
19190         Send Tags in sync with the stream playback instead of in
19191         the playback/preroll phase.
19192         Some cleanups, free the fakesrc elements.
19193
19194 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19195
19196         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19197           buffer-frames property was missing
19198         * ext/arts/gst_arts.c:
19199           rate missing from sinkcaps
19200         * ext/audiofile/gstafparse.c:
19201         * ext/audiofile/gstafsink.c:
19202         * ext/audiofile/gstafsrc.c:
19203         * ext/swfdec/gstswfdec.c:
19204           int audio doesn't know buffer-frames
19205         * ext/cdparanoia/gstcdparanoia.c:
19206           int audio doesn't know chunksize either
19207         * ext/nas/nassink.c:
19208           it's endianness, not endianess
19209         * gst-libs/gst/audio/audio.h:
19210           make float standard pad template caps really describe float
19211         * gst/law/mulaw.c: (linear_factory):
19212           signed only, please
19213         * gst/mpegstream/gstdvddemux.c:
19214           widths of 20 are not valid
19215
19216 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19217
19218         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19219
19220         * po/LINGUAS:
19221         * po/it.po:
19222           Add Italian
19223
19224 2004-11-08  Wim Taymans  <wim@fluendo.com>
19225
19226         * gst/playback/README:
19227         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19228         * gst/playback/gstplaybasebin.c: (probe_triggered),
19229         (gst_play_base_bin_change_state):
19230         Updated README, added more comments for fixmes etc..
19231
19232 2004-11-08  Wim Taymans  <wim@fluendo.com>
19233
19234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19235         We can remove this hack now.
19236
19237 2004-11-08  Wim Taymans  <wim@fluendo.com>
19238
19239         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19240         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19241         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19242         Only mix AYUV for maximum quality.
19243
19244 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19245
19246         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19247         (gst_ogg_demux_push), (gst_ogg_pad_push):
19248           Let's act as if we're synchronized now! :).
19249         * ext/theora/theoradec.c: (theora_dec_chain):
19250           Add some debug.
19251
19252 2004-11-08  Wim Taymans  <wim@fluendo.com>
19253
19254         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19255         (gst_alpha_set_property), (gst_alpha_sink_link),
19256         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19257         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19258         (gst_alpha_init_params), (gst_alpha_chain):
19259         Implement alpha functions for AYUV too, this increases
19260         accuracy quite a bit.
19261
19262 2004-11-08  Wim Taymans  <wim@fluendo.com>
19263
19264         * gst/ffmpegcolorspace/avcodec.h:
19265         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19266         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19267         (gst_ffmpegcsp_avpicture_fill):
19268         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19269         (gst_ffmpegcsp_caps_remove_format_info):
19270         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19271         (shrink12), (img_get_alpha_info), (deinterlace_line),
19272         (deinterlace_line_inplace):
19273         * gst/ffmpegcolorspace/imgconvert_template.h:
19274         Added AYUV colorspace and handle RGBA a bit more respectful.
19275
19276 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19279           Actually always send a discont (cornercase when resending the
19280           same serial-tagged chain twice).
19281
19282 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19283
19284         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19285         (gst_ximagesink_finalize):
19286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19287         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19288
19289 2004-11-08  Wim Taymans  <wim@fluendo.com>
19290
19291         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19292         Don't segfault on NULL data.
19293
19294 2004-11-08  Wim Taymans  <wim@fluendo.com>
19295
19296         * gst/playback/gstdecodebin.c: (unlinked):
19297         * gst/playback/gstplay-marshal.list:
19298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19299         (gst_play_base_bin_init), (group_create), (get_active_group),
19300         (get_building_group), (group_destroy), (group_commit),
19301         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19302         (add_element_stream), (no_more_pads), (probe_triggered),
19303         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19304         (state_change), (setup_source), (gst_play_base_bin_get_property),
19305         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19306         (gst_play_base_bin_link_stream),
19307         (gst_play_base_bin_get_streaminfo):
19308         * gst/playback/gstplaybasebin.h:
19309         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19310         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19311         Add support for chained ogg files. Prepare for playlist
19312         support. This patch introduces the concept of pad groups, which
19313         together compose one playable media file.
19314
19315 2004-11-07  David Schleef  <ds@schleef.org>
19316
19317         * testsuite/gst-lint: Check for pad templates that aren't statically
19318         scoped.
19319
19320 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * configure.ac:
19323         * ext/Makefile.am:
19324         * ext/musepack/Makefile.am:
19325         * ext/musepack/gstmusepackdec.cpp:
19326         * ext/musepack/gstmusepackdec.h:
19327         * ext/musepack/gstmusepackreader.cpp:
19328         * ext/musepack/gstmusepackreader.h:
19329           Add musepack decoder.
19330         * ext/faad/gstfaad.c: (gst_faad_base_init):
19331           Make pad templates static.
19332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19333         (plugin_init):
19334           Add musepack typefinder, make mp3 typefinding work halfway stream,
19335           which doesn't actually work yet because id3demux doesn't implement
19336           _get_length().
19337
19338 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19341         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19342           Fix interrupt event handling (#144436).
19343
19344 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19347           Hide unused glory.
19348
19349 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19350
19351         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19352
19353         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19354           Fix weird caps (#157548).
19355
19356 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19357
19358         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19359
19360         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19361           Add missing NULL terminator (#157543).
19362
19363 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         * gst/tcp/gsttcp.h:
19366         * gst/tcp/gsttcpclientsink.c:
19367         * gst/tcp/gsttcpclientsrc.c:
19368         * gst/tcp/gsttcpserversink.c:
19369         * gst/tcp/gsttcpserversrc.c:
19370           ports can go up to 65535.  Move common defines to gsttcp.h
19371
19372 2004-11-05  Wim Taymans  <wim@fluendo.com>
19373
19374         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19375         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19376         Added two more colorspaces.
19377
19378 2004-11-05  Wim Taymans  <wim@fluendo.com>
19379
19380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19381         (gst_ffmpegcsp_avpicture_fill):
19382         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19383         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19384         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19385         More stride fixes.
19386
19387 2004-11-05  Wim Taymans  <wim@fluendo.com>
19388
19389         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19390         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19391         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19392         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19393         (gst_videomixer_loop):
19394         More stride fixes.
19395
19396 2004-11-05  Benjamin Otte  <otte@gnome.org>
19397
19398         * ext/mad/gstmad.c: (gst_mad_chain):
19399           don't overflow data buffer. Flush not needed sync data when syncing
19400           failed.
19401
19402 2004-11-04  Wim Taymans  <wim@fluendo.com>
19403
19404         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19405         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19406         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19407         (gst_alpha_init_params), (gst_alpha_chain),
19408         (gst_alpha_change_state):
19409         Updated the chroma keying algorithm with something more
19410         sophisticated.
19411
19412 2004-11-03  Wim Taymans  <wim@fluendo.com>
19413
19414         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19415         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19416         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19417         Fix stride issues. Does not completely work for odd
19418         heights.
19419
19420 2004-11-03  Wim Taymans  <wim@fluendo.com>
19421
19422         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19423         (gst_alpha_chroma_key), (gst_alpha_chain):
19424         Fix stride issues. Does not completely work for odd
19425         heights.
19426
19427 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19428
19429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19430         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19431         leak fixes
19432
19433 2004-11-03  Wim Taymans  <wim@fluendo.com>
19434
19435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19436         (gst_ffmpegcsp_avpicture_fill):
19437         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19438         (avpicture_alloc):
19439         * gst/ffmpegcolorspace/imgconvert_template.h:
19440         Use correct _fill function to get correct strides.
19441
19442 2004-11-02  David Schleef  <ds@schleef.org>
19443
19444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19445         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19446         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19447         Change all g_print()s to debugging.  Add a bunch of consistency
19448         checks.
19449
19450 2004-11-02  Wim Taymans  <wim@fluendo.com>
19451
19452         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19453         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19454         (unlinked), (no_more_pads), (close_link):
19455         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19456         (unknown_type), (add_element_stream), (new_decoded_pad),
19457         (removed_decoded_pad), (setup_source):
19458         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19459         (gst_stream_info_class_init), (gst_stream_info_init),
19460         (gst_stream_info_new), (gst_stream_info_dispose),
19461         (stream_info_mute_pad), (gst_stream_info_set_property),
19462         (gst_stream_info_get_property):
19463         * gst/playback/gststreaminfo.h:
19464         Fix playback of multiple files.
19465         a slightly different approach to handling dynamic pad removals.
19466         This one only looks at pads that we have linked.
19467
19468 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19469
19470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19471         free" warning from libc.
19472
19473 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19476         (get_unconnected_element), (remove_starting_from), (pad_removed),
19477         (close_link):
19478           Implement support for dynamic pad changing. We listen to "live"
19479           pad removals (i.e. while playing) and re-setup autoplugging
19480           after that. Playbasebin/playbin need some more work for this
19481           to finally work, but decodebin supports (and replugs) chained
19482           ogg now.
19483
19484 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19485
19486         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19487         (gst_alsa_finalize):
19488         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19489         (gst_cdaudio_finalize):
19490         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19491         (cdparanoia_finalize):
19492         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19493         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19494         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19495         (dvdreadsrc_finalize):
19496         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19497         (gst_flacdec_finalize):
19498         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19499         (gst_flacenc_finalize):
19500         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19501         (gst_gnomevfssink_finalize):
19502         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19503         (gst_gnomevfssrc_finalize):
19504         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19505         (gst_fameenc_finalize):
19506         * ext/nas/nassink.c: (gst_nassink_class_init),
19507         (gst_nassink_finalize):
19508         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19509         (gst_sdlvideosink_class_init):
19510         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19511         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19512         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19513         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19514         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19515         (gst_x_window_listener_dispose):
19516         * gst/audioscale/gstaudioscale.c:
19517         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19518         (play_on_demand_finalize):
19519         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19521         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19522         (cdplayer_finalize):
19523         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19524         (gst_glimagesink_class_init):
19525         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19526         (gst_osselement_finalize):
19527         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19528         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19529         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19530           Fixes a bunch of problems with finalize and dispose functions,
19531           either assumptions that dispose is only called once, or not calling
19532           the parent class dispose/finalize function
19533
19534 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19535
19536         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19537           added two api precondition guards
19538           use g_strdup with getenv to fix crash when using ENVVAR
19539
19540 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19541         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19542         (gst_esdsink_finalize):
19543         Use a finalize function, not dispose, and more importantly,
19544         call the parent class finalize function too
19545
19546 2004-11-01  Johan Dahlin  <johan@gnome.org>
19547
19548         * ext/ogg/gstoggdemux.c:
19549         * gst/tags/gstvorbistag.c:
19550         Plug leaks.
19551
19552 2004-10-31  Benjamin Otte  <otte@gnome.org>
19553
19554         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19555           lotsa memleaks today. But they're all small...
19556
19557 2004-10-31  Benjamin Otte  <otte@gnome.org>
19558
19559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19560           another memleak crushed
19561
19562 2004-10-31  Benjamin Otte  <otte@gnome.org>
19563
19564         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19565           fix memleak
19566
19567 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19568
19569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19570           Hack to prevent crash when going to READY inside signal handler
19571           while this function is active.
19572
19573 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * gst/ffmpegcolorspace/Makefile.am:
19576         * gst/ffmpegcolorspace/avcodec.h:
19577         * gst/ffmpegcolorspace/common.h:
19578         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19579         * gst/ffmpegcolorspace/dsputil.h:
19580         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19582         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19583         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19584         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19585         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19586         (gst_ffmpegcsp_avpicture_fill):
19587         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19589         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19590         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19591         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19592         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19593         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19594         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19595         * gst/ffmpegcolorspace/imgconvert.c:
19596         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19597         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19598         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19599         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19600         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19601         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19602         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19603         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19604         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19605         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19606         (grow21), (grow22), (grow41), (grow44), (conv411),
19607         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19608         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19609         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19610         (avpicture_free), (is_yuv_planar), (img_convert),
19611         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19612         (deinterlace_line_inplace), (deinterlace_bottom_field),
19613         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19614         * gst/ffmpegcolorspace/imgconvert_template.h:
19615         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19616         * gst/ffmpegcolorspace/mmx.h:
19617         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19618         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19619         (av_freep), (avcodec_get_context_defaults),
19620         (avcodec_alloc_context), (avcodec_init):
19621           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19622           handling plus update from ffmpeg CVS. Large clean-up.
19623
19624 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * gst/playback/Makefile.am:
19627           We need the marshallers for decodebin, too.
19628
19629 2004-10-30  David Schleef  <ds@schleef.org>
19630
19631         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19632           quicktime typefinding work with 64-bit offsets.
19633
19634 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19635
19636         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19637           Set EOS on the element when processing an EOS event.
19638         * ext/speex/gstspeexdec.h:
19639         * ext/speex/gstspeexenc.h:
19640           Only keep a const ptr to the mode
19641         * gst-libs/gst/riff/riff-media.c:
19642         (gst_riff_create_audio_caps_with_data),
19643         (gst_riff_create_audio_template_caps):
19644           Allow WMAV3, with up to 6 channels.
19645         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19646           Don't call gst_pad_set_event_function on a sink pad.
19647         * gst/mpegstream/gstdvddemux.c:
19648         (gst_dvd_demux_get_subpicture_stream),
19649         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19650           Copy the explicit caps that were set across to the cur_* pads,
19651           instead of trying to use a possibly non-existent negotiated caps.
19652           Reset the type of subpicture pads to UNKNOWN after calling
19653           init_stream, so that the caps get set.
19654
19655 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19656
19657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19658
19659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19660           Don't touch buffer if it is of size 0 (fixes #151064).
19661
19662 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19665           Synchronized discont handling.
19666
19667 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19668
19669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19670         (gst_ogg_demux_push):
19671           Make seeking sort-of exact again (fixes #156387).
19672
19673 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19674
19675         * gst/playback/gstplaybasebin.c: (unknown_type),
19676         (add_element_stream), (new_decoded_pad),
19677         (gst_play_base_bin_change_state):
19678         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19679         (gst_stream_info_init), (gst_stream_info_new),
19680         (gst_stream_info_dispose), (gst_stream_info_get_property):
19681         * gst/playback/gststreaminfo.h:
19682           Make caps explicitely available. Makes testing for unsupported
19683           types possible. Improves error reporting.
19684
19685 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * gst/audioconvert/gstaudioconvert.c:
19688         (gst_audio_convert_buffer_to_default_format):
19689           Really don't touch read-only buffers (#156563).
19690
19691 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19692
19693         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19694
19695         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19696           Fix memleak (#155223).
19697
19698 2004-10-29  Wim Taymans  <wim@fluendo.com>
19699
19700         * gst/tcp/.cvsignore:
19701         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19702         (gst_multifdsink_class_init), (gst_multifdsink_init),
19703         (gst_multifdsink_add), (gst_multifdsink_remove),
19704         (gst_multifdsink_remove_client_link), (is_sync_frame),
19705         (gst_multifdsink_new_client),
19706         (gst_multifdsink_handle_client_write),
19707         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19708         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19709         (gst_multifdsink_get_property):
19710         * gst/tcp/gstmultifdsink.h:
19711         Added burst on connect sync_method, deprecated sync_clients,
19712         streamlined the sync code some more.
19713
19714 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19717         (gst_play_base_bin_change_state):
19718           Improve error reporting.
19719
19720 2004-10-28  Wim Taymans  <wim@fluendo.com>
19721
19722         * gst/tcp/Makefile.am:
19723         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19724         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19725         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19726         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19727         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19728         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19729         (gst_fdset_wait):
19730         Added more locks around fdset structures. Fixed/reworked
19731         the poll array resizing code.
19732         Added stress test for fdset.
19733
19734 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19735
19736         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19737         fix build
19738
19739 2004-10-28  Benjamin Otte  <otte@gnome.org>
19740
19741         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19742           fix link function to always query channels and query width for
19743           floats
19744         * configure.ac:
19745           add equalizer dir
19746         * gst/equalizer/Makefile.am:
19747         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19748         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19749         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19750         (arg_to_scale), (setup_filter),
19751         (gst_iir_equalizer_compute_frequencies),
19752         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19753         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19754         (plugin_init):
19755           add an equalizer
19756
19757 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19758
19759         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19760
19761         * po/LINGUAS:
19762         * po/nb.po:
19763           Added Norwegian Bokmaal translation
19764
19765 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19766
19767         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19768           Don't break on options (fixes #156488).
19769
19770 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19771
19772         * configure.ac:
19773         * ext/cdaudio/Makefile.am:
19774         * sys/Makefile.am:
19775           fix build on older automake
19776
19777 2004-10-26  Wim Taymans  <wim@fluendo.com>
19778
19779         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19780         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19781         Allow a little margin when negotiating the framerate.
19782
19783 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19784
19785         * gst/level/gstlevel.c:
19786           synchonised naming of pads and pad-templates
19787
19788 2004-10-26  Wim Taymans  <wim@fluendo.com>
19789
19790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19791         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19792         (_find_streams_check), (gst_ogg_demux_push):
19793         Fix EOS again. Needs to be done in a better way. We should not
19794         remove the pad if there is no new chained stream.
19795
19796 2004-10-26 Iain <iaingnome@gmail.com>
19797
19798         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19799         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19800         of the caps.
19801         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19802         pad.
19803         (interleave_release_pad): Remove the pad.
19804         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19805         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19806         the set device.
19807         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19808         attrs
19809         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19810         (gst_xvimagesink_finalize): Free the par.
19811
19812 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19815         (gst_avimux_stop_file):
19816           First calculate the rate, and only then use it. Hdr.rate is a
19817           multiple and not a derivative of hdr.scale. Scale is not the
19818           same as blockalign but is solely related to rate.
19819
19820 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19823         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19824           Implement seeking.
19825
19826 2004-10-25  James Henstridge  <james@jamesh.id.au>
19827
19828         Reviewed by:  David Schleef  <ds@schleef.org>
19829
19830         * examples/gstplay/player.c: (got_stream_length), (main):
19831         * examples/seeking/cdplayer.c: (update_scale):
19832         * examples/seeking/seek.c: (format_value), (update_scale):
19833         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19834         (stop_seek):
19835         Build fixes on AMD64.
19836
19837 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19838
19839         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19840
19841         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19842         Fix for some v4l cards which hang in v4lsrc
19843
19844 2004-10-25  Wim Taymans  <wim@fluendo.com>
19845
19846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19847         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19848         Make sure to remove the pad when a new chain is
19849         encountered. Set some vars to NULL so we don't try
19850         to reference freed memory.
19851
19852 2004-10-25  Wim Taymans  <wim@fluendo.com>
19853
19854         * examples/seeking/Makefile.am:
19855         * examples/seeking/cdplayer.c: (update_scale):
19856         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19857         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19858         (format_value), (update_scale), (iterate), (start_seek),
19859         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19860         (print_usage), (main):
19861         Added some more examples, update others.
19862
19863 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19864
19865         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19866         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19867         * ext/theora/theoradec.c: (theora_dec_chain):
19868         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19869           Add codec-name metadata.
19870
19871 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19872
19873         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19876         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19877         * ext/alsa/gstalsamixertrack.h:
19878         * po/POTFILES.in:
19879           ALSA mixer track label internationalization (#154054).
19880
19881 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19882
19883         * ext/theora/theoradec.c: (theora_dec_chain):
19884           Export bitrate as metadata.
19885
19886 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19887
19888         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19889         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19890         * ext/alsa/gstalsamixertrack.h:
19891           Fix names, fix loop.
19892
19893 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19894
19895         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19896         (speex_dec_convert):
19897           sinkconvert function so oggdemux can get the file length (totem).
19898
19899 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19900
19901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19904           Don't push incomplete packets.
19905         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19906           Fix MPEG-4 audio typefinding.
19907
19908 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * sys/v4l/Makefile.am:
19911         * sys/v4l/gstv4l.c: (plugin_init):
19912         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19913         (gst_v4lelement_init), (gst_v4lelement_dispose),
19914         (gst_v4lelement_change_state):
19915         * sys/v4l/gstv4lelement.h:
19916         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19917         (gst_v4l_xoverlay_close), (idle_refresh),
19918         (gst_v4l_xoverlay_set_xwindow_id):
19919         * sys/v4l/gstv4lxoverlay.h:
19920         * sys/v4l/v4l-overlay_calls.c:
19921         * sys/v4l/v4l_calls.h:
19922         * sys/v4l2/Makefile.am:
19923         * sys/v4l2/gstv4l2.c: (plugin_init):
19924         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19925         (gst_v4l2element_init), (gst_v4l2element_dispose),
19926         (gst_v4l2element_change_state):
19927         * sys/v4l2/gstv4l2element.h:
19928         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19929         (gst_v4l2_xoverlay_close), (idle_refresh),
19930         (gst_v4l2_xoverlay_set_xwindow_id):
19931         * sys/v4l2/gstv4l2xoverlay.h:
19932         * sys/v4l2/v4l2-overlay_calls.c:
19933         * sys/v4l2/v4l2_calls.h:
19934           Remove client-side overlay handling, use the X-server v4l plugin
19935           for that. Nicer overlay, less code. Also make the plugin
19936           compileable without X (but then without overlay, obviously).
19937           Makes xwindowlistener obsolete, should we remove that?
19938
19939 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19940
19941         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19942         (gst_osssrc_src_query):
19943         * sys/oss/gstosssrc.h:
19944           OK, so people want offset in DEFAULT. This time, actually fix all
19945           cases.
19946         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19947           Add FPS properly.
19948
19949 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19950
19951         * gst/asfdemux/gstasfmux.c:
19952         * gst/avi/gstavimux.c:
19953           Framerate.
19954
19955 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19956
19957         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19958           Fix properties (channel, norm, frequency).
19959
19960 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19963           Flag typo.
19964         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19965           No warnings.
19966
19967 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19968
19969         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19970           Fix hang.
19971
19972 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19973
19974         * sys/v4l2/gstv4l2element.h:
19975           Yet Another Hack (tm) for kernel header borkedness.
19976         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19977         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19978         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19979         (gst_v4l2src_change_state):
19980         * sys/v4l2/gstv4l2src.h:
19981         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19982         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19983           Fix caps, keep track of state, work.
19984
19985 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19988           Quiet.
19989
19990 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19991
19992         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19993           Don't mix bytes and samples.
19994
19995 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19996
19997         * ext/ogg/gstoggmux.c:
19998           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19999           and theora. Any is incorrect.
20000         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20001           Fix caps.
20002         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20003         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20004         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20005         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20006         * sys/v4l/gstv4lmjpegsrc.h:
20007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20008         (gst_v4lsrc_change_state):
20009         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20010         (gst_v4lmjpegsrc_capture_stop):
20011           Fix caps. Keep track of internal state. Work.
20012
20013 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20014
20015         * ext/Makefile.am:
20016           Fix the build fixes.
20017
20018 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20019
20020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20021         (gst_ogg_demux_src_event), (_find_chain_seek),
20022         (gst_ogg_pad_push):
20023           Check for pad availability before using it.
20024         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20025           Fix parsing of chained ogg. Needs more work on the decoder side.
20026
20027 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20028
20029         * gst/spectrum/Makefile.am:
20030         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20031         (idle_func):
20032           Fix demo and reenable it. Yes, I'm currently playing with audio
20033           analysis tools
20034
20035 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20036
20037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20038           We love it if files that start at zero work too...
20039
20040 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20043           Handle files with missing EOS headers.
20044
20045 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20046
20047         * gst/tcp/gsttcpserversink.c:
20048         (gst_tcpserversink_handle_server_read),
20049         (gst_tcpserversink_init_send):
20050         Zero some variables first (need for accept not to return EINVAL)
20051
20052 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20055         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20056         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20057         (theora_dec_chain):
20058         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20059         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20060           Seeking and querying finetune.
20061
20062 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         * configure.ac:
20065         * ext/Makefile.am:
20066         * ext/raw1394/Makefile.am:
20067           fix the build
20068
20069 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20072           Wrong return.
20073         * gst/playback/Makefile.am:
20074         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20075         * gst/playback/gstplay-marshal.list:
20076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20077           Fix marshallers.
20078
20079 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20082           Silence.
20083
20084 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20085
20086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20087         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20088         (gst_ogg_pad_push):
20089           Yay for non-lineair granulepos in theora.
20090
20091 2004-10-18  Wim Taymans  <wim@fluendo.com>
20092
20093         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20094         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20095         * ext/dv/gstdvdec.h:
20096         Make sure we renegotiate aspect ratio when the camera switches.
20097
20098 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20101         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20102           Start at zero.
20103         * ext/theora/theoradec.c: (theora_dec_chain):
20104           Skip headers. Bad idea for chained ogg, but fixes seeking.
20105
20106 2004-10-18  Wim Taymans  <wim@fluendo.com>
20107
20108         * configure.ac:
20109         I swear, this is the last time I touch this.
20110
20111 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20112
20113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20114         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20115         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20116           Faster seeking.
20117         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20118           Time-to-default conversion.
20119         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20120           Don't error on unknown packets, just skip. We should probably
20121           read them if we want to support chained ogg.
20122
20123 2004-10-18  Wim Taymans  <wim@fluendo.com>
20124
20125         * configure.ac:
20126         Added cdaudio to wrong list.
20127
20128 2004-10-18  Wim Taymans  <wim@fluendo.com>
20129
20130         * configure.ac:
20131         Revive cdaudio.
20132
20133 2004-10-18  Wim Taymans  <wim@fluendo.com>
20134
20135         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20136         (gst_dvdec_video_link), (gst_dvdec_push):
20137         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20138         (gst_smokeenc_resync), (gst_smokeenc_chain):
20139         Fix mimetype on smoke encoder.
20140         Add aspect ratio to dvdec. Not sure if these
20141         values are correct though....
20142
20143 2004-10-18  Wim Taymans  <wim@fluendo.com>
20144
20145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20146         Fix vorbis property descriptions and ranges.
20147
20148 2004-10-18  Wim Taymans  <wim@fluendo.com>
20149
20150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20151         Really do nothing when no data is available.
20152         Go to the playing state when the stream is not seekable
20153         instead of failing.
20154
20155 2004-10-18  Wim Taymans  <wim@fluendo.com>
20156
20157         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20158         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20159         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20160         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20161         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20162         Added uri handler for cd://
20163         Port to new API.
20164
20165 2004-10-18  Wim Taymans  <wim@fluendo.com>
20166
20167         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20168         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20169         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20170         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20171         (remove_prerolls), (unknown_type), (add_element_stream),
20172         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20173         (gst_play_base_bin_remove_element),
20174         (gst_play_base_bin_link_stream):
20175         * gst/playback/gstplaybin.c: (gen_video_element),
20176         (gen_vis_element), (remove_sinks), (setup_sinks):
20177         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20178         (gst_stream_info_get_type), (gst_stream_info_class_init),
20179         (gst_stream_info_init), (gst_stream_info_new),
20180         (gst_stream_info_dispose), (stream_info_mute_pad),
20181         (gst_stream_info_set_property), (gst_stream_info_get_property):
20182         * gst/playback/gststreaminfo.h:
20183         Add sink padtemplate to decodebin.
20184         Added some more comments.
20185         Make queue size configurable in playbasebin.
20186         Added possibility to use elements as sinks (ex cdaudio).
20187
20188 2004-10-15  Wim Taymans  <wim@fluendo.com>
20189
20190         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20191         (gst_speexenc_chain):
20192         Fix speex timestamps so that it gets muxed properly.
20193
20194 2004-10-15  Wim Taymans  <wim@fluendo.com>
20195
20196         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20197         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20198         (gst_dv1394src_init), (gst_dv1394src_dispose),
20199         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20200         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20201         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20202         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20203         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20204         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20205         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20206         * ext/raw1394/gstdv1394src.h:
20207         Added conversion/query functions.
20208         Update buffer timestamps,
20209         Added signals.
20210         Added uri dv:// so it might play from the firewire in playbin.
20211         Fix a possible leak.
20212         Added debugging.
20213
20214 2004-10-15  Wim Taymans  <wim@fluendo.com>
20215
20216         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20217         (gst_dv1394src_init), (gst_dv1394src_set_property),
20218         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20219         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20220         * ext/raw1394/gstdv1394src.h:
20221         Added AV/C VTR control support needed for some cameras.
20222         Added automatic port detection.
20223         Added properties for selecting the channel.
20224         The configure.ac script is not yet updated to reflect the
20225         new libavc1394 and librom1394 dependencies.
20226
20227 2004-10-15  Wim Taymans  <wim@fluendo.com>
20228
20229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20230         (qtdemux_parse), (gst_qtdemux_handle_esds):
20231         An esds box is not a container.
20232         Fix parsing of mp4v boxes.
20233         Do not try to renegotiate fps for each frame. Need to
20234         find a better method. This should fix mp4 playback.
20235
20236 2004-10-14  David Schleef  <ds@schleef.org>
20237
20238         * configure.ac: update for swfdec-0.3 and liboil-0.2
20239         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20240         * ext/swfdec/gstswfdec.h: same
20241         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20242         * gst/videotestsrc/videotestsrc.c: same
20243
20244 2004-10-14  Wim Taymans  <wim@fluendo.com>
20245
20246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20247         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20248         (is_sync_frame), (gst_multifdsink_new_client),
20249         (gst_multifdsink_handle_client_write),
20250         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20251         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20252         Turn warnings into info.
20253         Don't allow a state change in the streaming thread.
20254
20255 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20256
20257         * ext/vorbis/oggvorbisenc.c:
20258         * ext/vorbis/vorbisdec.c:
20259           fix template sample rate
20260
20261 2004-10-13  Wim Taymans  <wim@fluendo.com>
20262
20263         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20264         Decoding the header first fixes some problems in resyncing
20265         in more mp3s.
20266
20267 2004-10-12  Wim Taymans  <wim@fluendo.com>
20268
20269         * gst/playback/gstplaybin.c: (gen_video_element),
20270         (gen_vis_element), (remove_sinks), (setup_sinks):
20271         Added vis plugin support, need to configure the vis
20272         element to activate it.
20273
20274 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20277         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20278           Some debug.
20279         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20280         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20281         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20282         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20283         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20284         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20285         * gst/avi/gstavidemux.h:
20286           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20287           recovery (where, if part of the index is broken, we will still read
20288           the rest of the index and recover the broken part by stream
20289           scanning). More broken media support. EOS workarounds. General AVI
20290           braindamage headache recovery. Aspirin included.
20291
20292 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20293
20294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20295         (cdparanoia_event), (cdparanoia_query):
20296           Get rid of hideous lead-in.
20297
20298 2004-10-11  Wim Taymans  <wim@fluendo.com>
20299
20300         * gst/playback/gstplaybasebin.c: (setup_source):
20301         Wrong var used to get g_list_next.
20302
20303 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20304
20305         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20306         (cdparanoia_get), (cdparanoia_open):
20307           Report discid as metadata, add duration.
20308
20309 2004-10-11  Wim Taymans  <wim@fluendo.com>
20310
20311         * gst/playback/gstplaybasebin.c: (setup_source):
20312         Cleanup the previous pipeline a little earlier for the
20313         case that a source element provides raw data.
20314
20315 2004-10-11  Benjamin Otte  <otte@gnome.org>
20316
20317         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20318           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20319           consuming the last 128 bytes, even though it was valid mp3 data.
20320
20321 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20322
20323         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20324         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20325         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20326         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20327
20328 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20329
20330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20331         Fix for webcams that support only specific width or height
20332
20333 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20334
20335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20338           Fix wrong discont event setup (fixes #154967).
20339
20340 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20341
20342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20343
20344         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20345           Error out on invalid data (fixes #154807).
20346
20347 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20348
20349         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * ext/dvdread/dvdreadsrc.c: (_read):
20352           Make titles > 0 work again (fixes #154834).
20353
20354 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * gst-libs/gst/riff/riff-media.c:
20357         (gst_riff_create_video_template_caps):
20358           WMV3 missing in template caps.
20359
20360 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20363           OK, so the original code was too strict. It makes random AVI files
20364           hang for seconds upon opening, which is unacceptable and is far
20365           beyond the original goal of getting multiple chunks for one-chunk
20366           sounc stream files. So now do just that.
20367
20368 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20369
20370         * gst/playback/gstplaybasebin.c: (setup_source),
20371         (gst_play_base_bin_change_state):
20372           Actually clean up streaminfo if output fails. This would trigger
20373           if, for example, there was no CD in the drive. No preroll, so
20374           a streaminfo structure is created, but the subsequent state change
20375           of the thread fails.
20376         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20377           Don't change state if parent failed.
20378
20379 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20382         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20383         (gen_video_element), (remove_sinks):
20384           Add small bits of code for screenshot handling.
20385
20386 2004-10-08  Wim Taymans  <wim@fluendo.com>
20387
20388         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20389         (gen_video_element), (gen_audio_element), (setup_sinks):
20390         Don't assume the user provided sinks are named "sink"...
20391
20392 2004-10-08  Wim Taymans  <wim@fluendo.com>
20393
20394         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20395         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20396         (gst_play_base_bin_link_stream):
20397         Do not try to autoplug sources that generate raw streams like
20398         cdparanoia.
20399         disconnect the preroll overrun signal when we don't need it anymore.
20400
20401 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20402
20403         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20404         Added reworked patch from #154903 from milosz derezynski (deadchip).
20405
20406 2004-10-08  Wim Taymans  <wim@fluendo.com>
20407
20408         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20409         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20410         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20411         (cdparanoia_convert), (cdparanoia_uri_get_type),
20412         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20413         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20414         * ext/cdparanoia/gstcdparanoia.h:
20415         This adds the cdda://<tracknum> uri.
20416
20417 2004-10-08  Wim Taymans  <wim@fluendo.com>
20418
20419         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20420         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20421         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20423         (unknown_type), (gst_play_base_bin_remove_element),
20424         (gst_play_base_bin_link_stream):
20425         * gst/playback/gstplaybasebin.h:
20426         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20427         (gst_play_bin_set_property), (gen_video_element),
20428         (gen_audio_element), (setup_sinks):
20429         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20430         (gst_stream_info_get_type), (gst_stream_info_class_init),
20431         (gst_stream_info_init), (gst_stream_info_new),
20432         (gst_stream_info_dispose), (stream_info_mute_pad),
20433         (gst_stream_info_set_property), (gst_stream_info_get_property):
20434         * gst/playback/gststreaminfo.h:
20435         Reuse the audio and video bins.
20436         Some internal cleanups in the stream selection code.
20437
20438 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20439
20440         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20441         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20442         * sys/ximage/ximagesink.h:
20443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20444         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20445         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20446         not coming from those elements. Moreover these elements should not keep
20447         the xid they have been given when in NULL state.
20448
20449 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20452         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20453         * sys/ximage/ximagesink.h:
20454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20455         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20456         * sys/xvimage/xvimagesink.h:
20457           Actually only create a new toplevel window if we're not gonna
20458           embed it right after.
20459
20460 2004-10-07  Wim Taymans  <wim@fluendo.com>
20461
20462         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20463         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20464         * gst/playback/gstplaybin.c: (setup_sinks):
20465         Implement muting/unmuting of streams, mute streams that are not
20466         used.
20467
20468 2004-10-07  Wim Taymans  <wim@fluendo.com>
20469
20470         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20471         (plugin_init):
20472         Added lame audio/x-ac3 typefind function.
20473
20474 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20475
20476         * configure.ac:
20477           bump nano to cvs
20478
20479 === release 0.8.5 ===
20480
20481 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20482
20483         * NEWS:
20484         * RELEASE:
20485         * configure.ac:
20486           releasing 0.8.5, "Take You On"
20487
20488 2004-10-06  Wim Taymans  <wim@fluendo.com>
20489
20490         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20491         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20492         (no_more_pads), (close_link), (type_found):
20493         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20494         * gst/playback/gstplaybin.c: (gen_video_element):
20495         Do not signal the no_more_pads after the first pad when
20496         we are plugging a non dynamic element with multiple
20497         output pads (like swfdec, dvdec, ...).
20498
20499 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20500
20501         * configure.ac:
20502           bump for prerelease
20503
20504 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20505
20506         * gst/wavparse/gstwavparse.c:
20507           add ATRAC3 to STATIC CAPS to fix a warning
20508
20509         * gst/matroska/ebml-read.c:
20510         * gst-libs/gst/riff/riff-read.c:
20511           fix typos
20512
20513 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20514
20515         * gst-libs/gst/riff/riff-media.c:
20516           generate caps for ATRAC3 audio streams
20517
20518         * gst/realmedia/rmdemux.c:
20519           generate caps for ATRAC3 audio streams
20520
20521 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20522
20523         * gst/wavparse/Makefile.am
20524         * gst/wavparse/riff.h
20525         * gst/wavparse/wavparse.vcproj
20526           riff.h removal (unused and duplication with riff-ids.h)
20527
20528 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20529
20530         * gst/wavparse/gstwavparse.h
20531           remove duplicated defines for audio codec codes
20532
20533         * gst-libs/gst/riff/riff-ids.h
20534         * gst/wavenc/riff.h:
20535           add "4CC" code for ATRAC3 audio streams
20536           add "4CC" code for ITU_G721_ADPCM (unused for now)
20537
20538 2004-10-06  Wim Taymans  <wim@fluendo.com>
20539
20540         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20541         Actually _do_ negotiation. Pass gdouble as arg instead
20542         of guint64 for the framerate.
20543
20544 2004-10-06  Wim Taymans  <wim@fluendo.com>
20545
20546         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20547         (find_compatibles), (close_pad_link), (try_to_link_1),
20548         (no_more_pads), (close_link), (type_found):
20549         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20550         * gst/playback/gstplaybin.c: (gen_video_element),
20551         (gen_audio_element):
20552         Set state on newly added element to READY so that negotiation
20553         can happen ASAP.
20554         Addes some more debug info.
20555         Do not try to plug pads with multiple caps structures or ANY
20556         because it is too dangerous since we do not do dynamic
20557         replugging.
20558
20559 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20560
20561         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20562
20563         * po/LINGUAS:
20564         * po/or.po:
20565           add Oriya translation
20566
20567 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20570           Prevent overwrite of size member. Makes audio sound crappy.
20571
20572 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20573
20574         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20575         Add rmvb to the list of known RealMedia extensions
20576
20577 2004-10-05  Wim Taymans  <wim@fluendo.com>
20578
20579         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20580         (mngdec_openstream), (mngdec_closestream),
20581         (mngdec_handle_sink_event), (mngdec_readdata),
20582         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20583         (mngdec_getcanvasline), (mngdec_refresh),
20584         (gst_mngdec_change_state):
20585         Set the framerate correctly.
20586
20587 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20588
20589         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20590           There was something wrong with the index massaging.
20591
20592 2004-10-04  Wim Taymans  <wim@fluendo.com>
20593
20594         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20595         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20596         (gst_smokedec_chain):
20597         * ext/jpeg/gstsmokedec.h:
20598         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20599         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20600         * ext/jpeg/gstsmokeenc.h:
20601         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20602         (smokecodec_decode_new), (smokecodec_info_free),
20603         (smokecodec_set_quality), (smokecodec_get_quality),
20604         (smokecodec_set_threshold), (smokecodec_get_threshold),
20605         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20606         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20607         (smokecodec_encode), (smokecodec_parse_id),
20608         (smokecodec_parse_header), (smokecodec_decode):
20609         * ext/jpeg/smokecodec.h:
20610         * ext/jpeg/smokeformat.h:
20611         Updated smoke, new bitstream, allows embedding in ogg.
20612
20613 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20614
20615         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20616           Fix seeking in some files. All this code is no longer needed (and
20617           actually breaks stuff) because we now synchronize the full index
20618           right when reading the header.
20619
20620 2004-10-04  Wim Taymans  <wim@fluendo.com>
20621
20622         * configure.ac:
20623         configure update for libmng.
20624
20625 2004-10-04  Wim Taymans  <wim@fluendo.com>
20626
20627         * ext/libmng/Makefile.am:
20628         * ext/libmng/gstmng.c: (plugin_init):
20629         * ext/libmng/gstmng.h:
20630         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20631         (gst_mngdec_base_init), (gst_mngdec_class_init),
20632         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20633         (gst_mngdec_loop), (gst_mngdec_get_property),
20634         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20635         (mngdec_closestream), (mngdec_handle_sink_event),
20636         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20637         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20638         (gst_mngdec_change_state):
20639         * ext/libmng/gstmngdec.h:
20640         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20641         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20642         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20643         (gst_mngenc_chain), (gst_mngenc_get_property),
20644         (gst_mngenc_set_property):
20645         * ext/libmng/gstmngenc.h:
20646         Added basic MNG decoder. Needs more work. The encoder does
20647         not work yet.
20648
20649 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20652         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20653         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20654           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20655           no-more-pads.
20656
20657 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20658
20659         * configure.ac:
20660           you need at least 1.0.4 of speex
20661
20662 2004-10-04 Iain <iaingnome@gmail.com>
20663
20664         * ext/speex/gstspeexdec.h: Revert the includes changes.
20665
20666         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20667
20668 2004-09-30 Iain <iaingnome@gmail.com>
20669
20670         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20671         found during init or set as a property instead of hardcoding /dev/audio
20672
20673 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20674
20675         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20676         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20677         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20678         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20679         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20680         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20681         (gst_rmdemux_dump_data):
20682           Use debug category, fix EOS handling. filesrc ! rmdemux now
20683           works.
20684
20685 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20686
20687         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20688         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20689         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20690           Improve allocation, cutting and sorting of the index. How takes a
20691           few seconds instead of minutes.
20692
20693 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20694
20695         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20696           fixed compilation
20697
20698 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20699
20700         * gst-libs/gst/riff/riff-media.c:
20701         (gst_riff_create_video_caps_with_data),
20702         (gst_riff_create_video_template_caps):
20703           Add wing commander format mimetype/fourccs.
20704         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20705           Don't crash if some value is 0.
20706
20707 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst-libs/gst/riff/riff-media.c:
20710         (gst_riff_create_video_caps_with_data),
20711         (gst_riff_create_video_template_caps):
20712           Add DIB fourcc (raw, palettized 8-bit RGB).
20713         * gst-libs/gst/riff/riff-read.c:
20714         (gst_riff_read_strf_vids_with_data):
20715           Oops, fix strf_data reading bug.
20716         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20717           Use a non-NULL tag.
20718         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20719           Time for hacks. Sorry Dave. At least one quicktime movie (a
20720           trailer) that I've encountered contains multiple video tracks.
20721           One of those is the actual video track, the other are one-frame
20722           tracks (images). Unfortunately, the number of frames according
20723           to the trak header is 1 for each, so that doesn't help. So
20724           instead, I look at the duration and discard tracks with a
20725           duration shorter than 20% of the length of the stream. Better
20726           than nothing.
20727
20728 2004-10-01  Christian Schaller <christian@fluendo.com>
20729
20730         * ext/ivorbis/vorbis.c:
20731           Patch from Phil Blundell (Bug 152341)
20732
20733 2004-10-01  Wim Taymans  <wim@fluendo.com>
20734
20735         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20736         (speex_dec_get_formats), (speex_dec_convert),
20737         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20738         (speex_dec_chain), (gst_speexdec_get_property),
20739         (gst_speexdec_set_property):
20740         Small cleanups.
20741
20742 2004-10-01  Wim Taymans  <wim@fluendo.com>
20743
20744         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20745         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20746         (gst_wavparse_other), (gst_wavparse_loop),
20747         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20748         (gst_wavparse_srcpad_event):
20749         * gst/wavparse/gstwavparse.h:
20750         Added some more debugging info.
20751         Fix the case where the length of the file is 0.
20752         Make sure we seek to sample borders.
20753
20754 2004-10-01  Wim Taymans  <wim@fluendo.com>
20755
20756         * gst/playback/README:
20757         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20758         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20759         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20760         Add some debug info to decodebin, update README
20761
20762 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20765           Don't use g_print(); use GST_DEBUG().
20766
20767 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20770         (gst_ogg_mux_queue_pads):
20771           Handle EOS properly.
20772
20773 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20774
20775         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20776
20777         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20778         (gst_faad_chain), (gst_faad_change_state):
20779         * ext/faad/gstfaad.h:
20780           Allow playback of raw (unframed) MPEG AAC files (#148993).
20781
20782 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20783
20784         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20785
20786         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20787           Throw error if we didn't recognize the stream. Fixes #152289.
20788
20789 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20790
20791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20792           Fix negotiation.
20793
20794 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20795
20796         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20799           Fix memleak.
20800
20801 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20802
20803         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20804
20805         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20806           Solve #152805.
20807         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20808           Solve 152806.
20809
20810 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20811
20812         * gst-libs/gst/riff/riff-media.c:
20813         (gst_riff_create_video_caps_with_data),
20814         (gst_riff_create_audio_caps_with_data):
20815           Add codec_data handling (like asfdemux used to do).
20816         * gst/asfdemux/gstasf.c: (plugin_init):
20817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20818         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20819           Use riff-media for caps creation instead of our own (mostly
20820           broken) copy of its functions.
20821
20822 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20823
20824         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20825           Don't actually error out if we get another return value than
20826           -EINVAL. Opposite to what I first thought, drivers have random
20827           return values for this, although -EINVAL is the expected return
20828           value. Since this is not fatal, we shouldn't use
20829           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20830
20831 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20832
20833         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20834         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20835         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20836         (dvdreadsrc_get), (dvdreadsrc_open_file),
20837         (dvdreadsrc_change_state):
20838           Fix. Don't do one big huge loop around the whole DVD, that will
20839           cache all data and thus eat sizeof(dvd) (several GB) before we
20840           see something.
20841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20842           Actually NULL'ify event after using it.
20843         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20844         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20845         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20846         (gst_ebml_read_seek), (gst_ebml_read_skip):
20847           Handle events.
20848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20849         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20850         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20851           Fix timing (this will probably break if I seek using menus, but
20852           I didn't get there yet). VOBs and normal DVDs should now work.
20853           Add a mpeg2-only pad with high rank so this get autoplugged for
20854           MPEG-2 movies.
20855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20856         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20857         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20858         (gst_mpeg_demux_get_audio_stream),
20859         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20860         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20861           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20862           MPEG-1 but use dvddemux for MPEG-2.
20863         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20864         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20865         (gst_mpeg_parse_parse_packhead):
20866           Timing. Only add pad template if it exists. Add sink template from
20867           class and not from ourselves. This means we will always use the
20868           correct sink template even if it is not the one defined in this
20869           file.
20870
20871 2004-09-29  Wim Taymans  <wim@fluendo.com>
20872
20873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20874         (gst_mpeg_demux_parse_pes):
20875         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20876         Fix playback of mpeg again, timestamps where screwed up by
20877         patch 1.61.
20878
20879 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20882           Only return true if we actually filled something in. Prevents
20883           player applications from showing a random length for flac files.
20884         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20885         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20886         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20887         (gst_riff_read_strf_vids_with_data),
20888         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20889           OK, ok, so I implemented event handling. Apparently it's normal
20890           that we receive random events at random points without asking
20891           for it.
20892         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20893         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20894         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20895         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20896         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20897         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20898         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20899         * gst/avi/gstavidemux.h:
20900           Implement non-lineair chunk handling and subchunk processing.
20901           The first solves playback of AVI files where the audio and video
20902           data of individual buffers that we read are not synchronized.
20903           This should not happen according to the wonderful AVI specs, but
20904           of course it does happen in reality. It is also a prerequisite for
20905           the second. Subchunk processing allows us to cut chunks in small
20906           pieces and process each of these pieces separately. This is
20907           required because I've seen several AVI files with incredibly large
20908           audio chunks, even some files with only one audio chunk for the
20909           whole file. This allows for proper playback including seeking.
20910           This patch is supposed to fix all AVI A/V sync issues.
20911         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20912         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20913           Work.
20914         * gst/modplug/gstmodplug.cc:
20915           Proper return value setting for the query() function.
20916         * gst/playback/gstplaybasebin.c: (setup_source):
20917           Being in non-playing state (after, e.g., EOS) is not necessarily
20918           a bad thing. Allow for that. This fixes playback of short files.
20919           They don't actually playback fully now, because the clock already
20920           runs. This means that small files (<500kB) with a small length
20921           (<2sec) will still not or barely play. Other files, such as mod
20922           or flx, will work correctly, however.
20923
20924 2004-09-28  Wim Taymans  <wim@fluendo.com>
20925
20926         * ext/speex/gstspeex.c: (plugin_init):
20927         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20928         (gst_speex_dec_class_init), (speex_dec_get_formats),
20929         (speex_get_event_masks), (speex_get_query_types),
20930         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20931         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20932         (gst_speexdec_get_property), (gst_speexdec_set_property),
20933         (speex_dec_change_state):
20934         * ext/speex/gstspeexdec.h:
20935         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20936         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20937         (gst_speexenc_base_init), (gst_speexenc_class_init),
20938         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20939         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20940         (gst_speexenc_src_query), (gst_speexenc_init),
20941         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20942         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20943         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20944         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20945         (gst_speexenc_chain), (gst_speexenc_get_property),
20946         (gst_speexenc_set_property), (gst_speexenc_change_state):
20947         * ext/speex/gstspeexenc.h:
20948         Rewrote speex encoder, make sure it can be embedded in ogg.
20949         Implemented speex decoder.
20950
20951 2004-09-28  Christian Schaller <christian@fluendo.com>
20952
20953         * configure.ac:
20954         Remove kioslave plugin. Markey is brewing a new working one
20955         * ext/Makefile.am: Remove kioslave plugin
20956         * ext/kio: remove
20957         * gst-plugins.spec.in: remove kio plugin from spec
20958
20959 2004-09-27  Wim Taymans  <wim@fluendo.com>
20960
20961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20962         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20963         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20964         (gst_multifdsink_new_client),
20965         (gst_multifdsink_handle_client_write),
20966         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20967         (gst_multifdsink_handle_clients):
20968         * gst/tcp/gstmultifdsink.h:
20969         Make syncing to keyframes actually work for new clients and lagging
20970         clients.
20971
20972 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20973
20974         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20975         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20976         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20977         * gst/debug/gstnavigationtest.h:
20978           make navigationtest display button-press and button-release events
20979
20980 2004-09-26 Iain <iaingnome@gmail.com>
20981
20982         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20983         the channels have received a new media event.
20984         (interleave_buffered_loop): Compresses a new media event on all
20985         channels into one.
20986
20987 2004-09-26 Iain <iaingnome@gmail.com>
20988
20989         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20990         call the sinkpad's default event handler and not the srcpads. He also
20991         says this is confusing :)
20992         (gst_wavenc_stop_file): Company says that seek events only go upstream
20993         we should send a discontinuous downstream instead.
20994
20995 2004-09-25  Christian Schaller <christian@fluendo.com>
20996
20997         * Update SPEC file to be usable in conjunction with Fedora Core,
20998           Fedora.us and freshrpms packages
20999         * Fix typo in multifilesrc test Makefile
21000
21001 2004-09-24  Wim Taymans  <wim@fluendo.com>
21002
21003         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21004         Only signal the no_more_pads signal when we have
21005         added the stream to our list.
21006
21007 2004-09-24  Wim Taymans  <wim@fluendo.com>
21008
21009         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21010         (new_decoded_pad):
21011         * gst/playback/gstplaybasebin.h:
21012         * gst/playback/gstplaybin.c: (setup_sinks):
21013         Don't try to preroll or decode more than one audio/video
21014         track.
21015
21016 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21017
21018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21019           Throw error if we failed to find a suitable output. This should
21020           throw an error if we successfully set up a pipeline (e.g. because
21021           we recognized a media file) but found no decodable streams in it
21022           (e.g. because it contains only media stream types for which we
21023           have no decoders, or because it's not a media type).
21024
21025 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * ext/dirac/Makefile.am:
21028         * ext/dirac/gstdirac.cc:
21029         * ext/dirac/gstdiracdec.cc:
21030         * ext/dirac/gstdiracdec.h:
21031           Do something. Don't actually know if this works because I don't
21032           have a demuxer yet.
21033         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21034           Add channels=1 to caps returned from _getcaps().
21035         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21036         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21037         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21038         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21039         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21040         (gst_ogm_parse_change_state):
21041           Separate between audio/video so ogmaudioparse actually uses the
21042           audio pad templates. Both audio and video work now, including
21043           autoplugging. Also use sometimes-srcpad hack.
21044         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21045           Handle events better. Don't hang on infinite loops.
21046         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21047         (gst_avi_demux_init), (gst_avi_demux_reset),
21048         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21049         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21050         (gst_avi_demux_change_state):
21051         * gst/avi/gstavidemux.h:
21052           Improve A/V sync. Still not perfect.
21053         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21054         (gst_ebml_read_skip):
21055           Handle events better.
21056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21057         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21058         (qtdemux_audio_caps):
21059           Add IMA4. Improve event handling. Save offset after a seek when
21060           the headers are at the end of the file so that we don't end up in
21061           an infinite loop.
21062         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21063           Add low-priority typefind support for files with no length.
21064
21065 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21066
21067         * testsuite/multifilesink/Makefile.am:
21068         fix typo
21069
21070 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21071
21072         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21074         mistakes from thaytan's patches.
21075
21076 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21077
21078         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21079           For completeness, XSync in the destroy function as xvimage does.
21080
21081 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21082
21083         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21084            Correct caps negotiation
21085         * gst/volume/gstvolume.c: (volume_chain_float),
21086         (volume_chain_int16):
21087            Modify debug output to be little more informative
21088         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21090         (gst_xvimagesink_xvimage_destroy):
21091           Add XSync calls after detaching from the shared memory segment to
21092           avoid a crash.
21093
21094 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21095
21096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21097         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21098         * ext/vorbis/vorbis.c: (plugin_init):
21099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21100         (gst_vorbisenc_chain):
21101         * ext/vorbis/vorbisenc.h:
21102         remove explicit newmedia support from oggmux and vorbisenc
21103         add debug category to vorbisenc
21104         * gst/multifilesink/gstmultifilesink.c:
21105         (gst_multifilesink_class_init), (gst_multifilesink_init),
21106         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21107         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21108         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21109         (plugin_init):
21110         * gst/multifilesink/gstmultifilesink.h:
21111         add support for streamheader in multifilesink
21112
21113 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21114
21115         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21116         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21117         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21118           Prevent infinite loops. More correct error reporting.
21119         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21120           Error out if negotiation fails.
21121         * gst/playback/gstplaybasebin.c: (setup_source),
21122         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21123         (gst_play_base_bin_found_tag):
21124           Error/tag forwarding. Pre-roll fixes for source errors on state
21125           changes (e.g. "file does not exist") to prevent hangs.
21126
21127 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21128
21129         * testsuite/multifilesink/Makefile.am:
21130         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21131         (gst_newmedia_class_init), (gst_newmedia_init),
21132         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21133         (newfile_signal), (test_signal), (main):
21134         * testsuite/multifilesink/multifilesrc_test.c: (main):
21135         * testsuite/multifilesink/oggtheora_test.c:
21136         (gst_newmedia_base_init), (gst_newmedia_class_init),
21137         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21138         (test_format), (newfile_signal), (test_signal), (main):
21139         * testsuite/multifilesink/oggvorbis_test.c:
21140         (gst_newmedia_base_init), (gst_newmedia_class_init),
21141         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21142         (test_format), (newfile_signal), (test_signal), (main):
21143         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21144         (gst_newmedia_class_init), (gst_newmedia_init),
21145         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21146         (newfile_signal), (test_signal), (main):
21147         New media tests
21148
21149 2004-09-20  Christian Schaller <christian@fluendo.com>
21150
21151         * Fix mikmod license to LGPL as they have relicensed
21152         * Move Dirac and Effectv into LGPL section of README_license
21153
21154 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21155
21156         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21157         (gst_mad_change_state):
21158           Allow for mp3 rate/channels changes. However, only very
21159           conservatively. Reason that we *have* to enable this is smiply
21160           because the mad find_sync() function is not good enough, it will
21161           regularly sync on random data as valid frames and therefore make
21162           us provide random caps as *final* caps of the stream. The best fix
21163           I could think of is to simply require several of the same stream
21164           changes in a row before we change caps.
21165           The actual testcase that works now is #
21166         * ext/ogg/Makefile.am:
21167         * ext/ogg/gstogg.c: (plugin_init):
21168         * ext/ogg/gstogmparse.c:
21169           OGM support (video only for now; I need an audio sample file).
21170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21171         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21172         (gst_asf_demux_add_video_stream):
21173           WMV extradata.
21174         * gst/playback/gstplaybasebin.c: (unknown_type):
21175           Don't error out on single unknown-types after all. It's wrong.
21176           If we found type of video and audio but not of a subtitle stream,
21177           it will still error out (which is unwanted). Will find a better fix
21178           later on.
21179         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21180         (ogmaudio_type_find), (plugin_init):
21181           OGM support.
21182
21183 2004-09-20  Johan Dahlin  <johan@gnome.org>
21184
21185         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21186         after setting caps.
21187
21188 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21189
21190         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21191         * gst/wavenc/gstwavenc.h:
21192         Added newmedia support to wavenc
21193
21194 2004-09-17  Wim Taymans  <wim@fluendo.com>
21195
21196         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21197         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21198         (gst_fdset_fd_can_write), (gst_fdset_wait):
21199         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21200         (gst_multifdsink_init), (gst_multifdsink_add),
21201         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21202         (gst_multifdsink_remove_client_link),
21203         (gst_multifdsink_client_queue_buffer),
21204         (gst_multifdsink_handle_client_write),
21205         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21206         (gst_multifdsink_close), (gst_multifdsink_change_state):
21207         * gst/tcp/gstmultifdsink.h:
21208         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21209         (gst_tcpserversink_removed):
21210         Small cleanups in fdset.c
21211         Use a hastable to map fd to the client structure for faster
21212         lookup in _remove and get_stats.
21213         Added virtual function to close the fds.
21214         Handle clients even when the select/poll call was unblocked because
21215         of a command.
21216         Implement syncing to keyframe in the recovery procedure.
21217
21218 2004-09-16 Iain <iaingnome@gmail.com>
21219
21220         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21221         try caps.
21222
21223 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21224
21225         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21226           Caps are only set if the type of the stream is unknown, but this
21227           is initialized in ->init_stream(), so set to UNKNOWN after calling
21228           ->init_stream() so that capsnego starts.
21229
21230 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21231
21232         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21233         (gst_avi_demux_stream_data):
21234           Just hardcode for raw audio then. AVI audio sucks.
21235
21236 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21237
21238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21239         * gst/matroska/matroska-mux.c: (audiosink_templ),
21240         (gst_matroska_mux_audio_pad_link):
21241         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21242         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21243
21244 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21247         (gst_avi_demux_stream_data):
21248           Try to fix a/v sync issues.
21249
21250 2004-09-15  David Schleef  <ds@schleef.org>
21251
21252         * configure.ac: remove NASM check, since we don't use it.  Update
21253         dirac check to 0.4
21254         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21256         Initialized variables.
21257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21258         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21259         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21260         SVQ3 format
21261
21262 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21263
21264         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21265         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21266         * gst/avi/gstavidemux.h:
21267           Fix for compressed audio (mp3) timestamp generation. How did this
21268           ever work?
21269
21270 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21271
21272         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21273           Volume is a double not a float.
21274
21275 2004-09-15  Wim Taymans  <wim@fluendo.com>
21276
21277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21278         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21279         Don't close the fd in multifdsink as we didn't open it in the
21280         first place. Some cleanups.
21281
21282 2004-09-15  Wim Taymans  <wim@fluendo.com>
21283
21284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21286         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21287         Fix the case where the muxer would mark pages as delta
21288         frames when they are not (vorbis only ogg).
21289
21290 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21291
21292         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21293         (gst_play_base_bin_change_state):
21294           Handle the case where we failed to setup a clear pipeline. This
21295           will throw an error (or EOS, another nice case) and if you don't
21296           catch that, the app will wait for the signal forever (and thus
21297           hang).
21298
21299 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21300
21301         * ext/gnomevfs/gstgnomevfssink.c:
21302         (gst_gnomevfssink_uri_get_protocols):
21303         * ext/gnomevfs/gstgnomevfssrc.c:
21304         (gst_gnomevfssrc_uri_get_protocols):
21305         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21306         * ext/gnomevfs/gstgnomevfsuri.h:
21307           Use _uri_new() instead of _open(), so it doesn't take as long and
21308           Christophe's computer won't hang.
21309         * gst/playback/gstplaybasebin.c: (unknown_type):
21310           Throw error on unknown media type, so apps actually display it.
21311
21312 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21313
21314         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21315           this script to work on Solaris since bash shell handles echo
21316           differenly than bash.
21317
21318 2004-09-17  Wim Taymans  <wim@fluendo.com>
21319
21320         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21321         (setup_source), (gst_play_base_bin_set_property),
21322         (gst_play_base_bin_add_element):
21323         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21324         Some more work on making sure seeking pauses the pipeline and
21325         that changing the uri actually does something.
21326
21327 2004-09-17  Wim Taymans  <wim@fluendo.com>
21328
21329         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21331         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21332         (gst_tcpserversink_close):
21333         Be a bit more paranoid when freeing memory.
21334
21335 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21336
21337         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21338         (qtdemux_parse_trak):
21339           Don't crash by dividing by zero (see sample movie in #126922).
21340
21341 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21342
21343         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21344           Don't touch non-existing data (fixes crash on file in #140147).
21345
21346 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21347
21348         * gst/playback/gstplaybasebin.c:
21349         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21350           Handle double disposals, and proper change of URIs.
21351
21352 2004-09-13  Martin Eikermann <meiker@upb.de>
21353
21354         * gst/mpegstream/gstmpegparse.c:
21355           fix synchronistation for streams recorded from digital PCR
21356           fixes bug #119376
21357
21358 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21359
21360         * ext/gnomevfs/Makefile.am:
21361         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21362         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21363         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21364         (gst_gnomevfssink_uri_get_type),
21365         (gst_gnomevfssink_uri_get_protocols),
21366         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21367         (gst_gnomevfssink_uri_handler_init),
21368         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21369         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21371         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21372         (gst_gnomevfssrc_uri_get_type),
21373         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21374         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21375         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21376         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21377         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21378         * ext/gnomevfs/gstgnomevfsuri.h:
21379           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21380           of fake URIs to see which this version of Gnome-VFS likes, and
21381           uses that for the Gst-URI interface. Makes playbin support http://
21382           streams. Also fix up some stupid behaviour in gnomevfssrc.
21383
21384 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21385
21386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21387         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21388         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21389         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21390           Update mixer (to sync with other sessions) if we try to obtain
21391           a new value. This makes alsamixer work accross applications.
21392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21393           Only call sync functions if we're running, else alsalib asserts.
21394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21395           Sometimes fails to compile. Possibly a gcc bug.
21396         * gst/playback/gstplaybin.c: (gen_video_element),
21397         (gen_audio_element):
21398           Add a reference to an application-provided object, because we lose
21399           this same reference if we add it to the bin. If we don't do this,
21400           we can only use this object once and thus crash if we go from
21401           ready to playing, back to ready and back to playing again.
21402           Also add an audioscale element because several cheap soundcards -
21403           like mine - don't support all samplerates.
21404         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21405         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21406           Fix wrong order or PAR calls. Makes automatically obtained PAR
21407           from the X server atually being used.
21408
21409 2004-09-12  David Schleef  <ds@schleef.org>
21410
21411         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21412         #151887, #152102, #152247.
21413         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21414         * examples/seeking/cdparanoia.c: same
21415         * examples/seeking/cdplayer.c: same
21416         * examples/seeking/seek.c: same
21417         * examples/seeking/spider_seek.c: same
21418         * examples/seeking/vorbisfile.c: same
21419         * examples/stats/mp2ogg.c: same
21420         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21421         (gst_esdsink_dispose): Dispose of element properly.
21422         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21423         fixes.
21424         * ext/nas/nassink.c: (gst_nassink_class_init),
21425         (gst_nassink_dispose): Dispose of element correctly.
21426         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21427         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21428         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21429         Fix 64-bit warning.
21430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21431         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21432         Fix 64-bit warning.
21433
21434 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21435
21436         * configure.ac : change speex detection as 1.1.6 now uses
21437           .pc/pkg-config and they changed their headers location.
21438
21439 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21440
21441         * gst/matroska/matroska-mux.h:
21442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21443         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21444         (gst_matroska_mux_write_data):
21445           Write multiple blocks/frames per cluster.
21446                 Write meta-seek information (seek heads).
21447
21448 2004-09-09  Scott Wheeler <wheeler@kde.org>
21449
21450         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21451         (gst_play_bin_set_property), (gst_play_bin_get_property),
21452         (gen_audio_element), (gen_audio_element):
21453           Add a volume element / property to the pipeline.
21454
21455 2004-09-07  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21458         Copy timestamps from the master pad to the output buffers.
21459
21460 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21461
21462         * ext/raw1394/gstdv1394src.c:
21463           throw errors when applicable
21464
21465 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21466
21467         * gst/matroska/ebml-ids.h:
21468         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21469         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21471           automatically convert unix time <-> ebml time when reading/writing
21472           a date, use gst_ebml_write_uint to write CUETIME,
21473           not gst_ebml_write_date.
21474         * gst/matroska/matroska-ids.h:
21475         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21476         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21477         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21478         (gst_matroska_mux_write_data):
21479           Write track and segment UIDs, write muxing date, write
21480           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21481           Create cues for audio only files.
21482
21483 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21484
21485         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21486         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21487           Re-commit ALSA switches.
21488         * gst/adder/gstadder.c: (gst_adder_loop):
21489           64-bit fix (#151416).
21490         * gst/debug/progressreport.c: (gst_progressreport_report):
21491           64-bit fix (#151419).
21492         * gst/matroska/matroska-demux.c:
21493         (gst_matroska_demux_parse_contents):
21494           64-bit fix (#151420).
21495         * gst/playback/test3.c: (update_scale):
21496           64-bit fix (#151421).
21497
21498 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21499
21500         * configure.ac:
21501           bump nano to cvs
21502
21503 === release 0.8.4 ===
21504
21505 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21506
21507         * configure.ac: releasing 0.8.4, "Alias"
21508
21509 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         * ext/theora/Makefile.am:
21512           fix makefile.  Fixes #151462.
21513
21514 2004-08-30  Wim Taymans  <wim@fluendo.com>
21515
21516         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21517         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21518         (gst_multifdsink_remove_client_link),
21519         (gst_multifdsink_client_queue_buffer),
21520         (gst_multifdsink_handle_client_write):
21521         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21522         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21523         Fix some memory leaks.
21524
21525 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         Patch by: David Schleef
21528
21529         * configure.ac:
21530         * sys/Makefile.am:
21531           rename our detection macro for V4L2.  Fixes #151236.
21532
21533 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21534
21535         Patch by: David Schleef
21536
21537         * configure.ac:
21538           check to define LAMEPRESET.  Fixes #151232.
21539
21540 2004-08-27  David Schleef  <ds@schleef.org>
21541
21542         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21543         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21544         (gst_glimagesink_fixate):  Move local variable declarations to
21545         make gcc-2.95 happy.
21546
21547 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * configure.ac:
21550           bump nano for prerelease
21551
21552 2004-08-27  David Schleef  <ds@schleef.org>
21553
21554         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21555         * sys/sunaudio/gstsunaudiosrc.c:
21556         * sys/sunaudio/gstsunaudiosrc.h:
21557
21558 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21559
21560         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21561         handle EOS correctly
21562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21563         * gst/matroska/matroska-mux.h:
21564         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21565         VFW compatibility mode
21566
21567 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21568
21569         patch by: Zaheer Abbas Merali
21570
21571         * ext/ogg/gstoggmux.c:
21572         * ext/vorbis/vorbisenc.c:
21573         * ext/vorbis/vorbisenc.h:
21574           handle NEWMEDIA
21575
21576 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21577
21578         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21579         fix byte order reversion on little endian machines.
21580         * gst/matroska/matroska-mux.c: (audiosink_templ),
21581         (gst_matroska_mux_audio_pad_link):
21582         add TTA codec to the list of supported codecs.
21583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21584         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21585         (gst_matroska_mux_write_data):
21586         * gst/matroska/matroska-mux.h:
21587         write segment duration correctly, write muxing app string, fixes bugs
21588         #140897 and #140898.
21589         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21590         wait for all pads to be negotiated before starting to mux.
21591
21592 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21593
21594         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21595         * ext/lame/gstlame.h:
21596         Added new media support to lame
21597
21598 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21599
21600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21601         send vorbis headers at the beginning of a stream, fixes bug #141554.
21602         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21603         bug #148950.
21604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21605         (gst_matroska_demux_plugin_init):
21606         * gst/matroska/matroska-ids.h:
21607         enable demuxing of TTA audio streams, fixes bug #148951.
21608         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21609         enable typefinding for TTA audio files, fixes bug #148711.
21610         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21611         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21612         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21613
21614 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21615
21616         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21617         (gst_riff_read_element_data), (gst_riff_read_seek),
21618         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21619         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21620         <teuf@gnome.org>
21621
21622 2004-08-23 Iain <iaingnome@gmail.com>
21623
21624         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21625         tags. They appear to be handled differently to normal.
21626         (tag_list_to_id3_tag_foreach): Ditto.
21627
21628 2004-08-22  Wim Taymans  <wim@fluendo.com>
21629
21630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21631         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21632         Make sure we never send -1 granulepos.
21633
21634 2004-08-20  Wim Taymans  <wim@fluendo.com>
21635
21636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21637         (gst_ogg_mux_loop):
21638         I will accept bitchslappings with non sharp objects.
21639
21640 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21641
21642         * configure.ac:
21643         Clean up the test for lame presets
21644
21645 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21646
21647         * configure.ac:
21648         * ext/lame/Makefile.am:
21649         * ext/lame/gstlame.c: (gst_lame_class_init),
21650         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21651         Only enable lame presets if version of lame has presets in API
21652
21653 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21654         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21655         * gst/udp/gstudpsrc.h:
21656           Don't call gst_pad_push in a get function. Fixes #150449
21657
21658 2004-08-18  Wim Taymans  <wim@fluendo.com>
21659
21660         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21661         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21662         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21663         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21664         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21665         (gst_fdset_wait):
21666         * gst/tcp/gstfdset.h:
21667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21668         (gst_multifdsink_client_queue_buffer),
21669         (gst_multifdsink_handle_client_write):
21670         * gst/tcp/gstmultifdsink.h:
21671         Some extra checks in gstfdset.
21672         Only use send() when the fd is a socket. Don't try to
21673         read from write only fds.
21674
21675 2004-08-18  Wim Taymans  <wim@fluendo.com>
21676
21677         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21678         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21679         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21680         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21681         (gst_fdset_wait):
21682         Add more locking and bounds checking.
21683
21684 2004-08-18  Wim Taymans  <wim@fluendo.com>
21685
21686         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21687         Realloc test fdset in the lock and right before starting
21688         the poll call. Bump the limit to 4096.
21689
21690 2004-08-17  David Schleef  <ds@schleef.org>
21691
21692         * sys/sunaudio/Makefile.am:
21693         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21694         of rates and channels.  Make debugging less obnoxious.
21695
21696         Patch from Balamurali Viswanathan implementing a mixer for
21697         Sun audio.  (bug #144091):
21698         * sys/sunaudio/gstsunelement.c:
21699         * sys/sunaudio/gstsunelement.h:
21700         * sys/sunaudio/gstsunmixer.c:
21701         * sys/sunaudio/gstsunmixer.h:
21702
21703 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21704
21705         * gst/audioscale/gstaudioscale.c:
21706         * gst/audioscale/gstaudioscale.h:
21707         made audioscale resample from any sample rate to any sample rate
21708
21709 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * ext/libpng/gstpngdec.c:
21712           error out on unsupported types
21713
21714 2004-08-17  Iain <iaingnome@gmail.com>
21715
21716         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21717         mid_side and loose_mid_side properties if its a stereo stream.
21718
21719 2004-08-17  Wim Taymans  <wim@fluendo.com>
21720
21721         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21722         (theora_get_formats), (theora_dec_src_convert),
21723         (theora_dec_sink_convert), (theora_dec_src_query),
21724         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21725         Add a debug line.
21726
21727 2004-08-17  Wim Taymans  <wim@fluendo.com>
21728
21729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21730         (gst_ogg_pad_push):
21731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21732         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21733         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21734         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21735         Mark delta units in the muxer.
21736         Try to decode the packet after an out-of-sync error from
21737         libogg.
21738
21739 2004-08-17  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21742         (gst_multifdsink_init), (gst_multifdsink_add),
21743         (gst_multifdsink_client_queue_buffer),
21744         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21745         * gst/tcp/gstmultifdsink.h:
21746         Added option to send a keyframe to clients as the first buffer.
21747         Make timeout property writable.
21748
21749 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         patch by: Wim Taymans
21752
21753         * gst/tcp/gstfdset.c:
21754         * gst/tcp/gstmultifdsink.c:
21755           fix index comparison, should include 0
21756
21757 2004-08-16  Wim Taymans  <wim@fluendo.com>
21758
21759         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21760         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21761         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21762         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21763         (gst_fdset_wait):
21764           copy when reallocing for poll so the select arguments don't get
21765           changed during the call
21766
21767 2004-08-16  Wim Taymans  <wim@fluendo.com>
21768
21769         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21770         (gst_theora_enc_class_init), (theora_enc_sink_link),
21771         (theora_buffer_from_packet), (theora_enc_chain):
21772         Fix bug where buffers were not marked as keyframes
21773         correctly.
21774
21775 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21776
21777         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21778         (gst_lame_preset_get_type), (gst_lame_class_init):
21779         describe the enum values for vbr mode and presets more verbosely
21780
21781 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21782
21783         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21784         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21785         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21786         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21787         * ext/lame/gstlame.h:
21788         add preset property to lame so it can use lame presets
21789
21790 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21791
21792         * ext/lame/gstlame.c: (gst_lame_get_property):
21793         whoops forgot break, thanks teuf
21794
21795 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21796
21797         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21798         (gst_lame_class_init), (gst_lame_src_getcaps),
21799         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21800         (gst_lame_get_property), (gst_lame_setup):
21801         * ext/lame/gstlame.h:
21802         fix lame's broken vbr stuff, allow it to resample if need be, and also
21803         make xing header optional
21804
21805 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21806
21807         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21808         added getcaps function so samplerate doesnt get fixated to silly values
21809
21810 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21811
21812         * ext/lame/gstlame.c: (gst_lame_src_link):
21813         revert previous fix
21814
21815 2004-08-12  Johan Dahlin  <johan@gnome.org>
21816
21817         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21818         checks. Doesn't matter what state we are in. Interfaces are a
21819         compile time thing, not runtime. It also broke the python bindings.
21820
21821 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21822
21823         * ext/lame/gstlame.c: (gst_lame_src_link):
21824         made source pad link function check if sinkpad is ok..fixes the problem
21825         where core fixates the output rate of lame stupidly
21826
21827 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21828
21829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21830         * sys/v4l/v4l_calls.c:
21831         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21832           fix fixate function to handle nonsimple caps.
21833           remove bogus check in _link
21834           cleanups
21835
21836 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21837
21838         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21839         set default compression ratio parameter to 0.0 so bitrate parameter
21840         works :)
21841
21842 2004-08-11  David Schleef  <ds@schleef.org>
21843
21844         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21845
21846 2004-08-11  David Schleef  <ds@schleef.org>
21847
21848         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21849         before.
21850
21851 2004-08-11  David Schleef  <ds@schleef.org>
21852
21853         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21854
21855 2004-08-11  David Schleef  <ds@schleef.org>
21856
21857         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21858           license field
21859         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21860         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21861           LGPL.
21862         * gst/auparse/gstauparse.c: Fix plugin license field.
21863         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21864         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21865         * gst/rtp/gstrtp.c: Fix plugin license field.
21866
21867 2004-08-11  Wim Taymans  <wim@fluendo.com>
21868
21869         * gst/tcp/Makefile.am:
21870         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21871         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21872         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21873         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21874         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21875         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21876         (gst_fdset_fd_can_write), (gst_fdset_wait):
21877         * gst/tcp/gstfdset.h:
21878         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21879         (gst_multifdsink_class_init), (gst_multifdsink_init),
21880         (gst_multifdsink_add), (gst_multifdsink_remove),
21881         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21882         (gst_multifdsink_remove_client_link),
21883         (gst_multifdsink_handle_client_read),
21884         (gst_multifdsink_client_queue_data),
21885         (gst_multifdsink_client_queue_caps),
21886         (gst_multifdsink_client_queue_buffer),
21887         (gst_multifdsink_handle_client_write),
21888         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21889         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21890         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21891         (gst_multifdsink_close):
21892         * gst/tcp/gstmultifdsink.h:
21893         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21894         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21895         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21896         (gst_tcpserversink_close):
21897         * gst/tcp/gsttcpserversink.h:
21898         Abstracted away the select call, implemented poll (yes we ran into
21899         the 1024 limit in production).
21900
21901 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21902
21903         * gst/tcp/gsttcp.c:
21904         * gst/tcp/gsttcpplugin.c:
21905           improve debuggging, remove assert
21906
21907 2004-08-10  Wim Taymans  <wim@fluendo.com>
21908
21909         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21910         (gst_client_status_get_type), (gst_multifdsink_class_init),
21911         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21912         (gst_multifdsink_handle_client_read),
21913         (gst_multifdsink_handle_client_write),
21914         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21915         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21916         (gst_multifdsink_get_property):
21917         * gst/tcp/gstmultifdsink.h:
21918         * gst/tcp/gsttcp-marshal.list:
21919         Starting to prepare for specifying buffer time in other units
21920         than buffers. Expose remove reason in signal.
21921
21922 2004-08-10  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21925         (gst_multifdsink_remove), (gst_multifdsink_clear),
21926         (gst_multifdsink_remove_client_link),
21927         (gst_multifdsink_handle_client_read),
21928         (gst_multifdsink_client_queue_data),
21929         (gst_multifdsink_client_queue_buffer),
21930         (gst_multifdsink_handle_client_write),
21931         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21932         (gst_multifdsink_chain), (gst_multifdsink_close):
21933         * gst/tcp/gstmultifdsink.h:
21934         Added more debugging info. Changed the way clients are
21935         removed from the lists. Fixed a bug where a bad file descriptor
21936         could cause many clients to be removed.
21937
21938 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21939
21940         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21941           allow all pixel-aspect-ratios, not just 1:1
21942
21943 2004-08-09  David Schleef  <ds@schleef.org>
21944
21945         * sys/glsink/ARB_multitexture.h:  Remove old files.
21946         * sys/glsink/EXT_paletted_texture.h:
21947         * sys/glsink/NV_register_combiners.h:
21948         * sys/glsink/gstgl_nvimage.c:
21949         * sys/glsink/gstgl_pdrimage.c:
21950         * sys/glsink/gstgl_rgbimage.c:
21951         * sys/glsink/gstglsink.c:
21952         * sys/glsink/gstglsink.h:
21953         * sys/glsink/gstglxwindow.c:
21954         * sys/glsink/regcomb_yuvrgb.c:
21955
21956 2004-08-09  David Schleef  <ds@schleef.org>
21957
21958         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21959         GL sink plugin.  (Bug #147302)
21960
21961         * configure.ac: Test for OpenGL
21962         * sys/Makefile.am: Use test for OpenGL
21963         * sys/glsink/Makefile.am:
21964         * sys/glsink/glimagesink.c: rewrite
21965         * sys/glsink/glimagesink.h: rewrite
21966
21967 2004-08-09  David Schleef  <ds@schleef.org>
21968
21969         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21970         sane framerates.
21971         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21973         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21974
21975 2004-08-09  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21978         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21979         (gst_multifdsink_client_remove),
21980         (gst_multifdsink_handle_client_read),
21981         (gst_multifdsink_handle_client_write),
21982         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21983         Do a bit more logging, make the client_read code more robust.
21984
21985 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21988         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21989         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21990         (gst_jpegdec_init), (gst_jpegdec_chain):
21991         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21992         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21993           cleanups, debugging fixes and memleak plugging
21994
21995 2004-08-09  Wim Taymans  <wim@fluendo.com>
21996
21997         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21998         (theora_get_formats), (theora_dec_src_convert),
21999         (theora_dec_sink_convert), (theora_dec_src_query),
22000         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22001         (theora_dec_change_state):
22002         Don't crash on missing header packets.
22003
22004 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * po/LINGUAS:
22007         * po/sq.po:
22008           Added Albanian translation (Laurent Dhima)
22009         * po/cs.po:
22010           updated
22011
22012 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22013
22014         * ext/lame/gstlame.c:
22015           fix/add debugging
22016
22017 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22018
22019         * sys/ximage/ximagesink.c:
22020         * sys/xvimage/xvimagesink.c:
22021           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22022
22023 2004-08-06  Wim Taymans  <wim@fluendo.com>
22024
22025         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22026         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22027         (gst_multifdsink_client_remove),
22028         (gst_multifdsink_handle_client_read),
22029         (gst_multifdsink_handle_client_write),
22030         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22031         Make sure we don't try to read more from a client that what
22032         ioctl says us or we deadlock.
22033
22034 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22035
22036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22037         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22038         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22039           decouple running_time and n_frames so it can handle changing
22040           framerate while running
22041
22042 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22043
22044         * po/nl.po:
22045         * po/sv.po:
22046           updated translations
22047
22048 2004-08-04  Benjamin Otte  <otte@gnome.org>
22049
22050         * gst/videotestsrc/gstvideotestsrc.c:
22051         (gst_videotestsrc_get_capslist), (generate_capslist),
22052         (plugin_init):
22053           generate the list of supported caps at startup and reuse it instead
22054           of always generating it
22055
22056 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22057
22058         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22059           whoops, last checkin broke normal build
22060
22061 2004-08-03  Benjamin Otte  <otte@gnome.org>
22062
22063         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22064         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22065         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22066         (gst_alsa_mixer_get_option):
22067         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22068         (dvdnavsrc_print_event):
22069         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22071         (gst_ogg_mux_pad_unlink):
22072         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22073         (gst_multipart_mux_pad_unlink):
22074         * gst/videofilter/gstvideobalance.c:
22075         (gst_videobalance_colorbalance_set_value):
22076         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22077         (gst_videomixer_pad_unlink):
22078         * po/uk.po:
22079         * sys/oss/gstossmixer.c:
22080         * sys/v4l/gstv4lcolorbalance.c:
22081         * sys/v4l/gstv4ltuner.c:
22082         * sys/v4l/v4lsrc_calls.c:
22083         * sys/v4l2/gstv4l2colorbalance.c:
22084         * sys/v4l2/gstv4l2tuner.c:
22085           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22086
22087 2004-08-03  Benjamin Otte  <otte@gnome.org>
22088
22089         * examples/dynparams/filter.c: (ui_control_create):
22090         * examples/gstplay/player.c: (print_tag):
22091         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22092         * ext/gdk_pixbuf/gstgdkanimation.c:
22093         (gst_gdk_animation_iter_may_advance):
22094         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22095         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22096         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22097         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22098         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22099         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22100         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22101         * gst/sine/demo-dparams.c: (main):
22102         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22103         * testsuite/alsa/formats.c: (create_pipeline):
22104         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22105           fixes for G_DISABLE_ASSERT and friends
22106         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22107         (mp3_type_frame_length_from_header), (mp3_type_find),
22108         (plugin_init):
22109           require mp3 typefinding to have at least MIN_HEADERS valid headers
22110           add typefinding for AAC adts files
22111
22112 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22113
22114         * sys/ximage/ximagesink.c:
22115         (gst_ximagesink_calculate_pixel_aspect_ratio):
22116         * sys/xvimage/xvimagesink.c:
22117         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22118         Make sure we calculate pixel-aspect-ratio using floating point maths
22119
22120 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * po/uk.po:
22123           updated translation
22124
22125 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22126
22127         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22129           add debugging for display PAR calculation
22130
22131 2004-08-02  David Schleef  <ds@schleef.org>
22132
22133         * configure.ac: Fix mikmod CFLAGS.
22134
22135 2004-07-27  Benjamin Otte  <otte@gnome.org>
22136
22137         * gst/audioscale/gstaudioscale.c:
22138         - fix templates to only support S16, it's the only format that works
22139         - make caps nego code use try_set_caps_nonfixed and fixation instead
22140         of try_set_caps twice, which is not nice for autopluggers
22141         - change rank to secondary, so autopluggers can pick it up after
22142         audioconvert
22143
22144 2004-08-02  Iain <iain@prettypeople.org>
22145
22146         * gst/interleave/interleave.c (interleave_init),
22147         (interleave_request_new_pad),
22148         (interleave_pad_removed),
22149         (interleave_buffered_loop): Use the real pad count, not the artificial
22150         one.
22151
22152 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22153
22154         * configure.ac: bump nano back to development
22155
22156 === release 0.8.3 ===
22157
22158 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * configure.ac: releasing 0.8.3, "Water"
22161
22162 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22163
22164         * sys/xvimage/xvimagesink.c:
22165         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22166         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22167         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22168         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22169         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22170         * sys/xvimage/xvimagesink.h:
22171           apply similar PAR fixes as to ximagesink
22172
22173 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22174
22175         patch from: Benjamin Otte
22176
22177         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22178           add link function to lame.  Fixes #148986.
22179
22180 2004-08-02  Johan Dahlin  <johan@gnome.org>
22181
22182         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22183         fix debugging log
22184
22185 2004-07-30  David Schleef  <ds@schleef.org>
22186
22187         * gst/videomixer/Makefile.am: Fix things that should have been
22188         fixed in the last checkin.
22189
22190 2004-07-30  David Schleef  <ds@schleef.org>
22191
22192         * gst/multipart/Makefile.am: Fix things that should have been
22193         fixed in the last checkin.
22194
22195 2004-07-30  David Schleef  <ds@schleef.org>
22196
22197         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22198
22199 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22200
22201         * configure.ac:
22202           bump nano for prerelease
22203         * po/af.po:
22204         * po/az.po:
22205         * po/cs.po:
22206         * po/en_GB.po:
22207         * po/hu.po:
22208         * po/nl.po:
22209         * po/sr.po:
22210         * po/sv.po:
22211         * po/uk.po:
22212           updates
22213
22214 2004-07-30  Wim Taymans  <wim@fluendo.com>
22215
22216         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22217         (gst_multifdsink_add), (gst_multifdsink_remove),
22218         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22219         (gst_multifdsink_client_remove),
22220         (gst_multifdsink_handle_client_write),
22221         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22222         * gst/tcp/gstmultifdsink.h:
22223         Recover from a select with a bad file descriptor by removing
22224         the client.
22225
22226 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22227
22228         * configure.ac:
22229           fix requirement of core
22230         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22231         (gst_play_pipeline_setup):
22232           don't use colorspace element.  do use hermescolorspace element.
22233           make macro to get a colorspace element.
22234           mark strings for translation.
22235         * po/POTFILES.in:
22236           add play.c
22237         * po/af.po:
22238         * po/az.po:
22239         * po/cs.po:
22240         * po/en_GB.po:
22241         * po/hu.po:
22242         * po/nl.po:
22243         * po/sr.po:
22244         * po/sv.po:
22245         * po/uk.po:
22246           update translations
22247
22248 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22249
22250         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22251         fix default for newmedia flag
22252
22253 2004-07-30  Wim Taymans  <wim@fluendo.com>
22254
22255         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22256         (gst_theora_dec_init), (theora_get_formats),
22257         (theora_dec_src_convert), (theora_dec_sink_convert),
22258         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22259         (theora_dec_chain), (theora_dec_set_property),
22260         (theora_dec_get_property):
22261         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22262         (gst_theora_enc_class_init), (gst_theora_enc_init),
22263         (theora_enc_sink_link), (theora_enc_chain),
22264         (theora_enc_set_property), (theora_enc_get_property):
22265         Added cropping option to theora decoder.
22266         Added border option to theora encoder.
22267
22268 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22269
22270         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22271         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22272         (gst_pngenc_set_property):
22273         * ext/libpng/gstpngenc.h:
22274         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
22275
22276 2004-07-30  Wim Taymans  <wim@fluendo.com>
22277
22278         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22279         (theora_enc_sink_link), (theora_enc_chain),
22280         (theora_enc_set_property), (theora_enc_get_property):
22281         Fix encoding of non-multiple-of-16 video.
22282
22283 2004-07-29  David Schleef  <ds@schleef.org>
22284
22285         * configure.ac: make test for audiofile more strict
22286
22287 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22288
22289         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22290           give different names to typefind functions
22291
22292 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22293
22294         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22295         (gst_ximagesink_calculate_pixel_aspect_ratio),
22296         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22297         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22298         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22299         (gst_ximagesink_get_property), (gst_ximagesink_init):
22300         * sys/ximage/ximagesink.h:
22301           allocate PAR's dynamically.
22302           use autodetected PAR if no object-set PAR is given.
22303           add workaround for directfb's X not setting physical size.
22304           fix to xvimagesink will follow tomorrow.
22305
22306 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22307
22308         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22309         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22310         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22311         (gst_shout2send_class_init), (gst_shout2send_init),
22312         (set_shout_metadata), (gst_shout2send_set_metadata),
22313         (gst_shout2send_chain), (gst_shout2send_set_property),
22314         (gst_shout2send_get_property), (gst_shout2send_connect),
22315         (gst_shout2send_change_state):
22316         * ext/shout2/gstshout2.h:
22317         - fix for sending mp3 audio to icecast2 server, if pad link function not
22318         called before PAUSED state
22319         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22320         - added tagging support for mp3 audio broadcasted
22321         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22322         debug info
22323
22324 2004-07-28  Wim Taymans  <wim@fluendo.com>
22325
22326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22327         (gst_ogg_demux_push):
22328         Return query failure when we don't know the length of
22329         an ogg stream insteda of returning TRUE with a bogus value.
22330
22331 2004-07-28  Wim Taymans  <wim@fluendo.com>
22332
22333         * ext/theora/theoradec.c: (theora_get_formats),
22334         (theora_dec_src_convert), (theora_dec_sink_convert),
22335         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22336         (theora_dec_chain):
22337         Don't screw up the 1 Chroma for 1 luma sample situation when we
22338         have an odd offset/width by adding a black border in those cases.
22339
22340 2004-07-28  Wim Taymans  <wim@fluendo.com>
22341
22342         * ext/theora/theoradec.c: (theora_get_formats),
22343         (theora_dec_src_convert), (theora_dec_sink_convert),
22344         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22345         (theora_dec_chain):
22346         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22347         Added first attempt at cropping of the image as required by the
22348         theora spec. We need more properties in the caps (offset_x,
22349         offset_y,stride) to implement this correctly.
22350
22351 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22352
22353         * ext/dvdnav/README:
22354           Update the README to use dvddemux
22355         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22356           Ensure getcaps returns a subset of the template caps
22357         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22358         (gst_mpeg2subt_init):
22359           Ensure getcaps returns a subset of the template caps
22360         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22361         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22362         (gst_dvd_demux_get_subpicture_stream),
22363         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22364         * gst/mpegstream/gstdvddemux.h:
22365           Set the explicit caps on the current_video pad before pushing
22366           anything
22367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22368         (gst_mpeg_demux_get_audio_stream):
22369           Free caps used to gst_pad_set_explicit_caps, which takes a const
22370           GstCaps *
22371
22372 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22373
22374         * configure.ac: update GStreamer requirement to 0.8.4 because of
22375           GstFraction.
22376
22377 2004-07-28  Wim Taymans  <wim@fluendo.com>
22378
22379         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22380         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22381         Add the pad to the element after setting up the caps. This
22382         makes it a lot easier to autoplug.
22383
22384 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22385
22386         * gst/median/gstmedian.c:
22387         * gst/mpeg2subt/gstmpeg2subt.c:
22388         * gst/mpegaudioparse/gstmpegaudioparse.c:
22389         * gst/mpegstream/gstdvddemux.c:
22390         * gst/mpegstream/gstmpegdemux.c:
22391         * gst/mpegstream/gstmpegpacketize.c:
22392         * gst/rtjpeg/gstrtjpeg.c:
22393         * gst/rtjpeg/gstrtjpegdec.c:
22394         * gst/rtjpeg/gstrtjpegenc.c:
22395         * gst/sine/gstsinesrc.c:
22396         * gst/smooth/gstsmooth.c:
22397         * gst/smpte/gstsmpte.c:
22398         * gst/smpte/gstsmpte.h:
22399         * gst/stereo/gststereo.c:
22400         * gst/videofilter/gstgamma.c:
22401         * gst/videofilter/gstvideobalance.c:
22402         * gst/videofilter/gstvideofilter.c:
22403         * gst/videofilter/gstvideoflip.c:
22404         * gst/videoscale/gstvideoscale.c:
22405         * gst/videoscale/videoscale.c:
22406         * gst/videotestsrc/gstvideotestsrc.c:
22407         * gst/videotestsrc/videotestsrc.c:
22408         * gst/wavenc/gstwavenc.c:
22409         * gst/wavparse/gstwavparse.c:
22410           fix local includes and 64 bits constants
22411
22412 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22413
22414         * win32/gst.sln:
22415         * gst-libs/gst/*/*.vcproj:
22416         * gst/*/*.vcproj:
22417           more working plugins
22418
22419 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22420
22421         * testsuite/alsa/Makefile.am:
22422         * testsuite/alsa/srcstate.c:
22423         add test for alsasrc changing state
22424
22425 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22426
22427         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22428         (gst_silence_get):
22429         * gst/silence/gstsilence.h:
22430         fix silence generation for 16bit raw audio
22431
22432 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * gst/matroska/matroska-demux.c:
22435         (gst_matroska_demux_parse_metadata),
22436         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22437         * gst/mpegaudio/common.c:
22438         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22439         (gst_videoscale_getcaps), (gst_videoscale_link),
22440         (gst_videoscale_src_fixate), (gst_videoscale_init),
22441         (gst_videoscale_finalize):
22442         * gst/videoscale/gstvideoscale.h:
22443         * gst/videotestsrc/gstvideotestsrc.c:
22444         (gst_videotestsrc_get_capslist):
22445         * gst/wavenc/gstwavenc.c:
22446         * sys/oss/gstossmixer.c: (fill_labels):
22447         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22448         (gst_ximagesink_handle_xevents),
22449         (gst_ximagesink_calculate_pixel_aspect_ratio),
22450         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22451         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22452         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22453         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22454         (gst_ximagesink_init), (gst_ximagesink_class_init):
22455         * sys/ximage/ximagesink.h:
22456         * sys/xvimage/xvimagesink.c:
22457         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22458         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22459         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22460         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22461         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22462         * sys/xvimage/xvimagesink.h:
22463           first batch of pixel aspect ratio commits.
22464
22465 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22466
22467         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22468         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22469         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22470           handle stride, needs work if we want to move stride handling
22471           upstream, but works correctly for our purposes.
22472
22473 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22474
22475         * gst/videoscale/README:
22476           add testing examples
22477         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22478         (gst_videoscale_chain):
22479         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22480         (gst_videoscale_get_size):
22481           add get_size function that handles stride like videotestsrc.
22482           fixes conversion for YUV formats for as much as I can test them.
22483
22484 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22485
22486         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22487         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22489         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22490         (gst_xvimagesink_xvimage_put):
22491           further cleanups, logging, error handling and synchronizing
22492
22493 2004-07-27  Wim Taymans  <wim@fluendo.com>
22494
22495         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22496         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22497         (gst_videomixer_pad_set_property),
22498         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22499         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22500         (gst_videomixer_class_init), (gst_videomixer_init),
22501         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22502         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22503         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22504         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22505         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22506         (gst_videomixer_loop), (plugin_init):
22507         Be a nicer negotiation citizen and provide a getcaps function on
22508         the srcpad. This also fixes a crash when resizing.
22509
22510 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22511
22512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22513         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22514
22515 2004-07-27  Wim Taymans  <wim@fluendo.com>
22516
22517         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22518         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22519         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22520         (gst_pngenc_set_property):
22521         * ext/libpng/gstpngenc.h:
22522         Added snapshot property to pngenc.
22523         removed g_print from pngdec
22524
22525 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22526
22527         * gst/ac3parse/ac3parse.vcproj
22528         * gst/adder/adder.vcproj
22529         * gst/alpha/alpha.vcproj
22530         * gst/alpha/alphacolor.vcproj
22531         * gst/asfdemux/asf.vcproj
22532         * gst/audioconvert/audioconvert.vcproj
22533         * gst/audiorate/audiorate.vcproj
22534         * gst/audioscale/audioscale.vcproj
22535         * gst/auparse/auparse.vcproj
22536         * gst/avi/avi.vcproj
22537         * gst/cdxaparse/cdxaparse.vcproj
22538         * gst/chart/chart.vcproj
22539         * gst/colorspace/colorspace.vcproj
22540         * gst/cutter/cutter.vcproj
22541         * gst/debug/debug.vcproj
22542         * gst/debug/efence.vcproj
22543         * gst/debug/navigationtest.vcproj
22544         * gst/deinterlace/deinterlace.vcproj
22545         * gst/effectv/effectv.vcproj
22546         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22547         * gst/filter/filter.vcproj
22548         * gst/flx/flxdec.vcproj
22549         * gst/goom/goom.vcproj
22550         * gst/interleave/interleave.vcproj
22551         * gst/law/alaw.vcproj
22552         * gst/law/mulaw.vcproj
22553         * gst/matroska/matroska.vcproj
22554         * gst/median/median.vcproj
22555         * gst/mixmatrix/mixmatrix.vcproj
22556         * gst/mpeg1sys/mpeg1systemencode.vcproj
22557         * gst/mpeg1videoparse/mp1videoparse.vcproj
22558         * gst/mpeg2sub/mpeg2subt.vcproj
22559         * gst/mpegaudio/mpegaudio.vcproj
22560         * gst/mpegaudioparse/mpegaudioparse.vcproj
22561         * gst/mpegstream/mpegstream.vcproj
22562         * gst/multifilesink/multifilesink.vcproj
22563         * gst/multipart/multipart.vcproj
22564         * gst/oneton/oneton.vcproj
22565         * gst/overlay/overlay.vcproj
22566         * gst/passthrough/passthrough.vcproj
22567         * gst/qtdemux/qtdemux.vcproj
22568         * gst/realmedia/rmdemux.vcproj
22569         * gst/rtjpeg/rtjpeg.vcproj
22570         * gst/rtp/rtp.vcproj
22571         * gst/silence/silence.vcproj
22572         * gst/sine/sinesrc.vcproj
22573         * gst/smooth/smooth.vcproj
22574         * gst/smpte/smpte.vcproj
22575         * gst/spectrum/spectrum.vcproj
22576         * gst/speed/speed.vcproj
22577         * gst/stereo/stereo.vcproj
22578         * gst/switch/switch.vcproj
22579         * gst/tags/tagedit.vcproj
22580         * gst/tcp/tcp.vcproj
22581         * gst/typefind/typefindfunctions.vcproj
22582         * gst/udp/udp.vcproj
22583         * gst/videobox/videobox.vcproj
22584         * gst/videocrop/videocrop.vcproj
22585         * gst/videodrop/videodrop.vcproj
22586         * gst/videofilter/gamma.vcproj
22587         * gst/videofilter/videobalance.vcproj
22588         * gst/videofilter/videofilter.vcproj
22589         * gst/videofilter/videoflip.vcproj
22590         * gst/videoflip/videoflip.vcproj
22591         * gst/videomixer/videomixer.vcproj
22592         * gst/videorate/videorate.vcproj
22593         * gst/videoscale/videoscale.vcproj
22594         * gst/videotestsrc/videotestsrc.vcproj
22595         * gst/virtualdub/virtualdub.vcproj
22596         * gst/volenv/volenv.vcproj
22597         * gst/volume/volume.vcproj
22598         * gst/wavenc/wavenc.vcproj
22599         * gst/wavparse/wavparse.vcproj
22600         * gst/y4m/y4menc.vcproj
22601         * gst-libs/gst/audio/audio.vcproj
22602         * gst-libs/gst/audio/audiofilter.vcproj
22603         * gst-libs/gst/colorbalance/colorbalance.vcproj
22604         * gst-libs/gst/idct/idtc.vcproj
22605         * gst-libs/gst/media-info/media-info.vcproj
22606         * gst-libs/gst/mixer/mixer.vcproj
22607         * gst-libs/gst/navigation/navigation.vcproj
22608         * gst-libs/gst/play/play.vcproj
22609         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22610         * gst-libs/gst/resample/resample.vcproj
22611         * gst-libs/gst/riff/riff.vcproj
22612         * gst-libs/gst/tuner/tuner.vcproj
22613         * gst-libs/gst/video/video.vcproj
22614         * gst-libs/gst/xoverlay/xoverlay.vcproj
22615           avoid problems with math.h, fix release dependancy
22616           rename GStreamer-0.8.lib to libgstreamer.lib
22617
22618 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22619
22620         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22622         the atom is not available we have to unlock the mutex. Fixes #148023
22623
22624 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22625
22626         * gst-libs/gst/media-info/media-info.h:
22627           issue for a vararg macro with MSVC
22628
22629 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22630
22631         * gst/effectv/effectv.vcproj
22632         * gst-libs/gst/idct/idct.vcproj:
22633         * gst-libs/gst/media-info/media-info.vcproj:
22634         * gst-libs/gst/navigation/navigation.vcproj:
22635         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22636         * gst-libs/gst/video/video.vcproj:
22637         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22638           fixes for build problems
22639
22640 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22641
22642         * gst-libs/gst/audio/audio.def:
22643         * gst-libs/gst/audio/riff.def:
22644           add some definitions needed by plugins
22645
22646 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22647
22648         * gst/asfdemux/gstasfmux.c
22649           Fix some 64 bits constants to be glib friendly
22650
22651 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22652
22653         * gst/ac3parse/gstac3parse.c
22654         * gst/audioscale/gstaudioscale.c
22655         * gst/auparse/gstauparse.c
22656         * gst/colorspace/gstcolorspace.c
22657         * gst/colorspace/yuv2rgb.h
22658           local include fixes
22659
22660 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22661
22662         * win32/gst.sln
22663           add more plugins to the build
22664
22665 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22666
22667         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22668         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22669
22670 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22671
22672         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22673         (gst_level_set_property), (gst_level_get_property),
22674         (gst_level_base_init), (gst_level_class_init):
22675           add debugging categories.  cleanups.
22676
22677 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22678
22679         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22680         (gst_videoscale_planar411), (gst_videoscale_planar400),
22681         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22682         (gst_videoscale_scale_nearest_str1),
22683         (gst_videoscale_scale_nearest_str2),
22684         (gst_videoscale_scale_nearest_str4),
22685         (gst_videoscale_scale_nearest_16bit),
22686         (gst_videoscale_scale_nearest_24bit):
22687           fixed stride issues
22688           tested with 320x240 -> 321, 322, 324 x240
22689           tested with YV12, I420, YUY2, UYVY
22690           fixed packed422rev (don't think it could have worked before)
22691           by testing with UYVY
22692
22693 2004-07-26  Benjamin Otte  <otte@gnome.org>
22694
22695         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22696         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22697         (plugin_init):
22698           add debugging category, add error checks like checking return values
22699           of setup calls, make sure it still works after
22700           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22701
22702 2004-07-26  Wim Taymans  <wim@fluendo.com>
22703
22704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22705         (gst_mpeg_demux_get_audio_stream),
22706         (gst_mpeg_demux_process_private):
22707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22708         Check for error codes from the negotiation functions. Make sure
22709         we really set the pad caps when a new pad is created.
22710
22711 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22712
22713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22714         (gst_ffmpeg_caps_to_pix_fmt):
22715         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22717         (gst_ffmpegcolorspace_pad_link):
22718           don't make function do two things at the same time without reason.
22719
22720 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22721
22722         * gst/ac3parse/ac3parse.vcproj
22723         * gst/adder/adder.vcproj
22724         * gst/alpha/alpha.vcproj
22725         * gst/alpha/alphacolor.vcproj
22726         * gst/asfdemux/asf.vcproj
22727         * gst/audioconvert/audioconvert.vcproj
22728         * gst/audiorate/audiorate.vcproj
22729         * gst/audioscale/audioscale.vcproj
22730         * gst/auparse/auparse.vcproj
22731         * gst/avi/avi.vcproj
22732         * gst/cdxaparse/cdxaparse.vcproj
22733         * gst/chart/chart.vcproj
22734         * gst/colorspace/colorspace.vcproj
22735         * gst/cutter/cutter.vcproj
22736         * gst/debug/debug.vcproj
22737         * gst/debug/efence.vcproj
22738         * gst/debug/navigationtest.vcproj
22739         * gst/deinterlace/deinterlace.vcproj
22740         * gst/effectv/effectv.vcproj
22741         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22742         * gst/filter/filter.vcproj
22743         * gst/flx/flxdec.vcproj
22744         * gst/goom/goom.vcproj
22745         * gst/interleave/interleave.vcproj
22746         * gst/law/alaw.vcproj
22747         * gst/law/mulaw.vcproj
22748         * gst/matroska/matroska.vcproj
22749         * gst/median/median.vcproj
22750         * gst/mixmatrix/mixmatrix.vcproj
22751         * gst/mpeg1sys/mpeg1systemencode.vcproj
22752         * gst/mpeg1videoparse/mp1videoparse.vcproj
22753         * gst/mpeg2sub/mpeg2subt.vcproj
22754         * gst/mpegaudio/mpegaudio.vcproj
22755         * gst/mpegaudioparse/mpegaudioparse.vcproj
22756         * gst/mpegstream/mpegstream.vcproj
22757         * gst/multifilesink/multifilesink.vcproj
22758         * gst/multipart/multipart.vcproj
22759         * gst/oneton/oneton.vcproj
22760         * gst/overlay/overlay.vcproj
22761         * gst/passthrough/passthrough.vcproj
22762         * gst/qtdemux/qtdemux.vcproj
22763         * gst/realmedia/rmdemux.vcproj
22764         * gst/rtjpeg/rtjpeg.vcproj
22765         * gst/rtp/rtp.vcproj
22766         * gst/silence/silence.vcproj
22767         * gst/sine/sinesrc.vcproj
22768         * gst/smooth/smooth.vcproj
22769         * gst/smpte/smpte.vcproj
22770         * gst/spectrum/spectrum.vcproj
22771         * gst/speed/speed.vcproj
22772         * gst/stereo/stereo.vcproj
22773         * gst/switch/switch.vcproj
22774         * gst/tags/tagedit.vcproj
22775         * gst/tcp/tcp.vcproj
22776         * gst/typefind/typefindfunctions.vcproj
22777         * gst/udp/udp.vcproj
22778         * gst/videobox/videobox.vcproj
22779         * gst/videocrop/videocrop.vcproj
22780         * gst/videodrop/videodrop.vcproj
22781         * gst/videofilter/gamma.vcproj
22782         * gst/videofilter/videobalance.vcproj
22783         * gst/videofilter/videofilter.vcproj
22784         * gst/videofilter/videoflip.vcproj
22785         * gst/videoflip/videoflip.vcproj
22786         * gst/videomixer/videomixer.vcproj
22787         * gst/videorate/videorate.vcproj
22788         * gst/videoscale/videoscale.vcproj
22789         * gst/videotestsrc/videotestsrc.vcproj
22790         * gst/virtualdub/virtualdub.vcproj
22791         * gst/volenv/volenv.vcproj
22792         * gst/volume/volume.vcproj
22793         * gst/wavenc/wavenc.vcproj
22794         * gst/wavparse/wavparse.vcproj
22795         * gst/y4m/y4menc.vcproj
22796           more plugins supported under windows
22797
22798 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22799
22800         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22801         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22802         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22804         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22805           Add debugging statements.  Use the sizes as returned by the
22806           *CreateImage calls.
22807
22808 2004-07-26  Johan Dahlin  <johan@gnome.org>
22809
22810         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22811         the pad is negotiated.
22812
22813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22814
22815 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22816
22817         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22818         * gst-libs/gst/idct/idct.vcproj:
22819         * gst-libs/gst/media-info/media-info.vcproj:
22820         * gst-libs/gst/mixer/mixer.vcproj:
22821         * gst-libs/gst/navigation/navigation.vcproj:
22822         * gst-libs/gst/play/play.vcproj:
22823         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22824         * gst-libs/gst/resample/resample.vcproj:
22825         * gst-libs/gst/tuner/tuner.vcproj:
22826         * gst-libs/gst/video/video.vcproj:
22827         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22828           more plugins supported under windows
22829
22830 2004-07-25 Iain <iain@prettypeople.org>
22831
22832         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22833         pad now rather than when the pad is created because state changes wipe
22834         explicit caps (fixes #148043).
22835
22836 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22837
22838         reviewed by Benjamin Otte  <otte@gnome.org>
22839
22840         * ext/mad/gstmad.c:
22841           fix mad plugin crashing on Sun (fixes #148289)
22842
22843 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22844
22845         * gst/avi/avi.def:
22846         * gst/avi/avi.vcproj:
22847         * gst/matroska/matroska.def:
22848         * gst/matroska/matroska.vcproj:
22849           remove unused .def files
22850
22851 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22852
22853         * gst-libs/gst/audio/gstaudiofilter.c:
22854           Clean the local include
22855
22856 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22857
22858         * win32/gst.sln:
22859         * gst-libs/gst/audio/audio.def:
22860         * gst-libs/gst/audio/audio.vcproj:
22861         * gst-libs/gst/audio/audiofilter.vcproj:
22862         * gst-libs/gst/audio/riff.def:
22863         * gst-libs/gst/audio/riff.vcproj:
22864         * gst-libs/gst/gst-libs.def:
22865         * gst-libs/gst/gst-libs.vcproj:
22866         * gst/avi/avi.vcproj:
22867         * gst/avi/avi.vcproj:
22868           Copy the files where needed after building, cleaner projects
22869
22870 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22871
22872         * gst/matroska/ebml-write.c:
22873           Fix some 64 bits constants to be glib friendly
22874
22875 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22876
22877         * win32/gst.sln:
22878         * gst-libs/gst/gst-libs.def:
22879         * gst-libs/gst/gst-libs.vcproj:
22880         * gst/matroska/matroska.def:
22881         * gst/matroska/matroska.vcproj:
22882           Add the preliminary canvas to build plugins on Win32
22883
22884 2004-07-23  Benjamin Otte  <otte@gnome.org>
22885
22886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22887           don't enfore negotiation from source side, it breaks
22888           sinesrc ! audioconvert ! osssink
22889
22890 2004-07-22  David Schleef  <ds@schleef.org>
22891
22892         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22893         for ELF files, since they can easily be recognized as audio/mpeg.
22894         (bug #147441)
22895
22896 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22897
22898         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22899         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22900         (gst_videoscale_scale_nearest_24bit),
22901         (gst_videoscale_scale_nearest_16bit):
22902           fix 16bit and 24bit for stride (24bit might need testing)
22903           don't pretend we do more than one algorithm
22904
22905 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22906
22907         * configure.ac:
22908         * gst/Makefile.am:
22909         * gst/multifilesink/Makefile.am:
22910         * gst/multifilesink/gstmultifilesink.c:
22911         (gst_multifilesink_get_formats),
22912         (gst_multifilesink_get_query_types), (_do_init),
22913         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22914         (gst_multifilesink_init), (gst_multifilesink_dispose),
22915         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22916         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22917         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22918         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22919         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22920         (gst_multifilesink_uri_get_type),
22921         (gst_multifilesink_uri_get_protocols),
22922         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22923         (gst_multifilesink_uri_handler_init), (plugin_init):
22924         * gst/multifilesink/gstmultifilesink.h:
22925         * testsuite/Makefile.am:
22926         * testsuite/multifilesink/Makefile.am:
22927         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22928         (gst_newmedia_class_init), (gst_newmedia_init),
22929         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22930         (newfile_signal), (test_signal), (main):
22931         multifilesink plugin for creating new files every time a new media
22932         discontinuity event occurs
22933
22934 2004-07-22  Wim Taymans  <wim@fluendo.com>
22935
22936         * gst/alpha/Makefile.am:
22937         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22938         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22939         (gst_alpha_color_init), (gst_alpha_color_set_property),
22940         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22941         (transform), (gst_alpha_color_chain),
22942         (gst_alpha_color_change_state), (plugin_init):
22943         Stupid plugin to to RGBA to AYUV conversion because none of
22944         the colorspace plugins can handle that yet.
22945
22946 2004-07-22  Wim Taymans  <wim@fluendo.com>
22947
22948         * examples/seeking/seek.c: (update_scale), (main):
22949         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22950         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22951         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22952         (gst_decode_bin_init), (gst_decode_bin_dispose),
22953         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22954         (no_more_pads), (close_link), (type_found),
22955         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22956         (plugin_init):
22957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22958         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22959         (gst_play_base_bin_dispose), (queue_overrun),
22960         (gen_preroll_element), (remove_prerolls), (unknown_type),
22961         (no_more_pads), (new_stream), (setup_source),
22962         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22963         (play_base_eos), (gst_play_base_bin_change_state),
22964         (gst_play_base_bin_add_element),
22965         (gst_play_base_bin_remove_element),
22966         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22967         (gst_play_base_bin_unlink_stream),
22968         (gst_play_base_bin_get_streaminfo):
22969         * gst/playback/gstplaybin.c: (gen_video_element),
22970         (gen_audio_element):
22971         * gst/playback/gststreaminfo.h:
22972         More playback updates, attempt to fix things after the state change
22973         breakage.
22974
22975 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22978         (gst_videoscale_scale_nearest_16bit):
22979           comment algorithm
22980
22981 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22982
22983         * gst/videotestsrc/gstvideotestsrc.c:
22984         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22985         (gst_videotestsrc_init), (gst_videotestsrc_get),
22986         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22987         (gst_videotestsrc_get_property):
22988         * gst/videotestsrc/gstvideotestsrc.h:
22989         * gst/videotestsrc/videotestsrc.c:
22990         * gst/videotestsrc/videotestsrc.h:
22991           cleanup and commenting
22992
22993 2004-07-21  Wim Taymans  <wim@fluendo.com>
22994
22995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22996         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22997         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22998         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22999         (_find_chain_get_unknown_part), (_find_streams_check),
23000         (gst_ogg_demux_push), (gst_ogg_pad_push):
23001         * ext/theora/theoradec.c: (theora_get_formats),
23002         (theora_dec_src_convert), (theora_dec_sink_convert),
23003         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23004         (theora_dec_chain):
23005         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23006         (vorbis_dec_convert), (vorbis_dec_src_query),
23007         (vorbis_dec_src_event), (vorbis_dec_event):
23008         More seeking fixes, oggdemux now supports seeking to time and
23009         uses the downstream element to convert granulepos to time.
23010         Seeking in theora-only ogg files now works.
23011
23012 2004-07-21  Wim Taymans  <wim@fluendo.com>
23013
23014         * ext/theora/theoradec.c: (gst_theora_dec_init),
23015         (theora_get_formats), (theora_get_event_masks),
23016         (theora_get_query_types), (theora_dec_src_convert),
23017         (theora_dec_sink_convert), (theora_dec_src_query),
23018         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23019         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23020         (vorbis_get_event_masks), (vorbis_get_query_types),
23021         (gst_vorbis_dec_init), (vorbis_dec_convert),
23022         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23023         Added query/convert/formats functions to vorbis and theora decoders
23024         so that the outside world can use them too. Fixed seeking on an
23025         ogg/theora/vorbis file by disabling the seeking seeking on the
23026         theora srcpad.
23027
23028 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23029
23030         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23031         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23032         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23033         images creation for both elements. We don't create the image on caps
23034         nego or renego, we just destroy the internal one if present if it does
23035         not match the needs. The chain function takes care of creating a new
23036         image when needed.
23037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23038         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23039         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23040         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23041         the image format information. The buffer pool checks for the context
23042         image format and discard images with different formats.
23043         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23044
23045 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23046
23047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23048         (gst_ffmpegcolorspace_chain):
23049           no point in doing any chaining if the pad we want to push from
23050           isn't usable.
23051
23052 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * gst-libs/gst/riff/riff-media.c:
23055         (gst_riff_create_audio_caps_with_data):
23056           Fix double end-to-native symbol conversion (#148021).
23057
23058 2004-07-20  David Schleef  <ds@schleef.org>
23059
23060         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23061         Don't use an Atom that doesn't exist.
23062
23063 2004-07-20  Wim Taymans  <wim@fluendo.com>
23064
23065         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23066         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23067         (gst_multifdsink_client_remove),
23068         (gst_multifdsink_handle_client_write),
23069         (gst_multifdsink_queue_buffer):
23070         * gst/tcp/gstmultifdsink.h:
23071         More multifdsink stats. Avoid deadlock by releasing locks
23072         before sending out a signal.
23073
23074 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23075
23076         * po/LINGUAS:
23077         * po/hu.po:
23078           added Hungarian translation (Laszlo Dvornik)
23079
23080 2004-07-20  Wim Taymans  <wim@fluendo.com>
23081
23082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23083         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23084         (gst_multifdsink_handle_client_write),
23085         (gst_multifdsink_queue_buffer):
23086         * gst/tcp/gsttcp-marshal.list:
23087         Fixed the stupid marshal definition.
23088
23089 2004-07-20  Wim Taymans  <wim@fluendo.com>
23090
23091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23092         (gst_multifdsink_init), (gst_multifdsink_add),
23093         (gst_multifdsink_client_remove),
23094         (gst_multifdsink_handle_client_write),
23095         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23096         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23097         (gst_multifdsink_init_send):
23098         * gst/tcp/gstmultifdsink.h:
23099         Added more stats, added timeout for a client, fixed some typos
23100         and added some comments.
23101
23102 2004-07-20  Wim Taymans  <wim@fluendo.com>
23103
23104         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23105         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23106         (gst_multifdsink_client_remove),
23107         (gst_multifdsink_handle_client_write):
23108         * gst/tcp/gstmultifdsink.h:
23109         * gst/tcp/gsttcp-marshal.list:
23110         Added get_stats method that returns a GValueArray of
23111         stats values.
23112
23113 2004-07-19  Benjamin Otte  <otte@gnome.org>
23114
23115         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23116           make sure longname, description and author are valid UTF-8
23117
23118 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23119
23120         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23121         (gst_ximagesink_set_property):
23122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23123         (gst_xvimagesink_set_property):
23124           make sure SYNCHRONOUS is respected after getting the X context
23125
23126 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23127
23128         * gst/matroska/matroska-demux.c:
23129         (gst_matroska_demux_handle_src_event),
23130         (gst_matroska_demux_parse_blockgroup):
23131         * gst/matroska/matroska-ids.h:
23132           add BlockReference tag and ignore it to clear out log.
23133           ignore NAVIGATION events to clear out log.
23134
23135 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23136
23137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23138         (gst_matroska_demux_add_stream):
23139         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23140           add debug categories
23141
23142 2004-07-16  Wim Taymans  <wim@fluendo.com>
23143
23144         * ext/libpng/Makefile.am:
23145         * ext/libpng/gstpng.c: (plugin_init):
23146         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23147         (gst_pngdec_get_type), (gst_pngdec_base_init),
23148         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23149         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23150         * ext/libpng/gstpngdec.h:
23151         Added png decoder.
23152
23153 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23154
23155         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23156         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23157         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23158         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23159         (gst_ximagesink_buffer_alloc):
23160         * sys/ximage/ximagesink.h:
23161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23162         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23163         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23164         (gst_xvimagesink_buffer_alloc):
23165         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23166         again. Using internal data pointer of the x(v)image to store image's
23167         data to be coherent with the buffer alloc mechanism. Investigated the
23168         image destruction code to be sure that everything gets freed correctly.
23169
23170 2004-07-16  Wim Taymans  <wim@fluendo.com>
23171
23172         * gst-libs/gst/riff/riff-read.c:
23173         (gst_riff_read_strf_vids_with_data),
23174         (gst_riff_read_strf_auds_with_data):
23175         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23176         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23177         Make sure we don't create 0 sized subbuffers in riff-read.
23178         Signal the no more pads signal after reading the avi header.
23179
23180 2004-07-16  Wim Taymans  <wim@fluendo.com>
23181
23182         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23183         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23184         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23185         (gst_decode_bin_init), (gst_decode_bin_dispose),
23186         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23187         (no_more_pads), (close_link), (type_found),
23188         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23189         (gst_decode_bin_change_state), (plugin_init):
23190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23191         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23192         (gst_play_base_bin_dispose), (queue_overrun),
23193         (gen_preroll_element), (remove_prerolls), (unknown_type),
23194         (no_more_pads), (new_stream), (setup_source),
23195         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23196         (play_base_eos), (gst_play_base_bin_change_state),
23197         (gst_play_base_bin_add_element),
23198         (gst_play_base_bin_remove_element),
23199         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23200         (gst_play_base_bin_unlink_stream),
23201         (gst_play_base_bin_get_streaminfo):
23202         * gst/playback/gstplaybasebin.h:
23203         Better error recovery. Added configurable preroll queue size. Faster
23204         detection of no-more-pads.
23205
23206 2004-07-16  Wim Taymans  <wim@fluendo.com>
23207
23208         * gst-libs/gst/video/video.h:
23209         Added 32 bits RGBA. Not sure if we should use another mime-type
23210         for alpha rgb. Currently the presence of the alpha_mask property
23211         signals an alpha channel.
23212
23213 2004-07-16  Wim Taymans  <wim@fluendo.com>
23214
23215         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23217         FPS seems to be 0.0 to MAX everywhere else.
23218
23219 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * gst-libs/gst/riff/riff-media.c:
23222         (gst_riff_create_video_caps_with_data):
23223           mp42/mp43 (no caps) exist too.
23224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23225           Set pixel_width/height; we've got them in-caps.
23226         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23227         * gst/wavparse/gstwavparse.c: (plugin_init):
23228           Both are valid primary.
23229         * sys/oss/gstossmixer.c:
23230           Remove i18n hack and enable translations.
23231
23232 2004-07-15  Benjamin Otte  <otte@gnome.org>
23233
23234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23235         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23236           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23237
23238 2004-07-15  Benjamin Otte  <otte@gnome.org>
23239
23240         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23241         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23242         (gst_alsa_close_audio):
23243           disable some of the debugging code for now. Writing debugging to a
23244           buffer is broken in current alsalib releases.
23245
23246 2004-07-12  Benjamin Otte  <otte@gnome.org>
23247
23248         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23249           use bufferpools
23250
23251 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23252
23253         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23254         (theora_dec_src_query), (theora_dec_event):
23255         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23256           add debugging categories.  Remove \n's.
23257
23258 2004-07-13  Johan Dahlin  <johan@gnome.org>
23259
23260         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23261         (gst_play_bin_get_property): Impl.
23262
23263 2004-07-13  Wim Taymans  <wim@fluendo.com>
23264
23265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23266         When trying to find the stream length, seek back N pages
23267         instead of just one, where N is the number of streams in
23268         the current chain.
23269
23270 2004-07-13  Wim Taymans  <wim@fluendo.com>
23271
23272         * gst-libs/gst/riff/riff-media.c:
23273         (gst_riff_create_audio_caps_with_data),
23274         (gst_riff_create_audio_caps),
23275         (gst_riff_create_audio_template_caps):
23276         * gst-libs/gst/riff/riff-media.h:
23277         * gst-libs/gst/riff/riff-read.c:
23278         (gst_riff_read_strf_vids_with_data),
23279         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23280         * gst-libs/gst/riff/riff-read.h:
23281         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23282         (gst_avi_demux_add_stream):
23283         Set codec_data on caps for avidemuxer.
23284
23285 2004-07-12  David Schleef  <ds@schleef.org>
23286
23287         * configure.ac: Fix test for Objective C
23288
23289 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23291         (gst_gdk_pixbuf_chain):
23292           Add svg and pcx to template caps, and ensure that getcaps returns a
23293           subset of the template caps.
23294           Copy each row manually for output, as gdkpixbuf may pad the
23295           rowstride to a 32-bit word boundary.
23296
23297 2004-07-12  Wim Taymans  <wim@fluendo.com>
23298
23299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23300         (gst_riff_create_video_template_caps):
23301         Fix the template caps to include some more media types.
23302
23303 2004-07-12  Wim Taymans  <wim@fluendo.com>
23304
23305         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23306         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23307         (compare_ranks), (print_feature), (gst_decode_bin_init),
23308         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23309         (try_to_link_1), (new_pad), (close_link), (type_found),
23310         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23311         (gst_decode_bin_change_state), (plugin_init):
23312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23313         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23314         (gst_play_base_bin_dispose), (queue_overrun),
23315         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23316         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23317         (gst_play_base_bin_get_property), (play_base_eos),
23318         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23319         (gst_play_base_bin_remove_element),
23320         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23321         (gst_play_base_bin_unlink_stream),
23322         (gst_play_base_bin_get_streaminfo):
23323         * gst/playback/gstplaybasebin.h:
23324         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23325         (gst_play_bin_class_init), (gst_play_bin_init),
23326         (gst_play_bin_dispose), (gst_play_bin_set_property),
23327         (gst_play_bin_get_property), (gen_video_element),
23328         (gen_audio_element), (remove_sinks), (setup_sinks),
23329         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23330         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23331         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23332         (gst_play_bin_query), (plugin_init):
23333         * gst/playback/test4.c: (main):
23334         More fixes on reusing of the element.
23335
23336 2004-07-11  Benjamin Otte  <otte@gnome.org>
23337
23338         * ext/mad/gstmad.c: (normal_seek):
23339           allow seeking for other methods than just SET
23340
23341 2004-07-11  Andy Wingo  <wingo@pobox.com>
23342
23343         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23344         float, "any" caps -> buffer_frames=[0,MAX].
23345
23346         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23347         doesn't intersect our caps with the template any more. Do it
23348         ourselves.
23349         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23350
23351 2004-07-09  Wim Taymans  <wim@fluendo.com>
23352
23353         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23354         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23355         (compare_ranks), (print_feature), (gst_decode_bin_init),
23356         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23357         (try_to_link_1), (new_pad), (close_link), (type_found),
23358         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23359         (gst_decode_bin_change_state), (plugin_init):
23360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23361         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23362         (gst_play_base_bin_dispose), (queue_overrun),
23363         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23364         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23365         (gst_play_base_bin_get_property), (play_base_eos),
23366         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23367         (gst_play_base_bin_remove_element),
23368         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23369         (gst_play_base_bin_unlink_stream),
23370         (gst_play_base_bin_get_streaminfo):
23371         * gst/playback/gstplaybasebin.h:
23372         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23373         (gst_play_bin_class_init), (gst_play_bin_init),
23374         (gst_play_bin_dispose), (gst_play_bin_set_property),
23375         (gst_play_bin_get_property), (gen_video_element),
23376         (gen_audio_element), (remove_sinks), (setup_sinks),
23377         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23378         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23379         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23380         (gst_play_bin_query), (plugin_init):
23381         * gst/playback/test4.c: (main):
23382         Work on object reuse and seeking.
23383
23384 2004-07-09  Wim Taymans  <wim@fluendo.com>
23385
23386         * examples/seeking/seek.c: (iterate):
23387         Don't consume all CPU in the idle loop.
23388
23389 2004-07-09  Wim Taymans  <wim@fluendo.com>
23390
23391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23392         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23393         Add pad to element *after* setting the pad functions so that
23394         the scheduler can use the correct ones.
23395
23396 2004-07-09  Wim Taymans  <wim@fluendo.com>
23397
23398         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23399         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23400         Sync to keyframe after seek
23401
23402 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23403
23404         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23406         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23407         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23408         * ext/libvisual/visual.c: (gst_visual_change_state):
23409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23410         * ext/theora/theoradec.c: (theora_dec_change_state):
23411         * ext/theora/theoraenc.c: (theora_enc_change_state):
23412         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23413         * gst-libs/gst/navigation/navigation.c:
23414         * gst/adder/gstadder.c: (gst_adder_change_state):
23415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23416         (gst_audio_convert_get_buffer):
23417         * gst/multipart/multipartdemux.c:
23418         (gst_multipart_demux_change_state):
23419         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23421         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23422         * gst/videoscale/gstvideoscale.c:
23423         (gst_videoscale_handle_src_event):
23424         * gst/volume/gstvolume.c: (volume_chain_int16):
23425           don't assert in state change, this should be done by the base
23426           GstElement class.
23427           various debugging fixes.
23428
23429 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23430
23431         * configure.ac:
23432         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23433         (gst_play_dispose), (gst_play_set_location),
23434         (gst_play_set_data_src), (gst_play_set_video_sink),
23435         (gst_play_set_audio_sink), (gst_play_set_visualization),
23436         (gst_play_connect_visualization), (gst_play_get_sink_element),
23437         (gst_play_get_all_by_interface):
23438         * gst-libs/gst/play/play.h:
23439           add new method to get elements implementing an interface.
23440           add various error logging
23441
23442 2004-07-08  Wim Taymans  <wim@fluendo.com>
23443
23444         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23445         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23446         (make_playerbin_pipeline), (query_durations_elems),
23447         (query_durations_pads), (query_positions_elems),
23448         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23449         (main):
23450         Added playbin seeking example.
23451
23452 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23453
23454         * gst-libs/gst/play/play.c: (gst_play_set_location),
23455         (gst_play_set_data_src), (gst_play_set_video_sink),
23456         (gst_play_set_audio_sink), (gst_play_set_visualization),
23457         (gst_play_connect_visualization), (gst_play_get_framerate):
23458           use a macro to look up elements from hash table
23459
23460 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23461
23462         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23463         (gst_play_get_length_callback), (gst_play_set_location),
23464         (gst_play_seek_to_time), (gst_play_set_data_src),
23465         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23466         (gst_play_set_visualization), (gst_play_connect_visualization),
23467         (gst_play_get_sink_element):
23468         - add debugging info
23469         - fix looking up sink elements by iterating over complete caps
23470         - put everything except for source and autoplugger in a complete bin
23471
23472 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23473
23474         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23475         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23476         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23477         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23478         * ext/alsa/gstalsasink.h:
23479         - add debugging info
23480         - clean up schizophrenia of data/buffer/event
23481         - fix double event unref error
23482
23483 2004-07-08  Wim Taymans  <wim@fluendo.com>
23484
23485         * gst/playback/Makefile.am:
23486         Add headers to noinst
23487
23488 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23489
23490         * tools/gst-launch-ext-m.m:
23491         * tools/gst-launch-ext.1.in:
23492           convert to the third millenium
23493
23494 2004-07-07  David Schleef  <ds@schleef.org>
23495
23496         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23497
23498 2004-07-07  Wim Taymans  <wim@fluendo.com>
23499
23500         * gst/playback/Makefile.am:
23501         * gst/playback/README:
23502         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23503         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23504         (compare_ranks), (print_feature), (gst_decode_bin_init),
23505         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23506         (try_to_link_1), (new_pad), (close_link), (type_found),
23507         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23508         (plugin_init):
23509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23510         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23511         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23512         (gen_preroll_element), (no_more_pads), (new_stream),
23513         (setup_source), (gst_play_base_bin_set_property),
23514         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23515         (gst_play_base_bin_add_element),
23516         (gst_play_base_bin_remove_element),
23517         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23518         (gst_play_base_bin_unlink_stream),
23519         (gst_play_base_bin_get_streaminfo):
23520         * gst/playback/gstplaybasebin.h:
23521         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23522         (gst_play_bin_class_init), (gst_play_bin_init),
23523         (gst_play_bin_dispose), (gst_play_bin_set_property),
23524         (gst_play_bin_get_property), (gen_video_element),
23525         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23526         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23527         (gst_play_bin_get_formats), (gst_play_bin_convert),
23528         (gst_play_bin_get_query_types), (gst_play_bin_query),
23529         (plugin_init):
23530         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23531         (gst_stream_info_get_type), (gst_stream_info_class_init),
23532         (gst_stream_info_init), (gst_stream_info_new),
23533         (gst_stream_info_dispose), (gst_stream_info_set_property),
23534         (gst_stream_info_get_property):
23535         * gst/playback/gststreaminfo.h:
23536         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23537         (main):
23538         * gst/playback/test2.c: (main):
23539         * gst/playback/test3.c: (update_scale), (main):
23540         More playbin fixes. Added README. Do better element filtering.
23541         Added base class to preroll media. Added test apps.
23542
23543 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23544
23545         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23546         * ext/mpeg2dec/gstmpeg2dec.h:
23547           various debugging improvements.  Reset stream to next picture
23548           instead of sequence header, otherwise seeks cannot work.
23549
23550 2004-07-07  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23553         (gst_video_box_class_init), (gst_video_box_set_property),
23554         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23555         Use pad_alloc where possible.
23556
23557 2004-07-07  Wim Taymans  <wim@fluendo.com>
23558
23559         * sys/oss/gstosselement.c: (gst_osselement_reset),
23560         (gst_osselement_parse_caps):
23561         * sys/oss/gstosselement.h:
23562         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23563         Fix offset on osssrc.
23564
23565 2004-07-07  Wim Taymans  <wim@fluendo.com>
23566
23567         * ext/theora/theora.c: (plugin_init):
23568         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23569         (theora_dec_src_query), (theora_dec_chain):
23570         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23571         (theora_enc_sink_link), (theora_buffer_from_packet),
23572         (theora_push_packet), (theora_enc_chain):
23573         Fix theora granulepos calculation.
23574         Fix overflow in duration/position calculation.
23575         Bump rank to PRIMARY for theoradec.
23576         Use granulepos of last packet to calculate position.
23577         Set keyframe flag on buffers when needed.
23578
23579 2004-07-06  David Schleef  <ds@schleef.org>
23580
23581         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23582         serious?  (Fixed, obviously.)
23583
23584 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23585
23586         * po/LINGUAS:
23587         * po/cs.po:
23588           added Czech translation (Miloslav Trmac)
23589
23590 2004-07-05  Wim Taymans  <wim@fluendo.com>
23591
23592         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23593         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23594         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23595         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23596         (close_link), (type_found), (gst_decode_bin_set_property),
23597         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23598         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23599         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23600         (gst_decode_bin_query), (plugin_init):
23601         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23602         (gst_play_bin_class_init), (gst_play_bin_init),
23603         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23604         (get_video_element), (new_pad), (setup_source),
23605         (gst_play_bin_set_property), (gst_play_bin_get_property),
23606         (gst_play_bin_change_state), (gst_play_bin_add_element),
23607         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23608         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23609         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23610         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23611         * gst/playback/test.c: (main):
23612         More fixes, cleaned up playbin, make it use decodebin. Added
23613         threaded property to playbin.
23614
23615 2004-07-05  Wim Taymans  <wim@fluendo.com>
23616
23617         * configure.ac:
23618         * gst/playback/Makefile.am:
23619         * gst/playback/decodetest.c: (main):
23620         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23621         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23622         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23623         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23624         (close_link), (type_found), (gst_decode_bin_set_property),
23625         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23626         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23627         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23628         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23629         (plugin_init):
23630         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23631         (gst_play_bin_class_init), (gst_play_bin_init),
23632         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23633         (collect_sink_pads), (find_compatibles), (close_pad_link),
23634         (try_to_link_1), (new_pad), (close_link), (type_found),
23635         (setup_source), (gst_play_bin_set_property),
23636         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23637         (compare_ranks), (gst_play_bin_collect_factories),
23638         (gst_play_bin_change_state), (gst_play_bin_add_element),
23639         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23640         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23641         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23642         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23643         * gst/playback/test.c: (main):
23644         Added some playback helper elements and some test apps, very alpha
23645         still.
23646
23647 2004-07-04  Benjamin Otte  <otte@gnome.org>
23648
23649         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23650           only restart audio when we indeed have an xrun to fix repeated
23651           xruns. Fix suggested by Giuliano Pochini.
23652
23653 2004-07-03  David Schleef  <ds@schleef.org>
23654
23655         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23656         call to gst_debug_log() if debugging is disabled (bug #145118)
23657
23658 2004-07-03  Benjamin Otte  <otte@gnome.org>
23659
23660         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23661           use our own functions for restarting the alsa device.
23662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23663           I should apply patches myself - use MIN for the third argument, not
23664           the second, this fixes seeking
23665
23666 2004-07-02  David Schleef  <ds@schleef.org>
23667
23668         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23669         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23670         do with the logic.
23671
23672 2004-07-02  David Schleef  <ds@schleef.org>
23673
23674         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23675         output buffers.  Fix logic mistake.  (bug #144866)
23676
23677 2004-07-02  David Schleef  <ds@schleef.org>
23678
23679         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23680         on X.  (bug #144753)
23681
23682 2004-07-02  David Schleef  <ds@schleef.org>
23683
23684         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23685         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23686         (bug #144624)
23687         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23688         (gst_osselement_rate_probe_check): Add another workaround for
23689         buggy drivers (bug #145336)
23690
23691 2004-07-02  David Schleef  <ds@schleef.org>
23692
23693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23694         Most systems don't have MSG_NOSIGNAL.
23695
23696 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23697
23698         * Makefile.am:
23699         * gst-libs/gst/colorbalance/Makefile.am:
23700         * gst-libs/gst/mixer/Makefile.am:
23701         * gst-libs/gst/play/Makefile.am:
23702         * gst-libs/gst/tuner/Makefile.am:
23703           (hopefully) fix both install and dist and make error message useful.
23704           needs testing across automakes.
23705
23706 2004-07-02  Benjamin Otte  <otte@gnome.org>
23707
23708         * ext/ogg/gstogg.c: (plugin_init):
23709           we require bytestream now
23710         * ext/ogg/gstoggdemux.c:
23711           huge diff to implement chain setup in a fast and generic way. This
23712           improves tag reading and startup of huge files (read: Theora videos)
23713           quite a bit. It probably contains bugs, too, so please test.
23714           Seeking is not improved to the fast method.
23715
23716 2004-06-29  Wim Taymans  <wim@fluendo.com>
23717
23718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23719         * ext/ogg/gstoggmux.c:
23720         Fix memleak in oggdemux when running unconnected pads.
23721         doc update in mux, start working on keyframe mode.
23722
23723 2004-06-29  Benjamin Otte  <otte@gnome.org>
23724
23725         * sys/oss/gstosssink.c:
23726         * sys/oss/gstosssrc.c:
23727           advertise correct template caps - we indeed do non-native endianness
23728           and 8bit audio has no endianness
23729         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23731           avoid (wrong) duplications in getcaps function and return
23732           template caps
23733
23734 2004-06-29  Wim Taymans  <wim@fluendo.com>
23735
23736         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23737         (gst_multifdsink_class_init), (gst_multifdsink_add),
23738         (gst_multifdsink_remove), (gst_multifdsink_clear),
23739         (gst_multifdsink_client_remove),
23740         (gst_multifdsink_handle_client_read),
23741         (gst_multifdsink_client_queue_data),
23742         (gst_multifdsink_client_queue_caps),
23743         (gst_multifdsink_client_queue_buffer),
23744         (gst_multifdsink_handle_client_write),
23745         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23746         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23747         (gst_multifdsink_init_send), (gst_multifdsink_close):
23748         Fix wrong GList iteration that could crash the server when
23749         more then 2 clients disconnect at the same time. Read all the
23750         pending commands in one batch to recover from command storms under
23751         very heavy load.
23752
23753 2004-06-28  Wim Taymans  <wim@fluendo.com>
23754
23755         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23756         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23757         (gst_videomixer_pad_set_property),
23758         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23759         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23760         (gst_videomixer_class_init), (gst_videomixer_init),
23761         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23762         (pad_zorder_compare), (gst_videomixer_sort_pads),
23763         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23764         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23765         (gst_videomixer_update_queues), (gst_videomixer_loop),
23766         (plugin_init):
23767         Avoid divide by zero, choose masterpad as the pad with the highest
23768         framerate.
23769
23770 2004-06-27  Julien Moutte  <julien@moutte.net>
23771
23772         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23773         (gst_ximagesink_xwindow_new):
23774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23775         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23776         function directly. We might want to call it from somewhere else one day.
23777
23778 2004-06-27  Julien Moutte  <julien@moutte.net>
23779
23780         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23781         (gst_ximagesink_xwindow_new):
23782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23783         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23784         window decorations.
23785
23786 2004-06-27  Wim Taymans  <wim@fluendo.com>
23787
23788         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23789         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23790         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23791         (gst_dvdec_set_property), (gst_dvdec_get_property):
23792         * ext/dv/gstdvdec.h:
23793         Implement drop_factor property to lower the framerate with
23794         a factor.
23795
23796 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23797
23798         * gst-libs/gst/colorbalance/Makefile.am:
23799         * gst-libs/gst/mixer/Makefile.am:
23800         * gst-libs/gst/play/Makefile.am:
23801         * gst-libs/gst/tuner/Makefile.am:
23802           unbreak Company's fix that didn't install the -enum.h files
23803
23804 2004-06-27  Wim Taymans  <wim@fluendo.com>
23805
23806         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23807         (gst_dvdec_change_state):
23808         * ext/dv/gstdvdec.h:
23809         Fix timestamp, duration and offset of the buffers.
23810
23811 2004-06-27  Wim Taymans  <wim@fluendo.com>
23812
23813         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23814         (gst_multifdsink_class_init), (gst_multifdsink_add),
23815         (gst_multifdsink_remove), (gst_multifdsink_clear),
23816         (gst_multifdsink_client_remove),
23817         (gst_multifdsink_handle_client_read),
23818         (gst_multifdsink_client_queue_data),
23819         (gst_multifdsink_client_queue_caps),
23820         (gst_multifdsink_client_queue_buffer),
23821         (gst_multifdsink_handle_client_write),
23822         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23823         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23824         (gst_multifdsink_init_send), (gst_multifdsink_close):
23825         * gst/tcp/gstmultifdsink.h:
23826         * gst/tcp/gsttcpserversink.c:
23827         (gst_tcpserversink_handle_server_read),
23828         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23829         More multifdsink fixes, more recovery policy fixes.
23830         Removed stupid g_print
23831
23832 2004-06-26  Wim Taymans  <wim@fluendo.com>
23833
23834         * gst/tcp/Makefile.am:
23835         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23836         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23837         (gst_multifdsink_class_init), (gst_multifdsink_init),
23838         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23839         (gst_multifdsink_handle_client_read),
23840         (gst_multifdsink_client_queue_data),
23841         (gst_multifdsink_client_queue_caps),
23842         (gst_multifdsink_client_queue_buffer),
23843         (gst_multifdsink_handle_client_write),
23844         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23845         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23846         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23847         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23848         (gst_multifdsink_close), (gst_multifdsink_change_state):
23849         * gst/tcp/gstmultifdsink.h:
23850         * gst/tcp/gsttcpplugin.c: (plugin_init):
23851         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23852         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23853         (gst_tcpserversink_handle_server_read),
23854         (gst_tcpserversink_handle_select),
23855         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23856         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23857         * gst/tcp/gsttcpserversink.h:
23858         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23859         one of the locks, added recovery policy to multifdsink.
23860
23861 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23862
23863         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23864           fix decision for when getting frames with same timestamp
23865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23866         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23867         (gst_v4lsrc_get_property):
23868         * sys/v4l/gstv4lsrc.h:
23869           add latency offset property
23870
23871 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23872
23873         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23874         (plugin_init):
23875           fix debugging. add category.
23876
23877 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23878
23879         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23880           fix wrong offsets
23881
23882 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23883
23884         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23885         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23886         (gst_alsa_src_change_state):
23887           return a time that is in sync with the element's processing
23888
23889 2004-06-25  Wim Taymans  <wim@fluendo.com>
23890
23891         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23892         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23893         (gst_tcpserversink_client_remove),
23894         (gst_tcpserversink_handle_client_read),
23895         (gst_tcpserversink_client_queue_data),
23896         (gst_tcpserversink_client_queue_caps),
23897         (gst_tcpserversink_client_queue_buffer),
23898         (gst_tcpserversink_handle_client_write),
23899         (gst_tcpserversink_queue_buffer),
23900         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23901         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23902         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23903         (gst_tcpserversink_close):
23904         * gst/tcp/gsttcpserversink.h:
23905         Serversink rewrite. Really do non blocking writes to clients and
23906         maintain an internal queue to handle slower clients while not
23907         disturbing fast clients.
23908
23909 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23910
23911         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23912           better debug, don't override OFFSET and OFFSET_END
23913
23914 2004-06-25  Iain <iain@prettypeople.org>
23915
23916         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23917         name=source for the wavparse pipeline.
23918
23919 2004-06-24  Johan Dahlin  <johan@gnome.org>
23920
23921         * ext/theora/theoraenc.c (theora_enc_chain): Call
23922         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23923         streamheader caps are set correctly.
23924
23925 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23926
23927         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23928         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23929           respect minimum bitrate; same could be done for max bitrate
23930
23931 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23932
23933         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23934         (gst_vorbisenc_setup):
23935           fix sample rate range
23936
23937 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23938
23939         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23940         (gst_oggvorbisenc_setup):
23941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23942         (gst_vorbisenc_setup):
23943           resolve ambiguities in code and description
23944
23945 2004-06-24  Wim Taymans  <wim@fluendo.com>
23946
23947         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23948         * ext/alsa/gstalsa.h:
23949         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23950         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23951         Use alsa trigger_tstamp to get the timestamp of the first
23952         sample in the buffer for more precise sync. Some cleanups.
23953
23954 2004-06-24  Wim Taymans  <wim@fluendo.com>
23955
23956         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23957         (gst_audiorate_init), (gst_audiorate_chain),
23958         (gst_audiorate_set_property), (gst_audiorate_get_property):
23959         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23960         (gst_videorate_chain):
23961         Added some logging, fixed an overflow bug in videorate.
23962
23963 2004-06-24  Benjamin Otte  <otte@gnome.org>
23964
23965         * ext/kio/Makefile.am:
23966           fix for builddir != srcdir and distcheck
23967
23968 2004-06-24  Benjamin Otte  <otte@gnome.org>
23969
23970         * gst-libs/gst/colorbalance/Makefile.am:
23971         * gst-libs/gst/mixer/Makefile.am:
23972         * gst-libs/gst/play/Makefile.am:
23973         * gst-libs/gst/tuner/Makefile.am:
23974         * gst/tcp/Makefile.am:
23975         * sys/dxr3/Makefile.am:
23976           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23977           tarball.
23978           Also add all *.list files that were missing.
23979         * Makefile.am:
23980           add a distcheck hook to ensure the above doesn't happen again.
23981
23982 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23983
23984         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23985
23986 2004-06-23  Colin Walters  <walters@redhat.com>
23987
23988         * m4/Makefile.am: Distribute gst-fionread.m4.
23989
23990 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23991
23992         * configure.ac: back to dev
23993
23994 2004-06-23  Wim Taymans  <wim@fluendo.com>
23995
23996         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23997         (gst_alsa_xrun_recovery):
23998         * ext/alsa/gstalsa.h:
23999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24000         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24001         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24002         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24003         (gst_alsa_src_loop):
24004         Add clock to alsasrc. Take new capture timestamp when
24005         restarting after an overrun. Split up some functions between
24006         alsasrc and alsasink.
24007
24008 === release 0.8.2 ===
24009
24010 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24011
24012         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24013         (gst_alsa_change_state), (gst_alsa_update_avail),
24014         (gst_alsa_xrun_recovery):
24015         * ext/alsa/gstalsa.h:
24016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24017           merge back changes from release
24018
24019 2004-06-23  Wim Taymans  <wim@fluendo.com>
24020
24021         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24022         (gst_audiorate_init), (gst_audiorate_chain),
24023         (gst_audiorate_set_property), (gst_audiorate_get_property):
24024         Implement sample dropping and notify
24025
24026 2004-06-22  Wim Taymans  <wim@fluendo.com>
24027
24028         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24029         (theora_enc_sink_link), (theora_buffer_from_packet),
24030         (theora_push_packet), (theora_enc_chain):
24031         Some cleanups, make sure the timestamps are correct.
24032
24033 2004-06-22  Wim Taymans  <wim@fluendo.com>
24034
24035         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24036         (gst_alsa_change_state), (gst_alsa_update_avail),
24037         (gst_alsa_xrun_recovery):
24038         * ext/alsa/gstalsa.h:
24039         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24040         Cleanups, take queued samples into account when reporting
24041         the time.
24042
24043 2004-06-22  Wim Taymans  <wim@fluendo.com>
24044
24045         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24046         (gst_videorate_init):
24047         Initialize the property as well.
24048
24049 2004-06-22  Wim Taymans  <wim@fluendo.com>
24050
24051         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24052         (gst_videorate_init), (gst_videorate_chain),
24053         (gst_videorate_set_property), (gst_videorate_get_property):
24054         Add property to make videorate silent.
24055         Add property to prefer new frames over old ones.
24056
24057 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24058
24059         * sys/osxvideo/Makefile.am:
24060         Workaround so that the osxvideo .so file gets linked with the
24061         Cocoa, OpenGL and QuickTime frameworks
24062
24063 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24064
24065         * sys/osxaudio/Makefile.am:
24066         Workaround so that the osxaudio .so file gets linked with the
24067         CoreAudio framework
24068
24069 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24070
24071         * configure.ac:
24072         Whoops, my fault...fixed build issues
24073
24074 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24075
24076         * configure.ac:
24077         Add objective-c support if running in Darwin/Mac OS X
24078         * sys/Makefile.am:
24079         * sys/osxvideo:
24080         * sys/osxvideo/Makefile.am:
24081         * sys/osxvideo/osxvideosink.h:
24082         * sys/osxvideo/osxvideosink.m:
24083         * sys/osxvideo/cocoawindow.h:
24084         * sys/osxvideo/cocoawindow.m:
24085         Add osxvideosink, a cocoa-based osx video sink
24086
24087
24088 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24089         * ext/dvdnav/gst-dvd:
24090         Grab the gconf key from the right spot
24091         * gst/debug/gstnavseek.c: (gst_navseek_init),
24092         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24093         (gst_navseek_chain):
24094         * gst/debug/gstnavseek.h:
24095           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24096           and loop parameters of a segment seek.
24097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24098         (gst_videotestsrc_get_event_masks),
24099         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24100         * gst/videotestsrc/gstvideotestsrc.h:
24101           Add seeking support to videotestsrc
24102           Initialise the timestamp_offset variable.
24103
24104 2004-06-18  Wim Taymans  <wim@fluendo.com>
24105
24106         * ext/sidplay/gstsiddec.cc:
24107         Fix negotiation and set correct end offset.
24108
24109 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24110
24111         * configure.ac: branch and prerelease
24112
24113 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24116         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24117         (gst_tcpclientsrc_init_receive):
24118         * gst/tcp/gsttcpclientsrc.h:
24119           read caps when connecting to server for GDP so we set them correctly
24120
24121 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24122
24123         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24124           notify drops and duplicates
24125         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24126           no good reason to limit ourselves to 100x100
24127
24128 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24131         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24132         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24133         (gst_v4lsrc_get_property):
24134         * sys/v4l/gstv4lsrc.h:
24135         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24136         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24137         (gst_v4l_set_audio):
24138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24139         (gst_v4lsrc_try_capture):
24140         * sys/v4l/v4lsrc_calls.h:
24141           change try_palette to more general try_capture
24142           add autoprobe option so we can turn off autoprobing
24143           various fixes
24144
24145 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24146
24147         * configure.ac:
24148           add videorate
24149         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24150         (gst_ximagesink_class_init):
24151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24152         (gst_xvimagesink_class_init):
24153           run them as finalize, not dispose, since dispose can be invoked
24154           multiple times
24155
24156 2004-06-17  Wim Taymans  <wim@fluendo.com>
24157
24158         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24159         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24160         * ext/alsa/gstalsa.h:
24161         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24162         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24163         (gst_alsa_src_change_state):
24164         * ext/alsa/gstalsasrc.h:
24165         Make the xrun code timestamp and offset the buffers correctly.
24166         moved the clock to the base class, use alsa methods to get time.
24167         Do correct timestamping on outgoing buffers.
24168
24169 2004-06-17  Wim Taymans  <wim@fluendo.com>
24170
24171         * gst/audiorate/Makefile.am:
24172         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24173         (gst_audiorate_base_init), (gst_audiorate_class_init),
24174         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24175         (gst_audiorate_set_property), (gst_audiorate_get_property),
24176         (gst_audiorate_change_state), (plugin_init):
24177         Added an audiorate converter that fills in gaps.
24178
24179 2004-06-17  Johan Dahlin  <johan@gnome.org>
24180
24181         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24182
24183 2004-06-16  Wim Taymans  <wim@fluendo.com>
24184
24185         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24187         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24188         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24189         (gst_v4lsrc_get_property):
24190         * sys/v4l/gstv4lsrc.h:
24191         Added a copy mode to v4lsrc where it will output a copied version
24192         of its internal hardware buffer.
24193         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24194         can't | them.
24195
24196 2004-06-16  Wim Taymans  <wim@fluendo.com>
24197
24198         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24199         Timestamp fixes.
24200
24201 2004-06-16  Wim Taymans  <wim@fluendo.com>
24202
24203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24204         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24205         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24206         (gst_v4lsrc_get_property):
24207         * sys/v4l/gstv4lsrc.h:
24208         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24209         Added a sync mode enum property to control v4lsrc timestamp method
24210         Removed the use-fixed-fps property and moved functionality in
24211         the enum.
24212         Don't error on an error value from v4l-conf, it might not always
24213         be a real error.
24214
24215 2004-06-16  Wim Taymans  <wim@fluendo.com>
24216
24217         * gst/videorate/Makefile.am:
24218         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24219         (gst_videorate_base_init), (gst_videorate_class_init),
24220         (gst_videorate_getcaps), (gst_videorate_link),
24221         (gst_videorate_init), (gst_videorate_chain),
24222         (gst_videorate_set_property), (gst_videorate_get_property),
24223         (gst_videorate_change_state), (plugin_init):
24224         Added a video timestamp corrector.
24225
24226 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24227
24228         fixed a potential leak with previous commit
24229
24230         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24231
24232 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24233
24234         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24235         Added missing refcount, fixes bug #144425
24236         Cheers Tim for finding the bug
24237
24238 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24239
24240         * sys/v4l/gstv4l.c: (plugin_init):
24241         * sys/v4l/gstv4lcolorbalance.c:
24242         * sys/v4l/gstv4lcolorbalance.h:
24243         * sys/v4l/gstv4lelement.c:
24244         * sys/v4l/gstv4lelement.h:
24245         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24246         * sys/v4l/gstv4lmjpegsink.h:
24247         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24248         * sys/v4l/gstv4lmjpegsrc.h:
24249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24250         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24251         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24252         * sys/v4l/gstv4lsrc.h:
24253         * sys/v4l/gstv4ltuner.c:
24254         * sys/v4l/gstv4ltuner.h:
24255         * sys/v4l/gstv4lxoverlay.c:
24256         * sys/v4l/gstv4lxoverlay.h:
24257         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24258         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24259         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24260         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24261         (gst_v4l_set_audio):
24262         * sys/v4l/v4l_calls.h:
24263         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24264         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24265         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24266         (gst_v4lmjpegsink_playback_init),
24267         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24268         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24269         (gst_v4lmjpegsink_playback_stop),
24270         (gst_v4lmjpegsink_playback_deinit):
24271         * sys/v4l/v4lmjpegsink_calls.h:
24272         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24273         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24274         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24275         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24276         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24277         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24278         * sys/v4l/v4lmjpegsrc_calls.h:
24279         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24280         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24281         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24282         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24283         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24284         (gst_v4lsrc_try_palette):
24285         * sys/v4l/v4lsrc_calls.h:
24286           bunch of paranoia cleanups
24287
24288 2004-06-14  David Schleef  <ds@schleef.org>
24289
24290         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24291         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24292         Send discont events and change timestamps appropriately when
24293         we get a seek event.  (bug #144240)
24294         * ext/cdparanoia/gstcdparanoia.h:
24295
24296 2004-06-14  Benjamin Otte  <otte@gnome.org>
24297
24298         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24299           snd_pcm_hw_params_set_rate  since the latter fails for no good
24300           reason on some setups.
24301
24302 2004-06-14  David Schleef  <ds@schleef.org>
24303
24304         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24305         standard.  Thank you for playing.
24306
24307 2004-06-14  Wim Taymans  <wim@fluendo.com>
24308
24309         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24310         Patch 1.3 broke the ordering of the colorspace info and
24311         made the plugin basically work by coincidence, reordered
24312         the info.
24313
24314 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * ext/lame/gstlame.c:
24317         * ext/mad/gstmad.c:
24318           sync caps.  Make sure mad can only output a list of rates, not
24319           a full range.  In the future, have three caps lists for each of the
24320           mpeg versions.  Change mpegversion to a double as well.
24321
24322 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * gst/volume/.cvsignore:
24325         * gst/volume/Makefile.am:
24326         * gst/volume/demo.c: (value_changed_callback), (idler),
24327         (setup_gui), (main):
24328           added small demo app
24329
24330 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24331         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24332         * ext/esd/esdsink.h:
24333         Close the esd connection on pause, because esd will just wait -
24334         blocking all other esd clients indefinitely.
24335
24336 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24337
24338         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24339           previous commit with GST_DEBUG
24340
24341 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * configure.ac:
24344           add a header check for a dvdread header in dvdnav.  Fixes #133002
24345
24346 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24347
24348         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24349         * gst/tcp/gsttcpclientsink.h:
24350         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24351         * gst/tcp/gsttcpclientsrc.h:
24352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24353         (gst_tcpserversink_handle_server_read),
24354         (gst_tcpserversink_init_send):
24355         * gst/tcp/gsttcpserversink.h:
24356         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24357         * gst/tcp/gsttcpserversrc.h:
24358         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24359         version of IP)
24360
24361 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24362
24363         * configure.ac:
24364         Added ogg library so that OSX detects libtheora properly
24365
24366 2004-06-11  Wim Taymans  <wim@fluendo.com>
24367
24368         * ext/theora/theoradec.c: (theora_dec_chain),
24369         (theora_dec_change_state):
24370         Don't try to decode frames before we received a keyframe.
24371
24372 2004-06-11  Wim Taymans  <wim@fluendo.com>
24373
24374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24375         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24376         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24377         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24378         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24379         Added property to set the maximum delay of a page.
24380
24381 2004-06-10  Wim Taymans  <wim@fluendo.com>
24382
24383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24384         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24385         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24386         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24387         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24388         Added max-delay property to control the maximum amount
24389         of data to put in one page.
24390
24391 2004-06-10  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24394         (gst_theora_enc_init), (theora_enc_sink_link),
24395         (theora_buffer_from_packet), (theora_enc_set_property),
24396         (theora_enc_get_property):
24397         Set duration on encoded buffer, added some more properties
24398
24399 2004-06-10  Wim Taymans  <wim@fluendo.com>
24400
24401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24402         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24403         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24404         * ext/theora/theoraenc.c: (theora_enc_chain):
24405         Fix refcounting bugs
24406
24407 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24410         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24411         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24412         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24413         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24414         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24415         (gst_asf_demux_change_state):
24416         * gst/asfdemux/gstasfdemux.h:
24417           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24418           feels like. I think we should set a new requirement for demuxers
24419           from now on to implement sane loop functions, data loops, query
24420           and seek functions before first commit into CVS. And this commit
24421           fixes all of the above.
24422
24423 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24424
24425         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24426           vorbis comments are properly encoded in UTF-8 before adding them
24427           to a GstTagList
24428
24429 2004-06-09  Benjamin Otte  <otte@gnome.org>
24430
24431         * ext/alsa/gstalsa.c: (add_channels):
24432           handle min <= max correctly
24433         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24434         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24435           add fixation functions so we fixate correctly. No preferring of alaw
24436           anymore because it's the first structure.
24437         * ext/alsa/gstalsa.h:
24438         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24439         (gst_alsa_hw_params_dump):
24440           add functions to ease debugging in alsalib
24441         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24442         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24443         (gst_alsa_start_audio):
24444           only specify hw params if we really setup a format (fixes #134007 -
24445           or at least works around it)
24446
24447 2004-06-09  Wim Taymans  <wim@fluendo.com>
24448
24449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24450         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24451         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24452         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24453         (gst_ogg_mux_loop):
24454         Use stream caps to setup the initial pages in the ogg stream.
24455         Correctly set the streamheader caps on the srcpad.
24456
24457 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24458
24459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24460         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24461         (gst_v4lsrc_getcaps):
24462         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24463         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24464           add querying of fps lists for webcams.  Negotiating to a framerate
24465           now works.
24466
24467 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24468
24469         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24470         (theora_push_buffer), (theora_push_packet),
24471         (theora_set_header_on_caps), (theora_enc_chain):
24472           mark buffers and put on streamheader, raw theora streaming
24473           now works too, whee
24474
24475 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24476
24477         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24478         (gst_tcp_gdp_read_caps):
24479           do a looping read for caps and GDP headers too
24480
24481 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24484         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24485           return EOS instead of NULL in _get
24486
24487 2004-06-08  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24490         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24491         (gst_tcp_gdp_write_caps):
24492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24493         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24494         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24495         Memory leak fixes
24496
24497 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24498
24499         * ext/vorbis/Makefile.am:
24500         * ext/vorbis/vorbis.c: (plugin_init):
24501         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24502         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24503         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24504         (vorbis_parse_change_state):
24505         * ext/vorbis/vorbisparse.h:
24506           adding a vorbisparse element that marks the buffers, streaming
24507           raw vorbis using GDP now works, whee
24508
24509 2004-06-08  Wim Taymans  <wim@fluendo.com>
24510
24511         * ext/jpeg/Makefile.am:
24512         * ext/jpeg/README:
24513         * ext/jpeg/gstjpeg.c: (plugin_init):
24514         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24515         (gst_smokedec_base_init), (gst_smokedec_class_init),
24516         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24517         * ext/jpeg/gstsmokedec.h:
24518         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24519         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24520         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24521         (gst_smokeenc_resync), (gst_smokeenc_chain),
24522         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24523         * ext/jpeg/gstsmokeenc.h:
24524         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24525         (smokecodec_flush_destination), (smokecodec_term_destination),
24526         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24527         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24528         (smokecodec_term_source), (smokecodec_encode_new),
24529         (smokecodec_decode_new), (smokecodec_info_free),
24530         (smokecodec_set_quality), (smokecodec_get_quality),
24531         (smokecodec_set_threshold), (smokecodec_get_threshold),
24532         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24533         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24534         (smokecodec_parse_header), (smokecodec_decode):
24535         * ext/jpeg/smokecodec.h:
24536         Added a new simple jpeg based codec
24537
24538 2004-06-08  Wim Taymans  <wim@fluendo.com>
24539
24540         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24541         (gst_multipart_mux_loop):
24542         Fix memory leak
24543
24544 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24545
24546         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24547         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24548         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24549         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24550         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24551         * gst/tcp/gsttcpserversink.h:
24552           take streamheader into account
24553
24554 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24555
24556         * gst/level/Makefile.am:
24557         * gst/level/gstlevel.c: (gst_level_class_init):
24558           clean up marshal generation
24559
24560 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24561
24562         * gst/tcp/Makefile.am:
24563         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24564         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24565         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24566         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24567         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24568         (gst_tcpclientsrc_get_property):
24569         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24570         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24571         (gst_tcpserversink_handle_client_read),
24572         (gst_tcpserversink_handle_client_write),
24573         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24574         * gst/tcp/gsttcpserversink.h:
24575           add signals client-added and client-removed
24576         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24577         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24578         (gst_tcpserversrc_get_property):
24579         uniformized, change default protocol to NONE
24580         * gst/tcp/gsttcp-marshal.list: added
24581 2004-06-07  Benjamin Otte  <otte@gnome.org>
24582
24583         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24584           handle discont events if they happen before caps nego
24585
24586 2004-06-07  Wim Taymans  <wim@fluendo.com>
24587
24588         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24589         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24590         (gst_multipart_demux_plugin_init):
24591         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24592         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24593         (gst_multipart_mux_change_state):
24594         Small updates, fix a memleak
24595
24596 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24597
24598         * configure.ac: OSS portability
24599         * ext/arts/gst_arts.c: idem
24600         * sys/oss/gstosselement.c: idem
24601         * sys/oss/gstossmixer.c: idem
24602         * sys/oss/gstosssink.c: idem
24603         * sys/oss/gstosssrc.c: idem
24604         * sys/oss/oss_probe.c: idem
24605           - check for soundcard.h in different places for some BSD
24606
24607 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24608
24609         * AUTHORS:
24610         Add me to the authors file
24611         * configure.ac:
24612         Increase the libdv requirement to >= version 0.100
24613         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24614         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24615         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24616         * ext/dv/gstdvdec.h:
24617         Add support for the new_media flag when sending DISCONT events
24618         Make the querying work when video pad is not linked
24619
24620 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24621
24622         reviewed by Benjamin Otte  <otte@gnome.org>
24623
24624         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24625           create a NULL-initialized array of pads, so we don't think they
24626           exist already. (fixes #143130)
24627
24628 2004-06-07  Benjamin Otte  <otte@gnome.org>
24629
24630         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24631         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24632         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24633           don't use // coments
24634
24635 2004-06-07  Benjamin Otte  <otte@gnome.org>
24636
24637         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24638           cast to GstClockTime to get higher granularity
24639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24640           use gst_element_set_time_delay to get the exact time
24641         * ext/mad/gstmad.c: (gst_mad_chain):
24642           use the negotiated rate instead of the current frame's rate which
24643           might be wrong because of bit errors. This avoids emitting totally
24644           bogus timestamps and screwing sync.
24645         (fixes #143454)
24646
24647 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24648
24649         reviewed by Benjamin Otte  <otte@gnome.org>
24650
24651         * gst/adder/gstadder.c: (gst_adder_loop):
24652           properly error out when no negotiation has happened yet. (fixes
24653           #143032)
24654
24655 2004-06-06  Benjamin Otte  <otte@gnome.org>
24656
24657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24658           forward correctly transformed offset in discont events. Based on
24659           patch by Arwed v. Merkatz. (fixes #142851)
24660
24661 2004-06-06  David Schleef  <ds@schleef.org>
24662
24663         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24664         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24665         problems on several systems.
24666
24667 2004-06-06  Benjamin Otte  <otte@gnome.org>
24668
24669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24670           use explicit caps on the srcpad
24671         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24672           properly error out if caps couldn't be set (fixes #142764)
24673
24674 2004-06-06  Benjamin Otte  <otte@gnome.org>
24675
24676         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24677         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24678         (gst_alsa_start_audio):
24679           - don't call set_periods_integer anymore, it breaks the
24680           configuration randomly
24681           - call snd_pcm_hw_params_set_access directly instead of using masks
24682           - don't fail if the sw_params can't be set, just use the default
24683           params and hope it works. Alsalib has weird issues when you touch
24684           sw_params and does no proper error reporting about what failed.
24685         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24686         (gst_alsa_close_audio):
24687           make our alsa debugging go via gst debugging and not conditionally
24688           defined
24689         * ext/alsa/gstalsa.h:
24690           add ALSA_DEBUG_FLUSH macro
24691         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24692         (plugin_init):
24693           wrap alsa errors to be printed via the gst debugging system and not
24694           spammed to stderr
24695
24696 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24697
24698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24699         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24700         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24701         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24702         (qtdemux_parse_trak):
24703         * gst/qtdemux/qtdemux.h:
24704           Bitch. Also known as seeking, querying & co.
24705         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24706         (gst_osssink_change_state):
24707         * sys/oss/gstosssink.h:
24708           Resyncing is for weenies, this hack is no longer needed and was
24709           broken anyway (since it - unintendedly - always leaves resync to
24710           TRUE).
24711
24712 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24713
24714         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24715         * gst/tcp/gsttcpclientsrc.h: idem
24716           - define MSG_NOSIGNAL if not done
24717           - include unistd.h for off_t
24718           (fixes #143749)
24719
24720 2004-06-05  Benjamin Otte  <otte@gnome.org>
24721
24722         * configure.ac:
24723         * ext/kio/Makefile.am:
24724           check for qt's moc preprocessor explicitly and use it
24725
24726 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24727
24728         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24729           don't get a signal for EPIPE on socket writes
24730           (somebody check if this works on other platforms)
24731
24732 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24733
24734         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24735         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24736           check error condition on available samples correctly
24737
24738 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24739
24740         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24741           avoid a segfault
24742         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24743         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24744         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24745         (gst_tcpserversrc_gdp_read_header):
24746          use ssize_t over size_t since the former is signed and thus the
24747          check for error codes can work
24748
24749 2004-06-02  Wim Taymans  <wim@fluendo.com>
24750
24751         reviewed by: Johan
24752
24753         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24754         (gst_multipart_mux_loop):
24755         Oops
24756
24757 2004-06-02  Wim Taymans  <wim@fluendo.com>
24758
24759         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24760         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24761         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24762         (gst_multipart_mux_change_state):
24763         Added configurable boundary specifier, added the value as a
24764         caps field as well.
24765
24766 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24767
24768         * gst/tcp/gsttcp.c:
24769         * gst/tcp/gsttcpclientsrc.c:
24770         * gst/tcp/gsttcpclientsrc.h:
24771         * gst/tcp/gsttcpserversrc.c:
24772           - portability fix, to compile on OSX
24773             (fixes #143146)
24774
24775         * sys/osxaudio/gstosxaudioelement.c:
24776         * sys/osxaudio/gstosxaudiosink.c:
24777         * sys/osxaudio/gstosxaudiosrc.c:
24778           - compilation warnings on OSX
24779             (fixes #143153)
24780
24781 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24782
24783         * ext/vorbis/vorbisdec.c : sign warning fixes
24784
24785         * gst-libs/gst/mixer/mixertrack.c :
24786           do no use defines which are glib 2.4 specific
24787
24788 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24789
24790         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24791           buffer since libflac doesn't expect it (reports a sync error when
24792           it encounters that)
24793
24794
24795 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24796
24797         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24798         * gst-libs/gst/mixer/mixertrack.c:
24799         (gst_mixer_track_get_property), (get_mixer_track_init),
24800         (get_mixer_track_get_property): Added property accessors
24801         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24802         * gst-libs/gst/mixer/mixeroptions.c:
24803         (gst_mixer_options_get_values): Added
24804         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24805         * gst-libs/gst/mixer/mixer.c: Fixed comment
24806
24807
24808 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24809
24810         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24811           improve error messages on open
24812
24813
24814 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24815
24816         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24817           check if v4l-conf is in path
24818
24819 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24820
24821         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24822           change assert to a more readable error message
24823
24824 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24825
24826         * gst-libs/gst/tuner/tunerchannel.h:
24827           - add a freq_multiplicator field to make the conversion
24828             between internal frequency unit and Hz
24829         * sys/v4l/gstv4lelement.c:
24830         * sys/v4l2/gstv4l2element.c:
24831           - change default video device to /dev/video0
24832         * sys/v4l/v4l_calls.c:
24833         * sys/v4l2/v4l2_calls.c:
24834           - we only expose frequency to the user in Hz instead of
24835             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24836
24837 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24838         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24839           Initialise b_o_s and e_o_s variables
24840         * gst-libs/gst/riff/riff-media.c:
24841         (gst_riff_create_video_caps_with_data):
24842           Add some unusual fourcc's from mplayer avi's
24843         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24844           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24845           autoplugging.
24846
24847 2004-05-28  Wim Taymans  <wim@fluendo.com>
24848
24849         * configure.ac:
24850         * gst/alpha/Makefile.am:
24851         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24852         (gst_alpha_get_type), (gst_alpha_base_init),
24853         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24854         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24855         (gst_alpha_chroma_key), (gst_alpha_chain),
24856         (gst_alpha_change_state), (plugin_init):
24857         A plugin to add an alpha channel to I420 video. Can optionally do
24858         chroma keying.
24859         * gst/multipart/Makefile.am:
24860         * gst/multipart/multipart.c: (plugin_init):
24861         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24862         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24863         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24864         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24865         (gst_multipart_demux_change_state),
24866         (gst_multipart_demux_plugin_init):
24867         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24868         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24869         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24870         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24871         (gst_multipart_mux_pad_unlink),
24872         (gst_multipart_mux_request_new_pad),
24873         (gst_multipart_mux_handle_src_event),
24874         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24875         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24876         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24877         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24878         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24879         send multipart jpeg images to a browser.
24880         * gst/videobox/Makefile.am:
24881         * gst/videobox/README:
24882         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24883         (gst_video_box_get_type), (gst_video_box_base_init),
24884         (gst_video_box_class_init), (gst_video_box_init),
24885         (gst_video_box_set_property), (gst_video_box_get_property),
24886         (gst_video_box_sink_link), (gst_video_box_i420),
24887         (gst_video_box_ayuv), (gst_video_box_chain),
24888         (gst_video_box_change_state), (plugin_init):
24889         Crops or adds borders around an image. can do alpha channel
24890         borders as well.
24891         * gst/videomixer/Makefile.am:
24892         * gst/videomixer/README:
24893         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24894         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24895         (gst_videomixer_pad_get_sink_event_masks),
24896         (gst_videomixer_pad_get_property),
24897         (gst_videomixer_pad_set_property),
24898         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24899         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24900         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24901         (gst_videomixer_base_init), (gst_videomixer_class_init),
24902         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24903         (gst_videomixer_handle_src_event),
24904         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24905         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24906         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24907         (gst_videomixer_loop), (gst_videomixer_get_property),
24908         (gst_videomixer_set_property), (gst_videomixer_change_state),
24909         (plugin_init):
24910         Generic video mixer plugin, can handle multiple inputs all with
24911         different framerates and video sizes. Is fully alpha channel
24912         aware.
24913
24914 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24915
24916         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24917           Select first track as master track. Not sure how else to handle
24918           that...
24919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24920           Discard discont events. Should fix #142962.
24921
24922 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24923
24924         * ext/alsa/Makefile.am:
24925         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24926         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24927         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24928         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24929         (gst_alsa_mixer_get_option):
24930         * ext/alsa/gstalsamixer.h:
24931         * ext/alsa/gstalsamixeroptions.c:
24932         (gst_alsa_mixer_options_get_type),
24933         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24934         (gst_alsa_mixer_options_new):
24935         * ext/alsa/gstalsamixeroptions.h:
24936         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24937         * ext/alsa/gstalsamixertrack.h:
24938           Add enumerations (as GstMixerOptions). Make correct distinction
24939           between input/output tracks. Add capture/playback private flag.
24940           Use flag to decide on whether to set capture or playback volumes
24941           or switches. Use playback and record switches.
24942         * gst-libs/gst/mixer/Makefile.am:
24943         * gst-libs/gst/mixer/mixer-marshal.list:
24944         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24945         (gst_mixer_set_option), (gst_mixer_get_option),
24946         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24947         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24948         * gst-libs/gst/mixer/mixer.h:
24949         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24950         (gst_mixer_options_class_init), (gst_mixer_options_init),
24951         (gst_mixer_options_dispose):
24952         * gst-libs/gst/mixer/mixeroptions.h:
24953           Add GstMixerOptions.
24954         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24955           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24956           broken device detection on computers with multiple OSS sound
24957           cards.
24958
24959 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24960
24961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24962           fixate nicely even when the peer is not negotiating
24963
24964 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24965
24966         * gst/audioconvert/gstaudioconvert.c:
24967         (gst_audio_convert_parse_caps):
24968           make sure we don't allow depth > width
24969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24970           fixate endianness to G_BYTE_ORDER as default
24971         * gst/audioscale/gstaudioscale.c:
24972           we don't handle another endianness as host-endianness
24973
24974 2004-05-25  David Schleef  <ds@schleef.org>
24975
24976         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24977
24978 2004-05-24  Benjamin Otte  <otte@gnome.org>
24979
24980         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24981         (gst_oggvorbisenc_setup):
24982           properly fail when we can't setup the vorbis encoder due to
24983           unsupported settings
24984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24985         (gst_vorbisenc_setup):
24986           same
24987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24988           fix case where warnings occured when one pad was unlinked while the
24989           other's link function was called
24990
24991 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24992
24993         * gst/tcp/Makefile.am:
24994           use GST_ENABLE_NEW
24995
24996 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24997
24998         * gst-libs/gst/resample/private.h:
24999           don't use optimizations that are #if 0'ed
25000
25001 2004-05-24  Wim Taymans  <wim@fluendo.com>
25002
25003         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25004         Fix potential division by zero error and hopefully get
25005         the position query right to get correct timestamps on avi
25006         audio.
25007
25008 2004-05-24  Wim Taymans  <wim@fluendo.com>
25009
25010         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25011         (gst_videoscale_scale_nearest_str2),
25012         (gst_videoscale_scale_nearest_str4),
25013         (gst_videoscale_scale_nearest_32bit),
25014         (gst_videoscale_scale_nearest_24bit),
25015         (gst_videoscale_scale_nearest_16bit):
25016         Fix the scaling algorithm and avoid a buffer overflow.
25017         removed the while loop in the scaling function as it
25018         was used for point sampling only.
25019
25020 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25021
25022         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25023         (gst_id3_tag_class_init), (gst_id3_tag_init),
25024         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25025         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25026         (gst_id3_tag_send_tag_event):
25027           lots of fixes to make id3mux work and id3demux work correctly
25028
25029 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25030
25031         * ext/Makefile.am:
25032           add rules to build shout2send (was removed by accident
25033           when this module was no more marked experimental/broken)
25034
25035 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25036
25037         * ext/shout2/gstshout2.c:
25038         * ext/shout2/gstshout2.h:
25039           adding a "connection problem" signal to shout2send
25040           (fixes #142954)
25041
25042 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25043
25044         * ext/kio/kioreceiver.cpp:
25045         * ext/kio/kioreceiver.h:
25046           fix sign comparison issues
25047
25048 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25049
25050         * gst/cdxaparse/gstcdxaparse.c:
25051         * gst/cdxaparse/gstcdxaparse.h:
25052           some renaming
25053           add some checks/sanity
25054           prepare for seek addition
25055
25056         * sys/sunaudio/gstsunaudio.c:
25057           remove exported dupe init function
25058
25059 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25060
25061         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25062         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25063           Fix format conversion and position querying.
25064         * gst/debug/progressreport.c: (gst_progressreport_report):
25065           Don't output a bogus total value that we didn't query.
25066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25067           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25068           only a blank window after xine has been used.
25069
25070 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25071
25072         * m4/as-arts.m4:
25073           sync with upstream version to fix test on FC2
25074           readd with -ko to preserve Id header
25075
25076 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25077
25078         * configure.ac:
25079           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25080         * gst/tcp/gsttcpclientsrc.c: idem
25081         * gst/tcp/gsttcpserversink.c: idem
25082         * gst/tcp/gsttcpserversrc.c: idem
25083         * m4/gst-fionread.m4: idem
25084
25085         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25086
25087         * configure.ac: enable speex plugin for speex 1.1.5+
25088         * ext/speex/gstspeexenc.c: fix cast warning
25089
25090         * ext/esd/README: fix typo
25091
25092 2004-05-20  David Schleef  <ds@schleef.org>
25093
25094         * configure.ac: Minor cosmetic change to convince the buildbot to
25095         reautogen.
25096         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25097         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25098         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25099         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25100         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25101         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25102         More hacking.  Plays audio now.
25103
25104 2004-05-20  David Schleef  <ds@schleef.org>
25105
25106         * configure.ac:
25107         * sys/Makefile.am:
25108
25109 2004-05-20  David Schleef  <ds@schleef.org>
25110
25111         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25112         * sys/osxaudio/gstosxaudio.c:
25113         * sys/osxaudio/gstosxaudioelement.c:
25114         * sys/osxaudio/gstosxaudioelement.h:
25115         * sys/osxaudio/gstosxaudiosink.c:
25116         * sys/osxaudio/gstosxaudiosink.h:
25117         * sys/osxaudio/gstosxaudiosrc.c:
25118         * sys/osxaudio/gstosxaudiosrc.h:
25119
25120 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25121
25122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25123         (gst_vorbisenc_chain):
25124           put the codec headers on the caps as streamheader as well as
25125           pushing them out
25126
25127 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25128
25129         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25130         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25131         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25132         split up push_packet into two functions
25133
25134 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25135
25136         * gst/tcp/.cvsignore:
25137           ignore enums
25138         * gst/tcp/Makefile.am:
25139         * gst/tcp/README:
25140         * gst/tcp/gsttcp.c:
25141         * gst/tcp/gsttcp.h:
25142         * gst/tcp/gsttcpclientsink.c:
25143         * gst/tcp/gsttcpclientsink.h:
25144         * gst/tcp/gsttcpclientsrc.c:
25145         * gst/tcp/gsttcpclientsrc.h:
25146         * gst/tcp/gsttcpplugin.c:
25147         * gst/tcp/gsttcpserversink.c:
25148         * gst/tcp/gsttcpserversink.h:
25149         * gst/tcp/gsttcpserversrc.c:
25150         * gst/tcp/gsttcpserversrc.h:
25151           add new tcp elements
25152
25153 2004-05-19  Wim Taymans  <wim@fluendo.com>
25154
25155         * gst/law/mulaw-conversion.c: (mulaw_encode):
25156         Fix overflow bug in ulaw encoding.
25157
25158 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25159
25160         * ext/mad/gstmad.c: (gst_mad_handle_event):
25161           don't unref the event twice
25162
25163 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25164
25165         * configure.ac:
25166           remove -Wno-sign-compare
25167
25168 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25169
25170         * configure.ac:
25171           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25172           if you want to work against glib 2.2 and 2.4
25173
25174 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25175
25176         * gst/tcp/Makefile.am:
25177         * gst/tcp/gsttcp.c:
25178         * gst/tcp/gsttcp.h:
25179         * gst/tcp/gsttcpsink.h:
25180         * gst/tcp/gsttcpsrc.h:
25181           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25182
25183 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25184
25185         * gst/debug/tests.c: (md5_get_value):
25186           fix segfault on gst-inspect
25187
25188 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25189
25190         * gst/debug/testplugin.c:
25191         * gst/debug/tests.c:
25192         * gst/debug/tests.h:
25193           add new extensible and configurable testing element. Current tests
25194           include buffer count, stream length, timestamp/duration matching and
25195           md5.
25196         * gst/debug/Makefile.am:
25197         * gst/debug/gstdebug.c: (plugin_init):
25198           add infrastructure for new element
25199
25200 2004-05-19  Johan Dahlin  <johan@gnome.org>
25201
25202         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25203         ending of the array. Fixes gst-inspect segfault on ppc.
25204
25205 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25206
25207         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25208
25209         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25210
25211 2004-05-18  David Schleef  <ds@schleef.org>
25212
25213         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25214         warnings (bugs, actually) noticed by gcc but not forte.
25215
25216 2004-05-18  David Schleef  <ds@schleef.org>
25217
25218         * sys/sunaudio/Makefile.am:
25219         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25220
25221 2004-05-18  David Schleef  <ds@schleef.org>
25222
25223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25224         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25225         to allow qtdemux to use non-seekable streams. (bug #142272)
25226
25227 2004-05-18  David Schleef  <ds@schleef.org>
25228
25229         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25230         (gst_resample_sinc_ft_float): Remove use of static temporary
25231         buffer.  This code was obviously not supposed to last long, but
25232         it's stuck in our ABI, so it required a little hack to make it
25233         ABI-compatible.  Fixes #142585.
25234         * gst-libs/gst/resample/resample.h: same.
25235
25236 2004-05-18  David Schleef  <ds@schleef.org>
25237
25238         * configure.ac: Add sunaudio
25239         * examples/Makefile.am: make gstplay depend on gconf
25240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25241         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25242         (convert_table_lookup), (img_convert): remove c99-isms
25243         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25244           unsigned, to fix a warning on Solaris
25245         * gst/mpeg1sys/systems.c: bcopy->memcpy
25246         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25247         * sys/Makefile.am: Add sunaudio
25248
25249 2004-05-18  Wim Taymans  <wim@fluendo.com>
25250
25251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25252         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25253         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25254         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25255         (gst_ogg_mux_loop):
25256         Fix an ugly memleak where the muxer didn't flush enough ogg
25257         pages. This also resulted in badly muxed ogg files.
25258
25259 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25260
25261         * gst/asfdemux/asfheaders.c :
25262         * gst/asfdemux/asfheaders.h :
25263         * gst/asfdemux/gstasfdemux.c :
25264           - fix ASF_OBJ_PADDING guid
25265           - add 3 new object guids (language list, metadata,
25266             extended stream properties)
25267           - add a function to parse extended header objects
25268
25269 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25270
25271         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25272           remove leftover debugging g_print
25273
25274 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25275
25276         * ext/mad/gstmad.c: (gst_mad_handle_event):
25277           Fix for when the first format in a discont event is not a
25278           byte-based one. Should fix #137710.
25279
25280 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25281
25282         * m4/a52.m4 : fix compilation with -Wall -Werror
25283         * m4/libfame.m4 : idem
25284         * m4/libmikmod.m4 : idem
25285
25286 2004-05-17  Benjamin Otte  <otte@gnome.org>
25287
25288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25289           signal the new tags before giving up the reference
25290
25291 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25292
25293         * ext/shout2/gstshout2.c:
25294           use application/ogg instead of application/x-ogg (patch by Patrick
25295           Guimond, fixes #142432)
25296         * sys/oss/gstosselement.c: (gst_osselement_reset),
25297         (gst_osselement_sync_parms):
25298           don't set fragment size unless specified (fixes #142493)
25299
25300 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25301
25302         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25303           fixes #142664
25304
25305 2004-05-17  Benjamin Otte  <otte@gnome.org>
25306
25307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25308           compute offsets correctly for internal buffers so timestamps are set
25309           correctly when we can't seek. Also handle cases where there are no
25310           offsets. (based on a patch by David Moore, fixes #142507)
25311
25312 2004-05-17  Benjamin Otte  <otte@gnome.org>
25313
25314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25315           use correct variable when determining amount of data to skip so we
25316           don't skip into the void and segfault
25317
25318 2004-05-16  Benjamin Otte  <otte@gnome.org>
25319
25320         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25321           Hi, I'm a memleak
25322
25323 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25324
25325         * gst/asfdemux/gstasfdemux.c:
25326           - fix a mem leak and always propagate tags
25327           - add WMV3 to known video codecs (but no decoder yet)
25328           - replace "surplus data" at end of audio header for what
25329             it is : codec specific data
25330           - fix a typo
25331
25332 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25333
25334         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25335
25336         * gst-libs/gst/audio/audioclock.c:
25337           Fix wrong return type (#142205).
25338
25339 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25340
25341         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25342           Ignore CRCs by default (fixes #142566).
25343
25344 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25345
25346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25347         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25348         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25349         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25350         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25351         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25352           Fix for cases where we fail to attach to a mixer.
25353
25354 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25355
25356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25357           Don't touch events after not owning them anymore.
25358         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25359         (gst_wavparse_fmt), (gst_wavparse_other),
25360         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25361         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25362         (gst_wavparse_srcpad_event):
25363         * gst/wavparse/gstwavparse.h:
25364           Add seeking, fix querying.
25365
25366 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25367
25368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25369           - process comments even if they don't end with \0\0
25370             g_convert would ignore them if present and works well without them
25371
25372 2004-05-16  Benjamin Otte  <otte@gnome.org>
25373
25374         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25375           simplify caps
25376
25377 2004-05-16  Benjamin Otte  <otte@gnome.org>
25378
25379         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25380           don't write to memory we might not write to - g_convert does that
25381           for us anyway (fixes #142613)
25382         (gst_asf_demux_audio_caps):
25383           comment out gst_util_dump_mem
25384
25385 2004-05-16  Benjamin Otte  <otte@gnome.org>
25386
25387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25388           compute correct expected timestamps after seek (broken since
25389           last commit)
25390         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25391           rename element and debugging category to gdkpixbufscale
25392
25393 2004-05-16  Benjamin Otte  <otte@gnome.org>
25394
25395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25396           add error checking to snd_pcm_delay and remove duplicate call to
25397           snd_pcm_delay that caused issues (see inline code comments)
25398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25399           make more readable and fix return value when snd_pcm_delay fails
25400         (fixes #142586)
25401
25402 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25403         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25404         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25405         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25406         (gst_pixbufscale_link), (gst_pixbufscale_init),
25407         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25408         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25409         (gst_pixbufscale_get_property), (pixbufscale_init):
25410         * ext/gdk_pixbuf/pixbufscale.h:
25411         Add these files I forgot earlier
25412
25413 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25414         * ext/gdk_pixbuf/Makefile.am:
25415         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25416         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25417         Add new pixbufscale element to scale RGB video
25418         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25419         and HYPER interpolation correctly.
25420         * ext/theora/theoraenc.c: (theora_enc_chain),
25421         Discard buffer and return if explicit caps could not be set
25422         (theora_enc_get_property):
25423         Make _get return kbps for the bitrate consistent with
25424         the _set function.
25425
25426
25427 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25428
25429         * ext/libvisual/visual.c: (gst_visual_chain):
25430           add missing visual_audio_analyze
25431
25432 2004-05-14  David Schleef  <ds@schleef.org>
25433
25434         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25435         is killed while we're playing.
25436         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25437         gst_element_no_more_pads().
25438
25439 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25440
25441         * gst-libs/gst/riff/riff-read.c :
25442           - fix INFO tag extraction in RIFF/AVI files
25443             because gst_event_unref (event) also freed taglist
25444           - avoid a mem leak
25445
25446 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25447
25448         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25449         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25450
25451         * gst/auparse/gstauparse.c :
25452           - add code (commented for now) to support audio/x-adpcm on src pad
25453             (we have no decoder for those layout yet)
25454
25455         * gst/cdxaparse/gstcdxaparse.c :
25456         * gst/cdxaparse/gstcdxaparse.h :
25457           - partial rewrite using RiffRead (ripped iain's wavparse code)
25458
25459         * gst/rtp/gstrtpL16enc.c : typo
25460         * gst/rtp/gstrtpgsmenc.c : typo
25461
25462 2004-05-13  Benjamin Otte  <otte@gnome.org>
25463
25464         * configure.ac:
25465           check for exact version of libvisual, it's not supposed to be
25466           API/ABI stable yet
25467
25468 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25469
25470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25471           signal no-more-pads
25472
25473 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25474
25475         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25476         Report which format was used for GST_FORMAT_DEFAULT
25477         * gst/debug/Makefile.am:
25478         * gst/debug/gstdebug.c: (plugin_init):
25479         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25480         (gst_progressreport_class_init), (gst_progressreport_init),
25481         (gst_progressreport_report), (gst_progressreport_set_property),
25482         (gst_progressreport_get_property), (gst_progressreport_chain),
25483         (gst_progressreport_plugin_init):
25484         Add progressreport element for testing.
25485
25486 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25487
25488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25489         * sys/v4l/gstv4lsrc.h:
25490         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25491         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25493         (gst_v4lsrc_grab_frame):
25494           add more debugging
25495           send a discont at start
25496
25497 2004-05-12  Colin Walters  <walters@redhat.com>
25498
25499         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25500         inflooping if we can't find a chunk.  Or in other words, don't blow
25501         chunks if we don't have a chunk to blow.
25502
25503 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25504         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25505         Remove old debug output
25506         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25507         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25508         (gst_dvdec_set_property), (gst_dvdec_get_property):
25509         Change the quality setting to an enum, so it works from gst-launch
25510         Don't renegotiate a non-linked pad. Allows audio only decoding.
25511         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25512         (gst_deinterlace_link), (gst_deinterlace_init):
25513         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25514         (gst_videodrop_link):
25515         Some caps negotiation fixes
25516
25517 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25518
25519         * ext/tarkin/gsttarkin.c :
25520           - Change RANK from NONE to PRIMARY
25521         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25522           - Change RANK from NONE to MARGINAL
25523         * ext/divx/gstdivxenc.c :
25524           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25525
25526 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25527
25528         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25529         (gst_vorbisenc_push_packet):
25530           copy a function that was added between 1.0 and 1.0.1 until we
25531           depend on worthwhile features of post-1.0
25532
25533 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25534
25535         * configure.ac:
25536           enable shout2 by default
25537         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25538         (gst_shout2send_base_init), (gst_shout2send_init),
25539         (gst_shout2send_connect), (gst_shout2send_change_state):
25540         * ext/shout2/gstshout2.h:
25541           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25542           #142262)
25543         * ext/theora/theora.c: (plugin_init):
25544           don't set rank on encoders
25545
25546 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25547
25548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25549           Use codec_data property instead of flag1 and flag2 for wma
25550
25551 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25552
25553         * gst/cdxaparse/gstcdxaparse.c :
25554           - Add mpegversion to CAPS to make it link
25555           - Rank is as GST_RANK_SECONDARY instead of NONE
25556         * gst/auparse/gstauparse.c :
25557           - Document all audio encoding we can encounter from Solaris 9
25558             headers and libsndfile information.
25559           - Increase max. rate from 48000 to 192000 (to match other elements)
25560           - Don't try to play junk data between header and samples
25561
25562 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25563
25564         * ext/libvisual/visual.c: (gst_visual_getcaps):
25565           use the right caps depending on endianness (I hope)
25566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25567           use GST_RANK_NONE for all non-decoding elements or spider gets
25568           mighty confused
25569
25570 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25571
25572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25573           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25574
25575 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25576
25577         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25578         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25579         (gst_switch_loop), (gst_switch_get_type):
25580           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25581           HEADERS. Had to be said.
25582
25583 2004-05-10  David Schleef  <ds@schleef.org>
25584
25585         * configure.ac: Add prototype Dirac support.
25586         * ext/Makefile.am:
25587         * ext/dirac/Makefile.am:
25588         * ext/dirac/gstdirac.cc:
25589         * ext/dirac/gstdiracdec.cc:
25590
25591 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25592
25593         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25594         (gst_auparse_init), (gst_auparse_chain),
25595         (gst_auparse_change_state):
25596           Hack around spider. Remove me some day please.
25597
25598 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25599
25600         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25601           Fix for some uninitialized variables in previous patch, also
25602           makes it work. Fixes #142286 while we're at it.
25603
25604 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25605
25606         * gst/auparse/gstauparse.c:
25607                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25608                 only unsupported formats are ADPCM/CCITT G.72x
25609                 reviewed by Ronald
25610         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25611
25612 2004-05-10  Wim Taymans  <wim@fluendo.com>
25613
25614         * ext/vorbis/Makefile.am:
25615         * ext/vorbis/README:
25616         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25617         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25618         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25619         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25620         (gst_oggvorbisenc_convert_sink),
25621         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25622         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25623         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25624         (get_constraints_string), (update_start_message),
25625         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25626         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25627         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25628         * ext/vorbis/oggvorbisenc.h:
25629         * ext/vorbis/vorbis.c: (plugin_init):
25630         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25631         (raw_caps_factory), (gst_vorbisenc_class_init),
25632         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25633         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25634         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25635         * ext/vorbis/vorbisenc.h:
25636         Added a raw vorbis encoder to be used with the oggmuxer.
25637         We still need the old encoder for some gnome applications,
25638         read the README to find out how that works.
25639         The raw encoder is called "rawvorbisenc" until 0.9.
25640
25641 2004-05-10  Wim Taymans  <wim@fluendo.com>
25642
25643         * ext/ogg/gstogg.c: (plugin_init):
25644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25645         (gst_ogg_print):
25646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25647         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25648         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25649         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25650         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25651         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25652         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25653         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25654         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25655         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25656         Added an ogg muxer.
25657         Small typo fixes in the demuxer.
25658
25659 2004-05-10  Wim Taymans  <wim@fluendo.com>
25660
25661         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25662         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25663         (theora_enc_change_state), (theora_enc_set_property),
25664         (theora_enc_get_property):
25665         Mark the last packet with an EOS flag which is not really needed
25666         in gstreamer.
25667         Do some better video framerate initialisation.
25668         Update the buffer timestamp.
25669
25670 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25671
25672         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25673         Return the result of the parent state change call
25674
25675 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25676
25677         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25678         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25679         * gst/law/alaw-encode.c : (idem)
25680         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25681         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25682         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25683
25684 2004-05-09  Benjamin Otte  <otte@gnome.org>
25685
25686         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25687           don't use a fixed buffer size when writing variable length data to
25688           it. Fixes memory corruption and makes alsasrc work
25689
25690 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25691
25692         * ext/gnomevfs/gstgnomevfssink.c:
25693         (_gst_boolean_allow_overwrite_accumulator),
25694         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25695           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25696           RUN_LAST, and don't use that to set the accumulator value because
25697           then it's always FALSE.
25698
25699 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * gst-libs/gst/riff/riff-media.c:
25702         (gst_riff_create_video_caps_with_data),
25703         (gst_riff_create_audio_caps),
25704         (gst_riff_create_audio_template_caps):
25705         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25706           Fix for unaligned RIFF files (i.e. where all the chunks together
25707           in a LIST chunk are not of the same size as the size given in
25708           the LIST chunk header). Fixes several odd WAVE files. Also fix
25709           ADPCM (block_align property) in audio, so that wavparse based
25710           on this works now as it used to stand-alone.
25711
25712 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25713
25714         reviewed by Benjamin Otte  <otte@gnome.org>
25715
25716         * ext/a52dec/gsta52dec.c:
25717         * ext/divx/gstdivxdec.c:
25718         * ext/divx/gstdivxenc.c:
25719         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25720         * ext/faac/gstfaac.c: (gst_faac_base_init):
25721         * ext/faad/gstfaad.c: (gst_faad_base_init):
25722         * ext/ivorbis/vorbisfile.c:
25723         * ext/lame/gstlame.c:
25724         * ext/libfame/gstlibfame.c:
25725         * ext/mpeg2enc/gstmpeg2enc.cc:
25726         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25727         * ext/sidplay/gstsiddec.cc:
25728         * ext/speex/gstspeexdec.c:
25729         * ext/speex/gstspeexenc.c:
25730         * ext/xvid/gstxviddec.c:
25731         * ext/xvid/gstxvidenc.c:
25732           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25733           (fixes #142193)
25734
25735 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25736
25737         * ext/alsa/gstalsa.c: (device_list),
25738         (gst_alsa_class_probe_devices):
25739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25740           Fix alsa oddness in mixer after the combination of using mixer
25741           in source/sink elements and using hw:x,y instead of just hw:x.
25742
25743 2004-05-09  Benjamin Otte  <otte@gnome.org>
25744
25745         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25746         (gst_wavparse_create_sourcepad):
25747           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25748           sourcepads
25749
25750 2004-05-09  Benjamin Otte  <otte@gnome.org>
25751
25752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25753           allow discont events before caps nego
25754
25755 2004-05-08  Benjamin Otte  <otte@gnome.org>
25756
25757         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25758           don't leak events
25759
25760 2004-05-08  Benjamin Otte  <otte@gnome.org>
25761
25762         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25763         (gst_level_change_state), (gst_level_init):
25764         * gst/level/gstlevel.h:
25765           figure out if we're initialized directly instead of keeping a
25766           variable that's wrong in 90% of cases
25767           don't initialize pads and then leak them and use a new unitialized
25768           pad. (fixes #142084)
25769           these were bugs so n00bish I didn't find them for an hour :/
25770
25771 2004-05-08 Iain <iain@prettypeople.org>
25772
25773         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25774         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25775         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25776         return the length that was read.
25777         (gst_riff_read_strf_auds): Allow fmt tags as well.
25778
25779 2004-05-07  David Schleef  <ds@schleef.org>
25780
25781         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25782         signed char assumption in faad.h.
25783
25784 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25785
25786         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25787           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25788
25789 2004-05-07  Colin Walters  <walters@redhat.com>
25790
25791         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25792         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25793         function.
25794         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25795         Add dispose function.
25796
25797 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25798         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25799           Fix caps nego and pad templates. RGB mode caps should
25800           work now.
25801         * ext/dvdnav/gst-dvd:
25802           Move mpeg2dec inside the thread because otherwise the
25803           queue rejects cap changes mid-stream
25804         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25805         (gst_mpeg2dec_flush_decoder):
25806           For mpeg2dec > 0.4.0, call the flush function instead of
25807           manually extracting all in-flight frames.
25808         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25809         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25810           Change mime type video/dv go video/x-dv to match the
25811           rest of gst-plugins
25812
25813 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25814
25815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25817         (gst_alsa_sink_class_init):
25818         * ext/alsa/gstalsasink.h:
25819         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25820         (gst_alsa_src_class_init):
25821         * ext/alsa/gstalsasrc.h:
25822           Make alsasink/src a subclass of alsamixer so that mixer stuff
25823           shows up in gst-rec. Needs some finetuning.
25824
25825 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25826
25827         * ext/lame/gstlame.c: (gst_lame_chain):
25828           simplify
25829         * ext/mad/gstmad.c: (gst_mad_handle_event):
25830           fix event leak
25831         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25832           be able to detect mp3 files < 4096 bytes
25833
25834 2004-05-06  Wim Taymans  <wim@fluendo.com>
25835
25836         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25837         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25838         (theora_enc_set_property), (theora_enc_get_property):
25839         Also encode the first frame, cleanup some code.
25840
25841 2004-05-06  Wim Taymans  <wim@fluendo.com>
25842
25843         * ext/mpeg2enc/gstmpeg2enc.cc:
25844         Forward events first before deciding that negotiation was
25845         not performed.
25846
25847 2004-05-06  Wim Taymans  <wim@fluendo.com>
25848
25849         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25850         First process the events before deciding that negotiation
25851         was not performed.
25852
25853 2004-05-06  Wim Taymans  <wim@fluendo.com>
25854
25855         * ext/theora/Makefile.am:
25856         * ext/theora/theora.c: (plugin_init):
25857         * ext/theora/theoradec.c: (theora_dec_change_state):
25858         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25859         (gst_theora_enc_class_init), (gst_theora_enc_init),
25860         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25861         (theora_enc_chain), (theora_enc_change_state),
25862         (theora_enc_set_property), (theora_enc_get_property):
25863         Added a theora encoder, grouped the encoder and decoder into the
25864         same plugin.
25865
25866 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25867
25868         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25869         (gst_jpegenc_chain):
25870         fix DURATION on outgoing buffers
25871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25872         debug using time formats
25873         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25875         (gst_xvimagesink_sink_link):
25876         windows with width/height 0 generate X errors, so don't allow them
25877
25878 2004-05-05  Wim Taymans  <wim@fluendo.com>
25879
25880         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25881         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25882         (gst_mpeg2dec_negotiate_format):
25883         * ext/mpeg2dec/gstmpeg2dec.h:
25884           removed the static pad template so that we can add the
25885           more accurate framerate value to the caps.
25886
25887
25888 2004-05-04  Benjamin Otte  <otte@gnome.org>
25889
25890         * configure.ac:
25891           check for kdemacros.h, too (should fix #141821)
25892         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25893           don't crash if no header was sent, but nicely error out (fixes part
25894           of #141554)
25895
25896 2004-05-04  Wim Taymans  <wim@fluendo.com>
25897
25898         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25899         parent dispose function to avoid segfault on destroy.
25900
25901 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25902
25903         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25904         (plugin_init):
25905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25906         (gst_xvimagesink_sink_link):
25907         clean up debugging caps
25908         also recreate xvimage when format has changed
25909
25910 2004-05-04  Benjamin Otte  <otte@gnome.org>
25911
25912         * ext/libvisual/Makefile.am:
25913         * ext/libvisual/visual.c: (gst_visual_class_init),
25914         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25915         (gst_visual_srclink), (gst_visual_chain),
25916         (gst_visual_change_state), (plugin_init):
25917           use a GstAdapter to correctly adapt buffer sizes - allows using a
25918           framerate
25919
25920 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25921
25922         * sys/v4l/gstv4lelement.h:
25923         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25924         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25925         (gst_v4lsrc_buffer_free):
25926         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25927         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25928         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25929         (gst_v4lsrc_requeue_frame):
25930         move some debugging categories around
25931         query for fps index and set accordingly if found
25932
25933 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25934
25935         * ext/lame/gstlame.c:
25936         correct defaults that lame_init puts out of range
25937
25938 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25939
25940         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25941         (gst_divxenc_class_init):
25942         fix range since -1 is the default
25943         * gst/mpeg1sys/gstmpeg1systemencode.c:
25944         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25945         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25946         (gst_rtjpegdec_chain):
25947         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25948         (gst_rtjpegenc_chain):
25949         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25950         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25951         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25952         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25953         * sys/v4l/gstv4lsrc.c:
25954         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25955         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25956         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25957         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25958         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25959           remove gst_info calls
25960
25961 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25962
25963         * Makefile.am:
25964         * po/af.po:
25965         * po/az.po:
25966         * po/en_GB.po:
25967         * po/nl.po:
25968         * po/sr.po:
25969         * po/sv.po:
25970           Updated translations
25971
25972 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25973
25974         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25975           refactor/comment code
25976
25977 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25978
25979         * gst/asfdemux/Makefile.am:
25980         * gst/asfdemux/asfheaders.c:
25981         * gst/asfdemux/asfheaders.h:
25982         * gst/asfdemux/gstasf.c: (plugin_init):
25983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25984         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25985         (gst_asf_demux_setup_pad):
25986         * gst/asfdemux/gstasfdemux.h:
25987         * gst/asfdemux/gstasfmux.c:
25988         * gst/asfdemux/gstasfmux.h:
25989           Add tagging support to demuxer, split out registration in its own
25990           file instead of in demux (hacky), and prevent having some tables
25991           in our memory multiple times (in asfheaders.h).
25992
25993 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25994
25995         * gst/matroska/matroska-demux.c:
25996         (gst_matroska_demux_parse_metadata):
25997         * gst/matroska/matroska-ids.h:
25998           Basic tag reading support.
25999
26000 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26001
26002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26003           Really detect ac-3 audio.
26004         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26005           really detect matroska files (off-by-1).
26006
26007 2004-04-30  David Schleef  <ds@schleef.org>
26008
26009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26010         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26011         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26012         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26013         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26014         hackage -- parse a lot more atoms, extract a few tags.  One might even
26015         mistake this for tag support.  Maybe it is.
26016         * gst/qtdemux/qtdemux.h:
26017
26018 2004-04-30  Colin Walters  <walters@verbum.org>
26019
26020         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26021
26022 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26023
26024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26025         (gst_ffmpegcolorspace_getcaps):
26026           remove broken nego fix
26027
26028 2004-04-30  Benjamin Otte  <otte@gnome.org>
26029
26030         * configure.ac:
26031         * ext/Makefile.am:
26032         * ext/libvisual/Makefile.am:
26033         * ext/libvisual/visual.c:
26034           add initial support for libvisual (http://libvisual.sourceforge.net)
26035           libvisual is still quite alpha, so expect crashes in there :)
26036
26037 2004-04-29  David Schleef  <ds@schleef.org>
26038
26039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26040         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26041         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26042         code; you will no longer respect me.
26043
26044 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26045
26046         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26047         * ext/alsa/gstalsa.h :
26048         change alsa pcm device discovery to find more than 1 device
26049         per card. code review by Ronald.
26050
26051 2004-04-29  David Schleef  <ds@schleef.org>
26052
26053         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26054         Add a check for a driver bug on FreeBSD.  (bug #140565)
26055
26056 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26057
26058         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26059         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26060         (gst_jpegenc_getcaps):
26061           move format setting to inner loop
26062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26063         (gst_ffmpegcolorspace_getcaps):
26064           use GST_PAD_CAPS if available so that we use already negotiated
26065           caps
26066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26067         (qtdemux_parse_moov), (qtdemux_parse):
26068           extra debugging
26069         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26070         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26071           move hardcoded path to DEFINE
26072
26073 2004-04-28  David Schleef  <ds@schleef.org>
26074
26075         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26076         (bug #140064)
26077
26078 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26079
26080         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26081           Don't probe for playback device if we're a source element. Fixes
26082           #139658.
26083
26084 2004-04-29  Benjamin Otte  <otte@gnome.org>
26085
26086         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26087         (gst_id3_tag_chain):
26088           rewrite buffer offset
26089
26090 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26091
26092         * configure.ac:
26093         * ext/Makefile.am:
26094         * ext/dts/Makefile.am:
26095         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26096         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26097         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26098         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26099         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26100         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26101         (plugin_init):
26102         * ext/dts/gstdtsdec.h:
26103           New DTS decoder.
26104         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26105         (gst_faad_srcconnect):
26106           Add ESDS atom handling (.m4a).
26107
26108 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * ext/divx/gstdivxdec.c: (plugin_init):
26111           Remove comment that makes no sense.
26112         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26113           Fix for obvious typo that resulted in warnings during gst-register.
26114         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26115         (gst_xviddec_sink_link):
26116           Fix caps negotiation a bit better.
26117         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26118           We call this 'codec_data', not 'esds'.
26119
26120 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26121
26122         * gst/monoscope/gstmonoscope.c:
26123           make sure we only provide 256x128
26124         * gst/monoscope/monoscope.c: (monoscope_init):
26125           assert size of 256x128
26126
26127 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26128
26129         * Makefile.am:
26130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26131         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26132           fixate to max width and height of device
26133
26134 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26135
26136         * Makefile.am:
26137         * sys/v4l/gstv4l.c:
26138         * sys/v4l/gstv4lsrc.c:
26139         * sys/v4l/v4l_calls.c:
26140         * sys/v4l/v4lsrc_calls.c:
26141           fix for qc-usb driver which fakes having more than one buffer
26142           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26143           buffer_free override
26144           add debugging
26145
26146 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26147
26148         * Makefile.am:
26149         * gst/videotestsrc/gstvideotestsrc.c:
26150         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26151         (gst_videotestsrc_init), (gst_videotestsrc_get),
26152         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26153         * gst/videotestsrc/gstvideotestsrc.h:
26154           add num-buffers property
26155
26156         2004-04-26  Benjamin Otte  <otte@gnome.org>
26157
26158         * ext/mad/gstid3tag.c: (plugin_init):
26159           set id3mux rank to NONE so it doesn't confuse spider
26160           require audio/mpeg,mpegversion=1 in id3mux
26161
26162 2004-04-26  Benjamin Otte  <otte@gnome.org>
26163
26164         * configure.ac:
26165           detect faad correctly as non-working if it's indeed non-working
26166
26167 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26168
26169         * Makefile.am:
26170         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26171         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26172         fix _getcaps so it only negotiates to its supported format
26173
26174 2004-04-25  Benjamin Otte  <otte@gnome.org>
26175
26176         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26177           fix memleak
26178
26179 2004-04-23  Benjamin Otte  <otte@gnome.org>
26180
26181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26182           audio/x-raw-int with height rules! not. Now it's depth.
26183
26184 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26187         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26188         (gst_wavparse_loop):
26189           Missing variable initialization. Add handling of DVI ADPCM. Fix
26190           mis-parsing of LIST chunks. This works around a bug where we mis-
26191           parse non-aligning LIST chunks (so LIST chunks where the contents
26192           don't align with the actual LIST size). The correct fix is to use
26193           rifflib, I'm not going to fix wavparse - too much work. All this
26194           fixes #104878.
26195
26196 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26197
26198         reviewed by Benjamin Otte  <otte@gnome.org>
26199
26200         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26201           fix shoutcast not working (fixes #140844)
26202
26203 2004-04-22  Benjamin Otte  <otte@gnome.org>
26204
26205         * ext/hermes/gsthermescolorspace.c:
26206         (gst_hermes_colorspace_caps_remove_format_info):
26207         * gst/colorspace/gstcolorspace.c:
26208         (gst_colorspace_caps_remove_format_info):
26209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26210         (gst_ffmpegcolorspace_caps_remove_format_info):
26211           s/gst_caps_simplify/gst_caps_do_simplify/
26212
26213 2004-04-22  Benjamin Otte  <otte@gnome.org>
26214
26215         * gst-libs/gst/riff/riff-media.c:
26216         (gst_riff_create_video_caps_with_data):
26217           mpegversion is an int
26218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26219           don't try to create pad templates with NULL caps, use any caps
26220           instead.
26221
26222 2004-04-20  David Schleef  <ds@schleef.org>
26223
26224         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26225         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26226         (bug #140384)
26227
26228 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26229
26230         reviewed by David Schleef
26231
26232         * ext/mad/gstid3tag.c: Add stdlib.h
26233         * gst/rtp/gstrtpgsmenc.c: same
26234         * gst/tags/gstid3tag.c: same
26235         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26236         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26237         GST_DISABLE_LOADSAVE use.
26238         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26239         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26240         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26241         atol(3)).
26242         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26243         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26244         strtoul(3)).
26245         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26246         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26247         $(ID3_CFLAGS).
26248         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26249         $(LIBFAME_CFLAGS).
26250
26251 2004-04-20  David Schleef  <ds@schleef.org>
26252
26253         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26254         last checkin.  Same idea.
26255
26256 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26257
26258         reviewed by David Schleef
26259
26260         * configure.ac: bump required gstreamer version to 0.8.1.1
26261         because of following changes [--ds]
26262
26263         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26264         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26265         (gst_riff_read_header):  Use GST_READ_UINT*
26266         macros to access possibly unaligned memory.
26267
26268         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26269         (mp3_type_find):  Use GST_READ_UINT*
26270         macros to access possibly unaligned memory.
26271         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26272         (speex_type_find): Likewise
26273
26274         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26275
26276         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26277         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26278         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26279         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26280         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26281         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26282         macros to access possibly unaligned memory.
26283
26284         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26285         Likewise.
26286
26287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26288         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26289
26290         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26291         Likewise.
26292
26293         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26294         (gst_mpeg2subt_chain_subtitle): Likewise.
26295
26296         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26297         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26298         Likewise.
26299
26300         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26301         Likewise.
26302
26303         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26304         Likewise.
26305
26306         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26307         Likewise.
26308
26309 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26310
26311         * configure.ac:
26312           update required version of GStreamer because of GST_TIME_FORMAT
26313
26314 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26315
26316         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26317           remove leftover g_print
26318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26319           don't try setting only a subset of the caps. We don't want to kill
26320           autoplugging on purpose
26321
26322 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26323
26324         * sys/ximage/ximagesink.c: (plugin_init):
26325         * sys/xvimage/xvimagesink.c: (plugin_init):
26326           add debugging categories
26327
26328 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * po/en_GB.po:
26331         * po/LINGUAS:
26332           Adding en_GB translation (Gareth Owen)
26333
26334 2004-04-20  David Schleef  <ds@schleef.org>
26335
26336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26337         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26338         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26339         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26340         A number of new features and hacks to extract the esds atom and
26341         put it into the caps.  (bug #137724)
26342
26343 2004-04-19  David Schleef  <ds@schleef.org>
26344
26345         * gconf/Makefile.am: Fix for non-GNU make
26346         * gst-libs/gst/Makefile.am: Change directory order to handle
26347         GstPlay linking with gstinterfaces
26348         * gst-libs/gst/audio/make_filter: make use of tr portable
26349         * gst-libs/gst/play/Makefile.am: Add intended \
26350         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26351         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26352         function prototype instead of void *.
26353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26354         macro.
26355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26356         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26357         * gst/videofilter/make_filter: make use of tr portable
26358         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26359
26360 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26361
26362         * po/LINGUAS:
26363         * po/uk.po:
26364           Added Ukrainian translation (Maxim V. Dziumanenko)
26365
26366 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26369         (gst_gsmdec_link), (gst_gsmdec_chain):
26370           Fix capsnego, simplify chain function slightly.
26371         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26372           Add GSM.
26373
26374 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26377         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26378         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26379           Hack to make wavparse work with spider (always -> sometimes pad).
26380           Fixes #135862 && #140411.
26381
26382 2004-04-18  Benjamin Otte  <otte@gnome.org>
26383
26384         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26385         (gst_osselement_rate_probe_check),
26386         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26387           get rid of \n in debug output
26388
26389 2004-04-17  Iain <iain@prettypeople.org>
26390
26391         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26392         not just EOS.
26393
26394 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26395
26396         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26397         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26398         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26399         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26400         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26401         (gst_id3_tag_change_state), (plugin_init):
26402           deprecate id3tag element and replace with id3demux/id3mux.
26403           great side effect: this ugly file is now even uglier, yay!
26404         * ext/mad/gstmad.h:
26405           remove non-available function
26406           update for new get_type
26407
26408 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26409
26410         * configure.ac:
26411           require mpeg2dec >= 0.4.0
26412
26413 2004-04-17  Benjamin Otte  <otte@gnome.org>
26414
26415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26416         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26417         (gst_xvimagesink_set_xwindow_id):
26418           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26419           assorted cleanup fixes.
26420
26421 2004-04-16  David Schleef  <ds@schleef.org>
26422
26423         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26424         * sys/xvimage/xvimagesink.h: same
26425
26426 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26427
26428         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26429           Fix GST_ELEMENT_ERROR with (NULL)
26430
26431 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * gst-libs/gst/riff/riff-media.c:
26434         (gst_riff_create_video_caps_with_data):
26435           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26436
26437 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * gst-libs/gst/riff/riff-media.c:
26440         (gst_riff_create_video_caps_with_data),
26441         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26442         (gst_riff_create_video_template_caps),
26443         (gst_riff_create_audio_template_caps):
26444         * gst-libs/gst/riff/riff-media.h:
26445         * gst-libs/gst/riff/riff-read.c:
26446         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26447         * gst-libs/gst/riff/riff-read.h:
26448         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26449           Add MS RLE support. I added some functions to read out strf chunks
26450           into strf chunks and the data behind it. This is usually color
26451           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26452           caps creation. Lastly, add ADPCM (similar to wavparse - which
26453           should eventually be rifflib based).
26454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26455         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26456         * gst/matroska/matroska-demux.h:
26457           Remove placeholders for some prehistoric tagging system. Didn't add
26458           support for any tag system really anyway.
26459         * gst/qtdemux/qtdemux.c:
26460           Add support for audio/x-m4a (MPEG-4) through spider.
26461         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26462         (gst_wavparse_loop):
26463           ADPCM support (#135862). Increase max. buffer size because we
26464           cannot split buffers for ADPCM (screws references) and I've seen
26465           files with 2048 byte chunks. 4096 seems safe for now.
26466
26467 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * configure.ac: bump nano to 1
26470
26471 === release 0.8.1 ===
26472
26473 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26474
26475         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26476
26477 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26478
26479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26480           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26481           Fixes #140058
26482
26483 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26484
26485         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26486           lower rank of dvddemux so that it's not used for mpeg playback.
26487
26488 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26489
26490         * configure.ac:
26491           save libs correctly when checking mad
26492
26493 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * ext/mad/gstid3tag.c: (plugin_init):
26496           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26497
26498 2004-04-13  David Schleef  <ds@schleef.org>
26499
26500         * common/m4/gst-feature.m4: Call -config scripts with
26501         --plugin-libs if it is supported.
26502         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26503         JPEG images are image/jpeg.
26504         * gst/debug/Makefile.am:
26505         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26506         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26507         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26508         (gst_negotiation_plugin_init): Add a property that acts like
26509         filter caps.
26510         * testsuite/gst-lint:  Move license checking to be a standard
26511         test.
26512
26513 2004-04-13  David Schleef  <ds@schleef.org>
26514
26515         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26516         patch from Sebastien Cote (bug #139958)
26517
26518 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26519
26520         * examples/gstplay/Makefile.am:
26521         * examples/gstplay/player.c: (main):
26522           make the commandline player example use gconf settings
26523
26524 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26525
26526         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26527         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26528         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26529           init/end library during state transition, not object
26530           creation/disposal.  get rid of custom dispose handler.
26531
26532
26533 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26534
26535         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26536         be a symlink
26537
26538 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26541           Handle JUNK chunks inside data section. Prevents warnings.
26542
26543 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26546         (gst_riff_create_video_template_caps):
26547           Add MS video v1.
26548         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26549         (gst_avi_demux_stream_data):
26550           Add support for "rec-list" chunks.
26551
26552 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26555           Fix another codecname mismatch.
26556
26557 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26560           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26561           so that MJPEG plays back.
26562
26563 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26566         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26567         * gst/mpeg1videoparse/gstmp1videoparse.h:
26568           Fix for some slight mis-cuts in buffer parsing, and for some
26569           potential overflows or faults-causers. Adds disconts. Also fixes
26570           #139105 while we're at it.
26571
26572 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * configure.ac:
26575         * sys/v4l2/gstv4l2element.h:
26576           Workaround for missing struct v4l2_buffer declaration in Suse 9
26577           and Mandrake 10 linux/videodev2.h header file (#135919).
26578
26579 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26582           Bail out if no filename was given.
26583
26584 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26587         (gst_v4l2_fourcc_from_structure):
26588           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26589           Y41B somewhere).
26590
26591 2004-04-09  Benjamin Otte  <otte@gnome.org>
26592
26593         * ext/gnomevfs/gstgnomevfssink.c:
26594         (_gst_boolean_allow_overwrite_accumulator),
26595         (gst_gnomevfssink_class_init):
26596           fix erase signal - if any handler returns false the file will not be
26597           overwritten. If no handler is connected, the file will not be
26598           overwritten either.
26599           renamed signal to "allow-overwrite"
26600         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26601           free string when adding it to ID3 failed
26602         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26603           unref event when done
26604         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26605           free caps
26606         * gst/typefind/gsttypefindfunctions.c:
26607         (mpeg_video_stream_type_find):
26608           fix invalid read
26609
26610 2004-04-08  David Schleef  <ds@schleef.org>
26611
26612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26613         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26614
26615 2004-04-08  David Schleef  <ds@schleef.org>
26616
26617         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26618         we don't support (bug #139532)
26619
26620 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26621
26622         * ext/mad/gstmad.c: (gst_mad_handle_event),
26623         (gst_mad_check_caps_reset), (gst_mad_chain),
26624         (gst_mad_change_state):
26625           only set explicit caps if they haven't been set before for
26626           this stream.  MPEG-audio sample rate/channels aren't allowed
26627           to change in-stream.
26628           Fixes #139382
26629
26630 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26633         (_gst_boolean_did_something_accumulator),
26634         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26635         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26636         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26637         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26638         (gst_gnomevfssink_change_state):
26639           Fix erase signal. Don't erase by default. Remove handoff signal.
26640           Remove erase property. Don't segfault. General cleanup.
26641
26642 2004-04-07  Benjamin Otte  <otte@gnome.org>
26643
26644         * gst-libs/gst/gconf/test-gconf.c: (main):
26645           add missing gst_init
26646
26647 2004-04-07  Benjamin Otte  <otte@gnome.org>
26648
26649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26650           free the mutexes, too
26651
26652 2004-04-07  Benjamin Otte  <otte@gnome.org>
26653
26654         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26655           actually free the URI string
26656         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26657           compute offset correctly when passing discont events
26658         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26659           don't leak discont events
26660         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26661           add some missing breaks so caps aren't copied randomly
26662         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26663           if we realloc memory, we better use it
26664
26665 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26666
26667         * ext/mad/gstmad.c: (normal_seek):
26668           fix GST_FORMAT_TIME usage
26669
26670 2004-04-05  David Schleef  <ds@schleef.org>
26671
26672         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26673         a deprecated function (hack!)
26674
26675 2004-04-05  Benjamin Otte  <otte@gnome.org>
26676
26677         * ext/esd/esdmon.c: (gst_esdmon_get):
26678           fix nonterminated vararg and memleak
26679
26680 2004-04-05  Benjamin Otte  <otte@gnome.org>
26681
26682         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26683         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26684         (gst_ladspa_set_property), (gst_ladspa_get_property),
26685         (gst_ladspa_instantiate), (gst_ladspa_activate),
26686         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26687           clean up debugging
26688
26689 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26690
26691         reviewed by Benjamin Otte  <otte@gnome.org>
26692
26693         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26694           check for broken LADSPA parameters (fixes #138635)
26695
26696 2004-04-05  Benjamin Otte  <otte@gnome.org>
26697
26698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26699           advertise buffer-frames correctly on sinkpads
26700
26701 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26702
26703         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26704         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26705         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26706         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26707         (gst_mad_check_caps_reset), (gst_mad_chain):
26708         add more debugging, only reset caps when we're not in error state
26709
26710 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26711
26712         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26713
26714 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26715
26716         reviewed by Benjamin Otte  <otte@gnome.org>
26717
26718         * configure.ac:
26719           fix == in test(1) operator
26720
26721 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26722
26723         reviewed by Benjamin Otte  <otte@gnome.org>
26724
26725         * configure.ac:
26726           fix --export-symblos-regex to a working regex.
26727
26728 2004-04-04  Benjamin Otte  <otte@gnome.org>
26729
26730         * sys/oss/.cvsignore:
26731           add for oss_probe
26732
26733 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26734
26735         reviewed by Benjamin Otte  <otte@gnome.org>
26736
26737         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26738           add missing 'new_media' argument (fixes #138168)
26739         * gst/matroska/matroska-demux.c:
26740         (gst_matroska_demux_handle_seek_event):
26741           add vararg terminator (fixes #138169)
26742
26743 2004-04-02  David Schleef  <ds@schleef.org>
26744
26745         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26746         disted (bug #138914)
26747
26748 2004-04-01  Benjamin Otte  <otte@gnome.org>
26749
26750         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26751         (gst_alsa_close_audio):
26752           handle case better where a soundcard can't pause
26753         * ext/ogg/gstoggdemux.c:
26754           don't crash when we get events but don't have pads yet
26755
26756 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26757
26758         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26759           throw an error if we couldn't probe any caps.
26760
26761 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26762
26763         * ext/dvdnav/gst-dvd:
26764         Add a really simple sample DVD player
26765
26766 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26767
26768         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26769         (gst_a52dec_push), (gst_a52dec_handle_event),
26770         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26771         (gst_a52dec_change_state):
26772         * ext/a52dec/gsta52dec.h:
26773           Use a debug category, Output timestamps correctly
26774           Emit tag info, Handle events, tell liba52dec about cpu
26775           capabilities so it can use MMX etc.
26776         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26777           Fix a crasher accessing invalid memory
26778         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26779         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26780         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26781         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26782         (dvdnavsrc_query):
26783           Some support for byte-format seeking.
26784           Small fixes for still frames and menu button overlays
26785         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26786         (gst_mpeg2dec_alloc_buffer):
26787           Use a debug category. Adjust the report level of several items to
26788           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26789           so it doesn't lose the GstBuffer pointer
26790         * gst/debug/Makefile.am:
26791         * gst/debug/gstdebug.c: (plugin_init):
26792         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26793         (gst_navseek_base_init), (gst_navseek_class_init),
26794         (gst_navseek_init), (gst_navseek_seek),
26795         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26796         (gst_navseek_get_property), (gst_navseek_chain),
26797         (gst_navseek_plugin_init):
26798         * gst/debug/gstnavseek.h:
26799           Add the navseek debug element for seeking back and forth in a
26800           video stream using arrow keys.
26801         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26802         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26803         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26804         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26805         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26806         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26807         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26808         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26809         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26810         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26811         * gst/mpeg2sub/gstmpeg2subt.h:
26812           Pretty much a complete rewrite. Now a loopbased element. May still
26813           require work to properly synchronise subtitle buffers.
26814         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26815         (gst_dvd_demux_send_subbuffer):
26816         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26817           Don't attempt to create subbuffers of size 0
26818           Reduce a couple of error outputs to warnings.
26819         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26820         (gst_y4mencode_chain):
26821         Output the y4m frame header correctly.
26822
26823 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26826           throw errors instead of allowing SIGFPE
26827
26828 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26829
26830         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26831         (gst_gconf_render_bin_from_key):
26832           leak plugging and style fixing
26833
26834 2004-03-31  David Schleef  <ds@schleef.org>
26835
26836         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26837         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26838         (bug #138225)
26839         * gst/debug/Makefile.am:
26840         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26841         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26842         plugin.
26843         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26844         (gst_negotiation_base_init), (gst_negotiation_class_init),
26845         (gst_negotiation_init), (gst_negotiation_getcaps),
26846         (gst_negotiation_pad_link), (gst_negotiation_chain),
26847         (gst_negotiation_set_property), (gst_negotiation_get_property),
26848         (gst_negotiation_plugin_init):  New element to talk about random
26849         negotiation things happening in a pipeline.
26850
26851 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26852
26853         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26854           fix integer addition with help of Stefan Kost
26855
26856 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26857
26858         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26859
26860 2004-03-30  David Schleef  <ds@schleef.org>
26861
26862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26863         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26864         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26865         (bug #137504)
26866         * ext/mpeg2dec/gstmpeg2dec.h:
26867
26868 2004-03-30  David Schleef  <ds@schleef.org>
26869
26870         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26871
26872 2004-03-30  David Schleef  <ds@schleef.org>
26873
26874         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26875         Michael Petullo) to handle .mov
26876
26877 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26878
26879         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26880         (gst_osselement_rate_check_rate):
26881           probe caps correctly for sound cards that only support one format
26882
26883 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26884
26885         * ext/kio/kiosrc.cpp: (process_events):
26886           update handling event processing if inside KDE - untested
26887
26888 2004-03-29  David Schleef  <ds@schleef.org>
26889
26890         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26891         by 2 to not interfere with other colorspaces.
26892         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26893         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26894         one to not interfere with ffmpeg_colorspace.
26895
26896 2004-03-29  David Schleef  <ds@schleef.org>
26897
26898         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26899         aren't in the caps.
26900         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26901         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26902
26903 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26904
26905         * gst-libs/gst/riff/riff-media.c:
26906           fail on error, don't try to set stuff on NULL caps
26907
26908 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26909
26910         * configure.ac:
26911         * ext/Makefile.am:
26912         * ext/kio/Makefile.am:
26913         * ext/kio/kioreceiver.cpp:
26914         * ext/kio/kioreceiver.h:
26915         * ext/kio/kiosrc.cpp:
26916         * ext/kio/kiosrc.h:
26917           add experimental kiosrc plugin
26918         * ext/alsa/gstalsaplugin.c: (plugin_init):
26919           initialize debugging category only when we're sure registering the
26920           plugins worked.
26921
26922 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26923
26924         * examples/gstplay/player.c: (main):
26925         * gst-libs/gst/play/play.c: (gst_play_class_init),
26926         (gst_play_set_location), (gst_play_set_data_src),
26927         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26928         (gst_play_set_visualization), (gst_play_connect_visualization):
26929           check return values of element_set_state and return FALSE where
26930           failed
26931
26932 2004-03-29  Benjamin Otte  <otte@gnome.org>
26933
26934         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26935           try harder to check if an event is really a discont
26936
26937 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26938
26939         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26940         * po/az.po:
26941
26942 2004-03-28  Benjamin Otte  <otte@gnome.org>
26943
26944         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26946         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26947           get rid of non-standard "..." ranges in case statements.
26948
26949 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26950
26951         * gst/mpegstream/gstmpegdemux.c:
26952         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26953         specific functionality split to the new dvddemux element.
26954         * gst/mpegstream/gstdvddemux.c:
26955         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26956         streams, derived from mpegdemux.
26957         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26958         up. SCR based timestamp rewriting can be turned off (will probably
26959         completely disappear soon).
26960         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26961         hacking. General cleanup. All printf statements replaced by
26962         debugging messages. Almost complete libdvdnav support.
26963         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26964         by events. New properties for audio and subpicture languages.
26965         (dvdnavsrc_update_highlight): Now uses events.
26966         (dvdnavsrc_user_op): Cleaned up.
26967         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26968         based). Lots of cleanup, and propper support for most libdvdnav
26969         events.
26970         (dvdnavsrc_make_dvd_event): New function.
26971         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26972         (dvdnavsrc_make_clut_change_event): New function.
26973
26974 2004-03-26  Benjamin Otte  <otte@gnome.org>
26975
26976         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26977           fix bug where typefinding would claim it's theora whenever less then
26978           7 bytes of data were available
26979
26980 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26983         (gst_alawdec_base_init), (gst_alawdec_class_init),
26984         (gst_alawdec_init), (gst_alawdec_chain):
26985         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26986         (gst_alawenc_base_init), (gst_alawenc_class_init),
26987         (gst_alawenc_init), (gst_alawenc_chain):
26988         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26989         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26990         (gst_mulawdec_init), (gst_mulawdec_chain):
26991         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26992         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26993         (gst_mulawenc_init), (gst_mulawenc_chain):
26994           Fix capsnego in all four, remove the unused property functions and
26995           simplify the chain functions slightly. I guess we could use macros
26996           or something similar for those, since the code is so similar, but
26997           I'm currently too lazy...
26998
26999 2004-03-24  David Schleef  <ds@schleef.org>
27000
27001         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27002         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27003         (gst_osselement_get_format_structure),
27004         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27005         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27006         (gst_osselement_rate_int_compare): Add code to handle rate probing
27007         (bug #120883)
27008         * sys/oss/gstosselement.h: same
27009         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27010         Use rate probing provided by osselement.
27011         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27012
27013 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27016         (gst_xvidenc_get_property):
27017           ulong/int mess-up.
27018
27019 2004-03-24  David Schleef  <ds@schleef.org>
27020
27021         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27022         (gst_speexdec_init):
27023         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27024         (gst_speexenc_init):  Create the pad template correctly (from
27025         the static pad template, not a NULL pointer.)
27026
27027 2004-03-25  Benjamin Otte  <otte@gnome.org>
27028
27029         * gst/debug/Makefile.am:
27030         * gst/debug/breakmydata.c:
27031           add element that quasi-randomly changes bytes in the stream.
27032           Intended use is robustness checking of demuxers and decoders in
27033           media tests.
27034
27035 2004-03-24  Benjamin Otte  <otte@gnome.org>
27036
27037         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27038         (gst_alsa_probe_hw_params):
27039         * ext/alsa/gstalsa.h:
27040           debugging output fixes
27041
27042 2004-03-24  Benjamin Otte  <otte@gnome.org>
27043
27044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27045           don't g_return_if_fail if element is PLAYING, fail silently as every
27046           other element.
27047         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27048           only fix needed for cast lvalue issues in gst-plugins
27049         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27050           add proxy_getcaps
27051
27052 2004-03-24  Benjamin Otte  <otte@gnome.org>
27053
27054         * gst/level/gstlevel.c: (gst_level_init):
27055           add proxying getcaps function, so level doesn't advertise impossible
27056           caps
27057
27058 2004-03-24  David Schleef  <ds@schleef.org>
27059
27060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27061         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27062         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27063         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27064         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27065         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27066         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27067         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27068         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27069         messages.  Divide the chunk size by the compression ratio
27070         (needed for MACE audio)
27071
27072 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27075           Fix buffer overflow read error.
27076
27077 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27078
27079         * ext/alsa/gstalsa.h:
27080           Remove unused entry.
27081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27082           Add cinepak.
27083         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27084         (gst_videodrop_link), (gst_videodrop_chain):
27085           Fix, sort of. Was horribly broken with new capsnego. Bah...
27086
27087 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27088
27089         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27090         (plugin_init):
27091         Add a monkeysaudio typefind function
27092
27093 2004-03-23  Johan Dahlin  <johan@gnome.org>
27094
27095         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27096         (gst_play_video_fixate): Check so the structure has the field
27097         before trying to fixate them, this makes it possible to have
27098         fakesinks for video and audio output without printing errors on
27099         the output console.
27100
27101 2004-03-22  David Schleef  <ds@schleef.org>
27102
27103         * sys/oss/Makefile.am:
27104         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27105         (check_rate), (add_rate):  Rate probing test app.
27106
27107 2004-03-21  Benjamin Otte  <otte@gnome.org>
27108
27109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27110         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27111           add a fixation function that pretty much does the right thing (fixes
27112           #137556)
27113
27114 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27115
27116         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27117
27118 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27119
27120         reviewed by: Benjamin Otte  <otte@gnome.org>
27121
27122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27123           terminate gst_event_new_discontinuous correctly (fixes parts of
27124           #137711)
27125
27126 2004-03-19  David Schleef  <ds@schleef.org>
27127
27128         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27129         since it doesn't depend on X, and it's part of our ABI.
27130
27131 2004-03-19  Iain <iain@prettypeople.org>
27132
27133         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27134         is_int in the structure, not the local variable.
27135
27136 2004-03-19  David Schleef  <ds@schleef.org>
27137
27138         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27139         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27140         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27141         Improvements in caps negotiation.
27142
27143 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27144
27145         * po/LINGUAS:
27146         * po/af.po:
27147           adding Afrikaans (Petri Jooste)
27148
27149 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27150
27151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27152         (gst_ffmpegcolorspace_chain):
27153         throw error instead of g_critical (#137588)
27154
27155 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27156
27157         * Makefile.am:
27158         * configure.ac:
27159           dist common and m4 correctly
27160         * po/sv.po:
27161
27162 2004-03-17  David Schleef  <ds@schleef.org>
27163
27164         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27165         (bug #137348)
27166
27167 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27168
27169         * po/LINGUAS:
27170         * po/sv.po:
27171           adding Swedish translation (Christian Rose)
27172
27173 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27174
27175         * Makefile.am: use release.mak
27176
27177 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27178
27179         * common/ChangeLog:
27180         * common/gst-autogen.sh:
27181           add some explanation about the version detection
27182         * configure.ac:
27183           fix X check
27184
27185 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * configure.ac: bump nano to 1
27188
27189 === release 0.8.0 ===
27190
27191 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27192
27193         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27194
27195 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27196
27197         * configure.ac:
27198           update libtool version
27199         * gst-libs/gst/media-info/Makefile.am:
27200           actually use libtool version
27201
27202 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27203
27204         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27205
27206 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27207
27208         * configure.ac:
27209         * gst-plugins.spec.in:
27210         * pkgconfig/Makefile.am:
27211         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27212         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27213         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27214         * pkgconfig/gstreamer-libs.pc.in:
27215         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27216         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27217         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27218         * pkgconfig/gstreamer-plugins.pc.in:
27219           remove @VERSION@ from some of the pc files since core and plugins
27220           are decoupled.
27221           created gstreamer-plugins.pc as it's a better name, but keeping
27222           -libs around for now to get fixes upstream done first.
27223
27224 2004-03-15  Julien MOUTTE <julien@moutte.net>
27225
27226         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27227         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27228         * gst-libs/gst/play/play.h:
27229
27230 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27231
27232         * *.c, *.cc: don't mix tabs and spaces
27233
27234 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27237           use the new ffmpegcolorspace
27238         * gst-plugins.spec.in:
27239           package new colorspace and media-info
27240         * configure.ac:
27241         * pkgconfig/Makefile.am:
27242           fix some more disting issues
27243         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27244         * pkgconfig/gstreamer-media-info.pc.in:
27245           generate media-info pc files
27246
27247 2004-03-15  Johan Dahlin  <johan@gnome.org>
27248
27249         * *.h: Revert indenting
27250
27251 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27252
27253         * configure.ac:
27254           adding ffmpegcolorspace element
27255         * gst/ffmpegcolorspace/Makefile.am:
27256         * gst/ffmpegcolorspace/avcodec.h:
27257         * gst/ffmpegcolorspace/common.h:
27258         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27259         * gst/ffmpegcolorspace/dsputil.h:
27260         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27261         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27262         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27263         (gst_ffmpeg_caps_to_pix_fmt):
27264         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27266         (gst_ffmpegcolorspace_caps_remove_format_info),
27267         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27268         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27269         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27270         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27271         (gst_ffmpegcolorspace_set_property),
27272         (gst_ffmpegcolorspace_get_property),
27273         (gst_ffmpegcolorspace_register):
27274         * gst/ffmpegcolorspace/imgconvert.c:
27275         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27276         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27277         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27278         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27279         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27280         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27281         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27282         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27283         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27284         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27285         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27286         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27287         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27288         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27289         (img_get_alpha_info), (deinterlace_line),
27290         (deinterlace_line_inplace), (deinterlace_bottom_field),
27291         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27292         * gst/ffmpegcolorspace/imgconvert_template.h:
27293         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27294         * gst/ffmpegcolorspace/mmx.h:
27295         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27296           adding ffmpegcolorspace element supplied by Ronald after cleaning
27297           up and pulling in the right bits of upstream source.
27298           I'm sure a better C/compiler wizard could do some cleaning up (for
27299           example use GLIB's malloc stuff), but as a first pass this
27300           works very well
27301
27302 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * ext/alsa/gstalsa.h:
27305           I assume Ronald forgot to commit the change to have cardname
27306           as a struct member.  Expect some public spanking at the next
27307           opportunity.
27308
27309 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27312         (gst_alsa_open_audio), (gst_alsa_close_audio):
27313         * ext/alsa/gstalsa.c:
27314           Don't open the device if we're a mixer (= padless).
27315         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27316         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27317         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27318           Open mixer during state change rather than during object
27319           initialization. Also, get a device name. Currently in a somewhat
27320           hackish fashion, but I didn't really find something better.
27321
27322 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27323
27324         * *.c, *.h: run gst-indent
27325
27326 2004-03-14  Benjamin Otte  <otte@gnome.org>
27327
27328         * gst/modplug/gstmodplug.cc:
27329         * gst/modplug/gstmodplug.h:
27330           set correct timestamps on outgoing buffers
27331
27332 2004-03-14  Benjamin Otte  <otte@gnome.org>
27333
27334         * gst/modplug/gstmodplug.cc:
27335           handle events - don't do crap when a discont arrives that's not
27336           necessary
27337           This allows correct loading and playback of mods in Rhythmbox
27338
27339 2004-03-14  Benjamin Otte  <otte@gnome.org>
27340
27341         * configure.ac:
27342         * gst-libs/gst/gconf/Makefile.am:
27343         * pkgconfig/Makefile.am:
27344           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27345           they get rebuilt properly
27346         * configure.ac:
27347           when checking for vorbis, try pkgconfig first.
27348         * gst/modplug/gstmodplug.cc:
27349           add fixate function
27350
27351 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27352
27353         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27354           Fix for obvious mistake, where we first shift the offset and then
27355           read a samplesize element assuming the old offset. Note that this
27356           part still has something weird, i.e. my movies containing those
27357           don't actually play well, but at least there's something that looks
27358           like sound now.
27359
27360 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27361         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27362         (plugin_init):
27363         Add a typefind function for speex format
27364
27365 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27366
27367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27368         (gst_asf_demux_setup_pad):
27369           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27370           instead of 0. Reason is simple: some elements have a fps range
27371           of 1-max instead of 0-max. So now ASF video actually works.
27372
27373 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27374
27375         * po/LINGUAS:
27376         * po/sr.po:
27377           adding serbian as a language
27378
27379 2004-03-13  Benjamin Otte  <otte@gnome.org>
27380
27381         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27382           return taglist correctly from _get function, don't gst_pad_push it.
27383           (fixes #137042)
27384
27385 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27386         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27387
27388 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27389
27390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27391         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27392         (gst_alsa_mixer_track_new):
27393         * ext/alsa/gstalsamixertrack.h:
27394           Fix ancient leftovers... MixerTrack is a GObject.
27395
27396 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27397
27398         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27399         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27400           Don't block during probing...
27401
27402 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27403
27404         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27405         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27406         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27407         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27408         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27409         (gst_alsa_open_audio), (gst_alsa_close_audio):
27410         * ext/alsa/gstalsa.h:
27411           Add propertyprobe interface implementation, add some device-name
27412           property, all this so that it looks good in gnome-volume-control.
27413
27414 2004-03-12  David Schleef  <ds@schleef.org>
27415
27416         * configure.ac: the Hermes library controls hermescolorspace, not
27417         colorspace.
27418         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27419         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27420         not /* */
27421         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27422         * ext/sdl/sdlvideosink.h: ditto.
27423         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27424
27425 2004-03-12  Benjamin Otte  <otte@gnome.org>
27426
27427         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27428         (gst_x_overlay_got_xwindow_id):
27429         * gst-libs/gst/xoverlay/xoverlay.h:
27430           replace XID with unsigned long to get rid of the xlibs dependency in
27431           XOverlay (fixes #137004)
27432
27433 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27434         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27435         (gst_agingtv_setup):
27436         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27437         (gst_dicetv_base_init), (gst_dicetv_class_init),
27438         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27439         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27440         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27441         (gst_edgetv_setup), (gst_edgetv_rgb32):
27442         * gst/effectv/gsteffectv.c:
27443         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27444         (gst_quarktv_set_property):
27445         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27446         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27447         (gst_revtv_setup), (gst_revtv_rgb32):
27448         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27449         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27450         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27451         (gst_shagadelictv_rgb32):
27452         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27453         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27454         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27455         * gst/effectv/gstwarp.c:
27456         Port everything that can be ported to videofilter and fix up the caps.
27457         Can someone with a big-endian machine please check these?
27458
27459 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27462         (gst_osssink_chain), (gst_osssink_change_state):
27463           Latest fixes for A/V sync, audio playback and such. This is about
27464           all... MPEG playback issues are mostly related to the async build-
27465           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27466
27467 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27468
27469         patch from: Stephane Loeuillet
27470
27471         * configure.ac:
27472           use pkg-config for some libraries, falling back to the old .m4 way
27473           (fixes #131270)
27474         * m4/libdv.m4:
27475           removed
27476
27477 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27478
27479         * configure.ac:
27480         * tools/Makefile.am:
27481         * tools/Makefile.in:
27482         * tools/gst-launch-ext-m.m:
27483         * tools/gst-launch-ext.1.in:
27484         * tools/gst-visualise-m.m:
27485         * tools/gst-visualise.1:
27486         * tools/gst-visualise.1.in:
27487           reorganizing generation of script tools
27488
27489 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * ext/divx/gstdivxdec.c:
27492           Downgrade priority. We prefer ffdec_mpeg4.
27493         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27494         (gst_faad_chain), (gst_faad_change_state):
27495           Fix capsnego. Doesn't work for some sounds because we don't have
27496           a 5:1 to stereo element.
27497         * ext/xvid/gstxvid.c: (plugin_init):
27498           Add priority.
27499         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27500         (gst_osssink_change_state):
27501           Add discont handling.
27502
27503 2004-03-09  Colin Walters  <walters@verbum.org>
27504
27505         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27506         conversion.
27507
27508 2004-03-09  Benjamin Otte  <otte@gnome.org>
27509
27510         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27511           the signals take 2 arguments
27512
27513 2004-03-09  David Schleef  <ds@schleef.org>
27514
27515         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27516         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27517         * ext/alsa/gstalsa.h:
27518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27519
27520 2004-03-09  Benjamin Otte  <otte@gnome.org>
27521
27522         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27523         (gst_mikmod_change_state):
27524         * ext/mikmod/gstmikmod.h:
27525           make mikmod's loop function not loop infinitely and call
27526           gst_element_yield anymore
27527         * gst/modplug/gstmodplug.cc:
27528           fix pad negotiation (fixes #136590)
27529
27530 2004-03-09  David Schleef  <ds@schleef.org>
27531
27532         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27533         doesn't conflict with the internal colorspace plugin.
27534         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27535         satisfy the crappy-ass shell shipped by a certain vendor.
27536         * gst/videofilter/make_filter: same (bug #135299)
27537
27538 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * configure.ac: bump nano to 1
27541
27542 === release 0.7.6 ===
27543
27544 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * configure.in: releasing 0.7.6, "There"
27547
27548 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27551         * pkgconfig/gstreamer-play.pc.in:
27552           synchronize the two
27553
27554 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27555
27556         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27557         (cdparanoia_open), (cdparanoia_event):
27558           fix/add error handling
27559         * po/POTFILES.in:
27560           add cdparanoia source
27561         * tools/Makefile.am:
27562           make scripts executable
27563
27564 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27565
27566         * configure.ac:
27567         * ext/vorbis/Makefile.am:
27568         * sys/Makefile.am:
27569           remove id3types, vorbisfile and xvideosink from the build (#133783)
27570
27571 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27572
27573         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27574           Fix metadata read crash (#136537).
27575
27576 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27577
27578         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27579         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27580           adding mime types, fixing the one-stop function
27581
27582 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27583
27584         * ext/nas/nassink.c and /ext/nas/nassink.h:
27585         More NAS love from Arwed von Merkatz
27586         So lets all sing 'Can you feel the NAS tonight'
27587
27588 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27589
27590         * tools/gst-launch-ext.in:
27591         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27592
27593 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27596         (gst_mpeg2dec_init):
27597         remove the user_data pad for now, because it is being used in
27598         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27599         If someone knows how to fix this properly, please do.
27600
27601 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27604         (gst_osssink_get_time):
27605         add a warning, IMO this won't get triggered anymore, remove later
27606
27607 2004-03-07  David Schleef  <ds@schleef.org>
27608
27609         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27610         format (bug #136470)
27611
27612 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27613
27614         * gst-libs/Makefile.am:
27615         * gst-libs/gst/media-info/Makefile.am:
27616         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27617         (error_callback), (gst_media_info_error_create),
27618         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27619         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27620         * gst-libs/gst/media-info/media-info-priv.h:
27621         * gst-libs/gst/media-info/media-info-test.c: (main):
27622         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27623         (gst_media_info_class_init), (gst_media_info_instance_init),
27624         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27625         (gst_media_info_read_idler), (gst_media_info_read):
27626         * gst-libs/gst/media-info/media-info.h:
27627         fixed, should work now
27628
27629 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27630
27631         * ext/nas/nassink.c:
27632         A bunch of NAS fixes from Arwed von Merkatz
27633
27634 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27637         (qtdemux_parse_trak):
27638           Fix crash (j might be greater than n_samples, in which case we're
27639           writing outside the allocated space for the array) and memleak.
27640
27641 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * sys/oss/gstosssink.c: (gst_osssink_chain):
27644           And another caller that couldn't handle delay < 0 (unsigned
27645           integer overflow). Video now continues playing on an audio
27646           buffer underrun, and the clock continues working. Audio still
27647           stalls.
27648
27649 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27650
27651         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27652         (gst_osssink_get_time):
27653           get_delay() may return values lower than 0. In those cases, we
27654           should not actually cast to *unsigned* int64, that will break
27655           stuff horribly. In my case, it screwed up A/V sync in movies
27656           in totem rather badly.
27657
27658 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27659
27660         * ext/faac/gstfaac.c: (gst_faac_chain):
27661         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27662         * ext/libpng/gstpngenc.c: (user_write_data):
27663         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27664         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27665         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27666         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27667         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27668         of any buffer), should fix some leaks. I hope I didn't unref buffers
27669         that shouldn't be...
27670
27671 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27674         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27675         (error_callback), (gmi_reset), (gmi_seek_to_track),
27676         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27677         (gmip_find_type_post), (gmip_find_stream_post),
27678         (gmip_find_track_streaminfo_post):
27679         * gst-libs/gst/media-info/media-info-priv.h:
27680         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27681         (info_print), (main):
27682         * gst-libs/gst/media-info/media-info.c:
27683         (gst_media_info_error_create), (gst_media_info_error_element),
27684         (gst_media_info_instance_init), (gst_media_info_get_property),
27685         (gst_media_info_new), (gst_media_info_set_source),
27686         (gst_media_info_read_idler), (gst_media_info_read):
27687         * gst-libs/gst/media-info/media-info.h:
27688           first pass at making this work again.  This seems to work on
27689           tagged ogg/vorbis and mp3 files.
27690
27691 2004-03-06  Benjamin Otte  <otte@gnome.org>
27692
27693         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27694           fix huge leak: gst_buffer_merge doesn't unref the first argument
27695           itself.
27696
27697 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27698
27699         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27700           report layer/mode/emphasis
27701
27702 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27703
27704         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27705
27706 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27707
27708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27709           signal serial
27710
27711 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27712
27713         * ext/vorbis/vorbis.c: (plugin_init):
27714         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27715         (gst_vorbis_dec_init), (vorbis_dec_event):
27716         add debug category
27717         make vorbisdec handle _BYTE and _TIME queries
27718
27719 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27720
27721         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27722           from the xing header
27723
27724 2004-03-06  Benjamin Otte  <otte@gnome.org>
27725
27726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27727         (gst_audio_convert_link), (gst_audio_convert_change_state),
27728         (gst_audio_convert_buffer_from_default_format):
27729           do conversions from/to float correctly, fix some caps nego errors,
27730           export correct supported caps in template and getcaps, use correct
27731           caps in try_set_caps functions
27732
27733 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27734
27735         For some reason, I only committed a ChangeLog entry yesterday and
27736         not the corresponding code...
27737         * ext/mad/gstmad.c: Fix detection of Xing headers
27738         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27739
27740 2004-03-06  Benjamin Otte  <otte@gnome.org>
27741
27742         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27743         (gst_ogg_demux_src_query):
27744           make sure to handle the case where there's no current chain
27745           gracefully.
27746
27747 2004-03-05  David Schleef  <ds@schleef.org>
27748
27749         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27750         Add fixate function. (bug #131128)
27751         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27752         (gst_sdlvideosink_fixate):  Add fixate function.
27753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27754         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27755         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27756         Fix missing break that was causing ulaw to be interpreted as
27757         raw int.
27758
27759 2004-03-05  David Schleef  <ds@schleef.org>
27760
27761         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27762         Fix code that ignores return value of gst_buffer_merge().
27763         (bug #114560)
27764         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27765         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27766         * testsuite/gst-lint:  Check for above.
27767
27768 2004-03-05  David Schleef  <ds@schleef.org>
27769
27770         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27771         caps and throw an element error.  (bug #136334)
27772
27773 2004-03-05  David Schleef  <ds@schleef.org>
27774
27775         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27776         (gst_faad_chain): Fix negotiation.
27777         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27778         key and button events.
27779         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27780         dung heap of code.
27781         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27782         depends on gconf
27783         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27784         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27785         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27786         function to encourage better negotiation, particularly between
27787         audioconvert and osssink.
27788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27790         more important.
27791         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27792         typefinding.
27793         * gst/vbidec/vbiscreen.c:  Add glib header
27794         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27795
27796 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27797
27798         * ext/mad/gstmad.c: Fix detection of Xing headers
27799         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27800
27801 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27802
27803         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27804         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27805           debug updates
27806
27807 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27808
27809         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27810         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27811         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27812         files, and report the parsed length as a GST_TAG_DURATION tag.
27813         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27814
27815 2004-03-05  Benjamin Otte  <otte@gnome.org>
27816
27817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27818           convert channels correctly. convert correctly to unsigned.
27819
27820 2004-03-05  Julien MOUTTE <julien@moutte.net>
27821
27822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27823         we have a window before clearing it.
27824
27825 2004-03-05  Julien MOUTTE <julien@moutte.net>
27826
27827         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27828         have a window before clearing it.
27829
27830 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27831
27832         * gconf/gstreamer.schemas.in:
27833         * gst-libs/gst/gconf/Makefile.am:
27834           version installation path the same way as for 0.6
27835         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27836         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27837         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27838           remove comment that was fixed
27839
27840 2004-03-05  David Schleef  <ds@schleef.org>
27841
27842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27843         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27844         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27845         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27846         Add prototype code for handling seeking and querying.
27847
27848 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * examples/gstplay/player.c: (main):
27851           Initialize variables to NULL. Prevents a segfault because the
27852           (uninitialized) variable is not NULL, resulting in a crash on
27853           trying to reach error->message.
27854
27855 2004-03-05  Benjamin Otte  <otte@gnome.org>
27856
27857         * gst/audioconvert/gstaudioconvert.c:
27858         (gst_audio_convert_buffer_to_default_format):
27859         make float=>int conversion work correctly even in cornercases.
27860
27861 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27862
27863         * debian/README.Debian:
27864         * debian/build-deps:
27865         * debian/changelog:
27866         * debian/control:
27867         * debian/control.in:
27868         * debian/copyright:
27869         * debian/gstreamer-a52dec.files:
27870         * debian/gstreamer-aa.files:
27871         * debian/gstreamer-alsa.files:
27872         * debian/gstreamer-alsa.manpages:
27873         * debian/gstreamer-arts.files:
27874         * debian/gstreamer-artsd.files:
27875         * debian/gstreamer-audiofile.files:
27876         * debian/gstreamer-avifile.files:
27877         * debian/gstreamer-cdparanoia.files:
27878         * debian/gstreamer-colorspace.files:
27879         * debian/gstreamer-doc.files:
27880         * debian/gstreamer-dv.files:
27881         * debian/gstreamer-dvd.files:
27882         * debian/gstreamer-esd.files:
27883         * debian/gstreamer-festival.files:
27884         * debian/gstreamer-flac.files:
27885         * debian/gstreamer-gconf.conffiles:
27886         * debian/gstreamer-gconf.files:
27887         * debian/gstreamer-gconf.postinst:
27888         * debian/gstreamer-gnomevfs.files:
27889         * debian/gstreamer-gsm.files:
27890         * debian/gstreamer-http.files:
27891         * debian/gstreamer-jack.files:
27892         * debian/gstreamer-jpeg.files:
27893         * debian/gstreamer-mad.files:
27894         * debian/gstreamer-mikmod.files:
27895         * debian/gstreamer-misc.files:
27896         * debian/gstreamer-mpeg2dec.files:
27897         * debian/gstreamer-oss.files:
27898         * debian/gstreamer-plugin-apps.files:
27899         * debian/gstreamer-plugin-apps.manpages:
27900         * debian/gstreamer-plugin-libs-dev.files:
27901         * debian/gstreamer-plugin-libs.files:
27902         * debian/gstreamer-plugin-template.postinst:
27903         * debian/gstreamer-plugin-template.postrm:
27904         * debian/gstreamer-sdl.files:
27905         * debian/gstreamer-sid.files:
27906         * debian/gstreamer-vorbis.files:
27907         * debian/gstreamer-x.files:
27908         * debian/mk.control:
27909         * debian/rules:
27910         Debian package info not maintained here.
27911
27912 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27913
27914         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27915         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27916         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27917         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27918         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27919         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27920         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27921         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27922         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27923         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27924         * gst-libs/gst/colorbalance/colorbalance.c:
27925         (gst_color_balance_class_init):
27926         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27927         (gst_color_balance_channel_class_init):
27928         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27929         * gst-libs/gst/play/play.c: (gst_play_class_init):
27930         * gst-libs/gst/propertyprobe/propertyprobe.c:
27931         (gst_property_probe_iface_init):
27932         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27933         * gst-libs/gst/tuner/tunerchannel.c:
27934         (gst_tuner_channel_class_init):
27935         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27936         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27937         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27938         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27939         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27940         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27941         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27943         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27944           fix signals to use - instead of _
27945         * ext/libcaca/gstcacasink.h:
27946         * ext/sdl/sdlvideosink.h:
27947           fix header rename
27948
27949 2004-03-04  David Schleef  <ds@schleef.org>
27950
27951         * testsuite/gst-lint:  Add a check for bad signal names.
27952
27953 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27954
27955         reviewed by David Schleef
27956
27957         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27958         modified the alpha channel and caused a warning. (bug #136192)
27959
27960 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27961
27962         * gst-plugins.spec.in:
27963         Change names of plugins to actually be correct. Try to keep things
27964         alphabetical to avoid getting beat up by Thomas
27965
27966 2004-03-03  Julien MOUTTE <julien@moutte.net>
27967
27968         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27969         Using ximagesink as a default if no gconf key found. We should
27970         probably consider using alsasink instead of osssink for the audio
27971         part.
27972
27973 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27974
27975         * configure.ac:
27976           fix --with-plugins, don't think it ever worked before
27977         * gst-plugins.spec.in:
27978           even more updates
27979
27980 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27981
27982         * ext/sdl/sdlvideosink.h:
27983         * sys/ximage/ximagesink.h:
27984         * sys/xvideo/xvideosink.h:
27985         * sys/xvimage/xvimagesink.h:
27986           Fix for move of gstvideosink.h -> videosink.h.
27987
27988 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27989
27990         * gst-libs/gst/xwindowlistener/Makefile.am:
27991           this is a plugin library, not a library
27992
27993 2004-03-01  David Schleef  <ds@schleef.org>
27994
27995         * AUTHORS:  Added some names.  Add yourself if you're still
27996         missing.
27997
27998 2004-03-01  David Schleef  <ds@schleef.org>
27999
28000         * MAINTAINERS: Add
28001
28002 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28003
28004         * gst-plugins.spec.in: clean up spec file
28005
28006 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28007
28008         * gst-libs/gst/video/Makefile.am:
28009         * gst-libs/gst/video/gstvideosink.c:
28010         * gst-libs/gst/video/gstvideosink.h:
28011           rename gstvideosink.h to videosink.h to match other headers
28012         * gst/mixmatrix/Makefile.am:
28013           fix plugin filename
28014         * gst/tags/Makefile.am: fix plugin filename
28015
28016 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28017
28018         * gst/tags/Makefile.am: fix plugin filename
28019
28020 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * examples/gstplay/player.c: (got_time_tick), (main):
28023           add error handler
28024           display time_tick more readably
28025         * gst/mixmatrix/Makefile.am:
28026           fix plugin file name
28027
28028 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28029
28030         * sys/oss/gstosselement.c: (gst_osselement_probe),
28031         (device_combination_append), (gst_osselement_class_probe_devices):
28032         * sys/oss/gstosselement.h:
28033           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28034           on my system using alsa oss emulation, fixes bug #135597
28035
28036 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28037
28038         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28039         (gst_videodrop_chain), (gst_videodrop_change_state):
28040         * gst/videodrop/gstvideodrop.h:
28041           Work based on timestamp of input data, not based on the expected
28042           framerate from the input. The consequence is that this element now
28043           not only scales framerates, but also functions as a framerate
28044           corrector or framerate stabilizer/constantizer.
28045
28046 2004-02-27  David Schleef  <ds@schleef.org>
28047
28048         patches from jmmv@menta.net (Julio M. Merino Vidal)
28049
28050         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28051         GST_ELEMENT_ERROR call (bug #135634)
28052         * gst/interleave/interleave.c: (interleave_buffered_loop),
28053         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28054         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28055         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28056         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28057         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28058         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28059         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28060         Fix GST_ELEMENT_ERROR call.
28061         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28062         GST_ELEMENT_ERROR call.
28063
28064 2004-02-27  Benjamin Otte  <otte@gnome.org>
28065
28066         * gst-libs/gst/audio/audio.h:
28067           add macro to make sure header isn't included twice
28068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28069           don't use gst_buffer_free
28070         * gst/playondemand/filter.func:
28071           don't use gst_data_free. Free data only once.
28072
28073 2004-02-26  David Schleef  <ds@schleef.org>
28074
28075         * gst-libs/gst/colorbalance/Makefile.am:
28076         * gst-libs/gst/mixer/Makefile.am:
28077         * gst-libs/gst/tuner/Makefile.am:
28078         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28079         should not be disted, -marshal.h files should not be installed,
28080         and -enum.h files _should_ be installed.  Fix to make this the
28081         case.
28082
28083 === release 0.7.5 ===
28084
28085 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28086
28087         * configure.ac: release 0.7.5, "Under The Sea"
28088
28089 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28090
28091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28092         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28093         * gst/videoscale/gstvideoscale.c:
28094         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28095           assorted debug/warning fixes
28096
28097 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28098
28099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28100         (gst_videoscale_init), (gst_videoscale_chain),
28101         (gst_videoscale_set_property), (plugin_init):
28102         * gst/videoscale/gstvideoscale.h:
28103         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28104         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28105         (gst_videoscale_planar400), (gst_videoscale_packed422),
28106         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28107         (gst_videoscale_24bit), (gst_videoscale_16bit),
28108         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28109         (gst_videoscale_scale_plane_slow),
28110         (gst_videoscale_scale_point_sample),
28111         (gst_videoscale_scale_nearest),
28112         (gst_videoscale_scale_nearest_str2),
28113         (gst_videoscale_scale_nearest_str4),
28114         (gst_videoscale_scale_nearest_32bit),
28115         (gst_videoscale_scale_nearest_24bit),
28116         (gst_videoscale_scale_nearest_16bit):
28117         add debugging category and use it properly
28118         fix use of GST_PTR_FORMAT
28119
28120 2004-02-25  Andy Wingo  <wingo@pobox.com>
28121
28122         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28123         push only when channel->buffer is NULL. Prevents segfaults doing
28124         the state change after a nonlocal exit, like a scheme exception.
28125
28126         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28127         Handle the case where the intersected caps is empty.
28128
28129 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         * gst/law/mulaw-decode.c: (mulawdec_link):
28132         * gst/law/mulaw.c: (plugin_init):
28133           fix mulawdec so it actually works again
28134
28135 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28136
28137         reviewed by: David Schleef  <ds@schleef.org>
28138
28139         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28140         (gst_gamma_init), (gst_gamma_set_property),
28141         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28142         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28143         for RGB, with separate r g and b correction factors. (#131167)
28144
28145 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28146
28147         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28148           only signal tags for bitrate if they're > 0 (#134894)
28149
28150 2004-02-24  David Schleef  <ds@schleef.org>
28151
28152         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28153         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28154         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28155         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28156         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28157         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28158         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28159         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28160         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28161         category.  Attempt to fix timestamp calculation.
28162
28163 2004-02-24  Johan Dahlin  <johan@gnome.org>
28164
28165         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28166
28167 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28168
28169         * configure.ac:
28170         * gconf/Makefile.am:
28171         * gconf/gstreamer.schemas:
28172         * gst-libs/gst/gconf/Makefile.am:
28173         * gst-libs/gst/gconf/gconf.c:
28174           version gconf schemas and install locations
28175
28176 2004-02-23  Benjamin Otte  <otte@gnome.org>
28177
28178         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28179         (gst_xine_input_subclass_init):
28180           call parent dispose.
28181           change pad template for CD reader correctly
28182         * ext/xine/Makefile.am:
28183         * ext/xine/gstxine.h:
28184         * ext/xine/xine.c: (plugin_init):
28185         * ext/xine/xineaudiosink.c:
28186           wrap audio sinks, too
28187         * gst-libs/gst/resample/private.h:
28188         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28189         (gst_resample_reinit), (gst_resample_scale),
28190         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28191         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28192         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28193         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28194         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28195         * gst-libs/gst/resample/resample.h:
28196         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28197         (gst_audioscale_class_init), (gst_audioscale_link),
28198         (gst_audioscale_get_buffer), (gst_audioscale_init),
28199         (gst_audioscale_chain), (gst_audioscale_set_property),
28200         (gst_audioscale_get_property):
28201         * gst/audioscale/gstaudioscale.h:
28202           s/resample_*/gst_resample_*/i to not clobber namespaces
28203
28204 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28205
28206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28207         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28208         (gst_riff_create_video_template_caps),
28209         (gst_riff_create_audio_template_caps),
28210         (gst_riff_create_iavs_template_caps):
28211         * gst-libs/gst/riff/riff-media.h:
28212         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28213         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28214         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28215         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28217         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28218         (gst_matroska_demux_plugin_init): First batch implementing audio and
28219         video codec tags in demuxers.
28220
28221 2004-02-22  Benjamin Otte  <otte@gnome.org>
28222
28223         * ext/xine/Makefile.am:
28224         * ext/xine/gstxine.h:
28225         * ext/xine/xine.c: (plugin_init):
28226         * ext/xine/xineinput.c:
28227           add input plugin wrapper. Playback from files, http, mms and cdda
28228           works.
28229         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28230           remove leftover G_GNUC_UNUSED
28231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28232         (gst_asf_demux_identify_guid):
28233           improve debugging output
28234
28235 2004-02-22  Benjamin Otte  <otte@gnome.org>
28236
28237         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28238
28239         * autogen.sh:
28240           replace test -e with test -x for mkinstalldirs to be more portable.
28241           (fixes #134816)
28242
28243 2004-02-22  Benjamin Otte  <otte@gnome.org>
28244
28245         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28246
28247         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28248           set rank to PRIMARY
28249         * gst/volume/gstvolume.c: (plugin_init):
28250           set rank to NONE
28251         fixes #134960
28252
28253 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28254
28255         reviewed by Benjamin Otte  <otte@gnome.org>
28256
28257         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28258           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28259
28260 2004-02-22  Benjamin Otte  <otte@gnome.org>
28261
28262         * configure.ac:
28263           export [_]*{gst,Gst,GST}.* symbols from plugins
28264
28265 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28266
28267         reviewed by: Benjamin Otte  <otte@gnome.org>
28268
28269         * ext/lame/gstlame.c: (add_one_tag):
28270         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28272         (gst_vorbisenc_metadata_set1):
28273         * gst/tags/gstid3tag.c:
28274         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28275           apply fixes from bugs #135042 (lame can't write tags) and #133817
28276           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28277
28278 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28279
28280         * configure.ac: Export only gst_plugin_desc from plugins.
28281          Note that this change only makes any effect with Linux using libtool
28282          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28283          fine. And don't try to have several versions of libtool in different
28284          directories.
28285
28286 2004-02-20  Andy Wingo  <wingo@pobox.com>
28287
28288         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28289         interleave respectively.
28290
28291         * gst/interleave/deinterleave.c: New plugin: deinterleave
28292         (replaces on oneton).
28293         * gst/interleave/interleave.c: New plugin: interleave.
28294         * gst/interleave/plugin.h: Support file.
28295         * gst/interleave/plugin.c: Support file.
28296
28297         * configure.ac: Remove intfloat and oneton, add interleave.
28298
28299         * ext/sndfile/gstsf.c: Handle events better.
28300
28301         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28302         and float2int operation. int2float has scheduling problems as
28303         noted in in2float_chain.
28304
28305 2004-02-20  Benjamin Otte  <otte@gnome.org>
28306
28307         * ext/xine/Makefile.am:
28308         * ext/xine/gstxine.h:
28309         * ext/xine/xine.c:
28310         * ext/xine/xineaudiodec.c:
28311         * ext/xine/xinecaps.c:
28312           add first version of xine plugin wrapper. Currently only wraps the
28313           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28314         * configure.ac:
28315         * ext/Makefile.am:
28316           add xine plugin wrapper, disabled by default. Use --enable-xine to
28317           build. Note that it'll segfault on gst-register if you don't remove
28318           the goom and tvtime post plugins from xine.
28319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28320         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28321           add extradata parsing for QDM2.
28322           change around debugging prints.
28323
28324 2004-02-19  Benjamin Otte  <otte@gnome.org>
28325
28326         * ext/lame/gstlame.c: (gst_lame_chain):
28327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28328           use gst_tag_list_insert when you want to insert tags
28329
28330 2004-02-18  David Schleef  <ds@schleef.org>
28331
28332         * configure.ac:  Move massink to gst-rotten
28333         * ext/Makefile.am:
28334         * ext/mas/Makefile.am:
28335         * ext/mas/massink.c:
28336         * ext/mas/massink.h:
28337
28338 2004-02-18  David Schleef  <ds@schleef.org>
28339
28340         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28341         typefinding, since it seems to be worse than nothing.
28342         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28343         atom to recognize .mp4 and .m4a files as video/quicktime.
28344
28345 2004-02-18  David Schleef  <ds@schleef.org>
28346
28347         * gst/sine/demo-dparams.c: (quit_live),
28348         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28349         Use double dparams, not float.
28350         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28351         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28352         sync'd elements don't really work correctly.
28353         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28354         (volume_update_volume), (volume_get_property):  Change dparam
28355         to double.
28356
28357 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28358
28359         * sys/ximage/ximagesink.c:
28360         (gst_ximagesink_xwindow_update_geometry),
28361         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28362         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28363         (gst_ximagesink_init): Rework the way software video scaling works. So
28364         now we check on each chain call if the video frames are feeling the
28365         window. If not we try to renegotiate caps. On failure we memorize that
28366         and we won't try again for that PLAYING sessions.
28367         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28368         failure.
28369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28370         synchronous flag.
28371
28372 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28373
28374         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28375           break up _link so we can give a better debug message for errors
28376
28377 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28378
28379         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28380           set up debug category
28381
28382 2004-02-18  Julien MOUTTE <julien@moutte.net>
28383
28384         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28385         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28386         the way renegotiation work. The event handling function is not taking
28387         care of external windows and renegotiate method check for pad flags
28388         NEGOTIATING. Should fix : #133209
28389
28390 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28391
28392         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28393         pad is negotiating before trying renegotiation.
28394
28395 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28396
28397         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28398           pass on all possible mime types as typefind hints
28399
28400 2004-02-17  Julien MOUTTE <julien@moutte.net>
28401
28402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28404         possible SHM leak if we crash. All other apps using XShm are doing
28405         that.
28406
28407 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28408
28409         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28410         (gst_ximagesink_expose): Renegotiate size on expose.
28411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28412         size on expose.
28413
28414 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28415
28416         * testsuite/alsa/sinesrc.c:
28417           cosmetic fix to fix compile issue with gcc 2.95.4
28418
28419 2004-02-16  Julien MOUTTE <julien@moutte.net>
28420
28421         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28422         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28423         failed opening the audio device.
28424         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28425         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28426         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28427         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28428         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28429         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28430         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28431         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28432         Removing some useless g_return_if_fail like wingo suggested.
28433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28434         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28435         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28436         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28437         (gst_xvimagesink_update_colorbalance),
28438         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28439         (gst_xvimagesink_xcontext_clear),
28440         (gst_xvimagesink_get_fourcc_from_caps),
28441         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28442         (gst_xvimagesink_set_xwindow_id),
28443         (gst_xvimagesink_colorbalance_list_channels),
28444         (gst_xvimagesink_colorbalance_set_value),
28445         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28446         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28447
28448 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28451           throw error when not negotiated instead of asserting
28452
28453 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28454
28455         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28456         correct data refcounting.
28457
28458 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28459
28460         * gst/switch/gstswitch.c: (gst_switch_change_state),
28461         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28462         change, mostly the EOS flag.
28463
28464 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28465
28466         * examples/gstplay/player.c: (got_eos), (main): Adding some
28467         output for debugging.
28468         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28469         timeouts if we go to any state different from PLAYING.
28470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28471         more EOS bugs in riff lib.
28472
28473 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28474
28475         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28476         visualization until i find a way to fix switch correctly.
28477         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28478         EOS arrives.
28479         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28480         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28481         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28482         Reworked switch to get a more correct behaviour with events and refing
28483         of data stored in sinkpads.
28484         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28485         we don't pull from a pad in EOS.
28486
28487 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28488
28489         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28490           remove v1 tag even if we can't read it (makes sure we don't detect
28491           it again)
28492
28493 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28494
28495         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28496         (gst_alsa_xrun_recovery):
28497         * ext/alsa/gstalsa.h:
28498           try xrun recovery when wait failed. Make xrun recovery function
28499           return TRUE/FALSE to indicate success. (might fix #134354)
28500
28501 2004-02-13  David Schleef  <ds@schleef.org>
28502
28503         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28504         (dynparm_value_changed), (main): Convert from float to double.
28505         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28506
28507 2004-02-13  David Schleef  <ds@schleef.org>
28508
28509         * gst/silence/gstsilence.c: (gst_silence_class_init),
28510         (gst_silence_set_clock), (gst_silence_get),
28511         (gst_silence_set_property), (gst_silence_get_property):
28512         * gst/silence/gstsilence.h: Add sync property.
28513         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28514         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28515         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28516         * gst/sine/gstsinesrc.h: Add sync property.
28517
28518 2004-02-13  David Schleef  <ds@schleef.org>
28519
28520         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28521         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28522
28523 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28524
28525         * configure.ac:
28526         * ext/Makefile.am:
28527         * gst-libs/ext/Makefile.am:
28528           move ffmpeg plugin to gst-ffmpeg module
28529
28530 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28531
28532         * configure.ac: use GST_ARCH to detect architecture
28533
28534 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28535
28536         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28537
28538 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28539
28540         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28541           classify LADSPA plugins based on number of src/sink pads
28542           (#133663, Stefan Kost)
28543         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28544           fix dparams registration
28545           (#133528, Stefan Kost)
28546         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28547           fix use of isprint and use g_ascii_isprint instead
28548           (#133316, Stefan Kost)
28549
28550 2004-02-11  David Schleef  <ds@schleef.org>
28551
28552         Convert a few inner loops to use liboil.  This is currently
28553         optional, and is only enabled if liboil is present (duh!).
28554         * configure.ac: Check for liboil-0.1
28555         * gst/intfloat/Makefile.am:
28556         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28557         (gst_int2float_chain_gint16):
28558         * gst/videofilter/Makefile.am:
28559         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28560         (tablelookup_u8), (gst_videobalance_planar411):
28561         * gst/videotestsrc/Makefile.am:
28562         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28563         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28564         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28565         (paint_hline_RGB565), (paint_hline_xRGB1555):
28566
28567 2004-02-11  David Schleef  <ds@schleef.org>
28568
28569         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28570         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28571         (gst_colorspace_getcaps), (gst_colorspace_link),
28572         (gst_colorspace_base_init), (gst_colorspace_init),
28573         (gst_colorspace_chain), (gst_colorspace_change_state),
28574         (plugin_init): Merge Ronald's patch (bug #117897) and update
28575         for new caps and negotiation.  Seems to work, although it
28576         shows off bugs in lcs.
28577
28578 2004-02-11  David Schleef  <ds@schleef.org>
28579
28580         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28581         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28582
28583 2004-02-11  David Schleef  <ds@schleef.org>
28584
28585         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28586         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28587         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28588         Add server and port properties
28589
28590 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28591
28592         * m4/a52.m4:
28593         * m4/aalib.m4:
28594         * m4/as-ffmpeg.m4:
28595         * m4/as-liblame.m4:
28596         * m4/as-slurp-ffmpeg.m4:
28597         * m4/check-libheader.m4:
28598         * m4/esd.m4:
28599         * m4/freetype2.m4:
28600         * m4/gconf-2.m4:
28601         * m4/glib.m4:
28602         * m4/gst-alsa.m4:
28603         * m4/gst-artsc.m4:
28604         * m4/gst-ivorbis.m4:
28605         * m4/gst-matroska.m4:
28606         * m4/gst-sdl.m4:
28607         * m4/gst-shout2.m4:
28608         * m4/gst-sid.m4:
28609         * m4/gtk.m4:
28610         * m4/libdv.m4:
28611         * m4/libfame.m4:
28612         * m4/libmikmod.m4:
28613         * m4/ogg.m4:
28614         * m4/vorbis.m4:
28615           fix underquotedness of macros (#133800)
28616         * m4/as-avifile.m4:
28617         * m4/xmms.m4:
28618           removed because no longer used
28619
28620 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28621
28622         * configure.ac:
28623           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28624           by autopoint (fixes #132996)
28625
28626 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28627
28628         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28629         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28630         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28631         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28632           fix memleaks
28633
28634 2004-02-11  David Schleef  <ds@schleef.org>
28635
28636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28637         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28638         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28639         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28641         (gst_jpegenc_class_init), (gst_jpegenc_init),
28642         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28643         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28644         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28645         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28646
28647 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28648
28649         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28650         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28651         * ext/mikmod/gstmikmod.h:
28652           fix caps negotiation in mikmod
28653         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28654           output debug information
28655
28656 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28657
28658         * gst-libs/gst/colorbalance/Makefile.am:
28659         * gst-libs/gst/navigation/Makefile.am:
28660         * gst-libs/gst/xoverlay/Makefile.am:
28661           remove unused GST_OPT_CFLAGS from Makefiles
28662           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28663
28664 2004-02-07  David Schleef  <ds@schleef.org>
28665
28666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28667         push events to pads that haven't been created (#133508)
28668
28669 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28670
28671         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28672         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28673         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28674         (gst_dvdec_loop), (gst_dvdec_change_state):
28675         Second attempt at committing a working dvdec element.
28676
28677 2004-02-06  David Schleef  <ds@schleef.org>
28678
28679         Build fixes for OS X: (see #129600)
28680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28681         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28682         (gst_riff_read_strf_iavs):
28683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28684         (gst_avi_demux_stream_odml):
28685         * gst/playondemand/Makefile.am:
28686         * gst/rtp/rtp-packet.c:
28687
28688 2004-02-05  David Schleef  <ds@schleef.org>
28689
28690         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28691         last change, because it Just Doesn't Compile.
28692
28693 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28694
28695         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28696           skip undecodable id3v2 tag instead of keeping it
28697
28698 2004-02-05  David Schleef  <ds@schleef.org>
28699
28700         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28701         Unref leaked buffer.  (Noticed by Ronald)
28702
28703 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28704
28705         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28706         Sync requires with other checks.  >= vs =.
28707
28708 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28709
28710         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28711         (gst_dvdec_video_link), (gst_dvdec_loop):
28712         * ext/dv/gstdvdec.h:
28713           rework the caps negotiation so that dvdec works again instead
28714           of just segfaulting.
28715
28716 === release 0.7.4 ===
28717
28718 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28719
28720         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28721         * configure.ac: changed for release
28722
28723 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28724
28725         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28726         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28727         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28728         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28729           reworked patch by David Lehn to fix libdir and includedir for
28730           uninstalled libraries
28731           removed play and gconf from gstreamer-libs since they have their
28732           own pkgconfig files
28733
28734 2004-02-04  David Schleef  <ds@schleef.org>
28735
28736         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28737         memleak.
28738
28739 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28740
28741         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28742           use correct GST_TAG_ENCODER tag
28743
28744 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28745
28746         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28747           be sure to stop the clock when going to paused
28748         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28749           reset number of transmitted when going to ready.
28750         fixes #132935
28751
28752 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28753
28754         reviewed by Benjamin Otte
28755
28756         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28757           extract track count (fixes #133410)
28758
28759 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28760
28761         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28762           that should be !=, not == (fixes #132519)
28763
28764 2004-02-04  David Schleef  <ds@schleef.org>
28765
28766         Make sure set_explicit_caps() is called before adding pad.
28767         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28768         * gst/id3/gstid3types.c: (gst_id3types_loop):
28769         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28770         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28771
28772 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28773
28774         * configure.ac:
28775           bump nano to 2, first prerelease
28776           put back AM_PROG_LIBTOOL
28777
28778 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28779
28780         * testsuite/alsa/Makefile.am:
28781           these are user test apps, not automatic testsuite tests
28782
28783 2004-02-04  David Schleef  <ds@schleef.org>
28784
28785         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28786         * gst/mpeg1videoparse/gstmp1videoparse.c:
28787         (mp1videoparse_parse_seq):
28788         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28789         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28790         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28791         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28792         (gst_xvideosink_getcaps):
28793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28794         * testsuite/gst-lint: more tests
28795
28796 2004-02-04  David Schleef  <ds@schleef.org>
28797
28798         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28799         with the code that they would expand to.
28800         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28801         (gst_flacdec_get_src_query_types),
28802         (gst_flacdec_get_src_event_masks):
28803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28804         (gst_gnomevfssrc_get_query_types),
28805         (gst_gnomevfssrc_get_event_mask):
28806
28807 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28808
28809         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28810         (gst_sinesrc_dispose):
28811           fix memleak by properly disposing sinesrc
28812
28813 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28814
28815         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28816         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28817         an overlay to redraw the image because it has been exposed.
28818         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28819         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28820         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28821         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28822         interface
28823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28824         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28825         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28826         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28827         interface
28828
28829 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28830
28831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28832           more memleak fixage
28833
28834 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28835
28836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28837         * gst/typefind/gsttypefindfunctions.c:
28838           fix memleaks shown by gst-typefind
28839
28840 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28841
28842         * common/glib-gen.mak:
28843           add hack rule to touch .Plo files
28844         * gst-libs/gst/colorbalance/Makefile.am:
28845         * gst-libs/gst/mixer/Makefile.am:
28846         * gst-libs/gst/play/Makefile.am:
28847         * gst-libs/gst/tuner/Makefile.am:
28848           remove glib_root variable
28849
28850 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28851
28852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28853           set explicit caps before adding the element, so the autopluggers can
28854           plug correctly.
28855         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28856         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28857         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28858         (dv_type_find):
28859           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28860           argument.
28861
28862 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28863
28864         * gst-libs/gst/colorbalance/Makefile.am:
28865         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28866         * gst-libs/gst/colorbalance/colorbalance.c:
28867         * gst-libs/gst/colorbalance/colorbalance.h:
28868         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28869         * gst-libs/gst/mixer/Makefile.am:
28870         * gst-libs/gst/mixer/mixer-marshal.list:
28871         * gst-libs/gst/mixer/mixer.c:
28872         * gst-libs/gst/mixer/mixer.h:
28873         * gst-libs/gst/mixer/mixermarshal.list:
28874         * gst-libs/gst/play/Makefile.am:
28875         * gst-libs/gst/play/play.h:
28876         * gst-libs/gst/tuner/Makefile.am:
28877         * gst-libs/gst/tuner/tuner-marshal.list:
28878         * gst-libs/gst/tuner/tuner.c:
28879         * gst-libs/gst/tuner/tuner.h:
28880         * gst-libs/gst/tuner/tunermarshal.list:
28881           use new glib-gen.mak snippet to clean up Makefile.am
28882           fix various bugs in Makefile.am's
28883
28884 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28885
28886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28887           handle chain parsing correctly in the multichain case
28888         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28889         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28890         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28891         (theora_dec_chain):
28892           handle events and queries correctly
28893
28894 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28895
28896         * .cvsignore:
28897         Ignore generated file _stdint.h.
28898
28899 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28900
28901         * gst-libs/gst/colorbalance/Makefile.am:
28902         * gst-libs/gst/colorbalance/colorbalance.h:
28903         * gst-libs/gst/mixer/Makefile.am:
28904         * gst-libs/gst/mixer/mixer.h:
28905         * gst-libs/gst/play/Makefile.am:
28906         * gst-libs/gst/play/play.h:
28907         * gst-libs/gst/tuner/Makefile.am:
28908         * gst-libs/gst/tuner/tuner.h:
28909         Generate enum type code with glib-mkenums.
28910         * gst-libs/gst/colorbalance/.cvsignore:
28911         * gst-libs/gst/mixer/.cvsignore:
28912         * gst-libs/gst/play/.cvsignore:
28913         * gst-libs/gst/tuner/.cvsignore:
28914         Ignore generated files.
28915
28916 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28917
28918         * gst-libs/gst/audio/.cvsignore:
28919         Ignore generated file.
28920         * gst-libs/gst/audio/Makefile.am:
28921         Do not install example filter.
28922
28923 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28924
28925         * examples/switch/.cvsignore:
28926         Ignore generated file.
28927
28928 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28929
28930         * common/m4/ax_create_stdint_h.m4:
28931         * configure.ac:
28932           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28933           _stdint.h.
28934         * Makefile.am:
28935           remove generated _stdint.h in DISTCLEANFILES
28936         * ext/a52dec/gsta52dec.c:
28937           include _stdint.h for a52dec. (should fix #133064)
28938
28939 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28940
28941         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28942         (gst_tag_to_vorbis_comments):
28943         Add replaygain support to vorbistag
28944
28945 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28946         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28947         (gst_ffmpeg_caps_to_extradata):
28948           Fix SVQ3 caps flag properties
28949           Use glib macro for bytes swap
28950
28951 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28952
28953         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28954         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28955         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28956         * ext/sndfile/gstsf.c: (plugin_init):
28957         * gst/avi/gstavi.c: (plugin_init):
28958         * sys/dxr3/dxr3init.c: (plugin_init):
28959         * sys/oss/gstossaudio.c: (plugin_init):
28960         * sys/v4l/gstv4l.c: (plugin_init):
28961         * sys/v4l2/gstv4l2.c: (plugin_init):
28962           remove textdomain calls
28963         * po/nl.po:
28964           update Dutch translation
28965
28966 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28967
28968         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28969         (gst_play_set_audio_sink): Moving volume in the audio thread for
28970         instantaneous volume change. Maybe i will add another volume in front
28971         of visualization later, not sure yet though.
28972
28973 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28974
28975         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28976         (gst_ximagesink_handle_xevents): Better X events handling, only take
28977         the latest events for configure and motion.
28978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28979
28980 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28981
28982         reviewed by: David Schleef  <ds@schleef.org>
28983
28984         Fix memory leaks:
28985         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28986         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28987
28988 2004-02-02  David Schleef  <ds@schleef.org>
28989
28990         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28991         of lines.
28992         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28993         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28994         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28995         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28996         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28997         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28998         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28999         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29000         (gst_float2_2_int_link):
29001         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29002         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29003         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29004         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29005         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29006         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29007         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29008         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29009         * testsuite/gst-lint: Add tests for bzero and ;;
29010
29011 2004-02-02  David Schleef  <ds@schleef.org>
29012
29013         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29014
29015 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29016
29017         * ext/aalib/gstaasink.c: (gst_aasink_open):
29018         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29021         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29022         (gst_afsink_close_file):
29023         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29024         (gst_afsrc_close_file):
29025         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29026         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29027         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29028         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29029         * ext/esd/esdmon.c: (gst_esdmon_get):
29030         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29031         * ext/faac/gstfaac.c: (gst_faac_chain):
29032         * ext/faad/gstfaad.c: (gst_faad_chain):
29033         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29034         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29035         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29036         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29037         (gst_flacdec_loop):
29038         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29039         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29042         (gst_gnomevfssink_close_file):
29043         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29044         (gst_gnomevfssrc_open_file):
29045         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29046         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29047         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29048         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29049         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29050         * ext/mad/gstmad.c: (gst_mad_chain):
29051         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29052         * ext/mpeg2dec/gstmpeg2dec.c:
29053         * ext/mpeg2enc/gstmpeg2enc.cc:
29054         * ext/mplex/gstmplex.cc:
29055         * ext/mplex/gstmplexibitstream.cc:
29056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29057         (gst_ogg_demux_push):
29058         * ext/raw1394/gstdv1394src.c:
29059         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29060         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29061         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29062         (gst_sf_loop):
29063         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29064         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29065         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29066         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29068         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29069         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29070         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29071         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29072         (gst_riff_read_element_data), (gst_riff_read_seek),
29073         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29074         * gst/adder/gstadder.c: (gst_adder_loop):
29075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29076         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29077         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29078         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29079         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29080         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29081         * gst/goom/gstgoom.c: (gst_goom_chain):
29082         * gst/id3/gstid3types.c: (gst_id3types_loop):
29083         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29084         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29085         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29086         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29087         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29088         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29089         (gst_ebml_read_float), (gst_ebml_read_header):
29090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29091         (gst_matroska_demux_parse_blockgroup):
29092         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29093         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29094         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29095         * gst/silence/gstsilence.c: (gst_silence_get):
29096         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29097         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29098         * gst/speed/gstspeed.c: (speed_loop):
29099         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29100         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29101         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29102         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29103         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29104         (gst_wavparse_loop):
29105         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29106         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29107         (dxr3audiosink_close):
29108         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29109         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29110         (dxr3videosink_close), (dxr3videosink_write_data):
29111         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29112         * sys/oss/gstosssink.c: (gst_osssink_chain):
29113         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29114         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29117         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29118         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29119         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29120         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29121         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29122         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29123         (gst_v4l_set_audio):
29124         * sys/v4l/v4l_calls.h:
29125         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29126         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29127         (gst_v4lmjpegsink_playback_init),
29128         (gst_v4lmjpegsink_playback_start):
29129         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29130         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29131         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29132         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29133         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29134         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29135         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29136         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29137         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29138         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29139         (gst_v4l2_get_output), (gst_v4l2_set_output),
29140         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29141         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29142         (gst_v4l2_set_attribute):
29143         * sys/v4l2/v4l2_calls.h:
29144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29145         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29146         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29147         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29148         (gst_v4l2src_capture_stop):
29149         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29150         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29151         (gst_ximagesink_chain):
29152         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29153         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29154         (gst_xvideosink_xwindow_new):
29155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29156         (gst_xvimagesink_chain):
29157
29158 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29159
29160         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29161         (gst_volume_get_volume), (volume_class_init), (volume_init),
29162         (volume_chain_int16), (volume_update_volume):
29163         * gst/volume/gstvolume.h:
29164           make code more readable by removing magic numbers
29165           make mixer interface export 0-100 range
29166           make it internally map to 0.0-1.0 range so users don't distort
29167           output by putting the sliders at full volume
29168
29169 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29172         (gst_play_state_change), (gst_play_seek_to_time):
29173         block the tick callback for 0.5 secs after doing a seek
29174
29175 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29176
29177         * gst-libs/gst/play/play.c: (gst_play_new):
29178           check for GError
29179
29180 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29181
29182         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29183         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29184         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29185         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29187         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29188
29189 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29190
29191         * configure.ac:
29192         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29193           check for a function added in vorbis 1.1
29194
29195 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29196
29197         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29198         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29199           really start/stop clock only on PLAYING <=> PAUSED
29200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29201           remove \n from debugging lines
29202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29203           make it work when seeking does not
29204         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29205           reset on DISCONT
29206
29207 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29208
29209         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29210           start clock on PAUSED=>PLAYING, not later
29211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29212           extract correct time for different discont formats
29213         (gst_alsa_sink_get_time):
29214           don't segfault when no format is negotiated yet, just return 0
29215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29216         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29217         (gst_ogg_pad_push):
29218           handle flush and discont events correctly
29219         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29220           handle discont events correctly
29221
29222 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29223
29224         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29225         (gst_play_error_create), (gst_play_error_plugin),
29226         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29227         * gst-libs/gst/play/play.h:
29228           add error handling during creation
29229         * examples/gstplay/player.c: (main):
29230           use new gst_play_new
29231
29232
29233 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29234
29235         * ext/theora/theoradec.c: (theora_dec_chain):
29236           make comments work
29237         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29238         (vorbis_dec_src_event), (vorbis_dec_chain):
29239           add encoder tag, fix tag reading to be more error tolerant, change
29240           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29241           gst_pad_event_default.
29242         * gst/tags/gstvorbistag.c:
29243         (gst_tag_list_from_vorbiscomment_buffer):
29244           undefine function specific define at end of function
29245
29246 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29247
29248         * ext/flac/gstflac.c: (plugin_init):
29249         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29250         * ext/flac/gstflacdec.h:
29251         * ext/flac/gstflacenc.h:
29252           Fix typos
29253
29254 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29255
29256         * examples/gstplay/player.c: s/gstplay.h/play.h/
29257
29258 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29259
29260         * gst-libs/gst/play/Makefile.am:
29261         * gst-libs/gst/play/gstplay.c:
29262         * gst-libs/gst/play/gstplay.h:
29263         * gst-libs/gst/play/play.c:
29264           more surgery, operation complete
29265
29266 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29267
29268         * gst-libs/gst/play/play.old.c:
29269         * gst-libs/gst/play/play.old.h:
29270           after CVS surgery by moving, remove
29271         * gst-libs/gst/play/playpipelines.c:
29272           remove
29273
29274         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29275           add negotiation error
29276
29277 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29278
29279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29280         (gst_ogg_demux_push):
29281           add some seeking debug info
29282           send a flush when seeking
29283
29284 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29285
29286         * configure.ac:
29287           use AC_C_INLINE
29288         * configure.ac:
29289         * ext/Makefile.am:
29290         * ext/theora/Makefile.am:
29291         * ext/theora/theoradec.c:
29292           add theora video decoder. Does just do simple decoding for now and
29293           has been tested against Theora cvs only. It only works when theora
29294           is compiled with --enable-static.
29295         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29296           always reset packetno on DISCONT
29297
29298 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29301           Fix audio.
29302
29303 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * gst/mpegaudioparse/gstmpegaudioparse.c:
29306         (mp3_type_frame_length_from_header):
29307           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29308
29309 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29310
29311         * ext/esd/esdsink.c: (gst_esdsink_init):
29312           Since we have static pad template caps, we don't need to negotiate;
29313           either the core errors out or we know the format.
29314
29315 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29316
29317         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29318         (gst_riff_read_seek):
29319         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29320         (gst_ebml_read_seek):
29321           Fix event handling.
29322
29323 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29324
29325         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29326           removee video/x-theora from vp3 decoder, it doesn't handle raw
29327           theora streams
29328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29329           fix bug with finalizing element that never went to PAUSED
29330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29331           length and position queries were swapped
29332         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29333         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29334         (vorbis_dec_src_event):
29335           implement querying time and bytes
29336
29337 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29338
29339         * just about every source file:
29340           gst_element_error -> GST_ELEMENT_ERROR
29341
29342 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29343
29344         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29345         emiting FLUSH and even before DISCONT.
29346         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29347         get the best instant seeking as possible yay!
29348
29349 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29350
29351         * gst/mpeg1videoparse/gstmp1videoparse.c:
29352         (gst_mp1videoparse_real_chain):
29353           Committed wrong version last week... Grr... Didn't notice until now.
29354
29355 2004-01-29  Julien MOUTTE <julien@moutte.net>
29356
29357         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29359         have_xwindow_id signal in xwindow_create.
29360
29361 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29362
29363         * ext/ogg/gstoggdemux.c:
29364           lots of changes - mainly support for chained bitstreams, seeking,
29365           querying and bugfixes of course
29366         * ext/vorbis/Makefile.am:
29367         * ext/vorbis/vorbisdec.c:
29368         * ext/vorbis/vorbisdec.h:
29369           add vorbisdec raw vorbis decoder
29370         * ext/vorbis/vorbis.c: (plugin_init):
29371           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29372         * gst/intfloat/Makefile.am:
29373         * gst/intfloat/float22int.c:
29374         * gst/intfloat/float22int.h:
29375         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29376           add float2intnew plugin. It converts multichannel interleaved float to
29377           multichannel interleaved int. The name should probably be changed.
29378         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29379         (plugin_init):
29380           add typefinding for raw theora video so oggdemux can detect it.
29381
29382 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29383
29384         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29385         sink element first.
29386         * gst/videoscale/gstvideoscale.c:
29387         (gst_videoscale_handle_src_event): Fixing src event handler.
29388
29389 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29390
29391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29392         (gst_v4lsrc_open), (gst_v4lsrc_close),
29393         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29394         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29395         * sys/v4l/gstv4lsrc.h:
29396         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29397         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29398           Implement resizing... Hack. But that's why v4l is b0rked...
29399
29400 2004-01-28  Julien MOUTTE <julien@moutte.net>
29401
29402         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29403         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29404         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29405         (gst_ximagesink_xwindow_destroy):
29406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29407         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29408         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29409         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29410         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29411         correctly cleaning the image created to check xshm calls on succes,
29412         added a lot of XSync calls in X11 functions, and fixed a segfault when
29413         no image format was defined before negotiation happened.
29414
29415 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29416
29417         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29418           use gst_element_get_time to get correct time
29419
29420 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29421
29422         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29423         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29424         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29426         (gst_xvimagesink_check_xshm_calls),
29427         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29428         X plugins are now able to detect that XShm calls will fail even if the
29429         server claims that it has XShm support (remote displays most of the
29430         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29431         so that we use non XShm functions. This feature is almost useless for
29432         xvimagesink as Xv is not supported on remote displays anyway, but
29433         it might happen than even on the local display XShm calls fail.
29434
29435 2004-01-27  David Schleef  <ds@schleef.org>
29436
29437         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29438         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29439         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29440         changed esdsink to only use 44100,16,2, since esd sucks at rate
29441         conversion and esdsink has had difficulty negotiating.
29442
29443 2004-01-27  Julien MOUTTE <julien@moutte.net>
29444
29445         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29446         (gst_play_seek_to_time): Fixing the way to get current position.
29447
29448 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29449
29450         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29451           use gst_element_get_time to get correct time
29452
29453 2004-01-27  Julien MOUTTE <julien@moutte.net>
29454
29455         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29456         fix ever... Inverting 2 lines of code make spider autoplug correctly
29457         tagged mp3 !
29458
29459 2004-01-27  David Schleef  <ds@schleef.org>
29460
29461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29462         Use gst_pad_try_set_caps_nonfixed().
29463
29464 2004-01-27  David Schleef  <ds@schleef.org>
29465
29466         * gst/ac3parse/gstac3parse.c: update to checklist 5
29467         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29468         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29469         * gst/audioscale/gstaudioscale.c: same
29470         * gst/auparse/gstauparse.c: same
29471         * gst/avi/gstavidemux.c: same
29472
29473 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29474
29475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29476           stop processing after EOS
29477
29478 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29479
29480         * gst/asfdemux/asfheaders.h:
29481         * gst/asfdemux/gstasfdemux.c:
29482         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29483         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29484         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29485           lot's of fixes to make data extraction simpler and get the code
29486           architecture and compiler independant. Add debugging category
29487         * gst/goom/gstgoom.c: (gst_goom_change_state):
29488           reset channel count on PAUSED=>READY, not READY=>PAUSED
29489
29490 2004-01-26  Colin Walters  <walters@verbum.org>
29491
29492         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29493         code to pull a bigger buffer in iradio mode.  This as a side effect
29494         makes typefinding work.
29495
29496 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29497
29498         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29499         Fix SVQ3 decoding on PPC
29500
29501 2004-01-26  Julien MOUTTE <julien@moutte.net>
29502
29503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29504         that one managed to stay there... Fixed.
29505
29506 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29507
29508         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29509         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29510         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29511         (qtdemux_video_caps):
29512         * gst/qtdemux/qtdemux.h:
29513         Add SVQ3 specific flags to qtdemux and ffmpeg
29514
29515 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29516
29517         * gst-libs/gst/audio/audio.h:
29518           remove buffer-frames from audio caps
29519         * gst/audioconvert/gstaudioconvert.c:
29520           fix plugin to really work.
29521
29522 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29523
29524         * gst-libs/gst/mixer/mixer.c:
29525         * gst-libs/gst/propertyprobe/propertyprobe.c:
29526         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29527         (gst_tuner_find_channel_by_name):
29528         * gst-libs/gst/tuner/tuner.h:
29529           Add gtk-doc style comments. Also fix a function name.
29530
29531 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29534         (gst_divxdec_negotiate):
29535           Fix for new capsnego - also fixes gst-player with divxdec.
29536
29537 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29538
29539         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29540         (gst_play_identity_handoff), (gst_play_set_location),
29541         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29542         try in visualization implementation. Still have an issue with switch
29543         blocking when pulling from video_queue and only audio comes out of
29544         spider.
29545         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29546         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29547         release method. And check if the pad is usable before pulling.
29548
29549 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29550
29551         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29552         (gst_videobalance_init),
29553         (gst_videobalance_colorbalance_list_channels),
29554         (gst_videobalance_colorbalance_set_value),
29555         (gst_videobalance_colorbalance_get_value),
29556         (gst_videobalance_update_properties),
29557         (gst_videobalance_update_tables_planar411),
29558         (gst_videobalance_planar411):
29559         * gst/videofilter/gstvideobalance.h:
29560           Implement lookup-tables. +/- 10x faster.
29561
29562 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29563
29564         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29565         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29566           The index reading was broken. The rest worked fine, but the whole
29567           goal of my rewrite was to make avidemux readable, and this was
29568           not at all readable. Please use typed variables.
29569
29570 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29571
29572         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29573           Additional pad usability check.
29574         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29575         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29576         (gst_mp1videoparse_real_chain):
29577           Fix MPEG video stream parsing. The original plugin had several
29578           issues, including not timestamping streams where the source was
29579           not timestamped (this happens with PTS values in mpeg system
29580           streams, but MPEG video is also a valid stream on its own so
29581           that needs timestamps too). We use the display time code for that
29582           for now. Also, if one incoming buffer contains multiple valid
29583           frames, we push them all on correctly now, including proper EOS
29584           handling. Lastly, several potential segfaults were fixed, and we
29585           properly sync on new sequence/gop headers to include them in next,
29586           not previous frames (since they're header for the next frame, not
29587           the previous). Also see #119206.
29588         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29589         (bpf_from_header):
29590           Move caps setting so we only do it after finding several valid
29591           MPEG-1 fraes sequentially, not right after the first one (which
29592           might be coincidental).
29593         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29594         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29595         (plugin_init):
29596           Add unsynced MPEG video stream typefinding, and change some
29597           probability values so we detect streams rightly. The idea is as
29598           follows: I can have an unsynced system stream which contains
29599           video. In the current code, I would randomly get a type for either
29600           system or video stream type found, because the probabilities are
29601           being calculated rather randomly. I now use fixed values, so we
29602           always prefer system stream if that was found (and that is how it
29603           should be). If no system stream was found, we can still identity                the stream as video-only.
29604
29605 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29606
29607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29608         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29609           don't write to buffer. Extract data without the need of
29610           __attribute__ ((packed))
29611
29612 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29613
29614         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29615         (mpeg1_sys_type_find):
29616           Fix MPEG-1 stream typefinding.
29617
29618 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29621           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29622
29623 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29624
29625         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29626         * ext/esd/gstesd.c: (plugin_init):
29627           private debugging, better error reporting
29628
29629 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29632         (gst_riff_read_init), (gst_riff_read_change_state):
29633         * gst-libs/gst/riff/riff-read.h:
29634           Remove stuff fromold metadata system.
29635
29636 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * ext/ogg/gstoggdemux.c:
29639           Fix wrong file comment.
29640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29641         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29642           Add metadata reading properly.
29643
29644 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29645
29646         * ext/Makefile.am:
29647           Fix nas DIST_SUBDIRS
29648           Uraeus:
29649           Fix bug where make distcheck doesn't get run on adding stuff to
29650           the build.
29651
29652 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29655         * ext/divx/gstdivxdec.h:
29656           Fix divx3 ("msmpeg4") playback using divxdec.
29657
29658 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29659
29660         * gst/typefind/gsttypefindfunctions.c:
29661         (mp3_type_frame_length_from_header): fix bug in length computation
29662         (mp3_type_find): improve debugging output
29663
29664 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29665
29666         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29667         (gst_play_set_location), (gst_play_seek_to_time),
29668         (gst_play_set_audio_sink), (gst_play_set_visualization),
29669         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29670         the pipeline from scratch. Visualization is back and switch went out as
29671         i realized it was not possible to use the way i wanted.
29672         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29673         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29674         clearing in state change from READY to NULL. So that one can clean the
29675         X ressources keeping the element.
29676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29677         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29678         (gst_xvimagesink_colorbalance_set_value),
29679         (gst_xvimagesink_colorbalance_get_value),
29680         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29681         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29682         change from READY to NULL and fixed some stupid bugs in colorbalance
29683         get/set values. Also added the following feature : when nobody tries to
29684         set some values to the colorbalance levels before the xcontext is
29685         grabbed, then when creating channels list from Xv attributes we set the
29686         internal values to the Xv defaults. This way we handle buggy Xv drivers
29687         that set default hue values far from the middle of the range (Thanks
29688         to Jon Trowbridge for pointing that issue).
29689         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29690         colorbalance levels have been set before xcontext is grabbed.
29691
29692 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29693
29694         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29695           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29696           it might block operations (which is bad for a mixer).
29697
29698 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29699
29700         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29701         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29702         (gmip_find_type_pre):
29703         * gst-libs/gst/media-info/media-info-priv.h:
29704         * gst-libs/gst/media-info/media-info.c:
29705         (gst_media_info_instance_init), (gst_media_info_read_idler):
29706         add fakesink to get caps on decoder src pad again
29707         fix callback prototype to match new have_type signal signature
29708
29709 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29710
29711         * gst/adder/gstadder.c: (gst_adder_link):
29712           fix non-compile and cut-n-paste code
29713
29714 2004-01-21  David Schleef  <ds@schleef.org>
29715
29716         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29717         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29718         (gst_swfdec_init), (gst_swfdec_change_state):
29719         * ext/swfdec/gstswfdec.h:
29720         Fix negotiation.
29721         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29722         (gst_adder_request_new_pad): Fix negotiation.
29723         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29724         Add a fixate function.
29725         * gst/intfloat/gstfloat2int.c:
29726         * gst/intfloat/gstfloat2int.h:
29727         * gst/intfloat/gstint2float.c:
29728         * gst/intfloat/gstint2float.h:
29729         Completely rewrite the negotiation.  Doesn't quite work yet,
29730         due to some buffer-frames problem.
29731
29732 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29733
29734         * ext/gnomevfs/gstgnomevfssrc.c:
29735         * sys/v4l2/v4l2_calls.h:
29736           fix includes for distcheck
29737
29738 2004-01-21  Christian Schaller <uraeus@gnome.org>
29739
29740         * ext/nas/
29741         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29742         based on earlier patch from Laurent Vivier
29743
29744 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29745
29746         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29747         Fix wma caps property
29748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29749         Fix typo (flags1 and flags2)
29750
29751 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29752
29753         * gst-libs/gst/media-info/media-info-priv.c:
29754         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29755         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29756         (gmip_find_stream), (gmip_find_track_metadata),
29757         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29758         (gmip_find_track_format):
29759         * gst-libs/gst/media-info/media-info-priv.h:
29760         * gst-libs/gst/media-info/media-info-test.c: (main):
29761         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29762         (gst_media_info_read_idler), (gst_media_info_read):
29763         * gst-libs/gst/media-info/media-info.h:
29764           register debugging category and use it for debugging
29765
29766 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29767
29768         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29769         (gst_vorbisfile_new_link):
29770           signal streaminfo through tags
29771
29772 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29773
29774         * ext/mplex/gstmplex.cc:
29775         * ext/mplex/gstmplexibitstream.cc:
29776           g++ doesn't like NULL in our i18n/error macros, should be
29777           either (NULL) or ("").
29778
29779 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * sys/dxr3/dxr3audiosink.c:
29782         * sys/dxr3/dxr3init.c:
29783         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29784         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29785           Fix more error error error errors (missing includes here).
29786
29787 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29790           fix thomas' error errors.
29791
29792 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29793
29794         * ext/mpeg2enc/gstmpeg2enc.cc:
29795           fix error errors.
29796
29797 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29800         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29801           Fix for new error system.
29802
29803 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29804
29805         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29806           fix for new error reporting
29807
29808 2004-01-20  David Schleef  <ds@schleef.org>
29809
29810         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29811         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29812         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29813         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29814         and neither is 100+, most likely.
29815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29816         (gst_xvimagesink_getcaps): same
29817
29818 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29819
29820         * configure.ac:
29821           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29822           clashes with ffmpeg.
29823
29824 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29825
29826         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29827         (gst_switch_init): Fixed switch element : proxying link and setting
29828         caps from src to sink on request.
29829
29830 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29831
29832         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29833         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29834         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29835         fix element_error
29836
29837 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29838
29839         * sys/v4l/v4l_calls.h:
29840         * sys/v4l2/v4l2_calls.h:
29841           element_error fixes
29842
29843 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29844
29845         * gst-libs/gst/gst-i18n-plugin.h:
29846           add locale.h
29847           remove config.h inclusion
29848
29849 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29850
29851         * autogen.sh:
29852           adding autopoint invocation
29853         * Makefile.am:
29854         * configure.ac:
29855         * gst-libs/gst/gettext.h:
29856           adding gettext bits
29857         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29858         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29859         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29860         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29861         (gst_gnomevfssink_close_file):
29862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29863         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29864         * gst-libs/gst/gst-i18n-plugin.h:
29865         * gst/avi/gstavi.c: (plugin_init):
29866         * sys/dxr3/dxr3init.c: (plugin_init):
29867         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29868         * sys/oss/gstossaudio.c: (plugin_init):
29869         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29870         * sys/v4l/gstv4l.c: (plugin_init):
29871         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29872         * sys/v4l2/gstv4l2.c: (plugin_init):
29873         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29874         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29875         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29876         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29877         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29878         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29879           make sure locale and translation domain are set
29880           fix translated strings
29881         * po/.cvsignore:
29882         * po/LINGUAS:
29883         * po/Makevars:
29884         * po/POTFILES.in:
29885         * po/nl.po:
29886           put translation files into place
29887         * sys/xvideo/imagetest.c: (main):
29888         * ext/dv/demo-play.c: (main):
29889           fix unnecessary translations
29890
29891 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29892
29893         * ext/sndfile/gstsf.c:
29894         * gst/avi/gstavimux.c:
29895         * ext/audiofile/gstafsink.c:
29896         * ext/audiofile/gstafsrc.c:
29897         * ext/gnomevfs/gstgnomevfssink.c:
29898         * ext/gnomevfs/gstgnomevfssrc.c:
29899         * sys/oss/gstosselement.c:
29900         * sys/v4l/v4l_calls.h:
29901           fix i18n include
29902
29903 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29904
29905         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29906         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29907         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29908         (gst_v4l2_get_output), (gst_v4l2_set_output),
29909         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29910         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29911         (gst_v4l2_set_attribute):
29912         update to new error handling
29913
29914 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29915
29916         * ext/sidplay/gstsiddec.cc:
29917         * gst/modplug/gstmodplug.cc:
29918           parenthese NULL because C++ seems angry about it
29919
29920 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29921
29922         * gst-libs/gst/gst-i18n-plugin.h:
29923           add skeleton i18n stuff, but needs to be further implemented
29924
29925 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29926
29927         * examples/gstplay/player.c: (main):
29928         * ext/aalib/gstaasink.c: (gst_aasink_open):
29929         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29930         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29931         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29932         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29933         (gst_afsink_close_file):
29934         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29935         (gst_afsrc_close_file):
29936         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29937         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29938         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29939         * ext/esd/esdmon.c: (gst_esdmon_get):
29940         * ext/esd/esdsink.c: (gst_esdsink_chain):
29941         * ext/faac/gstfaac.c: (gst_faac_chain):
29942         * ext/faad/gstfaad.c: (gst_faad_chain):
29943         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29944         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29945         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29946         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29947         (gst_flacdec_loop):
29948         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29949         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29950         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29951         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29952         (gst_gnomevfssink_close_file):
29953         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29954         (gst_gnomevfssrc_open_file):
29955         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29956         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29957         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29958         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29959         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29960         * ext/mad/gstmad.c: (gst_mad_chain):
29961         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29962         * ext/mpeg2dec/gstmpeg2dec.c:
29963         * ext/mpeg2enc/gstmpeg2enc.cc:
29964         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29965         * ext/mplex/gstmplex.cc:
29966         * ext/mplex/gstmplexibitstream.cc:
29967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29968         (gst_ogg_demux_push), (gst_ogg_pad_push):
29969         * ext/raw1394/gstdv1394src.c:
29970         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29971         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29972         * ext/sidplay/gstsiddec.cc:
29973         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29974         (gst_sf_loop):
29975         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29976         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29977         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29979         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29980         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29981         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29982         * gst-libs/gst/Makefile.am:
29983         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29984         (gst_riff_read_element_data), (gst_riff_read_seek),
29985         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29986         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29988         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29989         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29990         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29991         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29992         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29993         * gst/goom/gstgoom.c: (gst_goom_chain):
29994         * gst/id3/gstid3types.c: (gst_id3types_loop):
29995         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29996         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29997         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29998         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29999         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30000         (gst_ebml_read_float), (gst_ebml_read_header):
30001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30002         (gst_matroska_demux_parse_blockgroup):
30003         * gst/modplug/gstmodplug.cc:
30004         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30005         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30006         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30007         * gst/silence/gstsilence.c: (gst_silence_get):
30008         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30009         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30010         * gst/speed/gstspeed.c: (speed_loop):
30011         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30012         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30013         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30014         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30015         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30016         (gst_wavparse_loop):
30017         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30018         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30019         (dxr3audiosink_close):
30020         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30021         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30022         (dxr3videosink_close), (dxr3videosink_write_data):
30023         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30024         * sys/oss/gstosselement.h:
30025         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30026         (gst_osssink_chain):
30027         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30031         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30032         (gst_v4l_enable_overlay):
30033         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30034         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30035         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30036         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30037         (gst_v4l_set_audio):
30038         * sys/v4l/v4l_calls.h:
30039         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30040         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30041         (gst_v4lmjpegsink_playback_init),
30042         (gst_v4lmjpegsink_playback_start):
30043         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30044         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30045         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30046         (gst_v4lmjpegsrc_requeue_frame):
30047         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30048         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30049         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30050         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30052         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30053         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30054         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30055         (gst_v4l2src_capture_stop):
30056         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30057         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30058         (gst_ximagesink_chain):
30059         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30060         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30061         (gst_xvideosink_xwindow_new):
30062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30063         (gst_xvimagesink_chain):
30064         use new error signal, function and categories
30065
30066 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30067
30068         * configure.ac:
30069         * ext/Makefile.am:
30070         * ext/musicbrainz/gsttrm.c:
30071         * ext/musicbrainz/gsttrm.h:
30072         * ext/musicbrainz/Makefile.am:
30073         Add a trm plugin
30074
30075 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30076
30077         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30078         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30079         synchronous property for debugging.
30080         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30082         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30083         smaller block, fixing indent.
30084
30085 2004-01-16  David Schleef  <ds@schleef.org>
30086
30087         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30088         property affects the video stream.
30089         * sys/xvimage/xvimagesink.c:
30090         * sys/xvimage/xvimagesink.h:
30091         Add synchronous property for debugging.  Should probably be
30092         disabled in non-CVS builds.  Make sure that the Xv attribute
30093         exists before we set it (crash!).  Fix a silly float bug that
30094         caused colorbalance to just not work.
30095
30096 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30097
30098         * tools/gst-launch-ext.in - update for new plugins
30099
30100 2004-01-16  David Schleef  <ds@schleef.org>
30101
30102         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30103         already-freed caps.
30104
30105 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30106
30107         * Update spec for new colorspace plugin and libcaca plugin
30108         * Fix compilation of libcaca plugin (clock -> id)
30109
30110 2004-01-16  Julien MOUTTE <julien@moutte.net>
30111
30112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30113         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30114         (gst_xvimagesink_set_xwindow_id),
30115         (gst_xvimagesink_colorbalance_set_value),
30116         (gst_xvimagesink_colorbalance_get_value),
30117         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30118         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30119         correct colorbalance properties. They can now be set when the element
30120         is still in NULL state. The values will be committed to the Xv Port
30121         when xcontext is initialized.
30122         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30123         brightness int values in the GstXvImagesink structure.
30124
30125 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30126
30127         * gst-libs/gst/Makefile.am:
30128           restructure so having local patches works easier.
30129
30130 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30131
30132         * ext/mpeg2enc/Makefile.am:
30133         * ext/mpeg2enc/gstmpeg2enc.cc:
30134         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30135           Bugfix with respect to EOS handling.
30136
30137 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30140           Link with right caps (else, it segfaults).
30141         * ext/mplex/gstmplexjob.cc:
30142           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30143
30144 2004-01-15  David Schleef  <ds@schleef.org>
30145
30146         * gst-libs/gst/audio/Makefile.am:
30147         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30148         from the template.
30149         * gst-libs/gst/audio/gstaudiofilter.c:
30150         * gst-libs/gst/audio/gstaudiofilter.h:
30151         Add bytes_per_sample and size and n_samples calculation.
30152         * gst-libs/gst/audio/gstaudiofilterexample.c:
30153         Remove, now autogenerated.
30154         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30155         Moved from gstaudiofilterexample, object name changed, code added
30156         so that it actually works.
30157         * gst-libs/gst/audio/make_filter:
30158         Script to build an audiofilter subclass from the template.
30159         * gst/colorspace/Makefile.am:
30160         * gst/colorspace/yuv2yuv.c:
30161         Remove file, since it's GPL, and we don't use it.
30162
30163 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30164
30165         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30167         them use the buffer free function to test how the buffer was allocated.
30168
30169 2004-01-15  David Schleef  <ds@schleef.org>
30170
30171         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30172         that handles osssink fallback.
30173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30174         (gst_audio_convert_getcaps):
30175         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30176         Add audio/x-qdm2 for QDM2 audio.
30177         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30178         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30180         Decrease minimum size to 16x16.
30181         * gst/wavparse/gstwavparse.c:
30182         Convert disabled pad template caps to new caps.
30183         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30185         (gst_xvimagesink_chain): Throw element error when display cannot
30186         be opened.  Increase minimum framerate to 1.0.  Check the data
30187         free function on a buffer to make sure it is the type we expect
30188         before manipulating it.
30189
30190 2004-01-15  Julien MOUTTE <julien@moutte.net>
30191
30192         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30193         (gst_videobalance_colorbalance_set_value): Implement passthru if
30194         settings are in the middle.
30195         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30196
30197 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30198
30199         * gst/videofilter/Makefile.am:
30200         * gst/volume/Makefile.am:
30201           Since we use videofilter symbols, link to it.
30202
30203 2004-01-15  Julien MOUTTE <julien@moutte.net>
30204
30205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30206         mixer interface type to HARDWARE.
30207         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30208         type to SOFTWARE.
30209         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30210         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30211         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30212         (gst_volume_interface_init), (gst_volume_list_tracks),
30213         (gst_volume_set_volume), (gst_volume_get_volume),
30214         (gst_volume_set_mute), (gst_volume_mixer_init),
30215         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30216         (volume_init): Implementing mixer interface.
30217         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30218         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30219         (gst_osselement_change_state): Removing some trailing commas in
30220         structures.
30221         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30222         interface type to HARDWARE.
30223         * sys/v4l/gstv4lcolorbalance.c:
30224         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30225         type to HARDWARE.
30226         * sys/v4l2/gstv4l2colorbalance.c:
30227         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30228         interface type to HARDWARE.
30229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30230         same code than ximagesink for event handling.
30231
30232 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30233
30234         * ext/snapshot/Makefile.am:
30235         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30236         (gst_snapshot_chain):
30237         * ext/snapshot/gstsnapshot.h:
30238           This has to be a joke... Snapshot should be connected to a tee,
30239           colorspace element before it and EOS after that, where the other
30240           src of the tee receives normal data.
30241           The current way is *wrong*.
30242
30243 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30244
30245         * ext/hermes/gsthermescolorspace.c:
30246           Fix another compile error. Same as below.
30247
30248 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30249
30250         * gst/colorspace/gstcolorspace.c:
30251         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30252         (gst_colorspace_i420_to_yv12):
30253           Fix compiling... Didn't test if it actually works.
30254
30255 2004-01-15  David Schleef  <ds@schleef.org>
30256
30257         * configure.ac:
30258         * gst/colorspace/Makefile.am:
30259         * gst/colorspace/gstcolorspace.c:
30260         * gst/colorspace/gstcolorspace.h:
30261         * gst/colorspace/yuv2rgb.c:
30262         * gst/colorspace/yuv2rgb.h:
30263         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30264         code and GPL code.  Fix for new caps negotiation.  Rewrite
30265         much of the format handling code, and some of the conversion
30266         code.  Basically, rewrote almost everything.  This element
30267         handles I420, YV12 to RGB conversions.
30268         * ext/hermes/Makefile.am:
30269         * ext/hermes/gsthermescolorspace.c:
30270         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30271         Remove non-Hermes related code.  This element handles lots of
30272         RGB to RGB conversions, but no YUV.
30273         * ext/hermes/gstcolorspace.c:
30274         * ext/hermes/gstcolorspace.h:
30275         * ext/hermes/rgb2yuv.c:
30276         * ext/hermes/yuv2rgb.c:
30277         * ext/hermes/yuv2rgb.h:
30278         * ext/hermes/yuv2rgb_mmx16.s:
30279         * ext/hermes/yuv2yuv.c:
30280         * ext/hermes/yuv2yuv.h:
30281         Remove old code.
30282
30283 2004-01-14  Colin Walters  <walters@verbum.org>
30284
30285         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30286         they've already been.
30287
30288 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30289
30290         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30291           assume tag mode when pad is not connected
30292
30293 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30294
30295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30296           Don't update the time of the clock
30297         (gst_alsa_sink_loop):
30298           sync to the clock given to alsasink, not the own clock
30299         * sys/oss/gstosssink.c: (gst_osssink_chain):
30300           sync to the clock
30301         (gst_osssink_change_state):
30302           activate the clock
30303         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30305           remove bogus code that made DISCONT events unhandled
30306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30307           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30308           #131502)
30309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30310         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30311         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30312           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30313           2nd warning in bug #131502)
30314
30315 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30316
30317         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30318         (gst_videobalance_colorbalance_set_value),
30319         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30320         for colorbalance interface implementation.
30321         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30322         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30323         (gst_ximagesink_dispose), (gst_ximagesink_init),
30324         (gst_ximagesink_class_init): Adding DISPLAY property.
30325         * sys/ximage/ximagesink.h: Adding display_name to store display.
30326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30327         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30328         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30329         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30330         properties (they still need polishing though for gst-launch use : no
30331         xcontext yet, i ll do that tomorrow).
30332         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30333
30334 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30335
30336         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30337         (gst_play_set_location), (gst_play_set_visualization): Preparing
30338         switch integration, adding videobalance in the pipeline.
30339
30340 2004-01-14  Julien MOUTTE <julien@moutte.net>
30341
30342         * gst-libs/gst/colorbalance/colorbalance.c:
30343         (gst_color_balance_class_init): Adding a default type.
30344         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30345         the type.
30346         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30347         (gst_videobalance_dispose), (gst_videobalance_class_init),
30348         (gst_videobalance_init), (gst_videobalance_interface_supported),
30349         (gst_videobalance_interface_init),
30350         (gst_videobalance_colorbalance_list_channels),
30351         (gst_videobalance_colorbalance_set_value),
30352         (gst_videobalance_colorbalance_get_value),
30353         (gst_videobalance_colorbalance_init): Implementing colorbalance
30354         interface.
30355         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30356         list.
30357         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30358         bug which was triggering a BadAccess X error when setting an overlay
30359         before pad was really negotiated.
30360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30361         Using the colorbalance type macro.
30362
30363 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30364
30365         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30366         (gst_flacenc_chain):
30367           handle tags correctly
30368         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30369           extract ID3v1 tags correctly
30370
30371 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30372
30373         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30374         (plugin_init):
30375           Improve matroska typefinding for odd-typed headers...
30376
30377 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30378
30379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30380           Fix for using incremental number on padnames.
30381
30382 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30383
30384         * ext/divx/gstdivxdec.c:
30385         * ext/divx/gstdivxenc.c:
30386           Set category to divx4linux instead of divx (too generic).
30387         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30388         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30389         (gst_wavparse_loop), (gst_wavparse_change_state):
30390         * gst/wavparse/gstwavparse.h:
30391           fix parsing of WAV files with non-standard fmt-tag size and fix
30392           skipping of unrecognized chunks... Someone please fix this thing
30393           to use rifflib so all this is automated.
30394         * sys/v4l/Makefile.am:
30395         * sys/v4l2/Makefile.am:
30396           Add X_CFLAGS because we depend on X (for overlay).
30397
30398 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30399
30400         * ext/mpeg2dec/gstmpeg2dec.c:
30401           Don't issue a timestamp unless we tagged the frame
30402           with a PTS.
30403
30404 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30405
30406         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30407           Query the audio element to get the time, not the clock. We're
30408           interested in the element's time here.
30409
30410 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30411
30412         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30413         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30414         * ext/esd/esdsink.c: (gst_esdsink_chain):
30415         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30416         * ext/mas/massink.c: (gst_massink_chain):
30417         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30419         (gst_matroska_demux_parse_metadata):
30420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30421         (gst_mpeg_parse_release_locks):
30422         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30423         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30424         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30425         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30426         (gst_osssink_change_state):
30427         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30428         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30429         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30430         (gst_xvideosink_release_locks):
30431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30432           use element time.
30433         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30434         (gst_alsa_clock_stop):
30435         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30436         (gst_audio_clock_get_internal_time):
30437           simplify for use with new clocking code.
30438         * testsuite/alsa/Makefile.am:
30439         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30440           fix testsuite for new caps system
30441
30442 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30443
30444         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30445         * ext/flac/gstflacenc.c: (add_one_tag):
30446           length is already host endian, no need to convert. Fixes playback of
30447           tagged files on PPC. (bug #128384)
30448
30449 2004-01-13  Julien MOUTTE <julien@moutte.net>
30450
30451         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30452         colorbalance interface stating if it is hardware based or software
30453         based.
30454         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30455         Removing a trailing comma.
30456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30457         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30458         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30459         the documentation seems to be wrong on the -1000 to 1000 interval.
30460
30461 2004-01-12  David Schleef  <ds@schleef.org>
30462
30463         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30464         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30465         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30466         Fix negotiation.  Add a bufferalloc function for the sink pad,
30467         and generally clean up some of the code.
30468
30469 2004-01-12  Julien MOUTTE <julien@moutte.net>
30470
30471         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30472         (gst_color_balance_channel_dispose): Adding safety check in dispose
30473         method.
30474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30475         (gst_xvimagesink_xcontext_clear),
30476         (gst_xvimagesink_interface_supported),
30477         (gst_xvimagesink_colorbalance_list_channels),
30478         (gst_xvimagesink_colorbalance_set_value),
30479         (gst_xvimagesink_colorbalance_get_value),
30480         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30481         Adding colorbalance interface support to set XV parameters such as
30482         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30483         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30484         interface.
30485
30486 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30487
30488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30489         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30490         (gst_audio_convert_init), (gst_audio_convert_set_property),
30491         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30492         (gst_audio_convert_link),
30493         (gst_audio_convert_buffer_to_default_format),
30494         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30495           - implement _getcaps and use it
30496           - improve linking
30497           - remove float caps since no float conversion is actually done
30498           - remove properties and arguments that were to be used for rate
30499             conversion
30500
30501 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30502
30503         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30504         (gst_audio_structure_set_int):
30505         * gst-libs/gst/audio/audio.h:
30506           add helper functions for _getcaps matching the standard audio
30507           templates
30508
30509 2004-01-12  David Schleef  <ds@schleef.org>
30510
30511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30512         Test that pad is negotiated before getting its caps.
30513
30514 2004-01-12  Julien MOUTTE <julien@moutte.net>
30515
30516         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30517         analyzing the pads of an element the bin is mostly in READY state so
30518         no caps were negotiated. This helper function needs to work with
30519         _get_caps directly then. I was not freeing them though, added that to
30520         fix the mem leak.
30521
30522 2004-01-12  Julien MOUTTE <julien@moutte.net>
30523
30524         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30526         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30527         than the free_func.
30528
30529 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30530
30531         * sys/oss/gstossaudio.c: (plugin_init):
30532         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30533         * sys/oss/gstosselement.h:
30534           make an oss debugging category
30535           make failure more descriptive
30536
30537 2004-01-11  David Schleef  <ds@schleef.org>
30538
30539         * ext/ffmpeg/gstffmpeg.c:
30540         * ext/ffmpeg/gstffmpegcodecmap.c:
30541         * ext/ffmpeg/gstffmpegdec.c:
30542         * ext/ffmpeg/gstffmpegenc.c:
30543         * ext/ffmpeg/gstffmpegprotocol.c:
30544         * ext/gdk_pixbuf/gstgdkanimation.c:
30545         * ext/jpeg/gstjpeg.c:
30546         * ext/libpng/gstpng.c:
30547         * ext/mpeg2dec/perftest.c:
30548         * ext/speex/gstspeex.c:
30549         * gst-libs/gst/resample/dtos.c:
30550         * gst/intfloat/gstintfloatconvert.c:
30551         * gst/oneton/gstoneton.c:
30552         * gst/rtjpeg/RTjpeg.c:
30553         * gst/rtp/gstrtp.c:
30554         * sys/dxr3/dxr3init.c:
30555         * sys/glsink/gstgl_nvimage.c:
30556         * sys/glsink/gstgl_pdrimage.c:
30557         * sys/glsink/gstglsink.c:
30558         * testsuite/gst-lint:
30559         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30560
30561 2004-01-11  David Schleef  <ds@schleef.org>
30562
30563         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30564         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30565         * ext/gdk_pixbuf/gstgdkanimation.c:
30566         (gst_gdk_animation_iter_create_pixbuf):
30567         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30568         (gst_gdk_pixbuf_chain):
30569         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30570         * ext/jack/gstjack.c: (gst_jack_change_state):
30571         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30572         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30573         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30574         * gst/videofilter/gstvideofilter.c:
30575         (gst_videofilter_set_output_size):
30576         Remove all usage of gst_pad_get_caps(), and replace it with
30577         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30578
30579 2004-01-11  David Schleef  <ds@schleef.org>
30580
30581         * configure.ac:
30582         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30583         * ext/divx/gstdivxdec.c:
30584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30585         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30586         handle images that span multiple buffers.  Now work with both
30587         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30588         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30589         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30590         video/video.h changes
30591         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30593         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30594         of GstData free function.
30595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30596         same.
30597
30598 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30599
30600         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30601         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30602         (gst_v4l2element_get_property):
30603         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30604           add norm, channel and frequency properties.
30605         * sys/v4l2/gstv4l2tuner.c:
30606           fixes for tuner interface changes
30607         * sys/v4l2/gstv4l2element.h:
30608         * sys/v4l2/gstv4l2src.c:
30609         * sys/v4l2/gstv4l2src.h:
30610         * sys/v4l2/v4l2src_calls.c:
30611         * sys/v4l2/v4l2src_calls.h:
30612           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30613
30614 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30615
30616         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30617         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30618         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30619         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30620         * gst-libs/gst/tuner/tuner.h:
30621           GObjects aren't const.
30622           Add find_by_name functions.
30623           Add checks to _changed functions.
30624         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30625         (gst_v4l_tuner_get_norm):
30626           Fixes for above.
30627
30628 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30629
30630         * gst-libs/gst/video/video.h:
30631           Fix caps template names to be understandable.
30632           Prefix everything with GST_VIDEO.
30633         * ext/aalib/gstaasink.c:
30634         * ext/divx/gstdivxdec.c:
30635         * ext/divx/gstdivxenc.c:
30636         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30637         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30638         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30639         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30640         * ext/libcaca/gstcacasink.c:
30641         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30642         * ext/snapshot/gstsnapshot.c:
30643         * ext/swfdec/gstswfdec.c:
30644         * ext/xvid/gstxviddec.c:
30645         * ext/xvid/gstxvidenc.c:
30646         * gst/chart/gstchart.c:
30647         * gst/deinterlace/gstdeinterlace.c:
30648         * gst/effectv/gsteffectv.c:
30649         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30650         * gst/goom/gstgoom.c:
30651         * gst/median/gstmedian.c:
30652         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30653         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30654         * gst/overlay/gstoverlay.c:
30655         * gst/smooth/gstsmooth.c:
30656         * gst/smpte/gstsmpte.c:
30657         * gst/synaesthesia/gstsynaesthesia.c:
30658         * gst/videocrop/gstvideocrop.c:
30659         * gst/videodrop/gstvideodrop.c:
30660         * gst/y4m/gsty4mencode.c:
30661         * sys/qcam/gstqcamsrc.c:
30662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30663           Make them work with new video.h file.
30664         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30665         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30667         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30668           Make it work with new buffer allocation system.
30669
30670 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30671
30672         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30673         pad_alloc_buffer implementation to use ->srcpad
30674         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30675         pad_alloc_buffer implementation to use ->srcpad
30676         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30677         pad_alloc_buffer implementation to use ->srcpad
30678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30679         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30680         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30681         a reference to everything we need.
30682         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30684         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30685         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30686         a reference to everything we need.
30687         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30688
30689 2004-01-11  David Schleef  <ds@schleef.org>
30690
30691         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30692         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30693         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30694         structure members.
30695         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30696         value during a resize/renegotiation.
30697         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30698         gst_pad_alloc_buffer();
30699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30700         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30701         structure members.
30702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30703         Fix for rename of buffer private structure members.
30704         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30705         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30706         Fix for rename of buffer private structure members.
30707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30708         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30709         Fix for rename of buffer private structure members.
30710
30711 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30712
30713         reviewed by: David Schleef <ds@schleef.org>
30714
30715         * gst/videofilter/Makefile.am:
30716         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30717         from the patch by ds to fit in with recent make_filter changes.
30718
30719 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30720
30721         * configure.ac: Adding examples/switch/Makefile
30722         * examples/Makefile.am: Adding examples/switch
30723         * examples/switch/Makefile.am: Adding switcher example.
30724         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30725         (switch_timer), (main): Adding an example demonstrating switch usage
30726         with 2 videotestsrc showing different patterns.
30727         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30728         (gst_switch_init): Fixing switch with the new caps system.
30729
30730 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30731
30732         * gst-libs/gst/video/video.h:
30733           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30734           They should probably be like
30735           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30736
30737 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30738
30739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30740         (qtdemux_parse_trak):
30741           fix audio chunk size/timestamp calculation
30742
30743 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30744
30745         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30746           fix SVQ3 caps
30747
30748 2004-01-11  Steve Baker  <steve@stevebaker.org>
30749
30750         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30751         (gst_agingtv_base_init), (gst_agingtv_class_init),
30752         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30753         (gst_agingtv_set_property), (gst_agingtv_get_property):
30754         Port agingTV to videofilter
30755
30756 2004-01-09  Julien MOUTTE <julien@moutte.net>
30757
30758         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30759         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30760
30761 2004-01-09  Julien MOUTTE <julien@moutte.net>
30762
30763         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30764         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30765         * gst-libs/gst/xoverlay/xoverlay.c:
30766         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30767         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30768         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30769         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30770         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30771         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30772         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30773         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30774         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30775         interface implementation to handle xid being 0 and fix some bugs
30776         triggered by Benjamin's testcase.
30777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30778         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30779         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30780         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30781         interface implementation to handle xid being 0 and fix some bugs
30782         triggered by Benjamin's testcase.
30783
30784 2004-01-09  David Schleef  <ds@schleef.org>
30785
30786         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30787         mouse pointer events.  It works.
30788
30789 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30790
30791         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30792           Use explicit caps - fix capsnego.
30793         * ext/xvid/gstxviddec.c:
30794         * ext/xvid/gstxvidenc.c:
30795           Remove macro-inside-macro which caused compile errors.
30796         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30797           Error out if it's not a RIFF file. Else we error out without
30798           gst_element_error() which is not good...
30799
30800 2004-01-08  David Schleef  <ds@schleef.org>
30801
30802         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30803         Fix pad_link function to handle formats that ffmpeg returns
30804         as multiple caps structures.
30805         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30806         Only complain if source buffer is _smaller_ than expected.
30807         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30808         (gst_videoscale_handle_src_event): Resize navigation events
30809         when passing them upstream.
30810         * gst/videotestsrc/gstvideotestsrc.c:
30811         * gst/videotestsrc/gstvideotestsrc.h:
30812         * gst/videotestsrc/videotestsrc.c:
30813         * gst/videotestsrc/videotestsrc.h:
30814         Rewrite many of the buffer painting functions to handle odd
30815         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30816         been verified to work with my video card.
30817         * testsuite/gst-lint:  Add check for elements calling
30818         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30819
30820 2004-01-08  David Schleef  <ds@schleef.org>
30821
30822         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30823         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30824
30825 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30826
30827         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30828         configure event is not emiting the desired size signal. That fixes
30829         aspect ratio issues with gst-player.
30830
30831 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30832
30833         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30834           Fix capsnego.
30835
30836 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30837
30838         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30839         public method to fire size signal.
30840
30841 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30842
30843         * examples/gstplay/Makefile.am: Adding the interface library.
30844         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30845         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30846         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30847         GST_IS_X_OVERLAY before signal connect.
30848         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30849         Removing the have_video_size signal.
30850         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30851         and associated public method.
30852         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30853         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30854         signal.
30855         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30856         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30857         signal.
30858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30859         Using XOverlay public method to fire size signal.
30860
30861 2004-01-07  David Schleef  <ds@schleef.org>
30862
30863         * gst/videofilter/Makefile.am:
30864         * gst/videofilter/gstvideotemplate.c:
30865         * gst/videofilter/make_filter:
30866         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30867         Convert make_filter to /bin/sh script.
30868
30869 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30870
30871         * gst/modplug/gstmodplug.cc: fix element description
30872
30873 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30874
30875         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30876         (got_video_size): Adding some new lines in g_print calls.
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30878         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30879         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30880         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30881         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30882         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30883         Complete code review, reverting some stuff i disagree with, adding
30884         some fixes : time synchronization on invalid timestamps, renegotiation
30885         of private window.
30886         * sys/ximage/ximagesink.h:
30887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30888         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30889         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30890         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30891         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30892         (gst_xvimagesink_buffer_new),
30893         (gst_xvimagesink_navigation_send_event),
30894         (gst_xvimagesink_set_xwindow_id),
30895         (gst_xvimagesink_get_desired_size),
30896         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30897         stuff i disagree with, adding some fixes : Renegotiation of private
30898         window, implementing get_desired_size.
30899
30900 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30901
30902         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30903         (gst_afsink_handle_event):
30904         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30905         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30906         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30907         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30908         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30909           Fix for instantiate-test (see core). Also remove dead code from
30910           jpegenc (which still needs fixing, but that's lower on my TODO
30911           list...).
30912         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30913           Never return NULL as caps.
30914
30915 2004-01-07  David Schleef  <ds@schleef.org>
30916
30917         * configure.ac:
30918         * ext/Makefile.am:
30919         * ext/librfb/Makefile.am:
30920         * ext/librfb/gstrfbsrc.c:
30921         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30922         is the protocol used by VNC.
30923
30924 2004-01-07  David Schleef  <ds@schleef.org>
30925
30926         * gst/videofilter/gstvideotemplate.c:
30927         * gst/videofilter/gstvideotemplate.h:
30928         * gst/videofilter/make_filter:
30929         Merge videotemplate header into source file.
30930         * gst/effectv/Makefile.am:
30931         * gst/effectv/gsteffectv.c: (plugin_init):
30932         * gst/effectv/gstwarp.c:
30933         Make warpTV a subclass of videofilter.
30934
30935 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30936
30937         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30938           Add guard against invalid utf-8 conversions in mad. Just in case.
30939
30940 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30941
30942         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30943           Fix for bug shown by poisoning
30944
30945 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30946
30947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30948         (gst_v4lmjpegsrc_buffer_free):
30949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30950         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30951         (gst_v4lsrc_buffer_free):
30952           Fix for removed bufferpools.
30953
30954 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30955
30956         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30957         Fix caps negotiation.
30958
30959         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30960         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30961         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30962         (dvdnavsrc_event):
30963         * ext/mpeg2dec/gstmpeg2dec.c:
30964         * gst-libs/gst/navigation/navigation.c:
30965         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30966         * gst-libs/gst/navigation/navigation.h:
30967         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30968         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30970         Super-simple first version of mouse and keyboard events. Clicking
30971         on a DVD menu now works, although it may not take you where you
30972         expected.
30973
30974         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30975         * gst/videotestsrc/gstvideotestsrc.c:
30976         (gst_videotestsrc_src_fixate):
30977         These fixate functions were broken - they never actually
30978         fixated :)
30979
30980 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30981
30982         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30983         (gst_icecastsend_init):
30984           fix for new caps system.
30985         * gst-libs/gst/mixer/mixertrack.h:
30986         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30987           Add 'master track' flag (for tools like ACME that only want to
30988           change the main volume).
30989
30990 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30991
30992         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30993         (gst_xvid_csp_to_caps):
30994         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30995         * ext/xvid/gstxvidenc.c:
30996         ifdef out ARGB type when it isn't available
30997         in xvidcore 1.0.0beta2
30998
30999 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31000
31001         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31002           When we have received a new SCR right in the first buffer after
31003           a seek (so in the same cycle that handles the discont), we should
31004           handle the buffer instead of unreffing it, else we lose data.
31005
31006 2004-01-06  Iain <iain@prettypeople.org>
31007
31008         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31009           buffer-frames caps too.
31010
31011         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31012           caps that we need, don't destroy them all and rebuild them. And when
31013           creating src pads, use the src pad template rather than the sink...
31014
31015 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31016
31017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31018           Add pad to element *after* setting functions such as event handler.
31019           Without this, the scheduler (opt) will link pads, set the event
31020           handler from the default event function (dispatcher in gstpad.c)
31021           and *after* that, we will set our own event function, which will
31022           thus never be used (and thus mpegdemux doesn't handle events).
31023
31024 2004-01-04  David Schleef  <ds@schleef.org>
31025
31026         Fix the fixate functions to handle new prototype:
31027         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31028         * gst/videotestsrc/gstvideotestsrc.c:
31029         (gst_videotestsrc_src_fixate):
31030         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31031         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31033
31034 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31035
31036         * sys/ximage/ximagesink.h:
31037         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31038         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31039         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31040         (gst_ximagesink_xoverlay_init):
31041           assorted fixes to make (re)embedding work
31042         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31043         (gst_ximagesink_get_desired_size):
31044           implement desired size additions to XOverlay
31045
31046 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31047
31048         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31049         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31050         (gst_x_overlay_got_desired_size):
31051         * gst-libs/gst/xoverlay/xoverlay.h:
31052           Add optional "desired size" signal and querying.
31053
31054 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/matroska/matroska-demux.c:
31057         (gst_matroska_demux_parse_blockgroup):
31058           Fix EBML-laced block parsing. Diffs are relative to previous
31059           lace, not the first lace. Thanks to Mosu from the Matroska
31060           team for detecting this.
31061         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31062         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31063         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31064         (gst_wavparse_change_state):
31065         * gst/wavparse/gstwavparse.h:
31066           Quickfix for capsnego.
31067
31068 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31069
31070         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31071           Fix indenting, fix pad creation.
31072
31073 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31074
31075         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31076         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31077         (gst_xviddec_sink_link):
31078           Implement src_getcaps() so proper size caps is negotiated.
31079
31080 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31081
31082         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31083           Finish flac decoder on EOS. See #116178.
31084
31085 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31086
31087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31088         (gst_matroska_demux_add_stream):
31089         * gst/matroska/matroska-ids.h:
31090           Add getcaps() function to fix capsnego...
31091
31092 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31093
31094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31095         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31096         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31097           Fix more integer overflows. Again, see #126967.
31098
31099 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31100
31101         * ext/mpeg2dec/gstmpeg2dec.c:
31102           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31103           #130416.
31104
31105 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31106
31107         * configure.ac:
31108         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31109         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31110         * ext/xvid/gstxvid.h:
31111         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31112         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31113         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31114         (gst_xviddec_change_state):
31115         * ext/xvid/gstxviddec.h:
31116         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31117         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31118         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31119         (gst_xvidenc_link), (gst_xvidenc_set_property),
31120         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31121         * ext/xvid/gstxvidenc.h:
31122           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31123
31124 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31125
31126         * gst/rtp/rtp-packet.c:
31127           Add sys/types.h include, since OS X doesn't define in_addr_t
31128           in netinet/in.h, like it does on Linux (see #129600).
31129
31130 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31131
31132         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31133
31134         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31135           Correct logic of dispose function (see #129306).
31136
31137 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31138
31139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31140         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31141         (gst_mpeg_parse_init):
31142         * gst/mpegstream/gstmpegparse.h:
31143           Remove clock (which was never provided, i.e. dead code), and
31144           also fix integer overflows at high PTS values (see #126967).
31145
31146 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31147
31148         * ext/flac/gstflacdec.c:
31149         * ext/libpng/gstpngenc.h:
31150         * ext/mikmod/gstmikmod.h:
31151           OS X fixes (see #126628).
31152
31153 2004-01-02  David Schleef  <ds@schleef.org>
31154
31155         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31156         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31158         (gst_mpeg_parse_class_init): Move pad template registration
31159         to class_init, since the derived class (mpegdemux) doesn't
31160         want them.
31161
31162 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31163
31164         * sys/ximage/Makefile.am:
31165         * sys/xvideo/Makefile.am:
31166         * sys/xvimage/Makefile.am:
31167           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31168           after installation (see #127664).
31169
31170 2004-01-02  David Schleef  <ds@schleef.org>
31171
31172         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31173         (gst_ffmpegenc_connect):  Negotiation fixes.
31174         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31175         Remove inappropriate gst_caps_free().
31176         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31177         Reenable Ronald's internal resize code, since the core handles
31178         it correctly now.
31179
31180 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31181
31182         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31185           Fix pad template stuff.
31186
31187 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31188
31189         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31190         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31191           fix signed integer reading/writing.
31192
31193 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31194
31195         * ext/alsa/README:
31196           Remove outdated document
31197
31198 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31199
31200         * gst/cutter/gstcutter.c: (gst_cutter_init):
31201           src pad was being created twice - oops.
31202
31203 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31204
31205         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31206           Comment out internal resize. It doesn't handle the resulting
31207           XEvent internally, does another try_set_caps() which leads to
31208           a really nice loop.
31209           Real fix will come when Julien and Dave are awake. ;).
31210
31211 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31212
31213         * ext/mpeg2enc/gstmpeg2enc.cc:
31214           fix const/nonconst compile issue.
31215
31216 2004-01-02  David Schleef  <ds@schleef.org>
31217
31218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31219         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31220         Add fixate function and a check for bad formats.
31221
31222 2004-01-01  David Schleef  <ds@schleef.org>
31223
31224         Negotiation fixes:
31225         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31226         (gst_audiofilter_init):
31227         * gst/debug/efence.c: (gst_efence_init):
31228         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31229         (gst_deinterlace_init):
31230         * gst/volume/gstvolume.c: (volume_connect):
31231
31232 2004-01-01  David Schleef  <ds@schleef.org>
31233
31234         Convert elements to use gst_pad_use_explicit_caps() where
31235         appropriate:
31236         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31237         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31238         (gst_afparse_open_file):
31239         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31240         (gst_afsrc_open_file):
31241         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31242         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31243         (gst_ffmpegdec_chain):
31244         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31245         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31247         (gst_gdk_pixbuf_chain):
31248         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31249         (gst_jpegdec_chain):
31250         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31251         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31252         (gst_mikmod_negotiate):
31253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31254         (gst_mpeg2dec_negotiate_format):
31255         * ext/mpeg2enc/gstmpeg2enc.cc:
31256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31257         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31258         (gst_speexdec_sinkconnect):
31259         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31260         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31261         (gst_vorbisfile_new_link):
31262         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31263         (gst_ac3parse_chain):
31264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31265         (gst_asf_demux_setup_pad):
31266         * gst/auparse/gstauparse.c: (gst_auparse_init),
31267         (gst_auparse_chain):
31268         * gst/id3/gstid3types.c: (gst_id3types_loop):
31269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31270         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31271         (mp1videoparse_parse_seq):
31272         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31273         (bpf_from_header):
31274         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31275         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31276         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31277         (gst_mpeg_parse_send_data):
31278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31279         (gst_qtdemux_add_stream):
31280         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31281         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31282         (gst_wavparse_parse_fmt):
31283
31284 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31285
31286         * configure.ac:
31287           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31288           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31289           it therefore uses the wrong include paths. Too bad... Note
31290           that 1.6.1.93 is not release yet. ;).
31291           Also add a check for mplex, which is now using the lib'ified
31292           mplex from mjpegtools, too.
31293         * ext/ffmpeg/gstffmpegcodecmap.c:
31294           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31295           issues. I don't think ffmpeg handles 3ivx correctly, so this
31296           probably won't work. But it won't hurt either.
31297         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31298         (gst_ffmpegdec_chain):
31299         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31300         (gst_ffmpegenc_chain_audio):
31301           Fix memleak in audio encoding. Close codec if open fails, this
31302           calls the cleanup routines so we can re-use the context.
31303         * ext/mpeg2enc/gstmpeg2enc.cc:
31304           Fix pad template names/types, fix memory issue with getcaps().
31305         * ext/mpeg2enc/gstmpeg2encoder.cc:
31306         * ext/mpeg2enc/gstmpeg2encoder.hh:
31307           Fix compile issue with new caps system (const thingy).
31308         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31309         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31310           We read a first frame right on initing, so that we have a caps
31311           when we init the output. This caps is cached in padprivate and
31312           read as first frame.
31313         * ext/mplex/Makefile.am:
31314         * ext/mplex/gstmplex.cc:
31315         * ext/mplex/gstmplex.h:
31316         * ext/mplex/gstmplex.hh:
31317         * ext/mplex/gstmplexibitstream.cc:
31318         * ext/mplex/gstmplexibitstream.hh:
31319         * ext/mplex/gstmplexjob.cc:
31320         * ext/mplex/gstmplexjob.hh:
31321         * ext/mplex/gstmplexoutputstream.cc:
31322         * ext/mplex/gstmplexoutputstream.hh:
31323           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31324           had issues, didn't do capsnego, supported only a subset of the
31325           mplex features and required a mplex fork in our local CVS. Plus
31326           that it worked agaist a very old mplex version. Rewriting was
31327           faster than updating it.
31328         * gst-libs/ext/Makefile.am:
31329         * gst-libs/ext/mplex/INSTRUCT:
31330         * gst-libs/ext/mplex/Makefile.am:
31331         * gst-libs/ext/mplex/README:
31332         * gst-libs/ext/mplex/TODO:
31333         * gst-libs/ext/mplex/ac3strm_in.cc:
31334         * gst-libs/ext/mplex/audiostrm.hh:
31335         * gst-libs/ext/mplex/audiostrm_out.cc:
31336         * gst-libs/ext/mplex/aunit.hh:
31337         * gst-libs/ext/mplex/bits.cc:
31338         * gst-libs/ext/mplex/bits.hh:
31339         * gst-libs/ext/mplex/buffer.cc:
31340         * gst-libs/ext/mplex/buffer.hh:
31341         * gst-libs/ext/mplex/fastintfns.h:
31342         * gst-libs/ext/mplex/format_codes.h:
31343         * gst-libs/ext/mplex/inputstrm.cc:
31344         * gst-libs/ext/mplex/inputstrm.hh:
31345         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31346         * gst-libs/ext/mplex/mjpeg_logging.cc:
31347         * gst-libs/ext/mplex/mjpeg_logging.h:
31348         * gst-libs/ext/mplex/mjpeg_types.h:
31349         * gst-libs/ext/mplex/mpastrm_in.cc:
31350         * gst-libs/ext/mplex/mpegconsts.cc:
31351         * gst-libs/ext/mplex/mpegconsts.h:
31352         * gst-libs/ext/mplex/mplexconsts.hh:
31353         * gst-libs/ext/mplex/multplex.cc:
31354         * gst-libs/ext/mplex/outputstream.hh:
31355         * gst-libs/ext/mplex/padstrm.cc:
31356         * gst-libs/ext/mplex/padstrm.hh:
31357         * gst-libs/ext/mplex/stillsstream.cc:
31358         * gst-libs/ext/mplex/stillsstream.hh:
31359         * gst-libs/ext/mplex/systems.cc:
31360         * gst-libs/ext/mplex/systems.hh:
31361         * gst-libs/ext/mplex/vector.cc:
31362         * gst-libs/ext/mplex/vector.hh:
31363         * gst-libs/ext/mplex/videostrm.hh:
31364         * gst-libs/ext/mplex/videostrm_in.cc:
31365         * gst-libs/ext/mplex/videostrm_out.cc:
31366         * gst-libs/ext/mplex/yuv4mpeg.cc:
31367         * gst-libs/ext/mplex/yuv4mpeg.h:
31368         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31369         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31370           We don't fork mjpegtools' mplex in our CVS anymore.
31371         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31372         (gst_avi_demux_add_stream):
31373         * gst/avi/gstavidemux.h:
31374           Add getcaps() function for proper caps nego. This makes some
31375           parts of AVI playback/reading work.
31376         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31377           Resize window on new capsnego. This is probably wrong, but
31378           I'm still committing it because with current capsnego, the
31379           first successfull capsnego is auto-fixated, therefore rounded
31380           down to the lowest values in the caps. this results in a 16x16
31381           XWindow that is not reized when real capsnego finishes.
31382           Dave, I see more cases of this, do you know a proper solution?
31383         * tools/gst-launch-ext.in:
31384           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31385
31386 2003-12-31  David Schleef  <ds@schleef.org>
31387
31388         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31389         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31390           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31391
31392 2003-12-30  David Schleef  <ds@schleef.org>
31393
31394         * ext/ffmpeg/gstffmpegcolorspace.c:
31395         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31396         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31397         (gst_ffmpegcsp_chain): Negotiation fixes
31398         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31399         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31400         (gst_audio_convert_link), (gst_audio_convert_channels):
31401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31402         (gst_audioscale_link), (gst_audioscale_get_buffer),
31403         (gst_audioscale_chain): Negotiation fixes
31404         * gst/audioscale/gstaudioscale.h:
31405         * gst/videofilter/gstvideofilter.c:
31406         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31407         (gst_videofilter_link), (gst_videofilter_init),
31408         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31409         (gst_videofilter_find_format_by_structure):
31410         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31412         (gst_videoscale_link):
31413         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31414         (videoscale_find_by_structure), (gst_videoscale_setup):
31415         * gst/videoscale/videoscale.h: Negotiation fixes
31416         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31417         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31418         function, restrict resizing to a multiple of 4 (hack until
31419         everyone supports odd sizes correctly).
31420
31421 2003-12-29  Colin Walters  <walters@verbum.org>
31422
31423         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31424         signed.
31425
31426 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31427
31428         * ext/sndfile/gstsf.c: (gst_sf_loop):
31429           Fix warning about discarding const qualifier
31430
31431 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31432
31433         * gst/cutter/gstcutter.c:
31434         * gst/videoscale/gstvideoscale.c:
31435         * gst/volenv/gstvolenv.c:
31436         * gst-libs/gst/audio/audio.c:
31437         * gst-libs/gst/video/video.c:
31438           Fix warnings
31439
31440 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31441
31442         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31443           Don't send ALSA debugging to stderr.
31444         * ext/alsa/gstalsa.h:
31445           Use GST_WARNING instead of g_warning when ALSA functions fail.
31446
31447 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31448
31449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31450           Free XVAdapterInfo correctly.
31451
31452 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31453
31454         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31455         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31456           Make id3tag use correct caps nego.
31457
31458 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31459
31460         * ext/ivorbis/vorbis.c:
31461         * ext/ivorbis/vorbisenc.h:
31462         * ext/ivorbis/vorbisfile.c:
31463           Modify so that it uses the new caps things
31464
31465 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31466
31467         * testsuite/spider/spider1.c: (main):
31468         * testsuite/spider/spider2.c: (main):
31469         * testsuite/spider/spider3.c: (main):
31470           Make tests compile again. They probably don't work.
31471
31472 2003-12-24  Colin Walters  <walters@verbum.org>
31473
31474         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31475         we can't fixate the caps anymore.
31476
31477 2003-12-23  David Schleef  <ds@schleef.org>
31478
31479         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31480         * sys/oss/gstosssink.c: (gst_osssink_init),
31481         (gst_osssink_sink_fixate): Add fixate function.
31482
31483 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31484
31485         * ext/ffmpeg/gstffmpegcodecmap.c:
31486         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31487         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31488         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31489         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31490         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31491         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31492         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31493           fix typo in RGB masks, and move back to "old" colorspace
31494           capsnego code until whoever wrote this new crap has actually
31495           tested it so that it works.
31496           And yes, this works, keep it that way please.
31497
31498 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31499
31500         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31501         (gst_divxdec_init), (gst_divxdec_negotiate):
31502         * ext/divx/gstdivxdec.h:
31503         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31504         (gst_divxenc_init):
31505         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31506         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31507         * ext/mpeg2enc/gstmpeg2enc.cc:
31508         * ext/mpeg2enc/gstmpeg2encoder.cc:
31509         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31510         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31511         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31512         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31513         (dxr3spusink_init):
31514         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31515         (dxr3videosink_init):
31516           Fix caps breakage after Dave's caps branch merge.
31517
31518 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31519
31520         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31521           Fix for 24bpp display.
31522
31523 2003-12-23  Colin Walters  <walters@verbum.org>
31524
31525         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31526         a GnomeVFSHandle directly.
31527
31528 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31529
31530         * gst/volume/Makefile.am:
31531         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31532         (volume_base_init), (volume_init):
31533           Reenable volume element and fix to work with new caps stuff.
31534           Rhythmbox needs this.
31535
31536 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31537
31538         * gst/qtdemux/qtdemux.c: (plugin_init):
31539           qtdemux requires bytestream
31540
31541 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31542
31543         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31544           Fix remaining caps handling errors due to CAPS merge.
31545
31546 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31547
31548         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31549         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31550         (gst_faad_srcconnect):
31551           Port to new caps system.
31552
31553 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31554
31555         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31556         (got_video_size), (main): using g_print instead of g_message.
31557         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31558         signal which was not emitted because of "switch" element added to the
31559         bin but not connected. (Removing from the bin temporarily)
31560
31561 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31562
31563         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31564         find X development files. I don't understand the previous tests and
31565         they fail on my debian/ppc unstable. This one works.
31566         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31567         exiting.
31568         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31569         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31570         (gst_play_set_visualization): Add some safety checks in set_ methods
31571         and state_change. This was throwing some ugly CRITICAL messages when
31572         pipeline was getting disposed and casts were failing.
31573
31574 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31575
31576         * configure.ac:
31577           Improve mpeg2enc detection. This is for distributions that do
31578           ship mjpegtools, but without mpeg2enc. Also does object check
31579           for might there ever be ABI incompatibility.
31580         * ext/mpeg2enc/gstmpeg2enc.cc:
31581           Add Andrew as second maintainer (he's helping me), and also add
31582           an error if no caps was set. This happens if I pull before capsnego
31583           and that's something I should solve sometime else.
31584         * gst/matroska/matroska-demux.c:
31585         (gst_matroska_demux_parse_blockgroup):
31586           Fix time parsing.
31587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31588         (gst_matroska_mux_track_header):
31589           Add caps to templates.
31590         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31591           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31592         * gst/mpegstream/gstmpegdemux.c:
31593           Remove layer since it causes warnings about unfixed caps.
31594         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31595           Fix obvious typo (we error out if caps were set, we should of
31596           course error out if *no* caps were set).
31597         * sys/oss/gstosselement.c: (gst_osselement_convert):
31598           Fix format conversion, we confused bits/bytes.
31599         * sys/oss/gstosselement.h:
31600           Improve documentation for 'bps'.
31601         * sys/v4l/TODO:
31602           Remove stuff about plugins that need removing - this was done
31603           ages ago.
31604         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31605         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31606         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31607         (gst_v4lsrc_src_query):
31608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31609         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31610           Add get_query_types(), get_formats() and query() functions.
31611
31612 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31613
31614         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31615           * moved CVS to freedesktop.org