gst/audioconvert/gstaudioconvert.c: We don't support 64 bit integer audio, so don...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-16  Michael Smith  <msmith@fluendo.com>
2
3         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4         (gst_audio_convert_transform_caps):
5           We don't support 64 bit integer audio, so don't try to claim we can.
6           Stops us producing caps don't match our template caps.
7           Update comments.
8
9 2007-03-15  Michael Smith  <msmith@fluendo.com>
10
11         * gst/audioresample/gstaudioresample.c:
12         (audioresample_check_discont), (audioresample_transform):
13           Don't trigger discontinuities for very small imperfections; a filter
14           flush will sound bad, and many plugins have rounding errors leading
15           to these.
16
17 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
18
19         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
20         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
21         Add min-ptime property to RTP base audio payloader. Patch by
22         olivier.crete@collabora.co.uk.
23         Fixes #415001
24
25         Indentation/whitespace/documentation fixes.
26
27 2007-03-14  Julien MOUTTE  <julien@moutte.net>
28
29         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
30         (audioresample_transform_size), (audioresample_do_output),
31         (audioresample_transform), (audioresample_pushthrough): Handle
32         discontinuous streams.
33         * gst/audioresample/gstaudioresample.h:
34         * tests/check/elements/audioresample.c:
35         (test_discont_stream_instance), (GST_START_TEST),
36         (audioresample_suite): Add a test for discontinuous streams.
37         * win32/common/config.h: Updated.
38
39 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
40
41         * po/af.po:
42         * po/az.po:
43         * po/cs.po:
44         * po/en_GB.po:
45         * po/it.po:
46         * po/nb.po:
47         * po/nl.po:
48         * po/or.po:
49         * po/sq.po:
50         * po/sr.po:
51         * po/sv.po:
52         * po/uk.po:
53         * po/vi.po:
54           Update translations from translation project.
55
56 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
57
58         * gst/audioresample/debug.h:
59         * gst/audioresample/resample.c: (resample_init):
60           Since I really am not interested in a debug line for each sample
61           being processed, move the library's debugging to its own category,
62           libaudioresample
63
64 2007-03-13  Michael Smith  <msmith@fluendo.com>
65
66         * ext/theora/theoradec.c: (theora_handle_type_packet):
67           Since the plugin doesn't support anything other than 4:2:0 right
68           now, post an error and fail if we get something else. Won't matter
69           until libtheora supports the other pixel formats, but hopefully
70           that'll be soon...
71
72 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
73
74         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
75         Use gst_guint64_to_gdouble for conversion.
76         * win32/MANIFEST:
77         Add new files to the win32 MANIFEST.
78         * win32/common/libgstaudio.def:
79         * win32/common/libgstpbutils.def:
80         Add new exported functions.
81         * win32/vs6/gst_plugins_base.dsw:
82         * win32/vs6/libgstdecodebin.dsp:
83         * win32/vs6/libgstplaybin.dsp:
84         Change the link to libgstpbutils.lib.
85         * win32/vs6/libgstdecodebin2.dsp:
86         Add a new project for decodebin2.
87         * win32/vs6/libgstpbutils.dsp:
88         Add a new project for pbutils.
89
90 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
91
92         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
93           Also accept partial dates with only year and month,
94           like 1999-12-00 (fixes #410396 even more).
95
96         * tests/check/libs/tag.c: (GST_START_TEST):
97           Add unit test for the above.
98
99 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
100
101         * tests/check/elements/subparse.c: (GST_START_TEST),
102         (subparse_suite):
103           Add unit test for MPL2 subtitle format (#413799).
104
105 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
106
107         Patch by: Kamil Pawlowski  <kamilpe gmail com>
108
109         * gst/subparse/Makefile.am:
110         * gst/subparse/gstsubparse.c:
111         (gst_sub_parse_data_format_autodetect),
112         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
113         (gst_subparse_type_find):
114         * gst/subparse/gstsubparse.h:
115         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
116         * gst/subparse/mpl2parse.h:
117           Add support for MPL2 subtitle format (#413799).
118
119 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
120
121         * configure.ac:
122           We require core CVS for the new buffer metadata copy functions.
123
124 2007-03-09  Wim Taymans  <wim@fluendo.com>
125
126         * gst-libs/gst/tag/gstid3tag.c:
127         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
128         Fixes #414496.
129
130         Patch by: Alex Lancaster <alexl at users sourceforge net>
131
132 2007-03-09  Wim Taymans  <wim@fluendo.com>
133
134         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
135         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
136         Improve adapter usage and comments.
137
138 2007-03-09  Wim Taymans  <wim@fluendo.com>
139
140         * ext/pango/gsttextrender.c: (gst_text_render_chain):
141         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
142         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
143         Use new metadata copy function.
144
145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
146         (gst_ffmpegcsp_transform):
147         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
148         Basetransform copied the metadata for us.
149
150 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
151
152         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
153         (gst_text_overlay_video_event):
154           Some more logging. Only accept newsegment events in TIME format and
155           send a WARNING message if they are not in TIME format.
156
157         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
158         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
159         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
160         * gst/subparse/gstsubparse.h:
161           No need to allocate GstSegment structure dynamically, just put it
162           into the instance structure; ignore newsegment events in BYTE
163           format and in particular don't let it overwrite our saved TIME
164           segment from the last seek.
165
166 2007-03-09  Michael Smith  <msmith@fluendo.com>
167
168         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
169           Replace AC3 typefinder with one that isn't terrible, and actually
170           works usefully.
171
172 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
173
174         * gst/audioconvert/gstaudioconvert.c:
175         (gst_audio_convert_transform):
176           fix error category and translatable string
177           
178
179 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
182         * pkgconfig/gstreamer-plugins-base.pc.in:
183           Fix up utils => pbutils here too.
184
185 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * gst/subparse/gstsubparse.c: (handle_buffer):
188           Break out of loop in chain function as soon as possible if we get
189           a non-OK flow return.
190
191 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
192
193         * tests/check/elements/alsa.c: (GST_START_TEST):
194         Unref the mixer if the state change fails too (if the
195         alsa devices are inaccessible, for example)
196
197 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
198
199         * tests/check/Makefile.am:
200         Don't test libvisual elements in the states check, because libvisual
201         seems to leak internally.
202
203         Re-enable the alsa and states tests now that there's new suppressions
204         in gst.supp.
205
206         * tests/check/elements/alsa.c: (GST_START_TEST):
207         Don't leak the alsamixer we instantiated.
208
209 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
210
211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
212         (gst_ximagesink_change_state), (gst_ximagesink_reset),
213         (gst_ximagesink_finalize):
214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
215         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
216         Move some cleanup stuff from the state change handler into a _reset()
217         function that can be called from _finalize(). This ensures that things
218         get freed even if (for some reason) the NULL->READY state transition
219         fails in the parent class.
220         Even if a parent state change fails, process our downward state change
221         logic instead of bailing out early.
222         Free the correct xcontext pointer in ximagesink's xcontext_clear.
223
224 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
225
226         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
227         Extra log line.
228
229         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
230         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
231         Use pango_font_description_set_family_static instead of 
232         pango_font_description_set_family to save a string copy (it was
233         leaking due to the strdup anyway)
234
235         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
236         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
237         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
238         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
239         Chain up in finalize.
240
241 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
242
243         * gst-libs/gst/interfaces/mixertrack.c:
244         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
245         (gst_mixer_track_set_property):
246           API: add "untranslated-label" property which should be set by
247           implementations at construct time (#414645).
248
249         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
250         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
251           Set "untranslated-label" when constructing mixer track objects.
252
253         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
254           Unit test to check the above.
255
256 2007-03-07  Wim Taymans  <wim@fluendo.com>
257
258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
259         Fix confusing debug message.
260
261 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
262
263         * gst-plugins-base.doap:
264         update doap file with new version
265
266 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
267
268         * configure.ac:
269         Back to CVS
270
271 === release 0.10.12 ===
272
273 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
274
275         * configure.ac:
276           releasing 0.10.12, "Zombie Horde"
277
278 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
279
280         * configure.ac:
281         Bump version to 0.10.11.4 pre-release
282
283 2007-03-06  Wim Taymans  <wim@fluendo.com>
284
285         * gst-libs/gst/audio/gstbaseaudiosink.c:
286         (gst_base_audio_sink_async_play):
287         Fix regression that made GStreamer skip the first samples of audio.
288         Fixes #414684.
289
290 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
291
292         * configure.ac:
293         Bump version to 0.10.11.3 pre-release
294
295 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
296
297         * po/POTFILES.in:
298           Update paths for the rename from utils to pbutils to fix the build.
299
300 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
301
302         * gst-libs/gst/pbutils/Makefile.am:
303           Change directory to install headers in from gst/utils to gst/pbutils
304           as well.
305
306 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
307
308         * configure.ac:
309         * docs/libs/gst-plugins-base-libs-docs.sgml:
310         * docs/libs/gst-plugins-base-libs-sections.txt:
311         * gst-libs/gst/Makefile.am:
312         * gst-libs/gst/interfaces/mixer.c:
313         * gst-libs/gst/pbutils/Makefile.am:
314         * gst-libs/gst/pbutils/descriptions.c:
315         (gst_pb_utils_get_source_description),
316         (gst_pb_utils_get_sink_description),
317         (gst_pb_utils_get_decoder_description),
318         (gst_pb_utils_get_encoder_description),
319         (gst_pb_utils_get_element_description),
320         (gst_pb_utils_add_codec_description_to_tag_list),
321         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
322         * gst-libs/gst/pbutils/descriptions.h:
323         * gst-libs/gst/pbutils/install-plugins.c:
324         * gst-libs/gst/pbutils/install-plugins.h:
325         * gst-libs/gst/pbutils/missing-plugins.c:
326         (gst_missing_uri_source_message_new),
327         (gst_missing_uri_sink_message_new),
328         (gst_missing_element_message_new),
329         (gst_missing_decoder_message_new),
330         (gst_missing_encoder_message_new),
331         (gst_missing_plugin_message_get_description):
332         * gst-libs/gst/pbutils/missing-plugins.h:
333         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
334         * gst-libs/gst/pbutils/pbutils.h:
335         * gst-libs/gst/utils/Makefile.am:
336         * gst-libs/gst/utils/base-utils.c:
337         * gst-libs/gst/utils/base-utils.h:
338         * gst-libs/gst/utils/descriptions.c:
339         * gst-libs/gst/utils/descriptions.h:
340         * gst-libs/gst/utils/install-plugins.c:
341         * gst-libs/gst/utils/install-plugins.h:
342         * gst-libs/gst/utils/missing-plugins.c:
343         * gst-libs/gst/utils/missing-plugins.h:
344         * gst-plugins-base.spec.in:
345         * gst/playback/Makefile.am:
346         * gst/playback/gstdecodebin.c:
347         * gst/playback/gstdecodebin2.c:
348         * gst/playback/gstplaybasebin.c: (setup_subtitle),
349         (gen_source_element):
350         * gst/playback/gstplaybin.c: (plugin_init):
351         * tests/check/Makefile.am:
352         * tests/check/libs/pbutils.c: (GST_START_TEST),
353         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
354         * tests/check/libs/utils.c:
355           rename utils to pbutils
356
357 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
358
359         * docs/plugins/Makefile.am:
360         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
362         * docs/plugins/inspect/plugin-decodebin2.xml:
363         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
364         Add documentation for decodebin2 that indicates that the API
365         is still unstable.
366
367 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
368
369         * configure.ac:
370         Update to 0.10.11.2 (0.10.12 pre-release)
371
372 2007-03-01  Wim Taymans  <wim@fluendo.com>
373
374         * gst-libs/gst/audio/gstbaseaudiosink.c:
375         (gst_base_audio_sink_async_play):
376         base time is irrelevant here.
377
378 2007-03-01  Wim Taymans  <wim@fluendo.com>
379
380         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
381         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
382         Improve debugging.
383
384         * gst-libs/gst/audio/gstbaseaudiosink.c:
385         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
386         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
387         Improve latency and clock slaving calculations.
388         Improve slave clock calibration.
389
390         * gst-libs/gst/audio/gstringbuffer.c:
391         (gst_ring_buffer_commit_full):
392         When we are asked to render N sample to 0 bytes, return N.
393
394 2007-03-01  Wim Taymans  <wim@fluendo.com>
395
396         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
397         (gst_alsasink_write), (gst_alsasink_reset):
398         * ext/alsa/gstalsasink.h:
399         Remove unused dispose function.
400         Rename lock to not interfere with alsasrc lock.
401
402         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
403         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
404         (gst_alsasrc_read), (gst_alsasrc_reset):
405         * ext/alsa/gstalsasrc.h:
406         Implement finalize function.
407         Use lock to protect alsa access.
408         Implement _reset.
409         Fine tune sw params.
410
411 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
412
413         * configure.ac:
414           Convert to new AG_GST style.
415
416 2007-02-28  Wim Taymans  <wim@fluendo.com>
417
418         Patch by: Ed Catmur <ed at catmur dot co dot uk>
419
420         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
421         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
422         Fix race condition when rapidly switching visualisations in playbin.
423         Fixes #401029.
424
425 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
426
427         * tests/check/Makefile.am:
428         Include local stuff before system installed things in LDFLAGS and
429         CFLAGS.
430
431 2007-02-28  Wim Taymans  <wim@fluendo.com>
432
433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
434         Improve debugging.
435
436 2007-02-28  Wim Taymans  <wim@fluendo.com>
437
438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
439         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
440         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
441         Fix duration and timestamping, taking latency into account.
442         Implement latency query.
443
444 2007-02-28  Wim Taymans  <wim@fluendo.com>
445
446         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
447         (gst_audio_clock_new):
448         Fix clock name.
449
450         * gst-libs/gst/audio/gstbaseaudiosink.c:
451         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
452         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
453         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
454         (gst_base_audio_src_create):
455         Improve latency query code.
456         Use proper clock names.
457
458 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
459
460         * tests/check/generic/states.c: (GST_START_TEST):
461           Copy the states.c test from core again
462         * tests/check/Makefile.am:
463           ignore cdio and cdparanoiasrc
464
465 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
466
467         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
468         (double_hq), (audio_convert_get_func_index), (check_default),
469         (audio_convert_prepare_context), (audio_convert_convert):
470           Also make valgrind happy and avoid copying data in some cases.
471
472 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
473
474         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
475         (double_hq), (audio_convert_get_func_index),
476         (audio_convert_prepare_context), (audio_convert_convert):
477         * gst/audioconvert/gstaudioconvert.c:
478         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
479         (gst_audio_convert_transform_caps):
480         * tests/check/elements/audioconvert.c: (GST_START_TEST),
481         (audioconvert_suite):
482           Don't run inplace if that overwrites source data as we go. Add more
483           tests. Fixes #339837 even more.
484
485 2007-02-27  Julien MOUTTE  <julien@moutte.net>
486
487         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
488         (msg_segment_done): Fix various seeking bugs (Slider was not
489         updating when doing a non flushing seek, Reverse playback 
490         on segment seek was wrong).
491
492 2007-02-26  Wim Taymans  <wim@fluendo.com>
493
494         * tests/examples/seek/seek.c: (stop_seek):
495         When we stop scrubbing, don't leave the pipeline PLAYING when we
496         requested a PAUSED state.
497
498 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
499
500         Patch by: René Stadler <mail at renestadler de>
501
502         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
503           Parse date strings in vorbis comments that have an invalid (zero)
504           month or day (#410396).
505
506         * tests/check/libs/tag.c: (GST_START_TEST):
507           Test case for the above.
508
509 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
510
511         Patch by: Loïc Minier <lool+gnome at via ecp fr>
512
513         * configure.ac:
514         * ext/alsa/Makefile.am:
515         * gst/audiotestsrc/Makefile.am:
516           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
517
518 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * gst/playback/gstplaybin.c:
521           Improve docs: point out that the application needs to assist playbin
522           with buffering.
523
524 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
525
526         * gst-libs/gst/utils/install-plugins.c:
527         * gst-libs/gst/utils/missing-plugins.c:
528         * tests/check/libs/utils.c: (missing_msg_check_getters):
529           Change GStreamer marker prefix in detail string from 'gstreamer.net'
530           to just 'gstreamer'. Document the caps string component of the
531           decoder/encoder detail a bit better, since not everyone will be
532           familiar with the GStreamer media type/caps system (but they better
533           enjoy nested itemized lists).
534
535 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
536
537         * gst-libs/gst/netbuffer/gstnetbuffer.c:
538         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
539           Fix copying of GstNetBuffer (would crash before, or at least lead to
540           invalid memory access, #410772), for now by copying the GstBuffer copy
541           code from the core over here so we can copy the GstBuffer fields on a
542           provided buffer instance (of type GstNetBuffer in this case). Would be
543           better to fix this with some support by the core though (and in the long
544           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
545
546         * tests/check/Makefile.am:
547           Enable unit test for GstNetBuffer.
548
549 2007-02-22  Andy Wingo  <wingo@pobox.com>
550
551         * gst-libs/gst/audio/gstbaseaudiosink.c
552         (gst_base_audio_sink_init): Disable pull-mode activation until we
553         figure out how to make audio sinks go to PLAYING.
554
555 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
556
557         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
558         (double_hq), (audio_convert_get_func_index),
559         (audio_convert_prepare_context), (audio_convert_convert):
560         * gst/audioconvert/audioconvert.h:
561         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
562         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
563         * gst/audioconvert/gstchannelmix.h:
564         * tests/check/elements/audioconvert.c: (GST_START_TEST):
565           Add float as an intermediate format, as well as float mixing. Enable
566           test that was failing before. Fixes #339837
567
568 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
569
570         * tests/examples/seek/seek.c: (do_seek):
571         Undo the previous commit: -1 as a stop time implies that the stop
572         time is the end of file, clearing any previously configured segment.
573
574 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
575
576         * tests/examples/seek/seek.c: (do_seek):
577         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
578
579 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
580
581         * gst/volume/gstvolume.c: (volume_process_int16),
582         (volume_process_int16_clamp), (volume_set_caps):
583           Unbreak volume, value remains gint.
584
585 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
586
587         * gst/volume/gstvolume.c: (volume_choose_func),
588         (volume_update_real_volume), (gst_volume_set_volume),
589         (gst_volume_init), (volume_process_double), (volume_process_float),
590         (volume_process_int16), (volume_process_int16_clamp),
591         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
592         * gst/volume/gstvolume.h:
593           Extend float audio support (double) and some int->uint cleanups.
594
595 2007-02-20  Edward Hervey  <edward@fluendo.com>
596
597         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
598         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
599         (sort_end_pads), (gst_decode_group_expose),
600         (gst_decode_group_hide):
601         Don't free groups from the streaming threads. Just put them aside and
602         free them in dispose.
603
604 2007-02-20  Edward Hervey  <edward@fluendo.com>
605
606         * gst/playback/gstdecodebin2.c: (connect_element),
607         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
608         (sort_end_pads), (gst_decode_group_expose):
609         Handle dynamic pads within groups.
610         Sort pads before exposing them in order to make playbin happy.
611         There still is a race with the multiqueue filling up. This should be
612         solved separately.
613         Fixes #398721
614
615 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
616
617         * gst-libs/gst/utils/base-utils.c:
618         * gst-libs/gst/utils/descriptions.c:
619         * gst-libs/gst/utils/install-plugins.c:
620         * gst-libs/gst/utils/missing-plugins.c:
621           Some more docs (and descriptions for two subtitle formats).
622
623 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
624
625         * gst-libs/gst/audio/audio.c:
626           Fix documentation.
627
628 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
629
630         Patch by: Yves Lefebvre  <ivanohe abacom com>
631
632         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
633           Don't leak caps. Fixes #408278.
634
635 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
636
637         * ext/cdparanoia/gstcdparanoiasrc.h:
638         * ext/ogg/gstoggdemux.h:
639         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
640         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
641         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
642         * gst-libs/gst/audio/audio.h:
643         * gst-libs/gst/audio/gstaudiofilter.h:
644         * gst-libs/gst/interfaces/videoorientation.h:
645         * gst/adder/gstadder.h:
646           More docs coverage and some ChangeLog surgery (add missing names)
647
648 2007-02-15  Wim Taymans  <wim@fluendo.com>
649
650         * sys/ximage/ximagesink.c:
651         (gst_ximagesink_calculate_pixel_aspect_ratio):
652         * sys/xvimage/xvimagesink.c:
653         (gst_xvimagesink_calculate_pixel_aspect_ratio):
654         Small constifications.
655
656 2007-02-15  Wim Taymans  <wim@fluendo.com>
657
658         * gst-libs/gst/audio/gstbaseaudiosink.c:
659         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
660         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
661         (gst_base_audio_sink_async_play),
662         (gst_base_audio_sink_change_state):
663         Answer latency query.
664         Use configured latency when syncing.
665         Fix clock slaving.
666
667         * gst-libs/gst/audio/gstbaseaudiosrc.c:
668         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
669         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
670         Fix possible memleak.
671         Implement latency query.
672         Small cleanups.
673
674 2007-02-15  Wim Taymans  <wim@fluendo.com>
675
676         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
677         Ignore errors in reset, these are not fatal. They also grab the element
678         lock which is already taking when this function is called. Fixes
679         #405451.
680
681 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
682
683         * configure.ac:
684           Remove 'tests/examples/xerror/Makefile' from output files again.
685
686 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
687
688         * configure.ac:
689         * docs/plugins/Makefile.am:
690           Also crossref against gst-plugins-base-libs.
691
692 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
693
694         * configure.ac:
695         * docs/libs/Makefile.am:
696         * docs/plugins/Makefile.am:
697           Add crossreferences to glib/gobject/gstream docs.
698
699         * gst-libs/gst/audio/audio.h:
700           Source formatting.
701
702         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
703           Add own debug category.
704
705 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
706
707         Patch by: René Stadler <mail at renestadler de>
708
709         * gst-libs/gst/tag/gstvorbistag.c:
710           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
711           (#403597).
712
713 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
714
715         * gst/playback/gstplaybasebin.c: (setup_source):
716           When we have external subtitles and wait for the subtitle decodebin
717           to get up and running, we set up a (sync) bus handler for the
718           subtitle decodebin, so we can stop waiting when it posts an error
719           message. However, we should do that before we set the subtitle
720           decodebin's state to playing, otherwise things are racy and we might
721           miss error messages posted before we had a chance to set up the bus.
722           This should finally fix totem hanging on .txt pseudo-subtitle files.
723           
724 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
725
726         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
727           Use gst_gdouble_to_guint64 for conversions.
728         * win32/common/config.h.in:
729           Add a define for GST_INSTALL_PLUGINS_HELPER
730         * win32/common/libgstaudio.def:
731         * win32/common/libgstcdda.def:
732         * win32/common/libgstnetbuffer.def:
733         * win32/common/libgstrtp.def:
734         * win32/common/libgutils.def:
735           Add new exported functions.
736         * win32/vs6/gst_plugins_base.dsw:
737         * win32/vs6/libgstdecodebin.dsp:
738         * win32/vs6/libgstnetbuffer.dsp:
739         * win32/vs6/libgstplaybin.dsp:
740         * win32/vs6/libgstrtp.dsp:
741         * win32/vs6/libgstvorbis.dsp:
742         * win32/vs6/libgstcdda.dsp:
743         * win32/vs6/libgstgdp.dsp:
744         * win32/vs6/libgstutils.dsp:
745           Update and add new project files.
746
747 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
748
749         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
750         (subrip_remove_unhandled_tags), (parse_subrip):
751           For SubRip (.srt) subtitles, ignore all markup tags we don't
752           handle (like font tags, for example).
753
754         * tests/check/elements/subparse.c:
755           Add test for this.
756
757 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst/playback/gstdecodebin.c: (add_fakesink),
760         (gst_decode_bin_change_state):
761         * gst/playback/gstdecodebin2.c: (add_fakesink),
762         (gst_decode_bin_change_state):
763           Don't error out if there is no fakesink in the NULL to READY state
764           change, since when decodebin is re-used, we're only adding the
765           fakesink element in READY to PAUSED.
766
767         * tests/check/elements/decodebin.c:
768         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
769         (decodebin_suite):
770           Minimal unit test to make sure we can use the same decodebin
771           instance twice (at least with audiotestsrc input).
772
773 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
776           Try to get devic-name from device string first, and from handle only
777           as fallback (seems to yield better results and is more robust
778           against buggy probing code on the application side).
779
780 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
781
782         Based on patch by: Julien Puydt <julien.puydt at laposte net>
783
784         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
785         (gst_alsa_find_device_name):
786         * ext/alsa/gstalsa.h:
787         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
788         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
789           Improve device-name detection a bit, especially in the case where
790           the device is not actually open (#405020, #405024). Move common code
791           into gstalsa.c instead of duplicating it.
792
793 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
794
795         * gst/audioconvert/gstaudioconvert.c:
796           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
797
798 2007-02-06  Julien MOUTTE  <julien@moutte.net>
799
800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
801         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
802         (gst_xvimagesink_interface_supported),
803         (gst_xvimagesink_probe_get_properties),
804         (gst_xvimagesink_probe_probe_property),
805         (gst_xvimagesink_probe_needs_probe),
806         (gst_xvimagesink_probe_get_values),
807         (gst_xvimagesink_property_probe_interface_init),
808         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
809         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
810         (gst_xvimagesink_get_type):
811         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
812         for XVAdaptors so that one can choose the adaptor to use with 
813         gstreamer-properties.
814
815 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
816
817         * gst/audioconvert/gstaudioconvert.c:
818           Also mention that a conversion from double to float is suboptimal still.
819
820 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
821
822         * gst-libs/gst/audio/gstaudiofilter.c:
823         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
824           Clear our formats structure and free the caps contained in it when
825           shutting down.
826
827 2007-02-05  Andy Wingo  <wingo@pobox.com>
828
829         * gst-libs/gst/audio/gstbaseaudiosink.c
830         (gst_base_audio_sink_callback): Update basesink->offset so that we
831         pull monotonically increasing offsets instead of, um, seeking back
832         to 0 each time. Fixes alsasrc ! alsasink!
833
834 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst/videoscale/gstvideoscale.c:
837           A width and height of 1 makes us crash, so increase minimum size to
838           2x2 pixels until someone feels like fixing this (#404512).
839
840 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
843           Add small test to make sure request pads are cleaned up properly
844           even if oggmux never changes state out of NULL.
845
846 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * tests/check/libs/utils.c: (GST_START_TEST):
849           Fix unit test. Turns out things work much better when you
850           NULL-terminate string arrays. Should make p5 build bot happy again.
851
852 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * gst-libs/gst/audio/Makefile.am:
855         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
856         (gst_audio_filter_template_base_init),
857         (gst_audio_filter_template_class_init),
858         (gst_audio_filter_template_init),
859         (gst_audio_filter_template_set_property),
860         (gst_audio_filter_template_get_property),
861         (gst_audio_filter_template_setup),
862         (gst_audio_filter_template_filter),
863         (gst_audio_filter_template_filter_inplace), (plugin_init):
864           Oops, forgot to commit fixed-up example.
865
866 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
867
868         * docs/libs/gst-plugins-base-libs-sections.txt:
869         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
870         (gst_audio_filter_class_init), (gst_audio_filter_init),
871         (gst_audio_filter_set_caps),
872         (gst_audio_filter_class_add_pad_templates):
873         * gst-libs/gst/audio/gstaudiofilter.h:
874           Port GstAudioFilter to 0.10. This change technically breaks
875           API and ABI (and thus also every library developer's heart),
876           but seems justifiable on the grounds that the base class was
877           completely unusable before (ie. would crash immediately when
878           actually used). Fixes #403963 (and eventually also #403572).
879           Also document all of this a bit.
880
881 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst-libs/gst/utils/install-plugins.c:
884         (gst_install_plugins_spawn_child):
885         * tests/check/libs/utils.c:
886         (test_base_utils_install_plugins_do_callout):
887           Lowering log level to see why things fail on the p5 build bot;
888           fix some typos in unit test messages.
889
890 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * tests/check/libs/utils.c:
893         (test_base_utils_install_plugins_do_callout):
894           Don't hard-code temp directory for test helper; use GLib functions
895           to write out file and do error checking etc.
896
897 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
898
899         * gst-libs/gst/utils/Makefile.am:
900         * gst-libs/gst/utils/base-utils.h:
901         * gst-libs/gst/utils/install-plugins.c:
902         (gst_install_plugins_context_set_xid),
903         (gst_install_plugins_context_new),
904         (gst_install_plugins_context_free),
905         (gst_install_plugins_get_helper),
906         (gst_install_plugins_spawn_child),
907         (gst_install_plugins_return_from_status),
908         (gst_install_plugins_installer_exited),
909         (gst_install_plugins_async), (gst_install_plugins_sync),
910         (gst_install_plugins_return_get_name),
911         (gst_install_plugins_installation_in_progress):
912         * gst-libs/gst/utils/install-plugins.h:
913           API: add API for applications to initiate installation of missing
914           plugins, ie. gst_install_plugins_async() primarily.
915           Based on libgimme-codec by Ryan Lortie.
916
917         * configure.ac:
918           Add --with-install-plugins-helper configure option so distros can specify
919           the path of the helper script or program to call when plugin installation
920           is requested (distros: please do any argument munging in this helper
921           script instead of patching GStreamer to pass arguments differently
922           to another program directly).
923
924         * docs/libs/gst-plugins-base-libs-docs.sgml:
925         * docs/libs/gst-plugins-base-libs-sections.txt:
926           Build and document new API.
927
928         * tests/check/libs/utils.c: (result_cb),
929         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
930         (libgstbaseutils_suite):
931           Some simple checks for the new API.
932
933 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * tests/check/elements/audioconvert.c: (test_float_conversion):
936           Add small test for 32bit float <=> 64bit float conversion (works
937           only one way so far, 32=>64 produces structured noise).
938
939 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst/audioconvert/gstaudioconvert.c:
942         (set_structure_widths_32_and_64), (make_lossless_changes):
943           We don't support floats with a width of 40, 48 or 56 bits.
944
945 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
946
947         * gst/audioconvert/audioconvert.c: (float), (double),
948         (audio_convert_get_func_index):
949         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
950         (make_lossless_changes):
951           Support for 64-bit float audio in audioconvert (#339837)
952
953 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
954
955         Patch by: Holger Wansing  <linux wansing-online de>
956
957         * po/LINGUAS:
958         * po/de.po:
959           Add German translation (#352069).
960
961 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
962
963         reviewed by: Wim Taymans <wim@fluendo.com>
964
965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
966         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
967         Use newly added GstCollectPads API to free the allocated resources in
968         the GstOggPad structures (#402393).
969
970 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
971
972         * gst/playback/gstplaybin.c: (gen_vis_element):
973           Add audioresample+audioconvert in front of the visualisation
974           element, so that elements like libvisual 0.4 that don't support all
975           samplerates can work.
976
977           Fixes: #402505
978
979 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
982         (gst_play_base_bin_get_streaminfo_value_array):
983           Take some locks and make a copy of the streaminfo value array we
984           maintain while holding the lock, so that the application can
985           retrieve the stream-info as a value array in a thread-safe way.
986
987 2007-01-30  Wim Taymans  <wim@fluendo.com>
988
989         * gst/audioconvert/gstaudioconvert.c:
990         Don't fail on 0 sized buffers. Fixes #396835.
991
992 2007-01-29  David Schleef  <ds@schleef.org>
993
994         * gst/typefind/gsttypefindfunctions.c:
995           Detect BBCD as video/x-dirac, so we can play raw dirac
996           streams.
997
998 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * ext/theora/theoraenc.c: (theora_enc_chain):
1001           Check return value of theora_encode_header(), or we might try to
1002           allocate a random number of bytes. theora_encode_header() can fail
1003           if libtheora has been compiled with encoding support disabled.
1004           Fixes #398110.
1005
1006 2007-01-29  Wim Taymans  <wim@fluendo.com>
1007
1008         * tests/check/gst/.cvsignore:
1009         Do as buildbot says.
1010
1011 2007-01-29  Wim Taymans  <wim@fluendo.com>
1012
1013         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1014         Fix strides in libvisual. Gst uses X strides.
1015         Inspired by: <ed at catmur dot co dot uk> and 
1016         <tim at centricular dot net>
1017         Fixes #401118.
1018
1019 2007-01-27  Wim Taymans  <wim@fluendo.com>
1020
1021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1022         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1023         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1024         (gst_ogg_demux_perform_seek),
1025         (gst_ogg_demux_bisect_forward_serialno),
1026         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1027         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1028         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1029         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1030         * ext/ogg/gstoggdemux.h:
1031         Properly propagate streaming errors when we are scanning the file for
1032         chains so that we don't crash when shut down. Might fix some crashers
1033         when quickly switching oggs in RB such as #332503 and #378436.
1034
1035 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1036
1037         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1038           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1039           error code as well.
1040
1041 2007-01-25  Wim Taymans  <wim@fluendo.com>
1042
1043         * gst/playback/gstplaybasebin.c: (remove_source):
1044         Don't try to disconnect a signal from a finalized object.
1045
1046 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1047
1048         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1049           Cast lock macro parameters to make sure we're actually accessing the
1050           lock member at the right class level. Free list itself in _dispose()
1051           as well and NULL it in case dispose gets called multiple times.
1052
1053 2007-01-25  Edward Hervey  <edward@fluendo.com>
1054
1055         * gst/playback/gstdecodebin2.c:
1056         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1057         Free GstDecodeGroups no longer used.
1058         (gst_decode_group_expose):
1059         Don't unlock too many times !
1060         (deactivate_free_recursive):
1061         Free iterator once we're done with it.
1062         Fix for recursively deactivating elements (stop at ghostpads).
1063
1064 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1065
1066         * gst/playback/gstplaybin.c: (handoff):
1067           Fix up caps on the frame buffer before we save it and potentially
1068           make it accessible to other threads via g_object_get; also use
1069           gst_buffer_replace() instead of gst_mini_object_replace().
1070
1071 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1074           Make getting the current frame thread-safe.
1075
1076 2007-01-25  Edward Hervey  <edward@fluendo.com>
1077
1078         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1079         (gst_decode_group_new), (gst_decode_group_free):
1080         Set queues to bigger sizes to cope with HD contents.
1081         Fix some mutex freeing and add comment about MT safe methods.
1082
1083 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1086         (gst_text_overlay_text_event):
1087           Don't unnecessarily ref (and then leak) upstream events if the text
1088           pad is not linked. Fixes #399948.
1089
1090         * tests/check/gst-plugins-base.supp:
1091           Add suppression for pango on edgy/x86 for textoverlay test.
1092
1093 2007-01-24  Wim Taymans  <wim@fluendo.com>
1094
1095         * gst-libs/gst/rtp/gstrtpbuffer.h:
1096         Add some more fixed payloads.
1097
1098 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1101           Error out properly if we get an error from libogg while reading the
1102           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1103
1104 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1107           Don't leak mutex.
1108
1109         * tests/check/elements/playbin.c:
1110         (test_sink_usage_video_only_stream),
1111         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1112         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1113         (test_missing_suburisource_handler),
1114         (test_missing_primary_decoder), (playbin_suite):
1115           Run all tests once with decodebin and once with decodebin2.
1116           One test does not pass yet with decodebin2.
1117
1118 2007-01-23  Edward Hervey  <edward@fluendo.com>
1119
1120         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1121         Fix the cases where oggmux doesn't properly figure out that all
1122         sinkpads have gone EOS, and therefore doesn't push out the remaining
1123         buffers and the final EOS event.
1124         Fixes #363379
1125
1126 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1127
1128         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1130         Don't lock on navigation event push, just on keysym to string.
1131         Fixes #397673 again.
1132
1133 2007-01-22  Edward Hervey  <edward@fluendo.com>
1134
1135         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1136         (get_current_group), (group_demuxer_event_probe),
1137         (gst_decode_group_expose), (deactivate_free_recursive),
1138         (gst_decode_group_free):
1139         Cleanups.
1140         Don't forget to emit 'no-more-pads' once a group is exposed.
1141         Cleanup elements from a DecodeGroup once we remove it.
1142         Protect call to gst_decode_group_expose() with the decodebin lock.
1143
1144 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1145
1146         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1148         Looking at Xorg code i can't figure out if that XKeysymToString
1149         function is thread sensible or not. Lock it just in case as
1150         recommended by Radek Doulik <rodo at ximian dot com>.
1151
1152 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1153
1154         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1156         Lock that X Call as well. Fixes #397673.
1157
1158 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1161           Don't go into an endless loop if the file starts with 00 00 01 2X,
1162           like quicktime redirect files might. Fixes #396042.
1163
1164         * tests/check/Makefile.am:
1165         * tests/check/gst/.cvsignore:
1166         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1167         (typefindfunctions_suite):
1168           Add unit test for the above.
1169
1170 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1173           On second thought, use "depth" field rather than "bpp" field.
1174
1175 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1178           Camtasia caps apparently need a bpp field (#398875).
1179
1180 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1183         (gen_source_element), (gst_play_base_bin_change_state):
1184           Attempt at a better error message in case we don't have the required
1185           URI handler installed; post missing-plugin message also when we're
1186           missing an URI handler for the subtitle URI; clean up properly also
1187           when an error occurs and we never made it to PAUSED state.
1188
1189         * tests/check/elements/playbin.c: (GST_START_TEST),
1190         (playbin_suite):
1191           Check that we're also getting a missing-plugin messsage for a
1192           missing subtitle URI handler (and clean up properly).
1193
1194 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1197           Plug a few reference leaks.
1198
1199 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1200
1201         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1202           Lower probability a bit if the marker isn't right at the start,
1203           to decrease the chance of false positives.
1204
1205 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1206
1207         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1208           Small mpeg2 system stream typefinding improvement: make typefinder
1209           probe a bit into the stream instead of just looking for a marker
1210           at the beginning. Fixes #397810.
1211
1212 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * gst/audioconvert/gstchannelmix.c:
1215           Remove compatibility cruft for prehistoric GLib versions.
1216
1217 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * gst/playback/Makefile.am:
1220         * gst/playback/gstdecodebin.c: (close_pad_link):
1221         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1223         (gst_play_base_bin_handle_message_func), (unknown_type):
1224           Let decodebin be the element to post missing-plugin messages for
1225           missing decoders (rather than playbin); make playbin implement
1226           GstBin::handle_message so we can suppress missing-plugin messages
1227           for types we're not handling on purpose (don't want to bring up an
1228           installer in those cases).
1229
1230 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1233         * gst-libs/gst/tag/gstvorbistag.c:
1234         (gst_tag_list_to_vorbiscomment_buffer):
1235         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1236           Fix potentially unaligned access (#397207).
1237
1238 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1241         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1242         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1243         (main):
1244           Allow to toggle looping while it plays. Fix callback prototype. Clean
1245           up code a bit more. Add copyright header.
1246
1247 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1248
1249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1250           Red and blue mask was swapped (spotted by Dan Williams).
1251
1252 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1253
1254         * gst-libs/gst/tag/gstid3tag.c:
1255         * gst-libs/gst/tag/gstvorbistag.c:
1256           Use new beats-per-minute tag from core.
1257
1258 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * po/POTFILES.in:
1261           Add new files with translatable strings, so they actually make it
1262           into the template file one day.
1263
1264 2007-01-12  Andy Wingo  <wingo@pobox.com>
1265
1266         * gst-libs/gst/audio/gstbaseaudiosink.c
1267         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1268         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1269         stuff, as the base class handles this now. Actually tell the ring
1270         buffer to start.
1271         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1272         How did this work before? Maybe I'm not as awesome a programmer as
1273         I think.
1274
1275         * gst-libs/gst/audio/gstbaseaudiosrc.c
1276         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1277         of a pad function.
1278
1279 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1280
1281         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1282           Remove more fields so that the application can better blacklist
1283           formats that have been tried before.
1284
1285 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * gst-libs/gst/audio/mixerutils.h:
1288           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1289           used when compiling with c++ compilers as well.
1290
1291 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst/typefind/gsttypefindfunctions.c:
1294           Fix comment.
1295
1296 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1297
1298         * gst/playback/gstplaybin.c: (post_missing_element_message),
1299         (gen_video_element), (gen_text_element), (gen_audio_element),
1300         (gen_vis_element):
1301           Post missing-plugin messages also when we error out because
1302           converters, textoverlay or auto*sinks are missing (#161922).
1303
1304 2007-01-10  Wim Taymans  <wim@fluendo.com>
1305
1306         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1307         (is_demuxer_element), (new_caps):
1308         * gst/playback/gstplaybasebin.c: (source_new_pad):
1309         Fix the case where we try to ref a NULL element when we delay a link
1310         because of unfixed caps.
1311         Set the state of autoplugged decodebins to PAUSED.
1312         RTSP now works in playbin, we can remove it from the blacklist.
1313
1314 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * gst/playback/Makefile.am:
1317         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1318         (unknown_type), (setup_subtitle), (gen_source_element):
1319         * gst/playback/gstplaybin.c: (plugin_init):
1320           Post missing-plugin messages on the bus for missing sources and
1321           missing decoders/demuxers/depayloaders; fix error code used when
1322           we're missing an URI handler source; for media types that we are not
1323           handling on purpose at the moment, don't print "don't know how to
1324           handle xyz" messages to the terminal or post missing-plugin
1325           messages on the bus.
1326
1327         * tests/check/elements/playbin.c: (create_playbin),
1328         (GST_START_TEST), (gst_codec_src_uri_get_type),
1329         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1330         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1331         (gst_codec_src_init_type), (gst_codec_src_base_init),
1332         (gst_codec_src_create), (gst_codec_src_class_init),
1333         (gst_codec_src_init), (plugin_init), (playbin_suite):
1334           Add some tests for the missing-plugin stuff.
1335
1336 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         * configure.ac:
1339         * gst-libs/gst/Makefile.am:
1340         * gst-libs/gst/utils/Makefile.am:
1341         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1342         * gst-libs/gst/utils/base-utils.h:
1343         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1344         (find_format_info), (caps_are_rtp_caps),
1345         (gst_base_utils_get_source_description),
1346         (gst_base_utils_get_sink_description),
1347         (gst_base_utils_get_decoder_description),
1348         (gst_base_utils_get_encoder_description),
1349         (gst_base_utils_get_element_description),
1350         (gst_base_utils_add_codec_description_to_tag_list),
1351         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1352         * gst-libs/gst/utils/descriptions.h:
1353         * gst-libs/gst/utils/missing-plugins.c:
1354         (missing_structure_get_type), (copy_and_clean_caps),
1355         (gst_missing_uri_source_message_new),
1356         (gst_missing_uri_sink_message_new),
1357         (gst_missing_element_message_new),
1358         (gst_missing_decoder_message_new),
1359         (gst_missing_encoder_message_new),
1360         (missing_structure_get_string_detail),
1361         (missing_structure_get_caps_detail),
1362         (gst_missing_plugin_message_get_installer_detail),
1363         (gst_missing_plugin_message_get_description),
1364         (gst_is_missing_plugin_message):
1365         * gst-libs/gst/utils/missing-plugins.h:
1366           API: add new libgstbaseutils library with functions
1367           - to create and parse missing-plugins messages
1368           - that provide (translated) descriptions for caps/decoders/sources/etc.
1369           Closes #392393.
1370
1371         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1372         * pkgconfig/gstreamer-plugins-base.pc.in:
1373           Add new lib.
1374
1375         * docs/libs/gst-plugins-base-libs-docs.sgml:
1376         * docs/libs/gst-plugins-base-libs-sections.txt:
1377           Generate docs for new lib and API.
1378
1379         * tests/check/Makefile.am:
1380         * tests/check/libs/.cvsignore:
1381         * tests/check/libs/utils.c: (missing_msg_check_getters),
1382         (GST_START_TEST), (libgstbaseutils_suite):
1383           Add some basic unit tests.
1384
1385 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1386
1387         * ext/ogg/Makefile.am:
1388           Dist gstoggdemux.h to fix 'make distcheck'.
1389
1390         * sys/v4l/Makefile.am:
1391           Fix 'make distcheck' even more.
1392
1393 2007-01-09  Wim Taymans  <wim@fluendo.com>
1394
1395         * docs/plugins/Makefile.am:
1396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1398         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1399         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1400         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1401         (gst_ogg_demux_perform_seek):
1402         * ext/ogg/gstoggdemux.h:
1403         Added docs.
1404         Add some more comments.
1405         Small cleanups.
1406
1407 2007-01-09  Wim Taymans  <wim@fluendo.com>
1408
1409         * ext/theora/theoradec.c:
1410         * ext/vorbis/vorbisdec.c:
1411         * gst-libs/gst/audio/gstringbuffer.c:
1412         (gst_ring_buffer_commit_full):
1413         * gst-libs/gst/audio/gstringbuffer.h:
1414         * gst-libs/gst/rtp/gstrtpbuffer.c:
1415         * gst-libs/gst/tag/gstvorbistag.c:
1416         Small documentation updates/fixes
1417
1418 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1419
1420         * configure.ac:
1421           Require core CVS HEAD for Andy's basesrc/sink API additions.
1422
1423 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1426
1427         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1428         (plugin_init):
1429           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1430           on flac.sf.net (there appear to be other versions of the first
1431           ogg page in the wild) (#391365).
1432
1433 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * configure.ac:
1436           Check if localtime_r() is available.
1437
1438         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1439           If localtime_r() is not available, fall back to localtime(). Should
1440           fix build on MingW (#393310).
1441
1442 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1443
1444         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1445         * gst/subparse/gstsubparse.h:
1446           Remove spurious 1000 subtrahend when calculating the timestamp from
1447           the frame number and the frame rate . Also, use the frames/second
1448           value specified in the first line of the file, if one is specified
1449           there. Should fix #357503.
1450
1451         * tests/check/elements/subparse.c: (do_test),
1452         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1453         (subparse_suite):
1454           Add some basic unit tests for the microdvd subtitle format.
1455
1456 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1457
1458         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1459         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1460         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1461         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1462         (gst_xvimagesink_set_xwindow_id),
1463         (gst_xvimagesink_set_event_handling),
1464         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1465         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1466         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1467         Fixes : #390076.
1468         Add an adaptor property to select a specific XV adaptor.
1469         * sys/xvimage/xvimagesink.h:
1470
1471 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1472
1473         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1474         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1475         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1476         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1477         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1478         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1479         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1480         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1481         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1482         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1483         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1484         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1485         Use flow_lock much more to protect every access to xwindow.
1486         Try to catch erros while creating images in case some drivers are
1487         just generating an XError when the requested image is too big.
1488         Should fix : #354698, #384008, #384060.
1489         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1490         Implement some stress testing of setting window xid.
1491
1492 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1493
1494         * win32/common/libgsaudio.def:
1495           Add new exported function.
1496         * win32/common/libgstogg.dsp:
1497           Add gstoggaviparse.c to the build.
1498         * win32/common/libgstvideoscale.dsp:
1499           Add vs_4tap.c to the build.
1500         * win32/common/libgstvorbis.dsp:
1501           Add vorbistag.c to the build.
1502         
1503 2007-01-06  Andy Wingo  <wingo@pobox.com>
1504
1505         * gst-libs/gst/audio/gstbaseaudiosink.c
1506         (gst_base_audio_sink_class_init)
1507         (gst_base_audio_sink_init): 
1508         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1509         to baseaudiosink, and tell basesink that we can work in pull mode.
1510         This way the ring buffer thread drives the pipeline directly, if
1511         pull mode is possible. There is some lingering nastiness regarding
1512         capsnego, however.
1513         (gst_base_audio_sink_callback): Implement the callback to pull
1514         data. This interface is a bit light, though -- it should get a
1515         GstFlowReturn return value at least.
1516
1517 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1520         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1521         * gst/playback/gstdecodebin2.c:
1522         (gst_decode_group_check_if_blocked):
1523           Printf format and missing argument fixes.
1524
1525 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1526
1527         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1528         (gst_ogm_parse_change_state):
1529         Activate pads before adding them to the element.
1530
1531 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1532
1533         * tests/examples/seek/scrubby.c: (main):
1534         * tests/examples/seek/seek.c: (main):
1535           Call g_thread_init() first thing in main() (see #391278).
1536
1537 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1538
1539         * tests/check/Makefile.am:
1540         * tests/check/libs/.cvsignore:
1541         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1542         (netbuffer_suite):
1543           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1544           for the time being, since it's broken, see #393099.
1545
1546 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1547
1548         * tests/check/Makefile.am:
1549           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1550
1551 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1552
1553         * configure.ac:
1554           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1555           so that GST_BASE_CFLAGS can go inbetween them, making sure
1556           we use uninstalled gst-libs headers
1557         * docs/libs/Makefile.am:
1558         * ext/alsa/Makefile.am:
1559         * ext/cdparanoia/Makefile.am:
1560         * ext/gnomevfs/Makefile.am:
1561         * ext/libvisual/Makefile.am:
1562         * ext/ogg/Makefile.am:
1563         * ext/theora/Makefile.am:
1564         * ext/vorbis/Makefile.am:
1565         * gst-libs/gst/audio/Makefile.am:
1566         * gst-libs/gst/cdda/Makefile.am:
1567         * gst-libs/gst/interfaces/Makefile.am:
1568         * gst-libs/gst/riff/Makefile.am:
1569         * gst-libs/gst/rtp/Makefile.am:
1570         * gst-libs/gst/tag/Makefile.am:
1571         * gst/adder/Makefile.am:
1572         * gst/audioconvert/Makefile.am:
1573         * gst/audiorate/Makefile.am:
1574         * gst/audioresample/Makefile.am:
1575         * gst/playback/Makefile.am:
1576         * gst/tcp/Makefile.am:
1577         * gst/videoscale/Makefile.am:
1578         * gst/volume/Makefile.am:
1579         * sys/ximage/Makefile.am:
1580         * sys/xvimage/Makefile.am:
1581         * tests/icles/Makefile.am:
1582           adapt
1583
1584 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1585
1586         * gst-libs/gst/interfaces/xoverlay.c:
1587         (gst_x_overlay_handle_events):
1588         * gst-libs/gst/interfaces/xoverlay.h:
1589         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1590         (gst_ximagesink_set_xwindow_id),
1591         (gst_ximagesink_set_event_handling),
1592         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1593         (gst_ximagesink_get_property), (gst_ximagesink_init),
1594         (gst_ximagesink_class_init):
1595         * sys/ximage/ximagesink.h:
1596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1597         (gst_xvimagesink_set_xwindow_id),
1598         (gst_xvimagesink_set_event_handling),
1599         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1600         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1601         (gst_xvimagesink_class_init):
1602         * sys/xvimage/xvimagesink.h:
1603         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1604         Add a method to the XOverlay interface to allow disabling of 
1605         event handling in x[v]imagesink elements. This will let X events
1606         propagate to parent windows which can be usefull in some cases.
1607         Be carefull that the application is then responsible of pushing
1608         navigation events and expose events to the video sink.
1609         Fixes: #387138.
1610
1611 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1612
1613         * gst-libs/gst/tag/gstvorbistag.c:
1614         * tests/check/libs/tag.c: (GST_START_TEST):
1615           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1616           (fixes #392070).
1617
1618 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * configure.ac:
1621         * docs/Makefile.am:
1622         * docs/design/Makefile.am:
1623           Dist design docs.
1624
1625 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1626
1627         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1628         typo. Fixes: #390063.
1629
1630 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1631
1632         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1634         caps leak.
1635         * win32/common/config.h: Updated.
1636
1637 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1638
1639         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1640         (setup_gdpdepay_streamheader):
1641         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1642         (setup_gdppay_streamheader):
1643           Fix the dp tests, but activating the pads for the streamheader tests
1644           too and cleaning up conditionaly
1645
1646 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1647
1648         * gst/ffmpegcolorspace/avcodec.h:
1649         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1650         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1651         (gst_ffmpegcsp_avpicture_fill):
1652         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1653         (img_get_alpha_info):
1654         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1655         other end of the word. Fixes: #387073.
1656
1657         Add some inconsequential branch hints in a couple of places.
1658
1659 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1660
1661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1662         (gst_ffmpeg_caps_to_smpfmt):
1663           The "signed" field in raw audio caps is of boolean type, trying to
1664           extract the value with _get_int() will fail (fix to keep in sync with
1665           the copy in gst-ffmpeg)
1666
1667 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1670         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1671         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1672         (cleanup_gdpdepay):
1673         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1674         * tests/check/elements/subparse.c: (teardown_subparse):
1675         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1676         * tests/check/elements/videorate.c: (cleanup_videorate):
1677         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1678         * tests/check/elements/volume.c: (cleanup_volume):
1679         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1680         (cleanup_vorbisdec):
1681         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1682         (cleanup_vorbistag):
1683           consistent pad (de)activation
1684
1685 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1686
1687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1688           Forgot to register the extensions.
1689
1690 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1693         (plugin_init):
1694           Add typefinder for VIVO files (my christmas present to the 90s).
1695
1696 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1697
1698         * gst/playback/gstdecodebin.c: (type_found):
1699           Special-case the text/plain media type: we only want to recognise it
1700           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1701           parser, but not if the entire stream is of text/plain type. If the
1702           entire stream is text/plain, we should just error out.
1703
1704           This fixes playback of audio files with lyrics in totem. Totem can't
1705           distinguish between text files and subtitle files and passes any
1706           .txt file with the same basename as the main file to playbin as
1707           suburi, and playbin will then throw a 'subtitle found, but no video
1708           stream' error, which isn't entirely helpful. See #380342.
1709
1710           Also, with this change we'll show a slightly more correct error
1711           message in case totem passes a playlist file to us (although a
1712           custom error message wording instead of the default text would
1713           probably not be a bad idea either).
1714
1715           Same problem also needs to be fixed for playbin+decodebin2.
1716
1717         * tests/check/Makefile.am:
1718         * tests/check/elements/decodebin.c: (src_handoff_cb),
1719         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1720         (decodebin_suite):
1721           Add simple unit test for decodebin for the above.
1722
1723 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1724
1725         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1726         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1727           Refuse to change state to READY when we failed to create any of the
1728           required elements in our instance init function.
1729
1730 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1731
1732         * docs/libs/gst-plugins-base-libs-sections.txt:
1733           Small docs fixes/updates.
1734
1735         * gst-libs/gst/video/gstvideosink.h:
1736           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1737           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1738           removed from the base sink API between 0.9.6 and 0.9.7).
1739           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1740           accessor macros, so we don't do a runtime GObject type check every
1741           time we use them.
1742
1743 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1744
1745         * Makefile.am:
1746         * gst-plugins-base.doap:
1747         * gst-plugins-base.spec.in:
1748           add doap file
1749
1750 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1751
1752         Patch by: Jens Granseuer <jensgr at gmx net>
1753
1754         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1755         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1756         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1757         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1759           Declare variables at the beginning of a block. Fixes #383195.
1760
1761 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1762
1763         * configure.ac:
1764         Bump version nano - back to CVS.
1765
1766
1767 === release 0.10.11 ===
1768
1769 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1770
1771         * configure.ac:
1772           releasing 0.10.11, "Dumb things"
1773
1774 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1775
1776         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1777         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1778         Handle the case where an element has multiple pads with 
1779         unfixed caps as well as still possibly producing more dynamic 
1780         pads by storing each case as a distinct entry in the dynamic list.
1781         Fixes #38223 again.
1782
1783 2006-12-04  Wim Taymans  <wim@fluendo.com>
1784
1785         * gst/playback/gstdecodebin.c: (close_pad_link):
1786         Fix #382223, add more dynamic caps handling.
1787
1788 2006-12-04  Wim Taymans  <wim@fluendo.com>
1789
1790         reviewed by: <delete if not using a buddy>
1791
1792         * gst-libs/gst/audio/gstringbuffer.h:
1793         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1794         (gst_netaddress_set_ip4_interface),
1795         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1796         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1797         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1798         (gst_netaddress_get_ttl):
1799         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1800         * gst/playback/gstdecodebin.c: (close_pad_link):
1801         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1802         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1803         * win32/common/config.h:
1804
1805 2006-12-01  Michael Smith  <msmith@fluendo.com>
1806
1807         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1808           Delete bad debug code.
1809           Fixes #381219
1810
1811 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1812
1813         * gst/videoscale/vs_4tap.c:
1814         * win32/MANIFEST:
1815         * win32/common/config.h:
1816         * win32/vs8/libgstvideoscale.vcproj:
1817         Fix compilation on win32 under VS8
1818         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1819         Partially fixes #381175
1820
1821 2006-11-30  Michael Smith  <msmith@fluendo.com>
1822
1823         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1824         (GST_START_TEST):
1825           It would be very bad if, after a discont buffer, we thought every
1826           single following buffer was also discont. So, add to the test to
1827           ensure that this isn't the case.
1828           
1829         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1830           ... it was the case. So fix it.
1831
1832 2006-11-28  Wim Taymans  <wim@fluendo.com>
1833
1834         * gst/playback/gstplaybasebin.c: (check_queue_event):
1835         Improve debug.
1836
1837         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1838         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1839         padtemplate caps. Refixes #357577.
1840
1841 2006-11-28  Wim Taymans  <wim@fluendo.com>
1842
1843         * gst/playback/gstplaybasebin.c: (check_queue_event),
1844         (queue_threshold_reached), (queue_out_of_data),
1845         (gen_preroll_element):
1846         Add event probe to see when EOS is in a queue and we can disable the
1847         underrun signals. Fixes #357577.
1848
1849 2006-11-28  Edward Hervey  <edward@fluendo.com>
1850
1851         * gst/playback/Makefile.am:
1852         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1853         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1854         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1855         (gst_decode_bin_init), (gst_decode_bin_dispose),
1856         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1857         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1858         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1859         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1860         (connect_element), (expose_pad), (type_found),
1861         (pad_added_group_cb), (pad_removed_group_cb),
1862         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1863         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1864         (are_raw_caps), (multi_queue_overrun_cb),
1865         (multi_queue_underrun_cb), (gst_decode_group_new),
1866         (get_current_group), (group_demuxer_event_probe),
1867         (gst_decode_group_control_demuxer_pad),
1868         (gst_decode_group_control_source_pad),
1869         (gst_decode_group_check_if_blocked),
1870         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1871         (gst_decode_group_hide), (gst_decode_group_free),
1872         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1873         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1874         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1875         (plugin_init):
1876         New decodebin2 element.
1877         Closes #370092
1878         * gst/playback/gstplay-marshal.list:
1879         Added marshallers for new signals in decodebin2
1880         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1881         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1882         is set.
1883
1884 2006-11-28  Wim Taymans  <wim@fluendo.com>
1885
1886         * gst/playback/gstplaybasebin.c: (setup_source),
1887         (gst_play_base_bin_change_state):
1888         Disable rtsp:// uris for the release, it's not good enough yet.
1889         Remove unused var.
1890
1891 2006-11-26  Wim Taymans  <wim@fluendo.com>
1892
1893         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1894         (theora_dec_push_forward), (theora_dec_push_reverse),
1895         (theora_handle_data_packet), (theora_dec_decode_buffer),
1896         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1897         (theora_dec_chain_forward), (theora_dec_chain):
1898         Implement reverse playback.
1899
1900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1901         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1902         (vorbis_dec_chain_forward):
1903         Clear buffers used for reverse playback in _reset.
1904         No need to set the eos flag, we clip samples using the segment.
1905
1906 2006-11-24  Wim Taymans  <wim@fluendo.com>
1907
1908         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1909         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1910         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1911         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1912         Some cleanups.
1913         Handle continued pages in reverse mode.
1914
1915 2006-11-24  Wim Taymans  <wim@fluendo.com>
1916
1917         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1918         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1919         (vorbis_dec_flush_decode):
1920         Small cleanups.
1921         Don't try to add invalid timestamps.
1922         Clipping will unref the buffer.
1923
1924 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1925
1926         * gst/adder/gstadder.h:
1927         * gst/audiotestsrc/gstaudiotestsrc.h:
1928           remove obsolete _factory_init protos
1929
1930 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1931
1932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1933           Fix spacing in debug message.
1934
1935 2006-11-23  Wim Taymans  <wim@fluendo.com>
1936
1937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1938         (gst_ogg_demux_chain):
1939         Don't just ignore return values from _pad_push().
1940         Small debug improvements.
1941
1942 2006-11-23  Michael Smith  <msmith@fluendo.com>
1943
1944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1945           If our incoming buffer is marked as DISCONT, then increment the page
1946           number (so that the discontinuity is marked in the final ogg
1947           bitstream) and flush the previous page.
1948
1949 2006-11-22  Michael Smith  <msmith@fluendo.com>
1950
1951         * ext/theora/gsttheoraenc.h:
1952         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1953         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1954         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1955         (theora_enc_chain), (theora_enc_change_state):
1956           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1957
1958         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1959         (GST_START_TEST), (theoraenc_suite):
1960           Enable discontinuity test, fix it.
1961
1962 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1965         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1966         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1967         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1968         (gst_text_overlay_change_state):
1969         * ext/pango/gsttextoverlay.h:
1970           Some textoverlay fixes: for one, in the video chain function,
1971           actually wait for a text buffer to come in if there is none at the
1972           moment and there should be one; also, deal more gracefully with
1973           incoming buffers that do not have a timestamp or duration; discard
1974           text buffer when not needed any longer. Fixes #341681.
1975
1976         * tests/check/Makefile.am:
1977         * tests/check/elements/.cvsignore:
1978         * tests/check/elements/textoverlay.c:
1979         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1980         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1981         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1982         (test_video_waits_for_text_send_text_newsegment_thread),
1983         (test_video_waits_for_text_shutdown_element),
1984         (test_render_continuity_push_video_buffers_thread),
1985         (textoverlay_suite):
1986           Add some unit tests for textoverlay.
1987
1988 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1991           Avoid integer underflow when the found probability for mp3 is
1992           smaller than the 'penalty' we subtract if there's not a clean
1993           mp3 header sync at offset 0.
1994
1995 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1996
1997         * docs/libs/gst-plugins-base-libs-sections.txt:
1998           Add some new symbols to the docs
1999
2000 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * tests/check/Makefile.am:
2003         * tests/check/elements/ffmpegcolorspace.c:
2004         (ffmpegcolorspace_suite):
2005           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2006           (for now not for valgrinding though, since it takes too long).
2007
2008 2006-11-20  Wim Taymans  <wim@fluendo.com>
2009
2010         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2011         (gst_ffmpeg_pixfmt_to_caps):
2012         Fix RGBA32 caps. Fixes #357038.
2013
2014 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * gst-libs/gst/interfaces/mixertrack.h:
2017           Add FIXME so we can add some padding here in 0.11
2018
2019 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2022           Fix GstBaseRTPAudioPayload structure so the whole GObject
2023           inheritance business actually works (parent class instance structure
2024           must always come first in the derived class instance structure).
2025
2026 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2027
2028         * gst/videotestsrc/Makefile.am:
2029         * tests/check/Makefile.am:
2030           Make sure our checks and the videotestsrc plugin link against the
2031           local uninstalled gst libs and not any installed gst libs that
2032           might happen to exist as well.
2033
2034         * tests/check/elements/adder.c: (message_received),
2035         (test_event_message_received), (test_play_twice_message_received):
2036         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2037           Fix compiler warnings when compiling against core with disabled
2038           debugging system.
2039
2040 2006-11-16  Michael Smith  <msmith@fluendo.com>
2041
2042         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2043         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2044           Fix audiorate, so that it accurately sets offsets and timestamps.
2045           Doesn't change the fundamental algorithmic decisions; so should be
2046           safe.
2047
2048         * tests/check/Makefile.am:
2049           Enable audiorate test now that it passes.
2050
2051 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2052
2053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2054           clear xv when going to NULL, remove // commented non-existant proto
2055
2056         * tests/examples/seek/seek.c: (main):
2057           add missing tooltip description for scrub and play_scrub
2058
2059 2006-11-14  David Schleef  <ds@schleef.org>
2060
2061         * configure.ac:
2062           Bump liboil requirement to 0.3.8.
2063         * gst-libs/gst/riff/riff-media.c:
2064           Add Dirac fourcc.
2065         * gst/videoscale/vs_image.h:
2066         * gst/videoscale/vs_scanline.h:
2067           Use liboil's stdint.h.
2068         * gst/videotestsrc/videotestsrc.c:
2069           Remove liboil related ifdef's, since they aren't needed now, and
2070           won't work with future versions.
2071
2072 2006-11-14  David Schleef  <ds@schleef.org>
2073
2074         * gst/videoscale/Makefile.am:
2075         * gst/videoscale/gstvideoscale.c:
2076         * gst/videoscale/gstvideoscale.h:
2077         * gst/videoscale/vs_4tap.c:
2078         * gst/videoscale/vs_4tap.h:
2079         * gst/videoscale/vs_image.c:
2080         * gst/videoscale/vs_image.h:
2081         * gst/videoscale/vs_scanline.c:
2082         * gst/videoscale/vs_scanline.h:
2083           Add a 4-tap image scaler.  Theoretically looks much prettier.
2084           The tap calculation could use some improvement.
2085
2086 2006-11-14  Wim Taymans  <wim@fluendo.com>
2087
2088         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2089
2090         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2091         (gst_riff_parse_strf_iavs):
2092         * gst/subparse/gstsubparse.c: (convert_encoding):
2093         * gst/tcp/gstmultifdsink.c:
2094         (gst_multi_fd_sink_handle_client_write):
2095         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2096         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2097         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2098         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2099         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2100         (gst_ximagesink_ximage_new):
2101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2102         Various gsize and gssize printf fixes. Fixes #372507.
2103
2104 2006-11-13  Wim Taymans  <wim@fluendo.com>
2105
2106         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2107         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2108         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2109         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2110         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2111         * ext/vorbis/vorbisdec.h:
2112         First stab at vorbis reverse playback.
2113
2114 2006-11-13  Wim Taymans  <wim@fluendo.com>
2115
2116         * gst-libs/gst/audio/gstbaseaudiosink.c:
2117         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2118         * gst-libs/gst/audio/gstbaseaudiosink.h:
2119         Make the clock sync code more accurate wrt resampling and playback
2120         at different rates.
2121         
2122         * gst-libs/gst/audio/gstringbuffer.c:
2123         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2124         * gst-libs/gst/audio/gstringbuffer.h:
2125         Use better algorithm to interpolate sample rates. 
2126
2127 2006-11-13  Michael Smith  <msmith@fluendo.com>
2128
2129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2130           Improve a debug line slightly.
2131
2132         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2133           Call gst_riff_init() in plugin_init, to avoid getting errors from
2134           the debug system (unrelated changes to another plugin made this turn
2135           up; not sure why).
2136
2137 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2138
2139         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2140
2141         * win32/common/libgsttag.def:
2142           Add missing symbol (#366492).
2143
2144 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2147           Don't unref a NULL pad.
2148
2149 2006-11-09  Wim Taymans  <wim@fluendo.com>
2150
2151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2152         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2153         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2154         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2155         (gst_ogg_demux_loop):
2156         Implement first stab at reverse playback.
2157
2158 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2161         (gst_riff_create_video_template_caps):
2162           add h263/h264 variants to the caps, Fixes #363118
2163
2164 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2165
2166         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2167         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2168           Use g_strerror instead of strerror so we get UTF-8.
2169
2170 2006-11-03  David Schleef  <ds@schleef.org>
2171
2172         * ext/ogg/gstoggdemux.c:
2173         * ext/ogg/gstoggmux.c:
2174           Add/remove KW-DIRAC header here, since it is ogg-specific.
2175
2176 2006-11-03  Michael Smith  <msmith@fluendo.com>
2177
2178         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2179           Recognise more mpeg4 elementary video streams.
2180
2181 2006-11-02  Edward Hervey  <edward@fluendo.com>
2182
2183         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2184         Lower the probability of mp3 typefinding functions if we don't find a
2185         valid mp3 header at the start of the file.
2186         Closes #369482
2187
2188 2006-11-02  Wim Taymans  <wim@fluendo.com>
2189
2190         * ext/theora/gsttheoradec.h:
2191         * ext/theora/theoradec.c: (gst_theora_dec_init),
2192         (theora_dec_sink_event), (theora_dec_chain_forward),
2193         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2194         (theora_dec_chain):
2195         Document and partially implement an algorithm for doing reverse playback
2196         of theora video.
2197
2198 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2199
2200         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2201
2202         * win32/common/config.h:
2203         * win32/common/interfaces-enumtypes.c:
2204         * win32/common/libgsttag.def:
2205         * win32/vs8/gst-plugins-base.sln:
2206         * win32/vs8/libgstaudioresample.vcproj:
2207         * win32/vs8/libgstinterfaces.vcproj:
2208         * win32/vs8/libgstogg.vcproj:
2209         * win32/vs8/libgstriff.vcproj:
2210         * win32/vs8/libgsttag.vcproj:
2211         * win32/vs8/libgsttheora.vcproj:
2212         * win32/vs8/libgstvideoscale.vcproj:
2213         * win32/vs8/libgstvorbis.vcproj:
2214           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2215           to libgsttag.def; add missing dependencies for some vs8 projects;
2216           re-arrange placement of .def files in vs8 projects (#366334).
2217
2218 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * ext/ogg/gstogg.c:
2221           Remove unused variable.
2222
2223         * ext/ogg/gstoggdemux.c:
2224           Fix Wim's surname in plugin description.
2225
2226 2006-10-31  Wim Taymans  <wim@fluendo.com>
2227
2228         * gst-plugins-base.spec.in:
2229         spec new .h file. Fixes #368310.
2230
2231 2006-10-31  Michael Smith  <msmith@fluendo.com>
2232
2233         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2234         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2235         (gst_multi_fd_sink_get_stats),
2236         (gst_multi_fd_sink_remove_client_link),
2237         (gst_multi_fd_sink_queue_buffer),
2238         (gst_multi_fd_sink_handle_clients):
2239         * gst/tcp/gstmultifdsink.h:
2240           Make using the remove or clear signals threadsafe.
2241           Make calling get-stats with an invalid fd not segfault.
2242           Fixes 368273.
2243
2244 2006-10-31  Wim Taymans  <wim@fluendo.com>
2245
2246         * gst-libs/gst/rtp/Makefile.am:
2247         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2248         (gst_base_rtp_audio_payload_init):
2249         Fix and activate base audio payloader.
2250
2251 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2252
2253         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2254         (plugin_init):
2255           Add typefinder for QuickTime Image Files (see #366156).
2256
2257 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2258
2259         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2260           Another typo fix (#366212).
2261
2262 2006-10-27  Wim Taymans  <wim@fluendo.com>
2263
2264         * gst/volume/gstvolume.c: (volume_transform_ip):
2265         Use stream time to synchronize volume property instead of rather random
2266         timestamps. This is needed when gnonlin does its time shifting.
2267
2268 2006-10-27  Wim Taymans  <wim@fluendo.com>
2269
2270         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2271
2272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2273         Remove the pad from the element in release_pad. Fixes #364812.
2274
2275 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2276
2277         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2279           Explicitly create our custom buffer classes at a thread-safe
2280           location as well, since g_type_class_ref() doesn't seem to be
2281           entirely thread-safe either (#365501; also see #349410).
2282
2283 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2286         (gst_riff_parse_info):
2287           If strings in INFO chunk are not UTF-8, do something similar to
2288           what we do for ID3v1 tags: check a number of environment variables
2289           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2290           character sets to try, otherwise try the current locale and/or fall
2291           back on ISO-8859-1. Fixes #360552.
2292
2293 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * gst/videotestsrc/gstvideotestsrc.c:
2296         (gst_video_test_src_pattern_get_type),
2297         (gst_video_test_src_set_pattern):
2298         * gst/videotestsrc/gstvideotestsrc.h:
2299         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2300         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2301         (gst_video_test_src_checkers8):
2302         * gst/videotestsrc/videotestsrc.h:
2303           Add a bunch of exciting new checkers patterns.
2304
2305 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst/subparse/Makefile.am:
2308         * gst/subparse/gstsubparse.c:
2309         (gst_sub_parse_data_format_autodetect),
2310         (gst_sub_parse_format_autodetect), (handle_buffer),
2311         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2312         * gst/subparse/gstsubparse.h:
2313         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2314         (parse_tmplayer):
2315         * gst/subparse/tmplayerparse.h:
2316           Add support for TMPlayer-type subtitles (#362845).
2317
2318         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2319         (GST_START_TEST), (subparse_suite):
2320           Add some basic unit tests for the above.
2321
2322 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2323
2324         * tests/check/elements/audiorate.c: (test_injector_base_init),
2325         (test_injector_class_init), (test_injector_chain),
2326         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2327         (GST_START_TEST), (audiorate_suite):
2328           More tests for audiorate: inject buffers to check behaviour when
2329           buffers overlap.
2330
2331 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * tests/check/Makefile.am:
2334         * tests/check/elements/.cvsignore:
2335         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2336         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2337           Add some basic unit tests for audiorate. Disabled at the moment
2338           since it doesn't pass yet (see bug #363119).
2339
2340 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2341
2342         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2343         (parse_subrip), (handle_buffer):
2344           Add missing closing tags for markup and fix broken markup,
2345           otherwise pango won't render anything (fixes #357531). Also,
2346           make sure the text we send out is always NUL-terminated
2347           (better safe than sorry etc.).
2348
2349         * tests/check/elements/subparse.c: (test_srt_do_test),
2350         (test_srt):
2351           Some more tests for .srt incl. tests for the above stuff.
2352
2353 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2354
2355         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2357         Patch by: Stefan Kost  <ensonic@users.sf.net>
2358         Try to redraw borders only when needed. Apparently this consumes
2359         resources on small devices... :-O (#363607)
2360
2361 2006-10-20  Michael Smith  <msmith@fluendo.com>
2362
2363         * gst/tcp/gstmultifdsink.c:
2364         (gst_multi_fd_sink_client_queue_buffer):
2365           If caps change, then update the client's idea of the caps so that we
2366           don't end up re-sending streamheaders for every single buffer after
2367           the caps change.
2368
2369 2006-10-20  Michael Smith  <msmith@fluendo.com>
2370
2371         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2372         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2373           Set caps on pushed buffers; fix up refcounting of caps objects.
2374
2375 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2376
2377         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2378         (plugin_init):
2379           Typefind mmsh header data packet to application/x-mmsh (#362625).
2380
2381 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2382
2383         * tests/check/Makefile.am:
2384         * tests/check/elements/.cvsignore:
2385         * tests/check/elements/subparse.c: (buffer_from_static_string),
2386         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2387         (GST_START_TEST), (subparse_suite):
2388           Add very simple unit test for subparse.
2389
2390 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2391
2392         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2393         (parse_subrip):
2394           Strip trailing newlines from subtitle text output.
2395
2396 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2399         (gst_sub_parse_change_state):
2400           Fix memleak; clear subparse->textbuf n state change function.
2401
2402 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2403
2404         * gst/subparse/gstsubparse.c:
2405         (gst_sub_parse_data_format_autodetect):
2406           Don't require subrip (.srt) files to start with a chunk number of 1.
2407
2408 2006-10-18  Wim Taymans  <wim@fluendo.com>
2409
2410         * gst-libs/gst/audio/gstbaseaudiosink.c:
2411         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2412         * gst-libs/gst/audio/gstbaseaudiosink.h:
2413         Extract rate from the NEWSEGMENT event.
2414         Use commit_full to also take rate adjustment into account when writing
2415         samples to the ringbuffer.
2416         
2417         * gst-libs/gst/audio/gstringbuffer.c:
2418         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2419         (gst_ring_buffer_read):
2420         * gst-libs/gst/audio/gstringbuffer.h:
2421         Added _commit_full() to also take rate into account.
2422         Use simple interpolation algorithm to resample audio.
2423         API: gst_ring_buffer_commit_full()
2424
2425         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2426         * tests/examples/seek/seek.c: (segment_done):
2427         Don't try to seek with 0.0 rate, just pause instead.
2428         Remove bogus debug line.
2429
2430 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2431
2432         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2433         (setup_source):
2434           Catch async errors when starting up the subtitle bin, so we can
2435           stop waiting and continue with the main film instead of hanging
2436           forever. Fixes #339366.
2437
2438         * tests/check/elements/playbin.c: (playbin_suite):
2439           Enable unit test for the above.
2440
2441 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         * tests/check/Makefile.am:
2444         * tests/check/elements/.cvsignore:
2445         * tests/check/elements/playbin.c: (GST_START_TEST),
2446         (gst_red_video_src_uri_get_type),
2447         (gst_red_video_src_uri_get_protocols),
2448         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2449         (gst_red_video_src_uri_handler_init),
2450         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2451         (gst_red_video_src_create), (gst_red_video_src_class_init),
2452         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2453           Some small and basic unit tests for playbin; not very useful yet,
2454           but at least a start.
2455
2456 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * gst/playback/gstplaybin.c: (setup_sinks):
2459           The old pad activation spiel.
2460
2461 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         * gst/playback/gstplaybasebin.c: (setup_source):
2464           Don't hang forever if the subbin already fails to start up in 
2465           the state change to PAUSED (#339366).
2466
2467 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2468
2469         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2470         (gst_tuner_set_channel), (gst_tuner_get_channel),
2471         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2472         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2473         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2474         (gst_tuner_find_channel_by_name):
2475           Fix some function guards, add some more function guards.
2476
2477 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2478
2479         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2480         (remove_element_chain):
2481         Don't return a pad from get_our_ghost_pad unless it is actually the
2482         one we want.
2483         Change a cast in remove_element_chain slightly.
2484
2485 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2486
2487         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2488         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2489         Segment seeking needs to use the rate and set stop to -1.
2490
2491 2006-10-13  Wim Taymans  <wim@fluendo.com>
2492
2493         * gst-libs/gst/audio/gstbaseaudiosink.c:
2494         (gst_base_audio_sink_setcaps):
2495         Don't crash when ringbuffer is not yet created.
2496         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2497         Fixes #361634.
2498
2499         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2500         * gst/playback/gststreamselector.c:
2501         (gst_stream_selector_request_new_pad):
2502         Activate pads befre adding them to running elements.
2503
2504 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2505
2506         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2507         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2508         updater when we start grabing the slider. Don't wait for the
2509         pipeline to be PAUSED.
2510
2511 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2514         (gst_mixer_set_volume), (gst_mixer_get_volume),
2515         (gst_mixer_set_mute), (gst_mixer_set_option),
2516         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2517         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2518         (gst_mixer_option_changed):
2519           Guard mixer interface functions against bogus arguments.
2520
2521 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2522
2523         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2524         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2525         (msg_state_changed), (main): Use state-changed messages to trigger
2526         start/stop of scale update timer. Indeed the scale slider was
2527         jumping here and there because the update timer was activated 
2528         before seek completed. This fixes instant applying of rate changes
2529         by pressing the spinbutton like a crazy man !
2530
2531 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2534
2535         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2536         (gst_basertppayload_finalize):
2537           Fix two small memory leaks (#361456).
2538
2539 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2540
2541         * tests/examples/seek/seek.c: (do_seek),
2542         (rate_spinbutton_changed_cb): When changing spinbutton we try
2543         to change the rate on the fly.
2544
2545 2006-10-10  Wim Taymans  <wim@fluendo.com>
2546
2547         * gst-libs/gst/riff/riff-ids.h:
2548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2549         (gst_riff_create_audio_template_caps):
2550         Add WMS caps.
2551
2552 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2553
2554         Patch by: Josep Torre Valles <josep@fluendo.com>
2555
2556         * ext/gnomevfs/gstgnomevfssink.c:
2557         * ext/gnomevfs/gstgnomevfssrc.c:
2558         Fix URI interface implementation return type.
2559         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2560         Fix what looks like a copy/paste issue when assigning values.
2561         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2562         (gst_audio_filter_template_get_type):
2563         Cast to prevent Forte warnings.
2564         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2565         Fix URI interface implementation return type.
2566         gst_pad_query_position requires a signed integer pointer as
2567         3rd parameter, GstClockTime is unsigned.
2568         * gst/audioconvert/audioconvert.c:
2569         Fix integer overflow when treated as signed.
2570         * gst/audioresample/resample.c: (resample_add_input_data):
2571         Cast to prevent warnings on Forte.
2572         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2573         Fix integer overflow when treated as signed.
2574         * gst/ffmpegcolorspace/imgconvert_template.h:
2575         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2576         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2577         (cleanup_decodebin):
2578         Who initialises a guint to -1!
2579         Cast function pointers to prevent warnings on Forte.
2580         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2581         (queue_threshold_reached):
2582         Cast function pointers correctly to prevent warnings on Forte.
2583         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2584         Cast function pointers correctly to prevent warnings on Forte.
2585         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2586         Obvious change to unsigned, 0xEF > max signed char.
2587         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2588         GstClockTime is unsigned, initialise correctly.
2589         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2590         Cast so pointer arithemetic doesn't cause warnings on Forte.
2591         * gst/videorate/gstvideorate.c:
2592         Use correct return value.
2593         * tests/examples/seek/scrubby.c:
2594         GstClockTime is unsigned, initialise correctly.
2595
2596 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2597
2598         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2599
2600         * gst/typefind/gsttypefindfunctions.c:
2601           Recognise XML files and XML-like files shorter than 256 bytes as
2602           well (fixes #359237).
2603
2604 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2605
2606         Patch by: Renato Filho <renato.filho@indt.org.br>
2607         
2608         * gst/typefind/gsttypefindfunctions.c:
2609         Added typefind functions to video/x-nuv media.
2610         
2611 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * gst-libs/gst/interfaces/xoverlay.c:
2614         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2615           Some more guards against invalid input.
2616
2617 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2618
2619         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2620         Useless goto.
2621         * tests/examples/seek/seek.c: (do_seek),
2622         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2623         seek example to experiment with rates != 1.0 (reverse playback !)
2624
2625 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2626
2627         * gst-libs/gst/interfaces/xoverlay.c:
2628           Unref message in doc-example (spotted by Robert McQueen)
2629
2630 2006-10-06  Wim Taymans  <wim@fluendo.com>
2631
2632         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2633         (mpeg1_parse_header), (mpeg1_sys_type_find):
2634         printf fix.
2635
2636 2006-10-06  Wim Taymans  <wim@fluendo.com>
2637
2638         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2639         (close_pad_link):
2640         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2641         Activate dynamic pads before adding them to the element.
2642
2643 2006-10-06  Michael Smith  <msmith@fluendo.com>
2644
2645         * gst-libs/gst/floatcast/floatcast.h:
2646           Fix obviously-bogus macros; use the correct types.
2647
2648 2006-10-06  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2651         (gst_base_rtp_depayload_change_state):
2652         Also call parent state change function to activate pads.
2653
2654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2655         (mpeg1_parse_header), (mpeg1_sys_type_find):
2656         Add some more debug info in mpeg typefinding.
2657
2658 2006-10-06  Michael Smith  <msmith@fluendo.com>
2659
2660         * ext/theora/theoradec.c: (theora_dec_chain):
2661           Zero byte theora packets are valid and well-defined; don't warn on
2662           them.
2663
2664 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2665
2666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2667         (gst_multi_fd_sink_get_stats), (find_limits),
2668         (gst_multi_fd_sink_queue_buffer):
2669           API: add dropped_buffers to the get-stats GValueArray
2670
2671 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2672
2673         * ext/alsa/gstalsadeviceprobe.c:
2674         (gst_alsa_device_property_probe_get_values):
2675         * ext/alsa/gstalsasink.c: (set_hwparams):
2676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2677         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2679         (gst_ogg_mux_process_best_pad):
2680         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2681         (gst_ogg_parse_chain):
2682         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2683         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2684         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2685         (gst_vorbis_enc_buffer_check_discontinuous):
2686         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2687         * gst-libs/gst/audio/gstbaseaudiosink.c:
2688         (gst_base_audio_sink_render):
2689         * gst-libs/gst/cdda/gstcddabasesrc.c:
2690         (gst_cdda_base_src_handle_track_seek):
2691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2692         (gst_base_rtp_depayload_push_full):
2693         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2694         * gst/audioresample/resample.c: (resample_input_pushthrough):
2695         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2696         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2697         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2698         (wavpack_type_find):
2699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2700         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2701         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2702         * tests/check/elements/volume.c: (GST_START_TEST):
2703           Printf format fixes.
2704
2705 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2706
2707         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2708           Fix a simple mistake (see the docs)
2709           Fixes #359580
2710
2711 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2712
2713         * docs/plugins/Makefile.am:
2714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2715         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2716         * docs/plugins/gst-plugins-base-plugins.args:
2717         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2718         * docs/plugins/inspect/plugin-adder.xml:
2719         * docs/plugins/inspect/plugin-alsa.xml:
2720         * docs/plugins/inspect/plugin-audioconvert.xml:
2721         * docs/plugins/inspect/plugin-audiorate.xml:
2722         * docs/plugins/inspect/plugin-audioresample.xml:
2723         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2724         * docs/plugins/inspect/plugin-cdparanoia.xml:
2725         * docs/plugins/inspect/plugin-decodebin.xml:
2726         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2727         * docs/plugins/inspect/plugin-gdp.xml:
2728         * docs/plugins/inspect/plugin-gnomevfs.xml:
2729         * docs/plugins/inspect/plugin-libvisual.xml:
2730         * docs/plugins/inspect/plugin-ogg.xml:
2731         * docs/plugins/inspect/plugin-pango.xml:
2732         * docs/plugins/inspect/plugin-playbin.xml:
2733         * docs/plugins/inspect/plugin-subparse.xml:
2734         * docs/plugins/inspect/plugin-tcp.xml:
2735         * docs/plugins/inspect/plugin-theora.xml:
2736         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2737         * docs/plugins/inspect/plugin-video4linux.xml:
2738         * docs/plugins/inspect/plugin-videorate.xml:
2739         * docs/plugins/inspect/plugin-videoscale.xml:
2740         * docs/plugins/inspect/plugin-videotestsrc.xml:
2741         * docs/plugins/inspect/plugin-volume.xml:
2742         * docs/plugins/inspect/plugin-vorbis.xml:
2743         * docs/plugins/inspect/plugin-ximagesink.xml:
2744         * docs/plugins/inspect/plugin-xvimagesink.xml:
2745           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2746
2747 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2748
2749         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2750
2751         * ext/vorbis/Makefile.am:
2752         * ext/vorbis/vorbis.c: (plugin_init):
2753         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2754         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2755         * ext/vorbis/vorbisparse.h:
2756         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2757         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2758         (gst_vorbis_tag_parse_packet):
2759         * ext/vorbis/vorbistag.h:
2760           Add new vorbistag element which derives from vorbisparse
2761           and is essentially the same as well, only that it implements
2762           the GstTagSetter interface and can modify the stream's
2763           vorbiscomment on the fly (#335635).
2764
2765         * tests/check/Makefile.am:
2766         * tests/check/elements/.cvsignore:
2767         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2768         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2769         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2770         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2771           Add unit test for new vorbistag element.
2772
2773 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2774
2775         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2776         (vorbis_parse_push_headers), (vorbis_parse_chain):
2777           Set BOS flag in packet structure to fix 'jump depends
2778           on unitialized value' errors in valgrind; various minor
2779           clean-ups.
2780
2781 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2782
2783         * gst/playback/gstdecodebin.c: (close_pad_link):
2784         Fix typo in a debug statement.
2785
2786         * gst/playback/gstplaybasebin.c: (probe_triggered),
2787         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2788         (gen_source_element), (source_new_pad), (analyse_source),
2789         (setup_source):
2790         When handling no_more_pads in new_decoded_pad, make sure to treat
2791         subtitle pads correctly. Fixes playback with subtitle files.
2792
2793         Move a recurring message to LOG level.
2794
2795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2796         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2797         which ends up as -1 when cast to an int. Make the logic handle the
2798         max value as an unsigned mask and only change the colorkey when it's
2799         a value we recognise.
2800
2801 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2802
2803         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2804         Removed empty * between paragraphs
2805
2806 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2807
2808         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2809         * gst-libs/gst/rtp/README:
2810         Moved some documentation into .c file
2811
2812 2006-09-29  Wim Taymans  <wim@fluendo.com>
2813
2814         * gst/playback/gstdecodebin.c: (no_more_pads):
2815         Fix compilation.
2816
2817 2006-09-29  Wim Taymans  <wim@fluendo.com>
2818
2819         * gst/playback/gstdecodebin.c: (new_caps):
2820         Remove g_print
2821
2822         * gst/playback/gstplaybin.c:
2823         Add some docs.
2824
2825 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2826
2827         * tests/check/Makefile.am:
2828           Re-enable cddabasesrc test to see if it works again
2829           now.
2830
2831 2006-09-29  Wim Taymans  <wim@fluendo.com>
2832
2833         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2834         (gen_source_element):
2835         Handle invalid URIs a bit more gracefully.
2836
2837 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * tests/check/pipelines/oggmux.c:
2840           Remove obsolete comment.
2841
2842 2006-09-29  Michael Smith  <msmith@fluendo.com>
2843
2844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2845         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2846         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2847         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2848         (gst_ogg_mux_collected):
2849           Commit patch from James "Doc" Livingston, adds proper EOS handling
2850           in oggmux. GStreamer can, for the first time ever, create a valid
2851           Ogg file! Yay!
2852
2853         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2854         (oggmux_suite):
2855           Reenable tests now that they pass.
2856
2857 2006-09-29  Wim Taymans  <wim@fluendo.com>
2858
2859         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2860         Stop reading commands when EOF (we read 0) as well.
2861
2862 2006-09-28  Wim Taymans  <wim@fluendo.com>
2863
2864         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2865         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2866         (find_dynamic), (unlinked), (close_link):
2867         Implement delayed caps linking needed for element with a lot of
2868         different caps on the src pads that get fixed at runtime.
2869         Improve management of dynamic elements.
2870
2871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2872         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2873         (gen_preroll_element), (remove_groups), (unknown_type),
2874         (add_element_stream), (no_more_pads_full), (no_more_pads),
2875         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2876         (new_decoded_pad), (setup_subtitle), (array_has_value),
2877         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2878         (analyse_source), (remove_decoders), (make_decoder),
2879         (remove_source), (setup_source), (finish_source), (prepare_output),
2880         (gst_play_base_bin_change_state):
2881         * gst/playback/gstplaybasebin.h:
2882         Use more _CAST instead of full type checking casts.
2883         Small cleanups, plug some leaks.
2884         Handle dynamic sources.
2885         Add some helper functions to create lists of strings used for
2886         blacklisting and other stuff.
2887         Refactor some code dealing with analysing the source.
2888         Re-enable sources without pads (like cd:// or other selfcontained
2889         elements).
2890
2891 2006-09-28  Wim Taymans  <wim@fluendo.com>
2892
2893         * gst-libs/gst/audio/gstbaseaudiosink.c:
2894         (gst_base_audio_sink_render):
2895         When we have a timestamp, we can still perform clipping.
2896         When we have no clock, we must play the sample ASAP.
2897
2898 2006-09-28  Wim Taymans  <wim@fluendo.com>
2899
2900         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2901         Set caps on outgoing buffers.
2902
2903         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2904         (gst_video_rate_event), (gst_video_rate_chain):
2905         * gst/videorate/gstvideorate.h:
2906         Fix videorate some more. Fixes #357977
2907
2908 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         * tests/check/elements/adder.c: (adder_suite):
2911           Don't set timeout to 6 seconds when we're running
2912           in valgrind ... (and how is 6 seconds longer than
2913           the default anyway?)
2914
2915 2006-09-28  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2918         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2919         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2920         Keep sink and src segment to keep track of time and support more
2921         input formats.
2922         Fix bogus next_offset and run_time calculation, don't understand how
2923         this could have worked before. Fixes #357976.
2924         Remove some unneeded vars.
2925
2926 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2927
2928         * gst/playback/gstplaybin.c: (remove_sinks):
2929           Only remove visualisation from visbin if there is a visbin (or:
2930           don't throw warnings when closing totem without playing a file).
2931
2932 2006-09-27  Wim Taymans  <wim@fluendo.com>
2933
2934         * gst-libs/gst/audio/gstbaseaudiosink.c:
2935         (gst_base_audio_sink_render):
2936         Add some more info in a WARNING.
2937
2938         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2939         (gst_base_audio_src_create):
2940         Handle PAUSE in create function, use new -core addition to
2941         wait for playing. Fixes pausing and resuming capture from an
2942         audiosrc.
2943
2944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2945         (gst_ring_buffer_read):
2946         Constify some more.
2947         Caller supports interrupted reads now.
2948
2949 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2950
2951         * tests/check/Makefile.am:
2952           Another attempt to make the gen64 buildbot happy.
2953
2954 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2955
2956         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2957
2958         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2959         (gst_visual_chain), (gst_visual_change_state):
2960           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2961           correctly. Fixes #357800
2962
2963 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2966           Add timeout to _get_state() so we see which pipeline it is
2967           that causes trouble on the gen64 build bot.
2968
2969 2006-09-27  Wim Taymans  <wim@fluendo.com>
2970
2971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2972         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2973         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2974         (gst_base_rtp_depayload_set_gst_timestamp):
2975         the source pad always uses fixed caps.
2976
2977 2006-09-27  Wim Taymans  <wim@fluendo.com>
2978
2979         * docs/libs/gst-plugins-base-libs-docs.sgml:
2980         * docs/libs/gst-plugins-base-libs-sections.txt:
2981         * gst-libs/gst/audio/gstaudioclock.c:
2982         * gst-libs/gst/audio/gstaudioclock.h:
2983         * gst-libs/gst/audio/gstaudiosink.c:
2984         * gst-libs/gst/audio/gstaudiosink.h:
2985         * gst-libs/gst/audio/gstaudiosrc.c:
2986         * gst-libs/gst/audio/gstbaseaudiosink.c:
2987         (gst_base_audio_sink_render):
2988         * gst-libs/gst/audio/gstbaseaudiosink.h:
2989         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2990         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2991         * gst-libs/gst/audio/gstringbuffer.h:
2992         Added docs for the audio libs.
2993
2994 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * tests/check/Makefile.am:
2997           Temporarily disable test that fails on the bots for unknown reasons.
2998
2999 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3000
3001         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3002         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3003         Moved AudioCodecType into priv
3004         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3005
3006 2006-09-25  Wim Taymans  <wim@fluendo.com>
3007
3008         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3009         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3010         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3011         (new_pad):
3012         Cleanups and small leak fixes.
3013         Added Depayloaders to valid list of autopluggable elements.
3014
3015 2006-09-25  Wim Taymans  <wim@fluendo.com>
3016
3017         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3018         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3019         (gen_video_element), (gen_text_element), (gen_audio_element),
3020         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3021         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3022         Detect NO_PREROLL state change returns and disable clock distribution to
3023         the sinks so that sync is disabled.
3024         Avoid some type checking and do simple casts instead.
3025         Small cleanups, fix some FIXMEs.
3026         Be more robust when linking user specified elements, catch an report
3027         errors. Fixes #357404.
3028         Fix some leaks in the error paths.
3029
3030 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3031
3032         * ChangeLog:
3033           ChangeLog surgery for missing bug-number
3034
3035 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         Patch by: Peter Kjellerstedt  <pkj at axis com>
3038
3039         * gst/playback/test.c:
3040           Fix compilation with uClibc and -Werror (#357591).
3041
3042 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3045           Parse dates that are followed by a time as well (#357532).
3046
3047         * tests/check/libs/tag.c: (test_vorbis_tags):
3048           Add unit test for this.
3049
3050 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3051
3052         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3053         (gst_audio_convert_transform_caps):
3054         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3055         * gst/videotestsrc/videotestsrc.h:
3056           A few array const-ifications.
3057
3058 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3059
3060         * tests/check/Makefile.am:
3061           See if this makes the build bots happy.
3062
3063         * tests/check/libs/cddabasesrc.c:
3064           UTF8-ise my name.
3065
3066 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3069
3070         * gst/subparse/samiparse.c: (handle_start_font),
3071         (fix_invalid_entities):
3072           More case-insensitivity for certain tags; recognise entities with
3073           decimal codes as special entities as well (#357330).
3074
3075 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         * gst-libs/gst/Makefile.am:
3078           Need to build tag directory before cdda.
3079
3080 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * docs/libs/gst-plugins-base-libs-sections.txt:
3083         * gst-libs/gst/cdda/Makefile.am:
3084         * gst-libs/gst/cdda/gstcddabasesrc.c:
3085         (gst_cdda_base_src_base_init):
3086         * gst-libs/gst/cdda/gstcddabasesrc.h:
3087         * gst-libs/gst/tag/tag.h:
3088         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3089         (gst_tag_register_musicbrainz_tags):
3090           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3091           depend on libgsttag. This is required so we can extract/read tags like
3092           DISCID without depending on libgstcddabasesrc (which used to register
3093           them).
3094
3095         * gst-libs/gst/tag/gstvorbistag.c:
3096           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3097           tags (also see #347848).
3098
3099         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3100           Log vorbis comments we are actually writing. Const-ify array.
3101
3102 2006-09-23  Wim Taymans  <wim@fluendo.com>
3103
3104         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3105         Improve buffering a bit by avoiding a deadlock because we cannot assume
3106         the underrun is always called.
3107
3108 2006-09-23  Wim Taymans  <wim@fluendo.com>
3109
3110         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3111
3112         * gst-libs/gst/riff/riff-ids.h:
3113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3114         (gst_riff_create_audio_template_caps):
3115         Added MPEG-4 AAC and id and caps. Fixes #357289
3116         Added WMA9 Lossless id.
3117
3118 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3119
3120         * ext/gnomevfs/gstgnomevfssrc.c:
3121           Fix misleading docs addition.
3122
3123         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3124           Get rid of compiler warning the right way.
3125
3126 2006-09-22  Wim Taymans  <wim@fluendo.com>
3127
3128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3129         (gst_base_rtp_depayload_finalize),
3130         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3131         (gst_base_rtp_depayload_push_full),
3132         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3133         (gst_base_rtp_depayload_process),
3134         (gst_base_rtp_depayload_set_gst_timestamp),
3135         (gst_base_rtp_depayload_queue_release):
3136         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3137         Small cleanups.
3138         Fix some leaks.
3139         Refactored the process method and added methods to push from the process
3140         vmethod.
3141         Use _scale functions.
3142         API: gst_base_rtp_depayload_push_ts
3143         API: gst_base_rtp_depayload_push
3144
3145         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3146         timestamps are uint.
3147
3148 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3149
3150         * gst-libs/gst/interfaces/xoverlay.c:
3151           Remove unused statement from doc example.
3152
3153 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3154
3155         * gst-libs/gst/interfaces/videoorientation.c:
3156         (gst_video_orientation_iface_init),
3157         (gst_video_orientation_get_hflip),
3158         (gst_video_orientation_get_vflip),
3159         (gst_video_orientation_get_hcenter),
3160         (gst_video_orientation_get_vcenter),
3161         (gst_video_orientation_set_hflip),
3162         (gst_video_orientation_set_vflip),
3163         (gst_video_orientation_set_hcenter),
3164         (gst_video_orientation_set_vcenter):
3165           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3166           in ChangeLog)
3167
3168 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3169
3170         * tests/check/Makefile.am:
3171         * tests/check/elements/.cvsignore:
3172         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3173         (create_rgb_conversions), (rgb_conversion_free),
3174         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3175         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3176           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3177           but disable for now since it doesn't pass (something wrong with
3178           RGBA somewhere).
3179
3180 2006-09-21  Wim Taymans  <wim@fluendo.com>
3181
3182         * gst/playback/gstplaybasebin.c: (group_commit),
3183         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3184         (queue_out_of_data), (gen_preroll_element),
3185         (preroll_remove_overrun), (probe_triggered):
3186         Refactor handling of overrun detection.
3187         Separate handling of group completion and deadlock detection when doing
3188         network buffering. This should fix some deadlocks that were not detected
3189         because the group was completed.
3190         Add more comments, improve debugging.
3191
3192 2006-09-21  Wim Taymans  <wim@fluendo.com>
3193
3194         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3195         * tests/check/libs/audio.c:
3196         Some more compilation fixes.
3197
3198 2006-09-21  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst-libs/gst/audio/gstringbuffer.c:
3201         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3202         (gst_ring_buffer_read):
3203         Early morning compilation fix.
3204
3205 2006-09-20  Wim Taymans  <wim@fluendo.com>
3206
3207         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3208         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3209         * tests/check/elements/videorate.c: (GST_START_TEST):
3210         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3211         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3212         Fix some warnings.
3213
3214 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3215
3216         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3217         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3218         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3219           Handcrafted merge to help CVS understanding what I changed and what
3220           not.
3221
3222 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3223
3224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3225         (gst_xvimagesink_get_times):
3226           change colorkey behaviour back according to #354773 comment 6/7
3227
3228 2006-09-19  Michael Smith  <msmith@fluendo.com>
3229
3230         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3231         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3232         (gst_multi_fd_sink_recover_client),
3233         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3234         (gst_multi_fd_sink_get_property):
3235         * gst/tcp/gstmultifdsink.h:
3236           Implement stubbed out properties unit-type, units-soft-max,
3237           units-max, to allow specifying maximum sizes in units other than
3238           buffers.
3239           Fixes #355935
3240
3241 2006-09-19  Wim Taymans  <wim@fluendo.com>
3242
3243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3244         (gst_riff_create_audio_template_caps):
3245         Reorder the audio formats a bit for clarity.
3246         Detect and create caps for MSGSM and MSN (WAV49).
3247         Fixes #356596.
3248
3249         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3250         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3251         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3252         Small cleanups, move error handling out of normal flow for clarity.
3253
3254 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3255
3256         * docs/libs/gst-plugins-base-libs-docs.sgml:
3257         * docs/libs/gst-plugins-base-libs.types:
3258         * gst-libs/gst/interfaces/Makefile.am:
3259         * gst-libs/gst/interfaces/videoorientation.c:
3260         (gst_video_orientation_get_type),
3261         (gst_video_orientation_iface_init),
3262         (gst_video_orientation_get_hflip),
3263         (gst_video_orientation_get_vflip),
3264         (gst_video_orientation_get_hcenter),
3265         (gst_video_orientation_get_vcenter),
3266         (gst_video_orientation_set_hflip),
3267         (gst_video_orientation_set_vflip),
3268         (gst_video_orientation_set_hcenter),
3269         (gst_video_orientation_set_vcenter):
3270         * gst-libs/gst/interfaces/videoorientation.h:
3271           API: Add new interface to control video orientation (fixes #354908)
3272
3273 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3274
3275         * gst/videotestsrc/gstvideotestsrc.c:
3276           Use G_UNLIKELY in _create and log one more detail.
3277           
3278         (gst_video_test_src_get_times), (gst_video_test_src_create):
3279         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3280           Use gst_util_uint64_scale_int in _get_times().
3281
3282 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3283
3284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3285           Give better warning message (add object and detail).
3286
3287 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3288
3289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3290         (gst_xvimagesink_get_times):
3291           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3292           #354773), use gst_util_uint64_scale_int in _get_times()
3293
3294 2006-09-18  Michael Smith  <msmith@fluendo.com>
3295
3296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3297           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3298           always true, leading to dropping all timestamps.
3299
3300 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3301
3302         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3303         (gst_visual_chain), (gst_visual_change_state):
3304           update to work also with libvisual 0.4 API, fix double unref (#355914)
3305           
3306         * tools/gst-launch-ext.1.in:
3307         * tools/gst-visualise.1.in:
3308           remove references to old man-pages
3309
3310         * tests/examples/seek/seek.c: (main):
3311           add real meadi-buttons, add tool-tips for the seek-options, arrange
3312           seek options in a table
3313
3314 2006-09-18  Michael Smith  <msmith@fluendo.com>
3315
3316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3317         (gst_ogg_mux_push_buffer):
3318           Don't generate out-of-order timestamps from oggmux, instead clamp
3319           output timestamps to be >= the previously output ts.
3320           Fixes #355595
3321
3322 2006-09-18  Michael Smith  <msmith@fluendo.com>
3323
3324         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3325         (gst_multi_fd_sink_class_init):
3326           Updates, fixes, and typo corrections for multifdsink. No functional
3327           changes.
3328
3329 2006-09-17  Michael Smith  <msmith@fluendo.com>
3330
3331         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3332           Don't crash on truncated files - check that we got an 8 byte buffer
3333           before trying to memcmp it.
3334
3335 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3336
3337         * gst/playback/gstplaybasebin.c: (get_active_source):
3338           Make stream-switching appear instant to the application
3339           (ie. make sure that a g_object_get on 'current-foo' returns
3340           the stream previously set with g_object_set(). Totem needs
3341           this to update stream-related meta-info (like audio-codec)
3342           correctly when switching streams.
3343
3344 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3345
3346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3347         (gst_alsa_mixer_ensure_track_list):
3348           Try harder to guess which mixer track is the master mixer
3349           track (instead of just taking the first one that has a pvolume).
3350           Fixes #342228.
3351
3352 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3353
3354         reviewed by: <delete if not using a buddy>
3355
3356         * gst-libs/gst/audio/audio.h:
3357         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3358
3359 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3360
3361         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3362         (gst_audio_convert_transform_caps):
3363           Get structure-name just once.
3364
3365 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3366
3367         * tests/check/elements/audioresample.c: (GST_START_TEST):
3368         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3369         * tests/check/elements/volume.c: (GST_START_TEST):
3370         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3371         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3372         (test_pipeline), (GST_START_TEST):
3373         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3374         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3375           Fix big batch of compiler warnings.
3376
3377 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3378
3379         * ext/gnomevfs/gstgnomevfssrc.c:
3380           Add docs about icydemux usage in connection with gnomevfssrc
3381
3382         * ext/libvisual/visual.c:
3383         * ext/ogg/gstoggaviparse.c:
3384         * ext/ogg/gstoggdemux.c:
3385         * ext/ogg/gstoggmux.c:
3386         * ext/ogg/gstoggparse.c:
3387         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3388         * gst-libs/gst/audio/gstaudiosink.c:
3389         * gst-libs/gst/audio/gstaudiosrc.c:
3390         * gst/audiorate/gstaudiorate.c:
3391           More G_OBJECT macro fixing.
3392
3393         * gst/audiotestsrc/gstaudiotestsrc.h:
3394           Fix wrong info in header due to copy & paste
3395
3396 2006-09-15  Wim Taymans  <wim@fluendo.com>
3397
3398         * gst-libs/gst/audio/gstbaseaudiosink.c:
3399         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3400         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3401         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3402         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3403         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3404         Do the delay calculation in the source/sink base classes as this is
3405         specific for the capture/playback mode.
3406         Try to fixate a bit better, like round depth up to a multiple of 8
3407         bigger than width.
3408         Handle underruns correctly by marking DISCONT on buffers and adjusting
3409         timestamps to handle the gap.
3410         Set offset/offset_end correctly on buffers.
3411
3412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3413         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3414         (gst_ring_buffer_read):
3415         Remove resync and underrun recovery from the ringbuffer.
3416         Fix ringbuffer read code on under/overrun.
3417
3418 2006-09-15  Wim Taymans  <wim@fluendo.com>
3419
3420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3421         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3422         (queue_threshold_reached), (gst_play_base_bin_set_property),
3423         (gst_play_base_bin_get_property):
3424         * gst/playback/gstplaybasebin.h:
3425         Don't use a 0 low watermark when buffering, it is catching starvation
3426         way too late. Instead, use a 3 second queue with 30 and 95
3427         percent low/high watermarks. 
3428         Added queue-min-threshold property to configure low watermark.
3429         Use new _buffering message API.
3430         Make queue_threshold variable big enough to store a uint64 time value.
3431         API: playbin::queue-min-threshold property.
3432
3433 2006-09-15  Wim Taymans  <wim@fluendo.com>
3434
3435         * configure.ac:
3436         We require 0.10.10.1 now because of _wait_preroll().
3437
3438         * gst-libs/gst/audio/gstbaseaudiosink.c:
3439         (gst_base_audio_sink_render):
3440         Use gst_base_sink_wait_preroll().
3441
3442 2006-09-15  Wim Taymans  <wim@fluendo.com>
3443
3444         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3445         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3446         Use DEBUG_OBJECT more.
3447
3448 === release 0.10.10 ===
3449
3450 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3451
3452         patch by: Michael Smith <msmith at fluendo dot com>
3453
3454         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3455         (gst_multi_fd_sink_client_queue_buffer),
3456         (gst_multi_fd_sink_new_client):
3457         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3458         (multifdsink_suite):
3459           Fix implementation of sync-method 'next-keyframe'
3460           Closes #354594
3461
3462 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3463
3464         patch by: Wim Taymans <wim at fluendo dot com>
3465
3466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3467         This patch removes the RANDOM flag that was incorrectly introduced with
3468         revision 1.91.  Fixes #354590
3469
3470 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3471
3472         * tests/check/Makefile.am:
3473           Random variation in Makefile line to see if it makes the
3474           gen64-base-full bot any happier.
3475
3476 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3477
3478         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3479           Disable test that fails at the moment (killed after timeout).
3480
3481 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         Patch by: James Livingston  <doclivingston at gmail.com>
3484
3485         * tests/check/Makefile.am:
3486         * tests/check/pipelines/.cvsignore:
3487         * tests/check/pipelines/oggmux.c: (get_page_codec),
3488         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3489         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3490         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3491         (test_theora_vorbis), (oggmux_suite):
3492           Add simple unit test for oggmux from #337026 with checking for the
3493           EOS flags disabled for the time being.
3494
3495 2006-09-04  Wim Taymans  <wim@fluendo.com>
3496
3497         patch by: Alessandro Dessina <alessandro nnva org>
3498
3499         * ext/ogg/gstoggmux.c:
3500         Add cmml caps to oggmux. Fixes #353912
3501
3502 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3505           Returning a return value often helps. In this case, we
3506           don't need the return value anyway, so just get rid of it.
3507           Should make build bots much happier.
3508
3509 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3512         (paint_get_structure), (gst_video_test_src_get_size),
3513         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3514         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3515         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3516         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3517         * gst/videotestsrc/videotestsrc.h:
3518           Add support for AYUV and the various RGBA formats. Initialise
3519           fields of paintinfo structs allocated on the stack.
3520
3521         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3522         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3523         (check_rgb_buf), (videotestsrc_suite):
3524           Add unit tests for videotestsrc's RGB output.
3525
3526 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3527
3528         * gst/videotestsrc/gstvideotestsrc.c:
3529         (gst_video_test_src_pattern_get_type),
3530         (gst_video_test_src_set_pattern):
3531         * gst/videotestsrc/gstvideotestsrc.h:
3532         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3533         (gst_video_test_src_black), (gst_video_test_src_white),
3534         (gst_video_test_src_red), (gst_video_test_src_green),
3535         (gst_video_test_src_blue):
3536         * gst/videotestsrc/videotestsrc.h:
3537           Add more uni-colour patterns ("white", "red", "green", and "blue").
3538
3539 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3542           Fix stride for YVYU, should be word-aligned (#353658).
3543
3544 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3545
3546         * gst/adder/gstadder.c: (gst_adder_src_event):
3547           Fix build.
3548
3549 2006-08-31  Edward Hervey  <edward@fluendo.com>
3550
3551         * gst/adder/gstadder.c: (forward_event_func),
3552         (gst_adder_src_event), (gst_adder_collected),
3553         (gst_adder_change_state):
3554         * gst/adder/gstadder.h:
3555         Remember the start position asked in the incoming seeks, so we can
3556         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3557         of assuming it will always be 0).
3558
3559 2006-08-31  Edward Hervey  <edward@fluendo.com>
3560
3561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3562         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3563         (gst_ogg_demux_loop):
3564         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3565
3566 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3569         (gst_ffmpegcsp_get_unit_size):
3570           Return FALSE instead of returning a random false unit
3571           size when the format isn't known/supported (even if
3572           this shouldn't happen under normal circumstances).
3573
3574 2006-08-29  Wim Taymans  <wim@fluendo.com>
3575
3576         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3579         (gst_gnome_vfs_src_start):
3580         Try harder to get the size from a uri by using _info_uri() when
3581         _info_from_handle() does not give us enough info. 
3582         Also follow symlinks when getting the size.
3583         Partially Fixes #332864.
3584
3585 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3586
3587         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3588
3589         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3590         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3591         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3592         (gst_alsa_mixer_set_record):
3593         * ext/alsa/gstalsamixertrack.c:
3594         (gst_alsa_mixer_track_update_alsa_capabilities),
3595         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3596         (gst_alsa_mixer_track_update):
3597         * ext/alsa/gstalsamixertrack.h:
3598           Improve and fix mixer track handling, in particular better handling
3599           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3600           separate track objects for tracks that have both capture and playback
3601           volume (and label them differently as well so they're not mistakenly
3602           assumed to be duplicates); classify mixer tracks that only affect
3603           the audible volume of something (rather than the capture volume)
3604           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3605           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3606           (following the meaning documented in the mixer interface header
3607           file); add support for alsa's exclusive cswitch groups; update/sync
3608           state/flags better if mixer settings are changed by another
3609           application. Fixes #336075.
3610
3611 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3612
3613         * gst/playback/gstplaybin.c:
3614           Improve docs: add section about BUFFERING messages sent by playbin.
3615
3616 2006-08-29  Michael Smith  <msmith@fluendo.com>
3617
3618         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3619         (gst_vorbis_enc_buffer_check_discontinuous),
3620         (gst_vorbis_enc_chain):
3621           Ignore explicit DISCONT marked on buffers (which is often spurious,
3622           particularly when using multiple segments), in favour of solely
3623           using the timestamps/durations.
3624
3625 2006-08-29  Edward Hervey  <edward@fluendo.com>
3626
3627         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3628         Don't rely on incoming buffers offset anymore, since it is completely
3629         broken when using multiple segments.
3630         Instead convert the incoming buffers timestamp to running time, and
3631         then convert that value to the offsets.
3632         Also inform GstSegment of the last outputted stop position, which is
3633         needed if we received several segments with an unknown stop value.
3634
3635 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3636
3637         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3638           fix buffer unreffing on a header push failure
3639
3640 2006-08-28  Wim Taymans  <wim@fluendo.com>
3641
3642         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3643         (gst_audio_rate_chain):
3644         Make the metadata of the buffer writable before changing its
3645         flags.
3646
3647 2006-08-28  Wim Taymans  <wim@fluendo.com>
3648
3649         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3650         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3651         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3652         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3653         Fix audiorate some more.
3654         Reset and resync counters on flush and READY.
3655         Handle the DISCONT flag correctly.
3656         Use GstSegment to track position.
3657         Fail when not negotiated.
3658         Fixes #353234.
3659
3660 2006-08-25  Michael Smith  <msmith@fluendo.com>
3661
3662         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3663           Fix spelling.
3664           Remove accidently included debug line.
3665
3666 2006-08-25  Wim Taymans  <wim@fluendo.com>
3667
3668         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3669         Small cleanups.
3670         If a buffer is received with no caps, make the buffer metadata
3671         writable and set the caps, making sure that we don't screw up the
3672         refcounts.
3673
3674 2006-08-25  Michael Smith  <msmith@fluendo.com>
3675
3676         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3677         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3678           Fix memory leaks and misleading debug messages, add a couple of
3679           comments.
3680
3681         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3682         (gst_multi_fd_sink_render):
3683           Do not use gst_buffer_make_writable() in a basesink render method,
3684           as it may incorrectly unref the buffer. Instead, use convoluted
3685           dance to avoid copying the buffer except when we need to.
3686
3687 2006-08-25  Michael Smith  <msmith@fluendo.com>
3688
3689         * ext/vorbis/vorbisenc.c:
3690         (gst_vorbis_enc_buffer_check_discontinuous):
3691           Allow very small discontinuities in the timestamps. These we can't
3692           do anything useful with anyway (because vorbis's timestamps have
3693           only sample granularity), and are commonly produced by elements with
3694           minor bugs. Allow up to 1/2 a sample out.
3695           Fixes #351742.
3696
3697 2006-08-24  Wim Taymans  <wim@fluendo.com>
3698
3699         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3700         (play_scrub_toggle_cb), (main):
3701         Add a checkbox to enable play scrubbing. Makes it possible to disable
3702         normal scrubbing.
3703
3704 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3705
3706         * tests/check/elements/.cvsignore:
3707           make buildbot happy
3708
3709 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3712         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3713         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3714         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3715         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3716         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3717         (gst_ogm_text_parse_strip_trailing_zeroes),
3718         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3719         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3720           Refactor ogm parse, do better input checking, misc. clean-ups.
3721           Cache incoming events and push them once the source pad has
3722           been created. Don't pass unterminated strings to sscanf().
3723           Strip trailing zeroes from subtitle text output, since they
3724           are not valid UTF-8. Don't push vorbiscomment packets on
3725           the subtitle text pad. Output perfect streams if possible.
3726
3727 2006-08-23  Wim Taymans  <wim@fluendo.com>
3728
3729         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3730         Waits for tasks to settle down so that we clean up correctly for 
3731         valgrind.
3732
3733 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3734
3735         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3736           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3737           actually return return value in taglists_are_equal.
3738
3739 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3742           Fix crash due to broken bitstream parsing on x86-64: can't make
3743           any assumptions about sizeof(struct) due to alignment/packing
3744           differences on different architectures. Fixes #351790.
3745
3746 2006-08-22  Wim Taymans  <wim@fluendo.com>
3747
3748         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3749         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3750         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3751         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3752         (gst_riff_parse_info):
3753         Protect public functions against bad input.
3754         Do some cleanups.
3755         Fix documentation.
3756
3757 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst-libs/gst/riff/riff-ids.h:
3760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3761           Add voxware audio IDs (even if we can't play it) (#351795).
3762
3763 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * gst-libs/gst/riff/riff-media.c:
3766         (gst_riff_create_video_template_caps),
3767         (gst_riff_create_audio_template_caps),
3768         (gst_riff_create_iavs_template_caps):
3769           Const-ify some arrays and use G_N_ELEMENTS instead
3770           of wasting oodles of RAM on terminator bits.
3771
3772 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3773
3774         * gst-libs/gst/tag/gstvorbistag.c:
3775         (gst_tag_list_to_vorbiscomment_buffer):
3776         * tests/check/libs/tag.c: (GST_START_TEST):
3777           And the same for _to_vorbiscomment_buffer(): allow
3778           id_data_len == 0 for speex.
3779
3780 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3781
3782         * configure.ac:
3783         * docs/plugins/Makefile.am:
3784         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3785         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3786         * docs/plugins/inspect/plugin-gdp.xml:
3787         * gst/gdp/Makefile.am:
3788         * tests/check/Makefile.am:
3789           Move GDP plugin to -base from -bad.  Closes #347783.
3790
3791 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * gst-libs/gst/tag/gstvorbistag.c:
3794         (gst_tag_list_from_vorbiscomment_buffer):
3795           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3796           Also add some checks to make sure we don't memcmp() beyond the end of
3797           vorbiscomment buffer if the ID to check for is larger than the buffer.
3798
3799         * tests/check/libs/tag.c: (GST_START_TEST):
3800           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3801
3802 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3805         (gst_vorbis_enc_set_metadata):
3806           Use vorbis comment utility functions from libgsttag
3807           instead of re-inventing the wheel (partially fixes #347091).
3808
3809 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3810
3811         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3812         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3813         as some that won't.
3814
3815 2006-08-21  Wim Taymans  <wim@fluendo.com>
3816
3817         * docs/libs/Makefile.am:
3818         * docs/libs/gst-plugins-base-libs-sections.txt:
3819         * docs/libs/gst-plugins-base-libs.types:
3820         Don't try to GObject scan the netbuffer as it's not a GObject.
3821         Fixes #351308.
3822
3823         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3824         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3825         Document GstNetBuffer.
3826
3827 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3828
3829         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3830         (audioconvert_suite):
3831           Add testcase for caps-size-explosion
3832
3833 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3834
3835         * gst/audioconvert/gstaudioconvert.c:
3836         (gst_audio_convert_get_unit_size), (set_structure_widths):
3837           Lower debug, use g_assert in _get_unit_size
3838
3839         * gst/audioresample/gstaudioresample.c:
3840         (audioresample_get_unit_size):
3841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3842         (gst_ffmpegcsp_get_unit_size):
3843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3844           use g_assert in _get_unit_size
3845
3846 2006-08-18  Wim Taymans  <wim@fluendo.com>
3847
3848         * docs/libs/gst-plugins-base-libs-sections.txt:
3849         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3850         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3851         (gst_rtp_buffer_get_payload_buffer):
3852         * gst-libs/gst/rtp/gstrtpbuffer.h:
3853         Document GstRTPBuffer.
3854         Added function to efficiently strip payload headers.
3855         API: gst_rtp_buffer_get_payload_subbuffer()
3856
3857 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3860         (gst_tag_to_vorbis_comments):
3861           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3862           tags and deserialise them properly as well (#347091).
3863           Add some more gtk-doc blurbs and also some g_return_if_fail().
3864
3865         * tests/check/libs/tag.c: (GST_START_TEST),
3866         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3867           More tests.
3868
3869 2006-08-17  Wim Taymans  <wim@fluendo.com>
3870
3871         * ext/ogg/Makefile.am:
3872         * ext/ogg/gstogg.c: (plugin_init):
3873         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3874         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3875         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3876         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3877         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3878         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3879         Added ogg-in-avi parser element. Fixes #140139.
3880
3881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3882         Fixed a bug in oggdemux debug code.
3883
3884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3885         (gst_riff_create_audio_template_caps):
3886         Recognise Ogg in the AVI extensible wave format.
3887
3888 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3889
3890         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3891           Make buffer durations add up (duration should be next_ts-ts for
3892           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3893           from CVS.
3894
3895         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3896         (test_buffer_timestamps), (cddabasesrc_suite):
3897           Add unit test for the above.
3898
3899         * tests/check/Makefile.am:
3900           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3901           to see what happens.
3902
3903 2006-08-16  Wim Taymans  <wim@fluendo.com>
3904
3905         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3906         (gst_alsasink_open):
3907         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3908         (gst_alsasrc_open):
3909         Avoid setting and using a NULL device name.
3910         Print more info when we fail to open a device.
3911
3912 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * docs/libs/gst-plugins-base-libs-sections.txt:
3915         * gst-libs/gst/tag/tag.h:
3916         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3917           API: add gst_tag_parse_extended_comment() (#351426).
3918
3919         * tests/check/Makefile.am:
3920         * tests/check/libs/.cvsignore:
3921         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3922           Add unit test for gst_tag_parse_extended_comment().
3923
3924 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3928           Fix leak (#351502).
3929
3930 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3934         * docs/plugins/gst-plugins-base-plugins.args:
3935         * gst/playback/gstplaybin.c:
3936           Document playbin.
3937           
3938         * docs/plugins/inspect/plugin-adder.xml:
3939         * docs/plugins/inspect/plugin-alsa.xml:
3940         * docs/plugins/inspect/plugin-audioconvert.xml:
3941         * docs/plugins/inspect/plugin-audiorate.xml:
3942         * docs/plugins/inspect/plugin-audioresample.xml:
3943         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3944         * docs/plugins/inspect/plugin-cdparanoia.xml:
3945         * docs/plugins/inspect/plugin-decodebin.xml:
3946         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3947         * docs/plugins/inspect/plugin-gnomevfs.xml:
3948         * docs/plugins/inspect/plugin-ogg.xml:
3949         * docs/plugins/inspect/plugin-pango.xml:
3950         * docs/plugins/inspect/plugin-playbin.xml:
3951         * docs/plugins/inspect/plugin-subparse.xml:
3952         * docs/plugins/inspect/plugin-tcp.xml:
3953         * docs/plugins/inspect/plugin-theora.xml:
3954         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3955         * docs/plugins/inspect/plugin-video4linux.xml:
3956         * docs/plugins/inspect/plugin-videorate.xml:
3957         * docs/plugins/inspect/plugin-videoscale.xml:
3958         * docs/plugins/inspect/plugin-videotestsrc.xml:
3959         * docs/plugins/inspect/plugin-volume.xml:
3960         * docs/plugins/inspect/plugin-vorbis.xml:
3961         * docs/plugins/inspect/plugin-ximagesink.xml:
3962         * docs/plugins/inspect/plugin-xvimagesink.xml:
3963           Update to CVS version.
3964
3965 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3968         (gst_play_bin_set_property), (gst_play_bin_get_property),
3969         (value_list_append_structure_list),
3970         (gst_play_bin_handle_redirect_message),
3971         (gst_play_bin_handle_message):
3972           API: GstPlayBin::connection-speed
3973           Add "connection-speed" property; re-order redirect messages with
3974           multiple redirect locations depending on the minimum bitrate if
3975           that information is available and a connection speed is set
3976           (#350399).
3977
3978 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * gst/playback/gstplaybin.c:
3981           Update max volume to the same value that the volume element uses.
3982
3983 2006-08-14  Wim Taymans  <wim@fluendo.com>
3984
3985         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3986         Less uglyness..
3987
3988 2006-08-14  Wim Taymans  <wim@fluendo.com>
3989
3990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3991         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3992         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3993         Add some more debug info.
3994         Don't crash when a seek failed.
3995         Actually return the result of the seek instead of TRUE.
3996         Ignore multiple BOS pages with the same serial so that we don't create
3997         the same stream multiple times.
3998         Post an error when we fail to do the initial seek.
3999
4000 2006-08-13  Wim Taymans  <wim@fluendo.com>
4001
4002         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4003         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4004         Small code cleanup.
4005
4006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4007         (gst_alsa_mixer_new):
4008         Remove hack that always set the device to hw:0*.
4009         Properly find the card name for whatever device was configured.
4010         Do some better debugging.
4011         Fixes #350784.
4012
4013         * ext/alsa/gstalsamixerelement.c:
4014         (gst_alsa_mixer_element_set_property),
4015         (gst_alsa_mixer_element_change_state):
4016         Cleanups.
4017         Handle setting of a NULL device name better.
4018
4019 2006-08-11  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst/adder/gstadder.c:
4022         Don't clip float values. Fixes #350900.
4023
4024 2006-08-11  Andy Wingo  <wingo@pobox.com>
4025
4026         * gst/tcp/gsttcp.c: Really fix the build?
4027
4028         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4029         fixes the build.
4030
4031 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4034           Float caps shouldn't have a "signed" field.
4035
4036 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4039           Implement SEEKING query in its most basic form, so that we can
4040           at least check if we're seekable or not (#350655).
4041
4042 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4043
4044         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4045           The checks here are not even close to anything that would
4046           justify MAXIMUM probability, lowering to POSSIBLE until someone
4047           fixes the checks (case at hand: quicktime redirection files
4048           might start with 00 00 01 XX and pass the checks here just
4049           fine, see #350399).
4050
4051 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4052
4053         Patch by: Sjoerd Simons  <sjoerd at luon net>
4054
4055         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4056           Better detection for multipart/x-mixed-replace: accept leading
4057           whitespaces before the boundary marker as well (as our very own
4058           multipartmux used to produce) (#349068).
4059
4060 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         Patch by: Young-Ho Cha  <ganadist at chollian net>
4063
4064         * gst-libs/gst/riff/riff-ids.h:
4065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4066         (gst_riff_create_audio_template_caps):
4067           Detect DTS audio streams (#350157).
4068
4069 2006-08-05  Andy Wingo  <wingo@pobox.com>
4070
4071         * ext/theora/gsttheoraparse.h:
4072         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4073         (theora_parse_dispose, theora_parse_set_property)
4074         (theora_parse_get_property, theora_parse_munge_granulepos)
4075         (theora_parse_push_buffer, theora_parse_change_state):
4076         API: GstTheoraParse::synchronization-points
4077         Add a property 'synchronization-points' to fix badly synchronized oggs.
4078
4079 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * tests/check/Makefile.am:
4082         * tests/check/libs/.cvsignore:
4083         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4084         (fixed_caps_have_channel_positions), (GST_START_TEST),
4085         (audio_suite), (main):
4086           Add a few tests for the channel position stuff in libgstaudio.
4087
4088 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4091         (gst_alsa_detect_channels):
4092         * ext/alsa/gstalsasink.c:
4093           Add support for cards that (only) do more than 8 channels,
4094           like the Delta 44 (#345188).
4095
4096         * gst-libs/gst/audio/multichannel.c:
4097         (gst_audio_check_channel_positions):
4098         * gst-libs/gst/audio/multichannel.h:
4099           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4100           unspecified channel position and cannot be combined with any
4101           of the other audio channel positions; adjust position layout
4102           checks accordingly (#345188).
4103
4104 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4107           Recognise ancient RealAudio files (see #349779).
4108
4109 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         Patch by: Jens Granseuer  <jensgr at gmx net>
4112
4113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4114           Add typefinder for Interplay's MVE format (#348973).
4115
4116 2006-08-02  Wim Taymans  <wim@fluendo.com>
4117
4118         Patch by: Marcel Moreaux <marcelm at luon dot net>
4119
4120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4121         (gst_base_rtp_depayload_add_to_queue):
4122         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4123         Handle RTP sequence number rollover.
4124         Disable jitterbuffer by default.
4125
4126 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4127
4128         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4129         (audioresample_set_caps):
4130         Don't leak references to the incoming caps. Clean them up when
4131         stopping.
4132
4133         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4134         (gst_video_scale_finalize):
4135         Don't leak our temporary pixel buffer.
4136
4137         * tests/check/Makefile.am:
4138         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4139         (GST_START_TEST), (simple_launch_lines_suite):
4140
4141         Fix leaks and re-enable the test for valgrind checking.
4142
4143 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         Patch by: Sjoerd Simons  <sjoerd at luon net>
4146
4147         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4148         (plugin_init):
4149           Add typefind function for multipart/x-mixed-replace (#348916).
4150
4151 2006-07-28  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/adder/gstadder.c: (gst_adder_setcaps),
4154         (gst_adder_query_duration):
4155         Fix leak in duration query.
4156         Reflow some docs and notes.
4157
4158 2006-07-28  Michael Smith  <msmith@fluendo.com>
4159
4160         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4161         (vorbisenc_suite):
4162           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4163           aspect of it.
4164
4165 2006-07-28  Michael Smith  <msmith@fluendo.com>
4166
4167         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4168         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4169         (gst_vorbis_enc_push_buffer),
4170         (gst_vorbis_enc_buffer_check_discontinuous),
4171         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4172         * ext/vorbis/vorbisenc.h:
4173           Handle discontinuities in the input vorbis stream correctly,
4174           so that the output is properly timestamped (and has good granulepos
4175           values). Needs some oggmux fixes too.
4176
4177 2006-07-27  Wim Taymans  <wim@fluendo.com>
4178
4179         patch by: Kai Vehmanen <kv2004 eca cx>
4180
4181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4182         (gst_base_rtp_depayload_chain),
4183         (gst_base_rtp_depayload_handle_sink_event),
4184         (gst_base_rtp_depayload_change_state):
4185         Don't send multiple newsegments with different formats.
4186         Fixes #348677.
4187
4188 2006-07-26  Wim Taymans  <wim@fluendo.com>
4189
4190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4191         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4192         Make seeking in ogg more accurate again by doing the more correct
4193         granuletime to stream time conversion.
4194
4195 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4196
4197         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4198         (gst_multi_fd_sink_new_client):
4199           debug a little more understandably
4200           do not use goto as a substitute for break, especially if
4201           break is also being used
4202
4203 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4204
4205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4206         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4207           Remove GLib-2.6 compatibility cruft.
4208
4209 2006-07-24  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst-libs/gst/audio/gstbaseaudiosink.c:
4212         (gst_base_audio_sink_render):
4213         Don't try to align a sample to an unknown value.
4214
4215 2006-07-24  Wim Taymans  <wim@fluendo.com>
4216
4217         * gst-libs/gst/audio/gstbaseaudiosink.c:
4218         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4219         When the audio clock is slaved to another clock, never try to align
4220         samples but trust the rate interpolation algorithm.
4221
4222 2006-07-24  Wim Taymans  <wim@fluendo.com>
4223
4224         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4225         Don't try to calculate silence samples, base class does this much
4226         better now.
4227
4228         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4229         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4230         (gst_ring_buffer_acquire):
4231         Calculate silence samples correctly.
4232
4233         * gst-libs/gst/audio/gstringbuffer.h:
4234         Add _CAST macro.
4235
4236 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4239           Limit search for the first markup tag to the first few kB of
4240           the file. If we don't find one there, it's highly unlikely that
4241           this is an XML(-ish) file.
4242
4243 2006-07-21  Andy Wingo  <wingo@pobox.com>
4244
4245         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4246         test to the one in vorbisenc. Also commented out.
4247
4248         * tests/check/pipelines/vorbisenc.c: 
4249         (test_discontinuity): New test, commented out until Mike lands
4250         some elite vorbisenc patches.
4251
4252         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4253         Bufferstraw was actually factored out of these tests. Now we share
4254         code yay.
4255
4256         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4257         for bufferstraw addition to gstcheck.
4258
4259 2006-07-21  Wim Taymans  <wim@fluendo.com>
4260
4261         * ext/theora/theoradec.c: (clip_buffer):
4262         Better clipping.
4263
4264 2006-07-21  Wim Taymans  <wim@fluendo.com>
4265
4266         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4267         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4268         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4269         Fix leak.
4270         Avoid type casting when we can.
4271
4272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4273         Fix mem leak.
4274
4275 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * ext/alsa/gstalsamixerelement.c:
4278         (gst_alsa_mixer_element_change_state):
4279           Make state change fail if the specified device can't be opened
4280           for some reason.
4281
4282 2006-07-20  Wim Taymans  <wim@fluendo.com>
4283
4284         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4285         (cb_newpad), (main):
4286         Example of a small audio/video player using decodebin.
4287
4288 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4289
4290         * gst-libs/gst/riff/riff-ids.h:
4291           Add 'fact' chunk id
4292
4293 2006-07-19  Wim Taymans  <wim@fluendo.com>
4294
4295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4296         (gst_base_rtp_depayload_chain),
4297         (gst_base_rtp_depayload_change_state):
4298         Don't assert when not negotiated but post a meaningfull 
4299         error message. Fixes #347918.
4300
4301         * gst-libs/gst/rtp/gstbasertppayload.c:
4302         Add comment about better default MTU size.
4303
4304         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4305         Small cleanups, start docs.
4306
4307 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         Patch by: Martin Szulecki
4310
4311         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4312           If "device-name" is requested and the device is not
4313           open, try to temporarily open it to obtain this
4314           information (#342494).
4315
4316 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4317
4318         * gst-libs/gst/tag/gstid3tag.c:
4319           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4320
4321         * gst-libs/gst/tag/gsttageditingprivate.h:
4322         * gst-libs/gst/tag/gstvorbistag.c:
4323           Some more random const-ifications.
4324
4325 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4326
4327         * gst-libs/gst/riff/riff-ids.h:
4328         * gst-libs/gst/riff/riff-media.c:
4329         (gst_riff_create_video_template_caps):
4330           Add more FOURCCs (sort list to make stuff easier to find),
4331           add comment what those 16 bytes in struct _gst_riff_strh according to
4332           one avi-dumper are
4333
4334 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4335
4336         * gst-libs/gst/audio/multichannel.c:
4337         (gst_audio_check_channel_positions),
4338         (gst_audio_fixate_channel_positions):
4339           Const-ify two arrays.
4340
4341 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4344           Fix typo, so that alsasink also advertises 8 channels
4345           if that's supported (tags: can, worms, open, alsa, ph34r).
4346
4347 2006-07-17  Wim Taymans  <wim@fluendo.com>
4348
4349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4350         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4351         *sigh*, when is the compiler going to warn when the comments
4352         are out-of-sync with the code.. Refix case of busted theora
4353         headers with 0 granule pos.
4354
4355 2006-07-14  Wim Taymans  <wim@fluendo.com>
4356
4357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4358         (gst_base_rtp_depayload_wait),
4359         (gst_base_rtp_depayload_change_state),
4360         (gst_base_rtp_depayload_set_property),
4361         (gst_base_rtp_depayload_get_property):
4362         Fix 99% cpu load by waiting for absolute times on the
4363         clock. Fixes #347300.
4364
4365 2006-07-14  Andy Wingo  <wingo@pobox.com>
4366
4367         * ext/theora/gsttheoraparse.h: 
4368         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4369         (theora_parse_push_headers, theora_parse_clear_queue)
4370         (theora_parse_drain_queue_prematurely, )
4371         (theora_parse_sink_event, theora_parse_change_state): Queue events
4372         until we initialized our state, like in vorbisparse.
4373
4374         * ext/vorbis/vorbisparse.h: 
4375         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4376         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4377         (vorbis_parse_drain_queue_prematurely, )
4378         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4379         until we have initialized our state. Fixes seeking after an
4380         initial pad block.
4381
4382 2006-07-14  Andy Wingo  <wingo@pobox.com>
4383
4384         Patch by: Iain Holmes <iaingnome@gmail.com>
4385         
4386         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4387
4388 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4389
4390         * configure.ac:
4391         Bump nano back to CVS
4392
4393 === release 0.10.9 ===
4394
4395 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4396
4397         * configure.ac:
4398           releasing 0.10.9, "I walk the line"
4399
4400 2006-07-14  Michael Smith  <msmith@fluendo.com>
4401
4402         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4403           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4404           (commonly happens when running this test under valgrind) when trying
4405           to remove the buffer probe.
4406
4407 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4408
4409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4410         Fix missing g_unlock from the previous commit
4411
4412 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4413
4414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4415         (gst_ximagesink_change_state):
4416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4417         (gst_xvimagesink_change_state):
4418         Implement a locking order to ensure we always take the object lock
4419         before the x_lock and never vice-versa.
4420
4421 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4422
4423         * gst/playback/gstdecodebin.c: (find_compatibles):
4424         Fix a caps leak when linking (#347304)
4425
4426         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4427         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4428         (gst_ximagesink_change_state):
4429         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4430         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4431         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4432         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4433         Don't leak shared memory resources. Use the object lock to protect
4434         against the xcontext disappearing while returning a buffer from the
4435         pipeline. (#347304)
4436
4437 2006-07-12  Edward Hervey  <edward@fluendo.com>
4438
4439         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4440         (vorbis_handle_comment_packet):
4441         gst_tag_list_merge() returns a new object. Take that into account when
4442         using it. This avoids memleak.
4443         Revert previous commit which is not needed.
4444
4445 2006-07-12  Edward Hervey  <edward@fluendo.com>
4446
4447         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4448         Reset the decoder in finalize so that all fields get cleared.
4449
4450 2006-07-12  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4453         (gst_base_audio_src_set_clock),
4454         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4455         Don't try to post an error message when setting the clock fails
4456         as this can happen when adding an element to a bin which will then
4457         deadlock. Fixes #347296.
4458
4459 2006-07-12  Edward Hervey  <edward@fluendo.com>
4460
4461         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4462         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4463         (vorbis_handle_type_packet):
4464         Post tag messages on the bus even if we're not initialized.
4465         If we're not initialized, we still postpone the event pushing of tags.
4466
4467 2006-07-12  Wim Taymans  <wim@fluendo.com>
4468
4469         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4470         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4471         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4472         Revert last two changes that broke the freeze.
4473
4474 2006-07-12  Wim Taymans  <wim@fluendo.com>
4475
4476         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4477         basesink calculates silence sample correctly for us.
4478
4479 2006-07-12  Wim Taymans  <wim@fluendo.com>
4480
4481         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4482         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4483         Calculate correct silence samples so we don't fill our ringbuffer
4484         with noise.
4485
4486 2006-07-12  Edward Hervey  <edward@fluendo.com>
4487
4488         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4489         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4490         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4491         * ext/vorbis/vorbisdec.h:
4492         Delay sending events (newsegment, tags) until the decoder is properly
4493         initialized.
4494         Fixes #347295
4495
4496 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4497
4498         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4499         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4500           Patch from #347221 adding a test for audioconvert
4501           channel remappings.
4502
4503 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4506         (gst_ssa_parse_parse_line):
4507           Don't include the terminating NUL in the buffer size,
4508           it's only there for extra paranoia (would add random
4509           '*' characters at the end of each subtitle since the
4510           terminator itself is not valid UTF-8 technically).
4511           Also fix indenting after boilerplate macro.
4512
4513 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * gst/playback/gstdecodebin.c: (close_pad_link):
4516           Also emit 'unknown-type' signal (which should really be
4517           called unhandled-type) if we found potential decoders/demuxers
4518           in the registry but none of them worked in the end (as in the
4519           case where the plugins don't exist any longer but are still
4520           listed in the registry). Fixes #329798.
4521
4522 2006-07-08  Andy Wingo  <wingo@pobox.com>
4523
4524         * theoraparse.c (theora_parse_push_buffer)
4525         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4526         Add some more debugging. Fix granulepos reconstruction in the face
4527         of discontinuities.
4528
4529 2006-07-06  Wim Taymans  <wim@fluendo.com>
4530
4531         * gst-libs/gst/audio/gstbaseaudiosink.c:
4532         (gst_base_audio_sink_class_init),
4533         (gst_base_audio_sink_provide_clock):
4534         Use gobject_class instead of G_OBJECT_CLASS (klass)
4535
4536         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4537         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4538         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4539         (gst_base_audio_src_get_time),
4540         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4541         (gst_base_audio_src_create_ringbuffer):
4542         Fix latency and buffer-time constants and properties ala basesink.
4543         Implement pull based scheduling. Fixes #346527.
4544         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4545         one segment.
4546         Refuse slaving to another clock instead of silently not working.
4547         Only provide a clock when we are actually able to do so.
4548         Various small cleanups and compiler hints.
4549
4550 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         Patch by: Lutz Mueller <lutz at topfrose de>
4553
4554         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4555         (plugin_init):
4556           Add typefinding for text/html (#346581).
4557
4558 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4559
4560         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4561         (xml_check_first_element), (xml_type_find), (smil_type_find):
4562           Fix SMIL typefinding, make xml_check_first_element() more
4563           useful.
4564
4565 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4566
4567         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4568         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4569         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4570         * gst/playback/gstplaybasebin.h:
4571           Protect list of elements with a subtitle-encoding property and
4572           the subtitle encoding member itself with a lock of their own
4573           instead of using the object lock. This prevents a dead-lock in
4574           the element-remove callback in some circumstances when shutting
4575           down playbin.
4576
4577 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4578
4579         * win32/common/libgsttag.def:
4580         Export some new functions.
4581         * win32/vs6/libgstogg.dsp:
4582         Add a link to libgsttag-0.10.lib.
4583
4584 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4587           Some const-ification.
4588
4589 2006-07-04  Wim Taymans  <wim@fluendo.com>
4590
4591         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4592         Improve checking if we are dealing with a stream. Added some
4593         more uris that need buffering.
4594
4595 2006-07-03  Edward Hervey  <edward@fluendo.com>
4596
4597         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4598         Remove unused variable.
4599
4600 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4601
4602         * Makefile.am:
4603           include lcov.mak
4604         * configure.ac:
4605           add GCOV_LIBS to GST_LIBS
4606
4607 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4608
4609         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4610
4611         * ext/alsa/gstalsasrc.c:
4612           Add 32 bps to template caps and increase channels range
4613           from [1,2] to [1,MAX]. See #346326.
4614
4615 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4618           Recognise 'WMVA' video codec fourcc (#345879).
4619           
4620 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4621          
4622         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4623           Fixed nasty memory leak
4624
4625 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4626
4627         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4628         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4629           fix logging
4630
4631 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4632
4633         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4634         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4635         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4636         Protect remove_fakesink using a mutex, so that we don't try and
4637         remove the fakesink simultaneously from multiple threads.
4638
4639         When going from READY to PAUSED, restore the fakesink, so that
4640         it is there when decodebin gets reused.
4641
4642 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4646         * gst-libs/gst/rtp/gstbasertppayload.c:
4647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4648         * gst/tcp/gstmultifdsink.c:
4649         * gst/tcp/gsttcpclientsink.c:
4650         * gst/tcp/gsttcpclientsrc.c:
4651         * gst/tcp/gsttcpserversink.c:
4652         * gst/tcp/gsttcpserversrc.c:
4653         * gst/videorate/gstvideorate.c:
4654         * gst/videotestsrc/gstvideotestsrc.c:
4655         * sys/v4l/gstv4ljpegsrc.c:
4656         * sys/v4l/gstv4lmjpegsink.c:
4657         * sys/v4l/gstv4lsrc.c:
4658         * tests/examples/seek/scrubby.c:
4659         * tests/examples/seek/seek.c:
4660           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4661
4662 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4663
4664         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4665           Second field in GEnumValue shouldn't be a description,
4666           but a stringified version of the enum value.
4667
4668 2006-06-22  Wim Taymans  <wim@fluendo.com>
4669
4670         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4671         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4672         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4673         Avoid type checking in buffer casts.
4674         Avoid caps copy in buffer_alloc when we can.
4675         Use pad_peer_accept.
4676
4677 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * gst-libs/gst/tag/tag.h:
4680           Oops, make that 'Since: 0.10.9'.
4681
4682 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         * docs/libs/gst-plugins-base-libs-sections.txt:
4685         * gst-libs/gst/tag/tag.h:
4686         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4687         (gst_tag_image_type_get_type):
4688           API: add GstTagImageType enum to describe images contained
4689           in image tags (#345641).
4690
4691 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4694           Fix warnings with gst-inspect: "buffers-min" property
4695           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4696           typo in property description.
4697
4698 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         Patch by: Cody Russell <bratsche at gnome org>
4701
4702         * gst/audioresample/gstaudioresample.c:
4703         (gst_audioresample_class_init):
4704         * gst/playback/gststreamselector.c:
4705         (gst_stream_selector_class_init):
4706         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4707         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4708         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4709         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4710         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4711         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4712         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4713         * gst/videotestsrc/gstvideotestsrc.c:
4714         (gst_video_test_src_class_init):
4715         * gst/volume/gstvolume.c: (gst_volume_class_init):
4716           Avoid unnecessary class cast check in class_init
4717           functions (#337747).
4718
4719 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4722         (gst_text_overlay_video_chain):
4723           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4724           and doesn't validate its input either (and neither did
4725           textoverlay it seems). Let's do that then and fix #345206.
4726
4727 2006-06-19  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4730         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4731         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4732         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4733         (find_syncframe), (find_limits), (assign_value),
4734         (count_burst_unit), (gst_multi_fd_sink_new_client),
4735         (gst_multi_fd_sink_handle_client_write),
4736         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4737         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4738         (gst_multi_fd_sink_change_state):
4739         * gst/tcp/gstmultifdsink.h:
4740         Added shiny new burst-on-connect methods.
4741         Add properties to control the minimal amount of data queued.
4742         Small cleanups.
4743         API: bytes-min property
4744         API: time-min property
4745         API: buffers-min property
4746         API: burst-unit property
4747         API: burst-value property
4748         API: add-full signal
4749
4750         * gst/tcp/gsttcp-marshal.list:
4751         Added new marshaller code for the new signal.
4752
4753         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4754         (multifdsink_suite):
4755         Added testcases for new burst methods.
4756
4757 2006-06-19  Edward Hervey  <edward@fluendo.com>
4758
4759         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4760         Implement clipping for accurate seeking.
4761         Closes #345225
4762
4763 2006-06-19  Wim Taymans  <wim@fluendo.com>
4764
4765         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4766
4767         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4768         (gst_video_scale_transform):
4769         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4770
4771 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * configure.ac:
4774           Fix --disable-external (can't set conditionals conditionally,
4775           #343602).
4776
4777 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * tests/check/elements/audioresample.c: (test_reuse),
4780         (audioresample_suite):
4781           Add test case for bug #342789 fixed below.
4782
4783 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * gst/audioresample/gstaudioresample.c:
4786         (gst_audioresample_class_init), (gst_audioresample_init),
4787         (audioresample_start), (audioresample_stop),
4788         (gst_audioresample_set_property), (gst_audioresample_get_property):
4789           Implement GstBaseTransform::start and ::stop so that audioresample
4790           can clear its internal state properly and be reused instead of
4791           causing non-negotiated errors with playbin under some circumstances
4792           (#342789).
4793
4794         * tests/check/elements/audioresample.c: (setup_audioresample),
4795         (cleanup_audioresample):
4796           Need to set element state here so that ::start and ::stop are
4797           called.
4798
4799 2006-06-16  Wim Taymans  <wim@fluendo.com>
4800
4801         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4802
4803         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4804         Parse extra data better, apparently it's right behind
4805         the normal strf header size. Fixes #343500.
4806
4807 2006-06-16  Wim Taymans  <wim@fluendo.com>
4808
4809         * ext/alsa/gstalsasink.c: (set_hwparams):
4810         If we fail to set the buffer_time and period_time alsa
4811         parameters, post a warning and leave alsa select a 
4812         default instead of failing. Fixes #342085
4813
4814 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * docs/libs/gst-plugins-base-libs-sections.txt:
4817         * gst-libs/gst/cdda/gstcddabasesrc.h:
4818           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4819           out in the header file and shouldn't be listed in the docs.
4820
4821         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4822           Must dereference pointer to fourcc in the debug statement.
4823
4824 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4825
4826         * docs/libs/Makefile.am:
4827         * docs/libs/gst-plugins-base-libs-docs.sgml:
4828         * docs/libs/gst-plugins-base-libs-sections.txt:
4829         * docs/libs/gst-plugins-base-libs.types:
4830         add remaining symbols into correct setions
4831         
4832         * gst-libs/gst/audio/gstringbuffer.c:
4833         fix incomplete docs
4834         
4835         * gst-libs/gst/audio/gstringbuffer.h:
4836         comment out not yet implemented function
4837         
4838         
4839         * gst-libs/gst/floatcast/floatcast.h:
4840         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4841         add short descriptions
4842         
4843         
4844         * gst-libs/gst/interfaces/propertyprobe.c:
4845         fix return value docs   
4846         
4847         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4848         simplify debug logging
4849         
4850         * gst-libs/gst/riff/riff-read.h:
4851         sync function prototype and docs
4852         
4853         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4854         remove left over symbol
4855
4856 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * autogen.sh:
4859         * configure.ac:
4860         * docs/Makefile.am:
4861           Use GST_PLUGIN_DOCS macro in configure.ac, add
4862           --enable-plugin-docs default to autogen.sh and use
4863           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4864
4865 2006-06-15  Wim Taymans  <wim@fluendo.com>
4866
4867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4868         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4869         (gst_ogg_demux_loop):
4870         Combine GstFlowReturn from the source pads to give a
4871         meaningfull result to the upstream peer or to stop the
4872         processing task in case of errors.
4873
4874 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst/playback/gststreaminfo.c: (cb_probe):
4877           Try GST_TAG_CODEC as fallback when extracting the
4878           codec name; more debug info.
4879
4880 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4881
4882         * ext/ogg/Makefile.am:
4883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4884           Extract language tags from ogm subtitle streams, so that
4885           the subtitle menu choices are labelled correctly in
4886           Totem (fixes #344708).
4887
4888 2006-06-14  Wim Taymans  <wim@fluendo.com>
4889
4890         Patch by: Alessandro Decina <alessandro at nnva dot org>
4891
4892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4893         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4894         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4895         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4896         Fix various leaks. Fixes #343699.
4897         Add x-smoke mime type.
4898
4899 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * gst-libs/gst/riff/riff-ids.h:
4902           Add IDs for 'bext' chunks (see #343837).
4903
4904 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         Patch by: Young-Ho Cha  <ganadist at chollian net>
4907
4908         * gst/subparse/samiparse.c: (sami_context_pop_state),
4909         (handle_start_font), (end_sami_element):
4910           Honour font face tags in SAMI subtitles (#344503).
4911
4912 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4913
4914         * po/POTFILES.in:
4915           add missing files containing translatable strings
4916
4917 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * docs/libs/tmpl/.cvsignore:
4920           we don't want those *.sgml files in CVS either
4921
4922 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4923
4924         * docs/libs/.cvsignore:
4925         * tests/check/elements/.cvsignore:
4926         * tests/check/libs/.cvsignore:
4927           ignore more
4928
4929 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * docs/libs/Makefile.am:
4932           also commiting the changed Makefile.am (added more libs to the
4933           doc-build)
4934
4935 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4936
4937         * docs/libs/gst-plugins-base-libs-docs.sgml:
4938         * docs/libs/gst-plugins-base-libs-sections.txt:
4939         * docs/libs/gst-plugins-base-libs.types:
4940           first batch of reordering things, add index & hierarchy
4941
4942 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4943
4944         * configure.ac:
4945           use GST_PKG_CHECK_MODULES, cleans up output
4946
4947 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4950           Add support for burn:// URIs (#343385); const-ify things a bit,
4951           use G_N_ELEMENTS instead of hard-coded array size.
4952
4953 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         Patch by: Young-Ho Cha  <ganadist at chollian net>
4956
4957         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4958           Fix up broken entities before passing them to libxml *sigh*.
4959           (#343303).
4960           
4961 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4962
4963         * configure.ac:
4964           back to TRUNK
4965
4966 === release 0.10.8 ===
4967
4968 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4969
4970         * configure.ac:
4971           releasing 0.10.8, "Moar gij ziet mij nie"
4972
4973 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4974
4975         * configure.ac:
4976         * po/af.po:
4977         * po/az.po:
4978         * po/cs.po:
4979         * po/en_GB.po:
4980         * po/hu.po:
4981         * po/it.po:
4982         * po/nb.po:
4983         * po/nl.po:
4984         * po/or.po:
4985         * po/sq.po:
4986         * po/sr.po:
4987         * po/sv.po:
4988         * po/uk.po:
4989         * po/vi.po:
4990         * win32/common/config.h:
4991           0.10.7.2 prerelease
4992
4993 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4994
4995         * docs/libs/tmpl/gstaudio.sgml:
4996         * docs/libs/tmpl/gstcolorbalance.sgml:
4997         * docs/libs/tmpl/gstmixer.sgml:
4998         * docs/libs/tmpl/gstringbuffer.sgml:
4999         * docs/libs/tmpl/gsttuner.sgml:
5000         * docs/libs/tmpl/gstxoverlay.sgml:
5001         * gst-libs/gst/audio/audio.c:
5002         * gst-libs/gst/audio/gstringbuffer.c:
5003         * gst-libs/gst/interfaces/colorbalance.c:
5004         * gst-libs/gst/interfaces/mixer.c:
5005         * gst-libs/gst/interfaces/tuner.c:
5006         * gst-libs/gst/interfaces/xoverlay.c:
5007           move last template doc snippets to source code and delete them
5008
5009 2006-06-06  Michael Smith  <msmith@fluendo.com>
5010
5011         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5012         (theora_parse_drain_queue):
5013           Mark DELTA_UNIT on non-keyframes.
5014
5015 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5016
5017         * gst-libs/gst/audio/gstbaseaudiosink.c:
5018         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5019         * gst-libs/gst/audio/gstbaseaudiosink.h:
5020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5021         (gst_ring_buffer_samples_done):
5022         * gst-libs/gst/audio/gstringbuffer.h:
5023         Document better the fact that latency_time and buffer_time are values
5024         stored in microseconds, and not the usual GStreamer nanoseconds.
5025         Change the variables (compatibly) that store them from GstClockTime 
5026         to guint64 to make it more clear that they're not storing clock times.
5027         Also, remove the bogus property description that says the user can
5028         specify -1 to get the default value, since that's never been the case.
5029
5030         When computing the default segment size for the ring buffer, make it
5031         an integer number of samples.
5032
5033         When the sub-class indicates a delay greater than the number of
5034         samples we've written return 0 from the audio sink get_time method.
5035
5036 2006-06-02  Michael Smith  <msmith@fluendo.com>
5037
5038         * tests/check/elements/audioconvert.c: (set_channel_positions),
5039         (get_float_mc_caps), (get_int_mc_caps):
5040         * tests/check/elements/audioresample.c:
5041         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5042         * tests/check/elements/videorate.c:
5043         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5044         * tests/check/elements/volume.c:
5045         * tests/check/elements/vorbisdec.c:
5046         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5047           Don't busy-wait in tests; this was causing test timeouts very
5048           frequently when running under valgrind.
5049
5050 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5051
5052         * gst/tcp/README:
5053         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5054         (gst_multi_fd_sink_remove_client_link),
5055         (gst_multi_fd_sink_client_queue_caps),
5056         (gst_multi_fd_sink_client_queue_buffer),
5057         (gst_multi_fd_sink_handle_client_write),
5058         (gst_multi_fd_sink_render):
5059         * gst/tcp/gstmultifdsink.h:
5060           make multifdsink properly deal with streamheader:
5061           - streamheader is taken from caps
5062           - buffers marked with IN_CAPS are not sent
5063           - streamheaders are sent, on connection, from the caps of the
5064             buffer where the client gets positioned to
5065           - further streamheader changes are done every time the client
5066             will receive a buffer with different caps
5067         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5068         (gst_multifdsink_create_streamheader):
5069           add tests for this
5070
5071 2006-06-02  Michael Smith  <msmith@fluendo.com>
5072
5073         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5074           Reinstate limit on channel count. Vorbis does not define the meaning
5075           of > 6 channels, so they're just independent channels. Gstreamer
5076           currently has no mechanism to represent N independent channels.
5077
5078 2006-06-02  Michael Smith  <msmith@fluendo.com>
5079
5080         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5081           Don't arbitrarily restrict channel counts and rate in vorbis.
5082           In terms of effects likely on real-world files, this fixes 96kHz
5083           playback of vorbis.
5084
5085 2006-06-02  Michael Smith  <msmith@fluendo.com>
5086
5087         * gst/audioconvert/audioconvert.c: (float):
5088           More correct float->int conversion.
5089
5090 2006-06-02  Michael Smith  <msmith@fluendo.com>
5091
5092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5093           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5094           value. Fixes g-critical on trying to play back ogg containing
5095           unknown codec.
5096
5097 2006-06-02  Wim Taymans  <wim@fluendo.com>
5098
5099         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5100         (setup_source):
5101         * gst/playback/gstplaybasebin.h:
5102         Make the subtitle detection work from any thread so we don't
5103         deadlock. Fixes #343397.
5104
5105 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5106
5107         * gst/volume/Makefile.am:
5108           Seriously, it's not *that* hard to get compilation right.  Even
5109           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5110
5111 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5112
5113         * gst/volume/gstvolume.c: (volume_choose_func),
5114         (volume_update_real_volume), (gst_volume_class_init),
5115         (gst_volume_init), (volume_process_float), (volume_process_int16),
5116         (volume_process_int16_clamp), (volume_set_caps),
5117         (volume_transform_ip), (plugin_init):
5118         * gst/volume/gstvolume.h:
5119         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5120         another property desc., remove unused param from process function
5121         
5122         * tests/check/elements/volume.c: (volume_suite):
5123         reactivate the passthrough test
5124
5125 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5126
5127         * ext/alsa/gstalsamixerelement.h:
5128         * ext/alsa/gstalsamixeroptions.h:
5129         * ext/alsa/gstalsamixertrack.h:
5130         * ext/gnomevfs/gstgnomevfssink.h:
5131         * ext/gnomevfs/gstgnomevfssrc.h:
5132         * ext/theora/gsttheoradec.h:
5133         * ext/theora/gsttheoraenc.h:
5134         * ext/theora/gsttheoraparse.h:
5135         * ext/vorbis/vorbisparse.h:
5136         * gst-libs/gst/audio/gstaudioclock.h:
5137         * gst-libs/gst/audio/gstaudiofilter.h:
5138         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5139         * gst/audioconvert/gstaudioconvert.h:
5140         * gst/audioresample/gstaudioresample.h:
5141         * gst/audiotestsrc/gstaudiotestsrc.h:
5142         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5143         * gst/playback/gststreamselector.h:
5144         * gst/tcp/gstmultifdsink.h:
5145         * gst/tcp/gsttcpclientsink.h:
5146         * gst/tcp/gsttcpclientsrc.h:
5147         * gst/tcp/gsttcpserversink.h:
5148         * gst/tcp/gsttcpserversrc.h:
5149         * gst/videorate/gstvideorate.h:
5150         * gst/videoscale/gstvideoscale.h:
5151         * gst/videotestsrc/gstvideotestsrc.h:
5152         * gst/volume/gstvolume.h:
5153         * sys/v4l/gstv4ljpegsrc.h:
5154         * sys/v4l/gstv4lmjpegsink.h:
5155         * sys/v4l/gstv4lmjpegsrc.h:
5156         * sys/v4l/gstv4lsrc.h:
5157         * sys/ximage/ximagesink.h:
5158         * sys/xvimage/xvimagesink.h:
5159         * tests/old/testsuite/alsa/sinesrc.h:
5160         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5161
5162 2006-05-31  Wim Taymans  <wim@fluendo.com>
5163
5164         * ext/libvisual/visual.c: (gst_visual_reset),
5165         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5166         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5167         Handle DISCONT.
5168         Use running time before doing QoS.
5169         Handle mono too.
5170
5171 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         * docs/libs/Makefile.am:
5174           set a magic variable to indicate we know the docs are incomplete
5175
5176 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5177
5178         * win32/common/libgstvideo.def:
5179           export gst_video_calculate_display_ratio
5180         * win32/vs6/libgstvideoscale.dsp:
5181           add link to libgstvideo-0.10.lib
5182
5183 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * gst/playback/gstplaybasebin.c: (gen_source_element):
5186           Throw a more comprehensible error for rtsp:// URIs (rather
5187           than erroring out with a negotiation error later on) until
5188           we fix playbin to handle rtspsrc etc.
5189
5190 2006-05-30  Wim Taymans  <wim@fluendo.com>
5191
5192         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5193         (gst_text_overlay_text_event):
5194         Added some FIXMEs.
5195
5196 2006-05-30  Wim Taymans  <wim@fluendo.com>
5197
5198         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5199         (gst_adder_request_new_pad), (gst_adder_release_pad):
5200         * gst/adder/gstadder.h:
5201         Implement release_request_pad.
5202         Make padcounter atomic.
5203
5204         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5205         Added check for release_pad in adder.
5206
5207 2006-05-30  Wim Taymans  <wim@fluendo.com>
5208
5209         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5210         Fix build again.
5211
5212 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5213
5214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5215         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5216         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5217         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5218         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5219         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5220         (gst_ogg_demux_bisect_forward_serialno),
5221         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5222         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5223           add more debugging
5224           clean up printf formats for granulepos and serialno
5225
5226 2006-05-30  Michael Smith  <msmith@fluendo.com>
5227
5228         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5229         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5230         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5231         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5232         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5233         * ext/vorbis/vorbisenc.h:
5234           Multi-channel caps negotiation, so we can do proper multichannel
5235           vorbis encoding, negotiated through audioconvert.
5236
5237 2006-05-30  Wim Taymans  <wim@fluendo.com>
5238
5239         * tests/check/elements/adder.c: (test_event_message_received),
5240         (test_play_twice_message_received), (GST_START_TEST),
5241         (adder_suite):
5242         Added check to show that #339935 is fixed with ongoing
5243         adder and collectpads fixes.
5244
5245 2006-05-29  Wim Taymans  <wim@fluendo.com>
5246
5247         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5248         Don't leak pad name.
5249
5250 2006-05-29  Wim Taymans  <wim@fluendo.com>
5251
5252         * gst/adder/gstadder.c: (gst_adder_query_duration),
5253         (forward_event_func), (forward_event), (gst_adder_src_event):
5254         Fix adder seeking.
5255         Make query/seeking code threadsafe.
5256
5257         * tests/check/Makefile.am:
5258         * tests/check/elements/adder.c: (test_event_message_received),
5259         (GST_START_TEST), (test_play_twice_message_received):
5260         Fix adder test case.
5261
5262 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5263
5264         Patch by: Young-Ho Cha  <ganadist at chollian net>
5265
5266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5267         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5268         (set_encoding_element), (decodebin_element_added_cb),
5269         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5270         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5271         * gst/playback/gstplaybasebin.h:
5272           Add 'subtitle-encoding' property to playbin, so applications can
5273           force a subtitle encoding for non-UTF8 subtitles (#342268).
5274
5275         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5276         (gst_sub_parse_set_property):
5277           Rename recently-added 'encoding' property to 'subtitle-encoding'
5278           (so it can be proxied by playbin/decodebin in a generic way
5279           with less danger of false positives).
5280
5281 2006-05-29  Michael Smith  <msmith@fluendo.com>
5282
5283         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5284         (append_with_other_format), (set_structure_widths),
5285         (gst_audio_convert_transform_caps):
5286           Patch from #341562: give more specific audio caps in get_caps, so
5287           that basetransform  can make better decisions on what caps to
5288           negotiate.
5289
5290 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5291
5292         * tests/check/elements/volume.c:
5293         make it compile again
5294
5295 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5296
5297         * tests/check/elements/volume.c: (volume_suite):
5298         disable test until #343196 gets resolved
5299
5300 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5301
5302         * gst/adder/gstadder.c: (gst_adder_get_type):
5303         Make it easier to copy&paste
5304         
5305         * gst/volume/Makefile.am:
5306         * gst/volume/gstvolume.c: (volume_update_real_volume),
5307         (gst_volume_set_volume), (gst_volume_set_mute),
5308         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5309         (volume_transform_ip), (volume_update_mute),
5310         (volume_update_volume):
5311         * gst/volume/gstvolume.h:
5312         Add own debug category, move duplicate code to helper function, fix
5313         property texts, add more comments and prepare ffor liboil-goodness
5314         
5315         * tests/check/Makefile.am:
5316         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5317         add test for mute and passtrough case, be a bit more verbose to track
5318         failure
5319         
5320         * tests/check/generic/states.c: (GST_START_TEST):
5321         catch elements that fail to instantiate
5322
5323 2006-05-28  Edward Hervey  <edward@fluendo.com>
5324
5325         * tests/check/pipelines/simple-launch-lines.c:
5326         * tests/check/pipelines/theoraenc.c:
5327         * tests/check/pipelines/vorbisenc.c:
5328         Comment out tests using parse_launch() if core was built without
5329         parsing capabilities.
5330
5331 2006-05-27  Edward Hervey  <edward@fluendo.com>
5332
5333         * tests/check/Makefile.am:
5334         Extra bonus points for whoever explains to ensonic that you are meant
5335         to test unit tests thoroughly before commiting them, especially if
5336         you know it's going to break.
5337         De-activated element/adder tests.
5338
5339 2006-05-27  Edward Hervey  <edward@fluendo.com>
5340
5341         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5342         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5343         Marking caps conversion issues as GST_WARNING is way too verbose,
5344         Moving them to GST_LOG.
5345
5346 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * README:
5349           Replace current README (containing the release notes from
5350           some 0.9.x version) with a proper README taken from the core.
5351
5352 2006-05-26  Wim Taymans  <wim@fluendo.com>
5353
5354         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5355         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5356         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5357         (vorbis_dec_change_state):
5358         Small cleanups.
5359         Add some FIXMEs
5360         Clip output samples to segment boundaries.
5361
5362 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5363
5364         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5365         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5366         Improve the errors produced on bad output, including some human
5367         readable description strings.
5368         Handle the (theoretical for ximagesink) case where the XServer 
5369         has a different idea about the size required for a particular 
5370         frame and gives us too small a memory allocation.
5371
5372 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5373
5374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5375         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5376         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5377         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5378         Improve the errors produced on bad output, including some human 
5379         readable description strings.
5380         Handle RGB Xv formats properly by transforming them into our 
5381         big-endian caps description.
5382         Use gst_caps_truncate to ensure that we never try and choose a
5383         non-fixed caps in buffer_alloc.
5384         Handle the case where the XServer has a different idea about the size
5385         required for a particular frame and gives us too small a memory
5386         allocation.
5387         Use -1 to indicate 'no image format', because 0 is a valid XServer
5388         image format number.
5389         Put RGB Xv formats at the end of the caps, so that we always prefer
5390         YUV format frames.
5391         Iterate the available Xv Encodings to determine the maximum width and
5392         height, and then return that in our caps.
5393         (Closes #315312, #337544)
5394
5395 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5396
5397         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5398         When there is only one unfinished pad and it receives an event that
5399         doesn't match our requirements, we need to set alldone=FALSE so that
5400         the fakesink is not removed yet.
5401
5402 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5405           Use gst_type_find_helper_for_buffer() to find the type
5406           of stream from the first packet.
5407
5408         * configure.ac:
5409           Bump requirements to core CVS (needed for vorbis
5410           typefinding to work).
5411
5412 2006-05-24  Edward Hervey  <edward@fluendo.com>
5413
5414         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5415         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5416         contain.  Else they play perfectly fine with qtdemux.
5417
5418 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5419
5420         * ext/theora/theoradec.c:
5421         * ext/theora/theoraenc.c:
5422         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5423         * gst/audiorate/gstaudiorate.c:
5424           make more debug catagories static
5425         
5426         * tests/check/Makefile.am:
5427         * tests/check/elements/adder.c: (message_received),
5428         (test_event_message_received), (GST_START_TEST),
5429         (test_play_twice_message_received), (adder_suite):
5430           added test case for using element twice, extra bonus points for anyone
5431           who can make these test run reliably
5432
5433 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         * ext/theora/theoradec.c: (theora_dec_chain):
5436           Make work with time-stamped input buffers that do not
5437           have a granulepos in BUFFER_OFFSET_END (like theora
5438           buffers coming from matroskademux). Fixes #342448.
5439
5440 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         Patch by: Peter Kjellerstedt  <pkj at axis com>
5443
5444         * gst/tcp/Makefile.am:
5445           fdstresstest doesn't need Gtk+, fix compilation if 
5446           gtk is not available (#342566).
5447
5448 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5449          
5450         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5451           80 line columns
5452           Removed redundant floor()
5453
5454 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5457           On second thought, just skip JUNK chunks automatically, so
5458           the caller doesn't have to handle this. Fixes #342345.
5459           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5460           not GST_FLOW_ERROR.
5461
5462 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5465           Don't bail out on JUNK chunks with a size of 0 (would try to
5466           pull_range 0 bytes before, which sources don't like too much).
5467           See #342345.
5468
5469 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5470
5471         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5473         Use the gstutil scaling function to preserve 64 bits while calculating
5474         output width and height from the display-aspect-ratio. (A continuation
5475         of #341542)
5476
5477 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5478
5479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5480         (gst_xvimagesink_buffer_alloc):
5481         * sys/xvimage/xvimagesink.h:
5482         When performing buffer allocations, remember the caps and image format
5483         we return so that if the same caps are asked for next time we can
5484         return them immediately without doing any caps intersections.
5485
5486 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5487          
5488         * gst-libs/gst/rtp/README:
5489           Some new documentation
5490         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5491           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5492         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5493         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5494           New RTP audio base payloader class. Supports frame or sample based
5495           codecs.  Not enabled in Makefile.am until approved.
5496
5497 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * tests/check/elements/alsa.c: (test_device_property_probe):
5500           Fix test case: don't try to free NULL GValueArray when there
5501           are no devices.
5502
5503 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * tests/check/Makefile.am:
5506         * tests/check/elements/alsa.c: (test_device_property_probe),
5507         (alsa_suite), (main):
5508           Add simple test that runs a device property probe on alsasrc,
5509           alsasink and alsamixer. Disable valgrind check for now (too
5510           many leaks in libasound, and valgrind ignored my suppressions
5511           additions).
5512
5513 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5516         (gst_alsa_device_property_probe_probe_property),
5517         (gst_alsa_device_property_probe_needs_probe),
5518         (gst_alsa_device_property_probe_get_values),
5519         (gst_alsa_type_add_device_property_probe_interface):
5520         * ext/alsa/gstalsadeviceprobe.h:
5521         * ext/alsa/gstalsamixerelement.c:
5522         (gst_alsa_mixer_element_init_interfaces):
5523         * ext/alsa/gstalsamixerelement.h:
5524           Clean up and simplify alsa device probing. Make it actually work
5525           for multiple classes. Don't cache results any longer.
5526
5527         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5528         (gst_alsasink_init):
5529         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5530         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5531         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5532           Make alsasink and alsasrc implement the GstPropertyProbe interface
5533           for device probing (#342181).
5534           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5535
5536 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * gst/subparse/samiparse.c: (handle_start_font):
5539           Don't ignore return value of strtol (++compiler_happiness).
5540
5541 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         Patch by: Young-Ho Cha  <ganadist chollian net>
5544
5545         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5546         (gst_sub_parse_class_init), (gst_sub_parse_init),
5547         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5548         (convert_encoding):
5549         * gst/subparse/gstsubparse.h:
5550           Add 'encoding' property (#341681).
5551
5552         * gst/subparse/samiparse.c: (characters_sami):
5553           Output is pango markup, so we need to escape text
5554           between tags (#342143).
5555
5556 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * gst-libs/gst/audio/multichannel.c:
5559         (gst_audio_check_channel_positions):
5560           It's okay to have caps with channels=1 and a channel position
5561           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5562           (deinterleavers might want to keep the position in the caps,
5563           so that they can be re-interleaved again properly later).
5564           Leave check for unexpected 2-channel layouts intact for now.
5565
5566 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5567
5568         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5569         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5570         basesrc can do its job correctly.
5571
5572 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * ext/alsa/Makefile.am:
5575         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5576         (gst_alsa_detect_formats), (get_channel_free_structure),
5577         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5578         (gst_alsa_probe_supported_formats):
5579         * ext/alsa/gstalsa.h:
5580         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5581           Refactor and improve caps probing code: probe signedness
5582           when we probe the supported formats/widths; set endianness
5583           to the one we actually probed for (ie. cpu endianness).
5584           
5585         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5586         (gst_alsasrc_close):
5587         * ext/alsa/gstalsasrc.h:
5588           Implement caps probing for alsasrc.
5589
5590 2006-05-15  Wim Taymans  <wim@fluendo.com>
5591
5592         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5593         (theora_dec_src_query), (theora_dec_src_event),
5594         (theora_dec_sink_event), (theora_handle_comment_packet),
5595         (theora_handle_data_packet), (theora_dec_change_state):
5596         Cleanups, add some G_LIKELY.
5597         Use segment helpers instead of our own wrong code.
5598         Clear queued buffers on seek and READY.
5599
5600         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5601         (vorbis_dec_convert), (vorbis_dec_src_query),
5602         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5603         (vorbis_handle_comment_packet), (vorbis_dec_push),
5604         (vorbis_handle_data_packet), (vorbis_dec_chain),
5605         (vorbis_dec_change_state):
5606         * ext/vorbis/vorbisdec.h:
5607         Remove old useless packetno variable.
5608         Do position query properly.
5609         Add some G_LIKELY.
5610         Do cleanup of queued buffers in new helper function
5611         and use it.
5612
5613 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5616           Query supported sample rates. Fixes #341732.
5617
5618 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5619
5620         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5621         (gst_decode_bin_change_state): Make decodebin reusable
5622         when going from PAUSE_TO_READY and then back to PAUSED.
5623         Fixes #331678.
5624
5625 2006-05-15  Wim Taymans  <wim@fluendo.com>
5626
5627         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5628         (vorbis_dec_convert), (vorbis_dec_src_query),
5629         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5630         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5631         (vorbis_dec_clean_queued), (vorbis_dec_push),
5632         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5633         Cleanups. Use refcounting and DEBUG_OBJECT.
5634         Reset segment on flush, use code methods instead of our
5635         own wrong version.
5636         Fix potential memleak.
5637
5638 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5641         (gst_alsasink_init):
5642         * ext/alsa/gstalsasink.h:
5643           Don't leak allocated snd_output_t structure if there's
5644           more than one alsasink instance at a time (#341873).
5645           Also fix GObject macros in header file.
5646           
5647 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * gst/subparse/gstsubparse.c:
5650         (gst_sub_parse_data_format_autodetect):
5651           Don't use libxml functions in the typefinding code.
5652
5653 2006-05-15  Wim Taymans  <wim@fluendo.com>
5654
5655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5656         Fix seeking performance in the case where a non-header 
5657         packet has a 0 granulepos (busted theora case). 
5658         Fixes #341719
5659         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5660          the first place, you limelight stealer you)
5661
5662 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5663
5664         * gst/subparse/gstsubparse.c:
5665         (gst_sub_parse_data_format_autodetect):
5666           Improve SAMI typefinding: handle case where there are
5667           whitespaces or newlines in front of the first <SAMI>
5668           tag (#169936).
5669
5670 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * configure.ac:
5673           Build video4linux plugin even if there's no XVIDEO, just
5674           without implementing the GstXOverlay interface (#334002).
5675          
5676 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         * configure.ac:
5679         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5680         (plugin_init):
5681           Add tentative support for libvisual-0.4 (#336881).
5682
5683 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         Patch by: Young-Ho Cha <ganadist at chollian net>
5686
5687         * gst/subparse/samiparse.c: (handle_start_font):
5688           Need to map "silver" colour explicitly (#169936).
5689
5690 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         Patch by: Young-Ho Cha  <ganadist at chollian net>
5693
5694         * gst/subparse/Makefile.am:
5695         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5696         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5697         (gst_sub_parse_format_autodetect), (feed_textbuf),
5698         (gst_subparse_type_find), (plugin_init):
5699         * gst/subparse/gstsubparse.h:
5700         * gst/subparse/samiparse.c:
5701         * gst/subparse/samiparse.h:
5702           Add support for SAMI subtitles (#169936).
5703
5704 2006-05-14  Michael Smith  <msmith@fluendo.com>
5705
5706         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5707           Fix #341696: crash when mixing L+R+C to mono or stereo.
5708         * tests/check/Makefile.am:
5709         * tests/check/elements/audioconvert.c: (set_channel_positions),
5710         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5711         (audioconvert_suite):
5712           Add test for the above, including some generic framework bits for
5713           testing multichannel things.
5714
5715 === release 0.10.7 ===
5716
5717 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5718
5719         * configure.ac:
5720           releasing 0.10.7, "Leave the gun"
5721
5722 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5723
5724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5726         Fix the build.
5727
5728 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5729
5730         * docs/libs/gst-plugins-base-libs-docs.sgml:
5731         * docs/libs/gst-plugins-base-libs-sections.txt:
5732         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5733         * gst-libs/gst/video/video.h:
5734         * gst/videoscale/Makefile.am:
5735         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5737         * tests/check/Makefile.am:
5738         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5739         (main):
5740           Fix integer overflow problem with pixel-aspect-ratio calculations
5741           in videoscale and xvimagesink (#341542)
5742
5743 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * gst-libs/gst/tag/gstid3tag.c:
5746           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5747
5748 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5749
5750         * win32/MANIFEST:
5751           update win32 files listing
5752
5753 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5754
5755         patch by: Sjoerd Simons (sjoerd@luon.net)
5756
5757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5758         (group_create), (group_destroy), (add_stream),
5759         (gst_play_base_bin_get_property),
5760         (gst_play_base_bin_get_streaminfo_value_array):
5761         * gst/playback/gstplaybasebin.h:
5762           API: GstPlayBaseBin::stream-info-value-array property
5763           use a more bindings-friendly way of exposing streaminfo
5764           using a GValueArray.  Tested in ipython.
5765           Closes #341114
5766
5767 2006-05-11  Wim Taymans  <wim@fluendo.com>
5768
5769         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5770         (queue_underrun_cb), (queue_filled_cb):
5771         Also catch queue underruns but don't do anything yet.
5772         Refactor and comment queue enlarging code a bit.
5773
5774         * gst/playback/gstplaybasebin.c: (queue_overrun),
5775         (queue_threshold_reached), (queue_out_of_data),
5776         (gen_preroll_element):
5777         If a queue over/underruns check that we don't create nasty
5778         deadlocks when the min-threshold is not reached but the
5779         max-bytes is. In those cases disable max-bytes when we
5780         know that the queue is fed timed data.
5781         Add more comments.
5782
5783 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * gst/playback/gstplaybin.c: (gen_audio_element):
5786           Make playbin automatically plug an 'audioresample'
5787           element before the audio sink as well. This solves
5788           problems with sinks that only accept a very specific
5789           sample rate, like esdsink (e.g. #340379).
5790
5791 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * gst/playback/gstplaybasebin.c: (gen_source_element):
5794           Make http sources send special headers so that we receive
5795           icecast metadata if the http stream is an icecast stream
5796           (otherwise the server will just ignore them). This also
5797           means that from now on users will need the 'icydemux'
5798           element from gst-plugins-good installed if they want to
5799           listen to icecast radio streams. (#341432, #333657).
5800
5801 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5802
5803         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5804         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5805           remove stupid example from docs - it should come with a simple
5806           C program instead.
5807           Clean up/fix docs
5808         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5809         (fail_if_can_read), (GST_START_TEST),
5810         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5811           add a test for changing streamheader which exposes a bug in
5812           multifdsink
5813
5814 2006-05-11  Michael Smith  <msmith@fluendo.com>
5815
5816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5817         (gst_gnome_vfs_src_received_headers_callback):
5818         * ext/gnomevfs/gstgnomevfssrc.h:
5819           Don't set icy-caps unless we have a sane interval value. Move
5820           interval to a local variable; we never use it outside this function.
5821
5822 2006-05-11  Wim Taymans  <wim@fluendo.com>
5823
5824         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5826         Register special buffer types along with the objects so
5827         that they are not registered at runtime from N different
5828         streaming threads since they are not threadsafe.
5829
5830 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5831
5832         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5833         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5834           add two more tests, one doing streamheader
5835
5836 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5837
5838         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5839           clean up the bufqueue when shutting down
5840         * tests/check/Makefile.am:
5841         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5842         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5843         (main):
5844           add a test for the leak that was just fixed
5845
5846 2006-05-10  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/adder/gstadder.c: (gst_adder_setcaps),
5849         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5850         (gst_adder_src_event), (gst_adder_sink_event),
5851         (gst_adder_class_init), (gst_adder_finalize),
5852         (gst_adder_request_new_pad), (gst_adder_collected):
5853         * gst/adder/gstadder.h:
5854         Updated some docs. Added comments and FIXMEs all over the place.
5855         Improve debugging info.
5856         Fix leak on finalize by not calling the parent.
5857         Implement duration query.
5858         Make event forwarding threadsafe.
5859         Correctly send NEWSEGMENT at start and after flush.
5860         Handle EOS correctly.
5861         Post error when not negotiated.
5862
5863         * tests/check/elements/adder.c: (GST_START_TEST):
5864         Added FIXME in the test.
5865
5866 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5869         (gst_text_overlay_halign_get_type),
5870         (gst_text_overlay_wrap_mode_get_type):
5871         * ext/theora/theoradec.c: (theora_handle_type_packet),
5872         (theora_handle_data_packet):
5873         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5874         (theora_enc_sink_setcaps), (theora_enc_chain):
5875         * gst-libs/gst/cdda/gstcddabasesrc.c:
5876         (gst_cdda_base_src_mode_get_type):
5877         * gst/audiotestsrc/gstaudiotestsrc.c:
5878         (gst_audiostestsrc_wave_get_type):
5879         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5880         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5881         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5882         (gst_sync_method_get_type), (gst_unit_type_get_type),
5883         (gst_client_status_get_type):
5884         * gst/videoscale/gstvideoscale.c:
5885         (gst_video_scale_method_get_type):
5886         * gst/videotestsrc/gstvideotestsrc.c:
5887         (gst_video_test_src_pattern_get_type):
5888         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5889         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5890         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5891         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5892         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5893         (paint_setup_RGB565), (paint_setup_xRGB1555):
5894           Const-ify GEnumValue and GFlagsValue arrays. Use
5895           GST_ROUND_UP_* macros instead of home-made ones.
5896
5897 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * configure.ac:
5900           Require core CVS for the new newsegment stuff.
5901
5902 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         Patch by: Sjoerd Simons  <sjoerd at luon net>
5905
5906         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5907           Register nick for enum value (#341160).
5908
5909 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5910
5911         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5912         (plugin_init):
5913          backout typefind patch #340375
5914          
5915         * tests/check/elements/adder.c: (message_received),
5916         (GST_START_TEST), (adder_suite):
5917           redo, signal-handling of test
5918
5919 2006-05-09  Wim Taymans  <wim@fluendo.com>
5920
5921         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5922         (gst_adder_collected):
5923         * gst/adder/gstadder.h:
5924         Remove bogus segment merging and forwarding, we don't
5925         care about timestamps anyway and we just produce a
5926         continuous stream. 
5927         Also create a nice NEWSEGMENT event when we start.
5928         Use _scale_int some more.
5929
5930 2006-05-09  Edward Hervey  <edward@fluendo.com>
5931
5932         * tests/icles/stress-xoverlay.c:
5933         Fix if core was built without parsing support.
5934
5935 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5938           Add SEDG (Samsung MPEG-4) fourcc.
5939
5940 2006-05-09  Edward Hervey  <edward@fluendo.com>
5941
5942         * tests/icles/stress-xoverlay.c:
5943         * tests/examples/volume/volume.c:
5944         Fix if core was built without parsing support.
5945
5946         * tests/examples/seek/seek.c:
5947         Disable the parse_launch example if core was built without parsing
5948         support.
5949
5950 2006-05-08  Edward Hervey  <edward@fluendo.com>
5951
5952         * autogen.sh: (CONFIGURE_DEF_OPT): 
5953         libtoolize on Darwin/MacOSX is called glibtoolize
5954
5955 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5956
5957         * tests/check/Makefile.am:
5958         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5959           Disable the adder test, until the build-slaves posses the kindness to 
5960           either like it or to give valid reason for not doing so 
5961
5962 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5963
5964         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5965         (adder_suite):
5966           Shuffle NULL state change around and raise timeout more
5967
5968 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5969
5970         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5971         (mp4_type_find), (plugin_init):
5972           Add typefind to distinguish between "audio/x-m4a" and new type
5973           "video/mp4". Fixes #340375
5974
5975         * tests/check/elements/adder.c: (adder_suite):
5976           Raise timeout to make buildbot happy
5977
5978 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5979
5980         * gst/adder/gstadder.c: (gst_adder_sink_event),
5981         (gst_adder_request_new_pad), (gst_adder_change_state):
5982         * gst/adder/gstadder.h:
5983         * tests/check/Makefile.am:
5984         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5985         (adder_suite), (main):
5986           Add sink-event handling to adder. It tries to merge incomming
5987           newsegment-events. Added test to check if segment_done is comming
5988           through. Fixes #340060
5989
5990 2006-05-05  Andy Wingo  <wingo@pobox.com>
5991
5992         * ext/theora/theoraparse.c (gst_theora_parse_init)
5993         (theora_parse_src_convert, theora_parse_src_query):
5994         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5995         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5996         query functions on the source pads of the theora and vorbis parse
5997         elements. Fixes position querying when doing a remux.
5998
5999 2006-05-05  Michael Smith  <msmith@fluendo.com>
6000
6001         * ext/theora/theoraparse.c: (parse_granulepos),
6002         (theora_parse_drain_queue_prematurely),
6003         (theora_parse_queue_buffer), (theora_parse_sink_event):
6004           Fix flushing.
6005           Fix invalid granulepos outputs when starting with a non-keyframe.
6006
6007 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6008
6009         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6010         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6011         Rearrange MPEG system stream detection, fixing some memleaks in the
6012         process.
6013         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6014         they clean up their data correctly.
6015         Remove unused ogganx caps and move the 'is_annodex' check to inside
6016         the 'is_ogg' if statement.
6017
6018 2006-05-05  Wim Taymans  <wim@fluendo.com>
6019
6020         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6021         Properly remove ghostpads. Fixes #340392
6022
6023 2006-05-04  David Schleef  <ds@schleef.org>
6024
6025         * gst/typefind/gsttypefindfunctions.c:
6026
6027 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6028
6029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6030         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6031
6032         When typefinding an MP3 in push-based mode, don't penalise the
6033         probability down to 74% when we found 5 valid frames just because we
6034         can't peek the end of the file.
6035
6036         Make the probability for detecting MPEG Transport Streams based on the
6037         number of sequential headers we successfully detected.
6038
6039 2006-05-03  Wim Taymans  <wim@fluendo.com>
6040
6041         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6042         (vorbis_dec_push), (vorbis_dec_chain):
6043         Still produce an error when we receive an empty packet.
6044
6045 2006-05-03  Wim Taymans  <wim@fluendo.com>
6046
6047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6048         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6049         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6050         Mark buffers with DISCONT after seek and after activating new
6051         chains.
6052
6053         * ext/theora/gsttheoradec.h:
6054         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6055         (theora_get_query_types), (theora_dec_sink_event),
6056         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6057         (theora_dec_change_state):
6058         Fix frame counter.
6059         Detect and mark DISCONT buffers.
6060
6061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6062         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6063         (vorbis_dec_change_state):
6064         * ext/vorbis/vorbisdec.h:
6065         Use GstSegment.
6066         Detect and mark DISCONT buffers.
6067         Don't crash on 0 sized buffers.
6068
6069 2006-05-03  Wim Taymans  <wim@fluendo.com>
6070
6071         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6072         (volume_transform_ip):
6073         Increase "volume" property to 10.0. Fixes #340369.
6074         Set the process function to NULL when capsnego fails so that
6075         we properly error out.
6076
6077 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6078
6079         * gst/playback/gstplaybin.c: (add_sink):
6080         * gst/playback/test.c: (main):
6081         * gst/playback/test5.c: (dump_element_stats):
6082         * gst/playback/test6.c: (main):
6083           free caps using gst_caps_unref, don't leak caps-strings
6084
6085 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6088         (plugin_init):
6089           Refine musepack typefinding a bit. Return MAXIMUM
6090           probability when we detect stream version 7 to make
6091           sure the mpeg audio typefinder doesn't trump us.
6092
6093 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6096           Protect against unexpected NULL strf_data buffer.
6097
6098 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6099
6100         * tests/check/elements/audioconvert.c: (verify_convert),
6101         (GST_START_TEST):
6102           interpret the out[] buffer in the order the bytes are actually
6103           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6104           Other tests should use BYTE_ORDER since the array is filled in
6105           with actual values
6106
6107 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6108
6109         * tests/check/elements/audioconvert.c: (verify_convert),
6110         (GST_START_TEST):
6111           when a test fails, give an indication of which it is
6112
6113 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6114
6115         * gst-libs/gst/cdda/gstcddabasesrc.c:
6116           compile fix; strtol() needs <stdlib.h>
6117
6118 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6119
6120         * ext/alsa/gstalsamixerelement.c:
6121         * ext/alsa/gstalsasrc.c:
6122         * ext/cdparanoia/gstcdparanoiasrc.c:
6123         * ext/gnomevfs/gstgnomevfssink.c:
6124         * ext/gnomevfs/gstgnomevfssrc.c:
6125         * ext/ogg/gstoggdemux.c:
6126         * ext/ogg/gstoggmux.c:
6127         * ext/ogg/gstoggparse.c:
6128         * ext/ogg/gstogmparse.c:
6129         * ext/pango/gstclockoverlay.c:
6130         * ext/pango/gsttextoverlay.c:
6131         * ext/pango/gsttextrender.c:
6132         * ext/pango/gsttimeoverlay.c:
6133         * ext/theora/theoradec.c:
6134         * ext/theora/theoraenc.c:
6135         * ext/vorbis/vorbisdec.c:
6136         * ext/vorbis/vorbisenc.c:
6137         * gst-libs/gst/audio/gstaudiofilter.c:
6138         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6139         * gst/audioconvert/gstaudioconvert.c:
6140         * gst/audiorate/gstaudiorate.c:
6141         * gst/audioresample/gstaudioresample.c:
6142         * gst/audiotestsrc/gstaudiotestsrc.c:
6143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6144         * gst/playback/gstdecodebin.c:
6145         * gst/playback/gstplaybin.c:
6146         * gst/playback/gststreamselector.c:
6147         * gst/subparse/gstsubparse.c:
6148         * gst/tcp/gstmultifdsink.c:
6149         * gst/tcp/gsttcpclientsink.c:
6150         * gst/tcp/gsttcpclientsrc.c:
6151         * gst/tcp/gsttcpserversink.c:
6152         * gst/tcp/gsttcpserversrc.c:
6153         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6154         * gst/videorate/gstvideorate.c:
6155         * gst/videoscale/gstvideoscale.c:
6156         * gst/videotestsrc/gstvideotestsrc.c:
6157         * gst/volume/gstvolume.c:
6158         * sys/v4l/gstv4ljpegsrc.c:
6159         * sys/v4l/gstv4lmjpegsink.c:
6160         * sys/v4l/gstv4lmjpegsrc.c:
6161         * sys/v4l/gstv4lsrc.c:
6162         * sys/ximage/ximagesink.c:
6163         * sys/xvimage/xvimagesink.c:
6164         * tests/check/libs/cddabasesrc.c:
6165           make GstElementDetails const
6166
6167 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6168
6169         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6170         (gst_adder_init):
6171           send events from src-pad to all sink-pads fixes #338657
6172
6173 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6174
6175         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6176         (alsasink_parse_spec):
6177           query width capabilities from alsa, fixes #338919
6178
6179 2006-04-28  Wim Taymans  <wim@fluendo.com>
6180
6181         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6182         (gst_multi_fd_sink_remove_client_link):
6183         * gst/tcp/gstmultifdsink.h:
6184         Fix race condition in multifdsink that can lead to spurious 
6185         duplicate clients. this patch adds a new signal that is fired when
6186         multifdsink has removed all references to the fd.
6187         Fixes #339574.
6188         Updated documentation.
6189         API: client-fd-removed signal added
6190
6191 2006-04-28  Michael Smith  <msmith@fluendo.com>
6192
6193         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6194           When asking g_value_array_new to prealloc elements, we may as well
6195           ask for the right number of elements.
6196
6197 2006-04-28  Wim Taymans  <wim@fluendo.com>
6198
6199         * gst-libs/gst/audio/gstbaseaudiosink.c:
6200         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6201         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6202         patch to make timestamp checking more tollerant to rounding 
6203         errors given that real discontinuities are to be marked on
6204         buffers. Fixes some asf files and #338778.
6205         Also avoid some crashers when we receive an event in the 
6206         NULL state.
6207
6208 2006-04-28  Michael Smith  <msmith@fluendo.com>
6209
6210         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6211         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6212         (gst_gnome_vfs_src_get_property),
6213         (gst_gnome_vfs_src_send_additional_headers_callback),
6214         (gst_gnome_vfs_src_received_headers_callback),
6215         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6216         (gst_gnome_vfs_src_stop):
6217         * ext/gnomevfs/gstgnomevfssrc.h:
6218           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6219           proper shared support within icydemux.
6220
6221 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6222
6223         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6224         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6225           fix up docs
6226           fix a leak when no caps negotiated
6227           fix counting of input frames
6228         * tests/check/elements/.cvsignore:
6229         * tests/check/elements/videorate.c: (assert_videorate_stats),
6230         (GST_START_TEST), (videorate_suite):
6231           add tests for these
6232
6233 2006-04-28  Wim Taymans  <wim@fluendo.com>
6234
6235         * gst-libs/gst/audio/gstringbuffer.c:
6236         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6237         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6238         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6239         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6240         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6241         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6242         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6243         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6244         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6245         Check arguments passed to public functions instead of
6246         crashing.
6247
6248 2006-04-28  Wim Taymans  <wim@fluendo.com>
6249
6250         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6251         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6252         GstBaseAudioSrc must be live or it does not work.
6253
6254         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6255         Don't set live to TRUE as this is the default in the parentclass.
6256
6257 2006-04-28  Wim Taymans  <wim@fluendo.com>
6258
6259         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6260         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6261         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6262         fixation cases better. Fixes #338991
6263
6264 2006-04-28  Wim Taymans  <wim@fluendo.com>
6265
6266         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6267         Handle 0/1 framerate correctly Fixes #331901.
6268
6269 2006-04-28  Wim Taymans  <wim@fluendo.com>
6270
6271         * tests/check/elements/audioconvert.c: (get_float_caps),
6272         (GST_START_TEST), (audioconvert_suite):
6273         Added check for correct clipping when doing float samples
6274         in audioconvert.
6275
6276 2006-04-28  Wim Taymans  <wim@fluendo.com>
6277
6278         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6279         (gst_video_rate_chain):
6280         Print more debugging info.
6281
6282 2006-04-28  Wim Taymans  <wim@fluendo.com>
6283
6284         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6285         (resample_set_state_from_caps):
6286         Add support for other formats audioresample can handle such as
6287         32 bits in and float and 64 bits float. Fixes #301759
6288
6289 2006-04-28  Wim Taymans  <wim@fluendo.com>
6290
6291         * gst/audioconvert/audioconvert.c: (float):
6292         correctly clip float samples > 1.0. Fixes #338718
6293
6294 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         Patch by: Young-Ho Cha  <ganadist at chollian net>
6297
6298         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6299         (gst_text_overlay_render_text):
6300           Don't strip newlines from the text. Also, center lines
6301           within multi-line paragraphs (#339405).
6302
6303 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6304
6305         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6306           Fix wavpack typefinding to work in more cases (don't peek
6307           for chunks of multiple hundred kBs at once, but process
6308           things step-by-step in smaller units). Fixes #339786.
6309
6310 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6311
6312         * configure.ac:
6313           back to HEAD
6314
6315 === release 0.10.6 ===
6316
6317 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6318
6319         * configure.ac:
6320           releasing 0.10.6, "Chao"
6321
6322 2006-04-26  David Schleef  <ds@schleef.org>
6323
6324         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6325           Fixes #338897.
6326
6327 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6328
6329         * configure.ac:
6330         * win32/common/config.h:
6331           new prerelease
6332
6333 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6334
6335         patch by: Wim Taymans
6336
6337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6338         (gst_ogg_demux_perform_seek):
6339           make sure correct newsegments are sent, so that the decoder
6340           and the demuxer agree on timestamps.  Fixes playback of a lot
6341           of Ogg files that do not start from 0.  Fixes #339833.
6342
6343 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6344
6345         Patch by: Edward Hervey  <edward@fluendo.com>
6346
6347         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6348         * tests/check/Makefile.am:
6349         * tests/check/elements/videorate.c: (assert_videorate_stats),
6350         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6351         (videorate_suite), (main):
6352           Fix an infinite loop if frames are passed in with wrongly ordered
6353           timestamps.  Fixes #339013.
6354
6355 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6360           fix typefinding on some ISO files.  Fixes #339212.
6361
6362 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6363
6364         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6365
6366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6367           add another H264 fourcc.  Fixes #339047.
6368
6369 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6370
6371         Patch by: Jan Schmidt
6372
6373         * gst/playback/gststreamselector.c:
6374         (gst_stream_selector_bufferalloc):
6375           Restore old StreamSelector behaviour.
6376           Fixes #338419.
6377
6378 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6379
6380         * configure.ac:
6381         * win32/common/config.h:
6382           prerelease
6383
6384 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6387
6388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6389         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6390           Fix some memory leaks: on finalize, free buffers left in the queue
6391           before destroying the queue; in _push(), unref rtp_buf even if
6392           the process vfunc returned a NULL buffer as output buffer (#337548);
6393           demote some recuring debug messages to LOG level.
6394
6395 2006-04-11  Wim Taymans  <wim@fluendo.com>
6396
6397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6398         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6399         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6400         (gst_ogg_demux_loop):
6401         More cleanups.
6402         Respect segment stop when emiting EOS or SEGMENT_DONE.
6403         Fixes (#337945).
6404
6405 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6406
6407         * gst/playback/gststreamselector.c:
6408         (gst_stream_selector_get_property):
6409           Don't leak pad name.
6410
6411 2006-04-10  Michael Smith  <msmith@fluendo.com>
6412
6413         * tests/check/Makefile.am:
6414         * tests/check/gst-plugins-base.supp:
6415           Suppress an old libtheora bug (fixed in more recent versions), so 
6416           that FC4 buildslaves can pass.
6417
6418 2006-04-10  Wim Taymans  <wim@fluendo.com>
6419
6420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6421         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6422         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6423         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6424         (gst_ogg_demux_loop):
6425         Don't leak events.
6426         Remember what error we got when finding chains, if we
6427         were shutdown, that would not be an error.
6428
6429 2006-04-10  Wim Taymans  <wim@fluendo.com>
6430
6431         * gst-libs/gst/audio/gstbaseaudiosink.c:
6432         (gst_base_audio_sink_event):
6433         Starting the ringbuffer when we did not acquire it can cause
6434         a deadlock, is pointless and causes nasty things for
6435         subclasses. 
6436         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6437
6438 2006-04-10  Wim Taymans  <wim@fluendo.com>
6439
6440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6441         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6442         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6443         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6444         (gst_ogg_demux_deactivate_current_chain),
6445         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6446         (gst_ogg_demux_bisect_forward_serialno),
6447         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6448         Add some more debugging.
6449
6450 2006-04-10  Wim Taymans  <wim@fluendo.com>
6451
6452         * ext/theora/theoradec.c: (theora_dec_src_event),
6453         (theora_handle_data_packet):
6454         Some more debug info.
6455
6456         * tests/examples/seek/seek.c: (start_seek), (main):
6457         Print element messages too.
6458
6459 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6460
6461         * gst/audioresample/debug.h:
6462           replace debug macros with variable number of parameters
6463           by a simple alias to gstreamer standard debug macros 
6464          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6465           supported by MSVC 6.0 and 7.1)
6466         * gst/audioresample/resample.h:
6467           define M_PI and rint for WIN32
6468         * win32/common/libgstaudio.def:
6469         * win32/common/libgstriff.def:
6470         * win32/common/libgsttag.def:
6471         * win32/common/libgstvideo.def:
6472           add new exported functions
6473         * win32/vs6:
6474           update project files
6475
6476 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6477
6478         * ext/alsa/gstalsamixeroptions.c:
6479         (gst_alsa_mixer_options_class_init):
6480         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6483         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6484         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6485         * gst-libs/gst/audio/gstaudiofilter.c:
6486         (gst_audio_filter_class_init):
6487         * gst-libs/gst/audio/gstaudiosink.c:
6488         (gst_audioringbuffer_class_init):
6489         * gst-libs/gst/audio/gstaudiosrc.c:
6490         (gst_audioringbuffer_class_init):
6491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6492         * gst-libs/gst/interfaces/colorbalancechannel.c:
6493         (gst_color_balance_channel_class_init):
6494         * gst-libs/gst/interfaces/mixeroptions.c:
6495         (gst_mixer_options_class_init):
6496         * gst-libs/gst/interfaces/mixertrack.c:
6497         (gst_mixer_track_class_init):
6498         * gst-libs/gst/interfaces/tunerchannel.c:
6499         (gst_tuner_channel_class_init):
6500         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6501         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6502         (gst_netbuffer_class_init):
6503         * gst-libs/gst/rtp/gstbasertppayload.c:
6504         (gst_basertppayload_class_init):
6505         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6507         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6508         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6509         * gst/playback/gststreamselector.c:
6510         (gst_stream_selector_class_init):
6511         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6512         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6513         * sys/v4l/gstv4lcolorbalance.c:
6514         (gst_v4l_color_balance_channel_class_init):
6515         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6518         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6519         (gst_v4l_tuner_norm_class_init):
6520         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6522         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6523         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6524
6525 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * ext/pango/gsttextrender.h:
6528         * gst-libs/gst/audio/gstaudiosink.h:
6529         * gst-libs/gst/audio/gstaudiosrc.h:
6530         * gst-libs/gst/audio/gstbaseaudiosink.h:
6531         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6532         * gst-libs/gst/audio/gstringbuffer.h:
6533         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6534         * gst-libs/gst/rtp/gstbasertppayload.h:
6535         * gst-libs/gst/video/gstvideofilter.h:
6536         * gst-libs/gst/video/gstvideosink.h:
6537         * gst/playback/gstplaybasebin.h:
6538         * gst/tcp/gstmultifdsink.h:
6539         * sys/v4l/gstv4lelement.h:
6540         Fix broken GObject macros
6541
6542 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6543
6544         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6545         More debug to trace why my USB headset is not working with gst
6546
6547 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6548
6549         * gst/playback/gstplaybasebin.c: (group_destroy):
6550         Clean up our group elements properly in the case where it never 
6551         got committed - it still got added unconditionally to the bin.
6552
6553 2006-04-07  Wim Taymans  <wim@fluendo.com>
6554
6555         * ext/theora/theoradec.c: (theora_dec_sink_event),
6556         (theora_handle_data_packet), (theora_dec_chain):
6557         Unref unhandled events.
6558         Protect against empty buffers.
6559         Perform QoS on running time.
6560
6561 2006-04-07  Michael Smith  <msmith@fluendo.com>
6562
6563         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6564         (gst_vorbis_enc_chain):
6565           Remove leaks from vorbisenc.
6566           Mostly minor changes, the only significant one is that now the
6567           buffers we set as 'streamheader' on the caps are copies of the
6568           original buffers, to avoid circular refcounting problems.
6569
6570 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6571
6572         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6573           Don't remove our mute-probe if someone else already did so.
6574           Don't set a 2nd one if there is already one pending on the pad.
6575
6576         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6577         (do_playbin_seek):
6578           When a seek fails, ensure that playbin is still set back to playing.
6579           
6580         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6581         (mpeg_ts_type_find), (plugin_init):
6582           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6583
6584 2006-04-06  Andy Wingo  <wingo@pobox.com>
6585
6586         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6587         (gst_video_rate_init): Caps-related parameters should not be reset
6588         by a flush -- move their inits to the instance init function.
6589         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6590         is not OK, just return the result.
6591
6592         * gst/audiotestsrc/gstaudiotestsrc.c
6593         (gst_audio_test_src_class_init)
6594         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6595         broken by Stefan's commit on 24 March.
6596
6597         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6598         buffers being pushed out. Fixes oggmux ! multifdsink.
6599
6600 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6603         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6604         * ext/vorbis/vorbisdec.h:
6605         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6606         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6607         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6608         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6609         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6610         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6611         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6612         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6613         (gst_vorbis_enc_buffer_from_packet),
6614         (gst_vorbis_enc_buffer_from_header_packet),
6615         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6616         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6617         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6618         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6619         (gst_vorbis_enc_change_state):
6620         * ext/vorbis/vorbisenc.h:
6621           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6622           vorbisenc adhere to the official nomenclature; use boilerplate
6623           macro.
6624
6625 2006-04-04  Andy Wingo  <wingo@pobox.com>
6626
6627         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6628         Whoops, fix bug introduced. Bad hacker!
6629         
6630         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6631         Properly handle the case where you get EOS before any buffers are
6632         received. Use gst_buffer_make_metadata_writable where appropriate.
6633
6634         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6635         is often negative -- make it signed so as not to wrap around.
6636         Fixes segfaults introduced on 9 March.
6637
6638 2006-04-03  Wim Taymans  <wim@fluendo.com>
6639
6640         * ext/theora/gsttheoradec.h:
6641         * ext/theora/theoradec.c: (theora_dec_src_event):
6642         Don't try to store a gdouble in a gboolean.
6643         Small cleanups.
6644
6645 2006-04-03  Michael Smith  <msmith@fluendo.com>
6646
6647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6648           Oggmux sucks.
6649           Make it suck slightly less by writing out the final page.
6650           Still can't encode a vorbis-in-ogg file correctly, though.
6651
6652 2006-04-03  Andy Wingo  <wingo@pobox.com>
6653
6654         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6655         a g_print.
6656
6657         * ext/theora/theora.c (plugin_init): Register theoraparse.
6658
6659         * ext/theora/gsttheoraparse.h: 
6660         * ext/theora/theoraparse.c: New files implementing a theora
6661         parser. Now we can properly remux ogg/theora+vorbis, yay.
6662
6663         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6664
6665 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6666
6667         * gst/audiotestsrc/gstaudiotestsrc.c:
6668           Fixed the sample pipeline (see #323798)
6669
6670 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6671
6672         * configure.ac:
6673         * win32/common/config.h:
6674         * win32/common/config.h.in:
6675           use AS_VERSION and AS_NANO
6676           more cleanups
6677
6678 2006-03-31  Andy Wingo  <wingo@pobox.com>
6679
6680         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6681         uninitialized variable return that would happen.
6682         
6683         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6684         uninitialized variable return that would never happen.
6685
6686         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6687         (vorbis_parse_sink_event): Add an event function to flush our
6688         state on a seek, and to drain buffers on a premature EOS.
6689         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6690         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6691         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6692         (vorbis_parse_drain_queue): Queue up buffers until we can set
6693         their timestamps and granulepos values.
6694
6695         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6696         and keep track of data needed for deriving granulepos and
6697         timestamps for buffers.
6698
6699 2006-03-29  Wim Taymans  <wim@fluendo.com>
6700
6701         Patch by: j^ <j at bootlab dot org>
6702
6703         * ext/alsa/gstalsamixerelement.c:
6704         (gst_alsa_mixer_element_class_init):
6705         * ext/alsa/gstalsasink.c:
6706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6707         * ext/ogg/gstoggdemux.c:
6708         * ext/ogg/gstoggmux.c:
6709         * ext/ogg/gstoggparse.c:
6710         * ext/pango/gstclockoverlay.c:
6711         * ext/pango/gsttextoverlay.c:
6712         * ext/pango/gsttextrender.c:
6713         * ext/pango/gsttimeoverlay.c:
6714         * ext/theora/theoradec.c:
6715         * ext/theora/theoraenc.c:
6716         * ext/vorbis/vorbisdec.c:
6717         * ext/vorbis/vorbisenc.c:
6718         * gst/audioconvert/gstaudioconvert.c:
6719         * gst/subparse/gstsubparse.c:
6720         * gst/tcp/gstmultifdsink.c:
6721         * gst/tcp/gsttcpclientsink.c:
6722         * gst/tcp/gsttcpclientsrc.c:
6723         * gst/tcp/gsttcpserversink.c:
6724         * gst/tcp/gsttcpserversrc.c:
6725           better/unified long descriptions
6726           Fixes #336477
6727
6728 2006-03-29  Wim Taymans  <wim@fluendo.com>
6729
6730         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6731         (stop_seek):
6732         Don't let double and triple clicks mess up our state.
6733
6734 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst/playback/gstplaybin.c: (gen_video_element),
6737         (gen_text_element), (gen_audio_element), (gen_vis_element):
6738           Error out gracefully when we can't create any of the usual
6739           conversion elements for some reason. Also, don't try to
6740           create an audioscale (sic) element that's not used anyway.
6741
6742 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * gst/playback/gstplaybasebin.c: (setup_source):
6745           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6746           element for a particular protocol, that's confusing for users.
6747           Instead, post a RESOURCE_FAILED error, so that our own error
6748           message is actually shown in totem etc. (#336303).
6749
6750 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6753
6754         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6755         (gst_gnome_vfs_src_get_icy_metadata):
6756           Fix some minor memory leaks (#336194).
6757
6758 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * ext/gnomevfs/gstgnomevfs.c:
6761         (gst_gnome_vfs_location_to_uri_string):
6762         * ext/gnomevfs/gstgnomevfs.h:
6763         * ext/gnomevfs/gstgnomevfssink.c:
6764         (gst_gnome_vfs_sink_set_property):
6765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6766           Make gnomevfssink accept filenames as well as URIs for the
6767           "location" property, just like gnomevfssrc does (and
6768           filesrc/filesink do) (#336190).
6769
6770 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6771
6772         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6773           set to NULL before unreffing, fixes a valgrind leak.
6774           Why was this not triggering the error that an object needs to
6775           be NULL before unreffing ?
6776         * win32/common/config.h:
6777           update
6778
6779 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * gst/subparse/gstsubparse.c: (convert_encoding),
6782         (gst_sub_parse_change_state):
6783         * gst/subparse/gstsubparse.h:
6784           Text subtitle files may or may not be UTF-8. If it's not, we
6785           don't really want to see '?' characters in place of non-ASCII
6786           characters like accented characters. So let's assume the input
6787           is UTF-8 until we come across text that is clearly not. If it's
6788           not UTF-8, we don't really know what it is, so try the following:
6789           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6790           is set; if not, check (b) if the current locale encoding is
6791           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6792           the current locale encoding is UTF-8 and the environment variable
6793           was not set to any particular encoding. Not perfect, but better
6794           than nothing (and better than before, I think) (fixes #172848).
6795
6796 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6797
6798         * configure.ac:
6799           update core requirement to 0.10.4.1 because of async_playback
6800           vmethod on GstBaseSink
6801
6802 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6803
6804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6805         * gst/adder/gstadder.c: (gst_adder_init):
6806         use DEBUG_FUNCPTR for collectpads
6807
6808 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6809
6810         * docs/plugins/Makefile.am:
6811         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6812         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6813         * ext/cdparanoia/gstcdparanoiasrc.c:
6814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6815         (gst_gnome_vfs_sink_class_init):
6816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6818         * ext/ogg/gstoggmux.c:
6819         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6820         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6821         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6822         * ext/pango/gsttextoverlay.c:
6823         * ext/pango/gsttextrender.c:
6824         * ext/theora/theoradec.c:
6825         * ext/theora/theoraenc.c:
6826         * ext/vorbis/vorbisdec.c:
6827         * ext/vorbis/vorbisenc.c:
6828         * gst-libs/gst/audio/gstaudiofilter.c:
6829         (gst_audio_filter_base_init):
6830         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6831         (gst_audio_filter_template_base_init):
6832         * gst/adder/gstadder.c: (gst_adder_get_type):
6833         * gst/adder/gstadder.h:
6834         * gst/audioconvert/gstaudioconvert.c:
6835         * gst/audiotestsrc/gstaudiotestsrc.c:
6836         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6837         (gst_audio_test_src_create):
6838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6839         * gst/playback/gstdecodebin.c:
6840         * gst/playback/gstplaybin.c:
6841         * gst/playback/gststreamselector.c:
6842         (gst_stream_selector_base_init):
6843         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6844         * gst/volume/gstvolume.c:
6845         * sys/v4l/gstv4lmjpegsink.c:
6846         * sys/v4l/gstv4lmjpegsrc.c:
6847         * tests/check/libs/cddabasesrc.c:
6848         * tests/old/examples/gob/gst-identity2.gob:
6849           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6850           define GstElementDetails at the top
6851
6852 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6853
6854         * win32/common/libgstinterfaces.def:
6855         Add a lot of export functions for gst-python
6856         * win32/vs6/libgstinterfaces.dsp:
6857         Add a missing include folder in the project configuration
6858         
6859 2006-03-23  Wim Taymans  <wim@fluendo.com>
6860
6861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6862         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6863         (gst_base_audio_src_change_state):
6864         Fix audio sources, forgot to make the ringbuffer
6865         startable...
6866
6867 2006-03-23  Wim Taymans  <wim@fluendo.com>
6868
6869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6870         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6871         (gst_base_audio_src_change_state):
6872         unparent instead of unref the ringbuffer.
6873
6874 2006-03-23  Wim Taymans  <wim@fluendo.com>
6875
6876         * gst-libs/gst/audio/gstbaseaudiosink.c:
6877         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6878         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6879         Implement new async_play vmethod to start slaving and allow
6880         playback start in case of async PLAY state changes. 
6881
6882         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6883         Enable QoS with new method in base class.
6884
6885 2006-03-23  Wim Taymans  <wim@fluendo.com>
6886
6887         Patch by: Julien MOUTTE <julien at moutte dot net>
6888
6889         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6890         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6891         Partially handle 0 framerate, only EOS after the first frame
6892         is missing.
6893
6894 2006-03-23  Wim Taymans  <wim@fluendo.com>
6895
6896         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6897
6898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6899         (gst_riff_create_video_template_caps):
6900         * gst/ffmpegcolorspace/avcodec.h:
6901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6902         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6903         (gst_ffmpegcsp_avpicture_fill):
6904         * gst/ffmpegcolorspace/imgconvert.c:
6905         Patch for support of YVU9 AVI files (#334822)
6906
6907 2006-03-22  Edward Hervey  <edward@fluendo.com>
6908
6909         * docs/design/design-decodebin.txt:
6910         Added design document for new decodebin
6911         (Target Caps): text/x-pango-markup is also a default target caps.
6912
6913 2006-03-22  Wim Taymans  <wim@fluendo.com>
6914
6915         * gst-libs/gst/audio/gstbaseaudiosink.c:
6916         (gst_base_audio_sink_dispose):
6917         Since we _parent the ringbuffer, we also need to
6918         _unparent instead of a plain _unref.
6919
6920 2006-03-22  Wim Taymans  <wim@fluendo.com>
6921
6922         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6923         (stop_seek), (scrub_toggle_cb), (main):
6924         Add scrub checkbox.
6925
6926 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6929         (gst_ogg_parse_chain):
6930           Fix very inefficient usage of linked lists (#335365).
6931
6932 2006-03-21  Edward Hervey  <edward@fluendo.com>
6933
6934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6935         * gst/playback/gstplaybin.c: (handoff):
6936         * gst/playback/gststreamselector.c:
6937         (gst_stream_selector_set_property):
6938         gcc 4.1 unreferenced pointer fixes.
6939         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6941         gst_buffer_ref() now takes a GstBuffer*.
6942
6943 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6944
6945         * sys/xvimage/xvimagesink.c:
6946         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6947         by Jan Schmidt.
6948
6949 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6952         (id3v1_type_find), (apetag_type_find), (plugin_init):
6953           Can't do tag preferences via probability, as tags would then
6954           lose against types that are recognised with MAXIMUM probability
6955           (like .wav); so let all tag typefinders return MAXIMUM themselves
6956           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6957           that we can prefer APE to ID3v1 (fixes #335028).
6958           
6959 2006-03-17  Wim Taymans  <wim@fluendo.com>
6960
6961         * gst-libs/gst/audio/gstbaseaudiosink.c:
6962         (gst_base_audio_sink_change_state):
6963         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6964         (gst_ring_buffer_may_start):
6965         * gst-libs/gst/audio/gstringbuffer.h:
6966         Only start playback if we are playing.
6967         should fix #330748.
6968
6969 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6970
6971         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6972         * win32/common/config.h:
6973           Revert accidental commits to these files.
6974
6975 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6978
6979         * tests/Makefile.am:
6980           Don't try to build tests in tests/icles if we
6981           don't have X (#323852)
6982
6983 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * gst-libs/gst/tag/gstid3tag.c:
6986           Add TXXX frame identifiers for replaygain stuff as used
6987           by some taggers (see #323721).
6988
6989 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6990
6991         * gst/playback/gststreamselector.c:
6992         (gst_stream_selector_set_property),
6993         (gst_stream_selector_bufferalloc):
6994           Preserve the existing buggy streamselector behaviour by performing
6995           a fallback buffer allocation when downstream isn't linked yet.
6996           This should really be fixed in playbin by blocking pads until it's
6997           linked them.
6998           Also, use gst_pad_alloc_buffer instead of
6999           gst_pad_alloc_buffer_and_set.
7000
7001 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7002
7003         * gst-libs/gst/tag/gstid3tag.c:
7004           Don't crash on unknown ID3v2 TXXX frames.
7005           
7006 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7007
7008         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7009           Chain up to the parent finalize method.
7010           Add 32-bit sample size to the template caps.
7011
7012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7013         (gst_riff_create_video_template_caps):
7014           Add the fourcc that the VMWare codec uses.
7015           
7016         * gst/playback/gststreamselector.c:
7017         (gst_stream_selector_set_property),
7018         (gst_stream_selector_bufferalloc),
7019         (gst_stream_selector_request_new_pad):
7020           For the active pad, forward buffer-alloc requests, otherwise
7021           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7022           having to memcpy every frame when used by playbin.
7023
7024         * gst/tcp/gstmultifdsink.c:
7025         (gst_multi_fd_sink_handle_client_write):
7026           Get negotiated caps from the sink pad, rather than the sink
7027           pad's peer.
7028
7029 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7032         
7033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7034           Don't forget to set src->callbacks_pushed to FALSE again when
7035           popping them, otherwise re-activation in a different mode won't
7036           work (#334620).
7037
7038 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         Patch by: Sebastien Moutte  <sebastien moutte net>
7041
7042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7043         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7044         (gst_ffmpeg_smpfmt_to_caps):
7045           Replace __VA_ARGS__ caps creation macros with varargs functions.
7046           Makes things compile on MSVC (#320765), looks nicer, and we can
7047           tell the compiler to check for the NULL terminator.
7048
7049 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7052
7053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7054           Make sure the buffer we copy into is really always big
7055           enough, this time for real (#333488).
7056           
7057 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7060           Add support for 24bpp DIB (#305279).
7061
7062 2006-03-14  Wim Taymans  <wim@fluendo.com>
7063
7064         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7065         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7067         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7068         (gst_video_scale_init), (gst_video_scale_src_event):
7069         Re-enable QoS after the release.
7070         Rework videoscale to use the base class src_event handler.
7071
7072 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * configure.ac:
7075           back to CVS.
7076
7077 === release 0.10.5 ===
7078
7079 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7080
7081         * configure.ac:
7082           releasing 0.10.5, "Net"
7083
7084 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * docs/plugins/Makefile.am:
7087           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7088           
7089 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7090
7091         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7092         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7093         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7094           Add cdparanoiasrc to docs.
7095
7096         * gst-libs/gst/cdda/gstcddabasesrc.c:
7097           More GstCddaBaseSrc docs.
7098
7099 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * docs/libs/gst-plugins-base-libs-sections.txt:
7102         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7103         * gst-libs/gst/tag/tag.h:
7104           API: libgsttag: new method gst_tag_from_id3_user_tag().
7105
7106 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7109           NULL-terminate array of mpeg4 video file extensions.
7110           Fixes crash on PPC (#334226).
7111
7112 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * ext/gnomevfs/gstgnomevfssrc.c:
7115         (gst_gnome_vfs_src_check_get_range):
7116           gnome_vfs_uri_is_local() alone is not a good indicator
7117           whether we can operate in pull-mode with a specific URI,
7118           as it returns FALSE for file:// URIs that point to an
7119           NFS-mounted path. Be more conservative here: whitelist
7120           local files, blacklist http URIs and use the old
7121           mechanism for anything else (fixes #334216).
7122
7123 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         * configure.ac:
7126           back to trunk
7127
7128 === release 0.10.4 ===
7129
7130 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7131
7132         * configure.ac:
7133           releasing 0.10.4, "Power"
7134
7135 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7136
7137         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7138         Disable max-lateness by setting it to -1 for now, so that 
7139         we can bed QoS stuff in thoroughly between now and the next
7140         release.
7141
7142 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         Patch by: Fabrizio Gennari
7145
7146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7147           Make sure we don't read beyond the palette buffer in case of
7148           broken or manipulated files (#333488)
7149
7150 2006-03-10  Edward Hervey  <edward@fluendo.com>
7151
7152         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7153         Fix for variable not initialized.
7154
7155 2006-03-09  Wim Taymans  <wim@fluendo.com>
7156
7157         * ext/libvisual/visual.c: (gst_visual_get_type),
7158         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7159         (gst_visual_chain):
7160         Small cleanups.
7161
7162         * ext/theora/gsttheoradec.h:
7163         * ext/theora/theoradec.c: (gst_theora_dec_init),
7164         (gst_theora_dec_reset), (_theora_granule_time),
7165         (theora_dec_src_convert), (theora_dec_sink_convert),
7166         (theora_dec_src_query), (theora_dec_src_event),
7167         (theora_dec_sink_event), (theora_handle_comment_packet),
7168         (theora_handle_header_packet), (theora_dec_push),
7169         (theora_handle_data_packet), (theora_dec_chain),
7170         (theora_dec_change_state):
7171         Add simple QoS.
7172
7173 2006-03-09  Wim Taymans  <wim@fluendo.com>
7174
7175         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7176         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7177         Some cleanups.
7178
7179 2006-03-09  Wim Taymans  <wim@fluendo.com>
7180
7181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7182         Don't try to activate NULL chains.
7183
7184 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7187           Fix invalid memory access to region before peek'd data (#332964).
7188
7189 2006-03-09  Wim Taymans  <wim@fluendo.com>
7190
7191         Patch by: Christophe Fergeau
7192
7193         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7194         * ext/pango/gsttextrender.c: (gst_text_render_init):
7195         * gst/adder/gstadder.c: (gst_adder_init):
7196         Don't leak padtemplates, closes #333510.
7197
7198 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7201           Fix invalid memory access: make sure string passed to
7202           regexec() is NUL-termianted.
7203
7204 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7207         (mp3_type_find):
7208           Refactor mpeg/audio typefinding to make it more maintainable
7209           and easier to fine-tune. Make probing into middle of the file
7210           work properly (fixes #333900, also see #152688).
7211
7212 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * gst/typefind/gsttypefindfunctions.c:
7215         (utf8_type_find_have_valid_utf8_at_offset):
7216           Remove part from previous commit that was bogus:
7217           g_utf8_validate() does in fact not accept embedded
7218           zeroes, so we don't need to check for those (thanks
7219           to Mike for the hint).
7220
7221 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         * gst/typefind/gsttypefindfunctions.c:
7224         (utf8_type_find_count_embedded_zeroes),
7225         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7226           Make plain/text typefinder more conservative: firstly, check
7227           for embedded zeroes, which are perfectly valid UTF-8 characters,
7228           but also a fairly good sign that something is not a plain text
7229           file; secondly, probe into the middle of the file if possible.
7230           If we can't probe into the middle, limit the probability value
7231           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7232
7233 2006-03-08  Michael Smith  <msmith@fluendo.com>
7234
7235         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7236           Make typefind function name for mpeg4 video unique.
7237
7238 2006-03-08  Wim Taymans  <wim@fluendo.com>
7239
7240         * ext/libvisual/visual.c: (gst_visual_init),
7241         (gst_visual_clear_actors), (gst_visual_dispose),
7242         (gst_visual_reset), (gst_visual_src_setcaps),
7243         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7244         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7245         (gst_visual_chain), (gst_visual_change_state):
7246         Cleanups, post nice errors.
7247         Handle sink and src events.
7248         Implement simple QoS.
7249
7250         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7251         Use new basesink methods to configure max-lateness.
7252         Small doc update.
7253
7254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7255         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7256         Debug statement cleanups.
7257
7258         * gst/volume/gstvolume.c: (gst_volume_class_init):
7259         Simple cleanup.
7260
7261 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7262
7263         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7264         (gst_text_overlay_init), (gst_text_overlay_set_property),
7265         (gst_text_overlay_get_property):
7266           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7267           as string type properties, but mark them deprecated. Add
7268           'halignment' and 'valignment' properties that use enums
7269           instead of strings.
7270
7271 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7272
7273         Patch by: Fabrizio Gennari
7274
7275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7276           Allow palettes with less than 256 colours in AVI files
7277           (#333488)
7278
7279 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7280
7281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7282         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7283         pad. We were releasing the queued text buffer when we should keep
7284         it until video pad gets EOS or discard the text buffer because it's
7285         too old. That was eating the last subtitle buffer. Add some more
7286         debug.
7287
7288 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7291         (gst_text_overlay_video_chain):
7292           Fix invalid memory access (we can't access a buffer after it's been
7293           pushed downstream without taking a reference); fix memory leak (if
7294           there's no text to render, bail out before allocating stuff).
7295
7296 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7297
7298         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7299         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7300         * ext/pango/gsttextoverlay.h:
7301           If input is plain text, escape it before passing it to
7302           pango_layout_set_markup().
7303
7304 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7307           Don't ignore flow return from gst_pad_push().
7308
7309 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7310
7311         Patch by: Fabrizio Gennari
7312
7313         * ext/libvisual/visual.c: (gst_visual_getcaps),
7314         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7317         (gst_vorbisenc_convert_sink):
7318         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7319         (gst_audio_duration_from_pad_buffer):
7320         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7321         (gst_audio_filter_chain):
7322         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7323         (gst_base_rtp_depayload_setcaps):
7324         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7325         (gst_video_get_size):
7326         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7327           Don't leak references returned by gst_pad_get_parent()
7328           (#333663)
7329
7330 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7331
7332         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7333           change location param details
7334         * gst/volume/gstvolume.c: (plugin_init):
7335           correct plugin description
7336
7337 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7340         (gst_gnome_vfs_src_check_get_range):
7341           Override GstBaseSrc::check_get_range() in order to avoid opening
7342           the resource just to check whether we can operate in pull-mode or
7343           not - we can predict that pretty well from the URI alone. Should
7344           fix problems with last.fm (#331690). (Requires latest core CVS).
7345
7346 2006-03-06  Wim Taymans  <wim@fluendo.com>
7347
7348         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7349         (gst_video_sink_class_init):
7350         Throw away frames that are later than 20 ms.
7351
7352 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         Patch by: Fabrizio Gennari
7355
7356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7357           Set depth on WMA caps (#333545)
7358
7359 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7360
7361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7362         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7363           put Theora BOS pages before others.  This hardcodes
7364           the Ogg/Theora I profile, but hey.
7365
7366 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7367
7368         * ext/ogg/README:
7369           updated with some examples
7370         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7371         (granulepos_add), (theora_buffer_from_packet):
7372         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7373         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7374         (gst_vorbisenc_chain):
7375           implement strategy from ext/ogg/README
7376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7377         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7378         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7379         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7380           Fix muxer so that oggz-validate is happy with all streams;
7381           except for no eos mark, and the BOS page ordering
7382         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7383         (check_buffer_granulepos):
7384         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7385           update tests to check for OFFSET being set as requested
7386           fixed type of granulepos, it's not a ClockTime
7387
7388 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7389
7390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7391         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7392         Check that the xvimage we are creating has a correct size
7393         before returning it. (#314897)
7394
7395 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7398           Give id3 and ape tag typefinders a rank slightly higher
7399           than PRIMARY to ensure they're always run before any of
7400           the other typefinders (in particular wav and mp3) (#324186).
7401
7402 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7405           Add support for '3IVD' fourcc (#333403).
7406
7407 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7408
7409         * configure.ac:
7410           Bump requirements to GStreamer CVS for the new error enum.
7411
7412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7413           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7414           space left on the device (fixes #333352).
7415
7416 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7417
7418         * win32/vs6:
7419           add a project file for libgstvolume
7420           update the workspace
7421
7422 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7423
7424         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7425         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7426         (GST_START_TEST):
7427           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7428           Set IN_CAPS on header buffers
7429
7430 2006-03-02  Wim Taymans  <wim@fluendo.com>
7431
7432         * docs/plugins/Makefile.am:
7433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7434         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7435         Add audioresample to docs.
7436
7437         * gst/audioconvert/gstaudioconvert.c:
7438         Add revision date.
7439
7440         * gst/audioresample/gstaudioresample.c:
7441         (gst_audioresample_base_init), (gst_audioresample_class_init),
7442         (gst_audioresample_init), (gst_audioresample_dispose),
7443         (audioresample_get_unit_size), (audioresample_transform_caps),
7444         (resample_set_state_from_caps), (audioresample_transform_size),
7445         (audioresample_set_caps), (audioresample_event),
7446         (audioresample_do_output), (audioresample_transform),
7447         (audioresample_pushthrough), (gst_audioresample_set_property),
7448         (gst_audioresample_get_property), (plugin_init):
7449         * gst/audioresample/gstaudioresample.h:
7450         Added docs.
7451         Small code cleanups.
7452
7453 2006-03-02  Wim Taymans  <wim@fluendo.com>
7454
7455         * docs/plugins/Makefile.am:
7456         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7457         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7458         Added videoscale to docs.
7459
7460         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7461         (gst_video_rate_swap_prev), (gst_video_rate_event),
7462         (gst_video_rate_chain):
7463         Fix typo in docs.
7464
7465         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7466         (gst_video_scale_init), (gst_video_scale_prepare_size),
7467         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7468         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7469         * gst/videoscale/gstvideoscale.h:
7470         Added docs, examples.
7471         Some code cleanups.
7472         Post errors instead of g_warning.
7473
7474 2006-03-02  Wim Taymans  <wim@fluendo.com>
7475
7476         * docs/libs/gst-plugins-base-libs-docs.sgml:
7477         * docs/libs/gst-plugins-base-libs-sections.txt:
7478         * docs/libs/gst-plugins-base-libs.types:
7479         * docs/plugins/Makefile.am:
7480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7481         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7482         Added some more docs to libs and plugins.
7483
7484         * gst-libs/gst/audio/gstringbuffer.c:
7485         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7486         * gst-libs/gst/audio/gstringbuffer.h:
7487         Document ringbuffer some more.
7488
7489         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7490         (gst_video_rate_setcaps), (gst_video_rate_reset),
7491         (gst_video_rate_init), (gst_video_rate_flush_prev),
7492         (gst_video_rate_swap_prev), (gst_video_rate_event),
7493         (gst_video_rate_chain), (gst_video_rate_change_state):
7494         * gst/videorate/gstvideorate.h:
7495         Fix videorate to use segments.
7496         Make it work with 0/1 framerates (closes #331903)
7497         Handle EOS correctly.
7498         Added docs.
7499
7500 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7503         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7504         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7505           In state change function, first chain up to parent class,
7506           then handle downwards state change stuff. Remove some
7507           commented out cruft from 0.8 code.
7508
7509 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7512         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7513         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7514         (gst_ogm_parse_chain):
7515           Don't remove/re-add source pad if the new caps are the same as
7516           the old caps anyway (#333042). When removing source pad, don't
7517           unref it afterwards - we didn't ref it when adding. Sprinkle some
7518           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7519           after using gst_pad_get_parent(). Return downstream flow return
7520           value in chain function.
7521
7522 2006-03-02  Wim Taymans  <wim@fluendo.com>
7523
7524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7525         * docs/plugins/gst-plugins-base-plugins.args:
7526         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7527         * docs/plugins/gst-plugins-base-plugins.interfaces:
7528         * docs/plugins/gst-plugins-base-plugins.signals:
7529         Fix hierarchy, added some more elements to the docs.
7530
7531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7532         (gst_ffmpegcsp_get_type):
7533         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7534         Fix docs for ffmpegcolorspace.
7535
7536 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7539         (apetag_type_find), (ape_type_find), (plugin_init):
7540           Some typefinding fine-tuning:
7541           - rank ID3/APE tags in order of preference via probabilities, so that
7542             ID3v2 > APEv2 > APEv1 > ID3v1.
7543           - three or four bytes don't really justify MAXIMUM probability,
7544             change those to 'very likely' (musepack and monkeysaudio).
7545
7546 2006-03-01  Wim Taymans  <wim@fluendo.com>
7547
7548         * docs/plugins/Makefile.am:
7549         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7550         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7551         * ext/alsa/gstalsamixer.c:
7552         * ext/alsa/gstalsamixer.h:
7553         * ext/alsa/gstalsamixerelement.c:
7554         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7555         * ext/alsa/gstalsamixerelement.h:
7556         * ext/alsa/gstalsasink.c:
7557         * ext/alsa/gstalsasink.h:
7558         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7559         (gst_alsasrc_init):
7560         * ext/alsa/gstalsasrc.h:
7561         Added alsa docs.
7562         Small code cleanups.
7563
7564 2006-03-01  Wim Taymans  <wim@fluendo.com>
7565
7566         * ext/theora/Makefile.am:
7567         Dist new header too,
7568
7569 2006-03-01  Wim Taymans  <wim@fluendo.com>
7570
7571         * docs/plugins/Makefile.am:
7572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7574         * ext/gnomevfs/gstgnomevfssink.h:
7575         * ext/gnomevfs/gstgnomevfssrc.h:
7576         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7577         * ext/vorbis/vorbisdec.h:
7578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7579         * ext/vorbis/vorbisenc.h:
7580         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7581         (vorbis_parse_chain), (vorbis_parse_change_state):
7582         * ext/vorbis/vorbisparse.h:
7583         * gst/audioconvert/gstaudioconvert.h:
7584         * gst/tcp/gsttcpserversink.h:
7585         * gst/videotestsrc/gstvideotestsrc.c:
7586         * gst/videotestsrc/gstvideotestsrc.h:
7587         * gst/volume/gstvolume.c:
7588         * gst/volume/gstvolume.h:
7589         Fix some more docs.
7590         Added docs for vorbisdec and vorbisparse.
7591         Fix vorbisparse.
7592
7593 2006-03-01  Wim Taymans  <wim@fluendo.com>
7594
7595         * docs/plugins/Makefile.am:
7596         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7597         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7598         * ext/pango/gstclockoverlay.h:
7599         * ext/pango/gsttextoverlay.h:
7600         * ext/pango/gsttextrender.h:
7601         * ext/pango/gsttimeoverlay.h:
7602         * ext/theora/gsttheoradec.h:
7603         * ext/theora/gsttheoraenc.h:
7604         * ext/theora/theoradec.c:
7605         * ext/theora/theoraenc.c:
7606         * gst/audioconvert/gstaudioconvert.h:
7607         * gst/audiotestsrc/gstaudiotestsrc.h:
7608         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7609         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7610         * gst/tcp/gstmultifdsink.h:
7611         Updated/added documentation.
7612
7613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7614         (gst_text_overlay_halign_get_type),
7615         (gst_text_overlay_wrap_mode_get_type),
7616         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7617         (gst_text_overlay_init), (gst_text_overlay_set_property),
7618         (gst_text_overlay_get_property):
7619         Fix up properties to be enums instead of string to make bindings,
7620         introspection and automatic GUI creation possible.
7621         Add getters for the properties.
7622
7623 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7624
7625         * gst/audiotestsrc/gstaudiotestsrc.c:
7626           added defines of M_PI and M_PI_2
7627         * gst/ffmpegcolorspace/avcodec.h:
7628           removed #include "stdint.h" for win32 as _stdint.h is 
7629           autogenerated to win32/common
7630         * win32/common/libgstaudio.def:
7631         * win32/common/libgsttag.def:
7632           added some exports
7633         * win32/vs6:
7634           some project files bugs corrected
7635         * win32/vs7:
7636           project files are reset to the default vs7 configuration 
7637           (they link to msvcr71.dll using default optimizations)
7638           
7639 2006-02-28  Wim Taymans  <wim@fluendo.com>
7640
7641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7642         Fix some docs.
7643
7644 2006-02-28  Edward Hervey  <edward@fluendo.com>
7645
7646         * ext/alsa/gstalsasrc.c:
7647         Set proper class on the ElementDetails:
7648         Source/Audio instead of Src/Audio/
7649
7650 2006-02-28  Edward Hervey  <edward@fluendo.com>
7651
7652         * gst/videoscale/vs_scanline.c:
7653         (vs_scanline_resample_nearest_RGBA):
7654         Revert optimization in videoscale. It should go in liboil and have
7655         an appropriate liboil function.
7656
7657 2006-02-28  Wim Taymans  <wim@fluendo.com>
7658
7659         * gst-libs/gst/audio/gstbaseaudiosink.c:
7660         (gst_base_audio_sink_provide_clock):
7661         Don't try to provide a clock in the NULL state.
7662
7663 2006-02-28  Wim Taymans  <wim@fluendo.com>
7664
7665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7666         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7667         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7668         (gst_ogg_demux_deactivate_current_chain),
7669         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7670         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7671         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7672         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7673         Use GstSegment infrastructure to remove duplicated code
7674         and handle more seek cases correctly.
7675
7676 2006-02-28  Wim Taymans  <wim@fluendo.com>
7677
7678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7679         (gst_ffmpegcsp_transform):
7680         Don't ignore return code from ffmpeg convert function.
7681
7682         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7683         Split out some long statements to ease debugging.
7684
7685 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7686
7687         * ext/libvisual/visual.c: (gst_visual_init),
7688         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7689         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7690         being able to renegotiate the size. Instead, use the negotiation
7691         algorithm from the goom plugin to pick an initial output caps. 
7692
7693         Also, allow theoretical libvisual plugins that might support non-GL 
7694         output even if they also do GL.
7695
7696 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7697
7698         * ext/libvisual/visual.c: (gst_visual_init),
7699         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7700         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7701         possible negotiation issues.
7702
7703 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7704
7705         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7706
7707 2006-02-24  Michael Smith  <msmith@fluendo.com>
7708
7709         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7710         (cmml_type_find), (plugin_init):
7711           Fix CMML type find function to not require a specific minor version
7712           of the CMML header.
7713
7714           Add an MPEG4 video elementary stream typefind function.
7715
7716 2006-02-04  Michael Smith  <msmith@fluendo.com>
7717
7718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7719         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7720         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7721         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7722         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7723         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7724           Annodex support in ogg demuxer. Doesn't do very much without the
7725           other annodex patches (to come).
7726
7727 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7730
7731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7732           Pick up palette for MS video v1 (#327028)
7733
7734 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7737         (gst_ffmpegcsp_caps_remove_format_info),
7738         (gst_ffmpegcsp_get_unit_size):
7739           The 'palette_data' field from incoming RGB caps shouldn't be
7740           proxied on outgoing YUV caps; also, restrict unit size
7741           adjustment in case of paletted data only to the unit that
7742           actually has a palette. Fixes #330711.
7743
7744 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7747         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7748         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7749         (gst_ffmpegcsp_get_unit_size):
7750           Plug some memory leaks.
7751
7752 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * sys/ximage/Makefile.am:
7755         * sys/xvimage/Makefile.am:
7756           Add some _CFLAGS and _LIBS that seem to be missing
7757           and/or required for Cygwin (see #317048).
7758
7759 2006-02-22  Wim Taymans  <wim@fluendo.com>
7760
7761         * ext/alsa/gstalsasrc.c:
7762         Fix description as pointed out by caugier.
7763
7764 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7765
7766         Reviewed by : Edward Hervey  <edward@fluendo.com>
7767
7768         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7769         (qt_type_find):
7770         Better 3gp typefinding (#331526).
7771
7772 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7775           Don't send EOS event here, the base class will send one for us.
7776
7777         * gst/playback/gstplaybasebin.c: (prepare_output):
7778           Subpictures without video stream aren't allowed either.
7779         
7780         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7781           Fix debug statement copy'n'paste-o.
7782
7783 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7786           Fix issues with mixer keeping state when muting/unmuting
7787           and when changing the volume whilst muted (see #331763
7788           and #331765).
7789
7790 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7791
7792         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7793         (parse_subrip), (gst_sub_parse_format_autodetect):
7794           Set right caps given that we send escaped text. Also,
7795           honour <i></i>, <b></b> and <u></u> markers that can be found
7796           in .srt files (fixes #310202).
7797
7798 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * gst-libs/gst/audio/mixerutils.c:
7801         (element_factory_rank_compare_func):
7802           Make order in which elements are tried more determinable.
7803
7804 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7805
7806         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7807         (remove_element_chain), (cleanup_decodebin),
7808         (gst_decode_bin_change_state): Make decodebin reusable by
7809         fixing remove_element_chain first and then introduce a
7810         cleaner in state change to ->NULL. (Closes #331678)
7811
7812 2006-02-19  Wim Taymans  <wim@fluendo.com>
7813
7814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7815         use 0666 mask when creating files so umask gets applied
7816         correctly. Fixes #331295.
7817
7818 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7819
7820         * gst/subparse/Makefile.am:
7821         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7822         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7823         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7824         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7825         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7826         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7827         * gst/subparse/gstssaparse.h:
7828         * gst/subparse/gstsubparse.c: (plugin_init):
7829           Add very basic parser for SSA subtitle streams (as often
7830           found in matroska files).
7831
7832 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7835           That should be text/x-pango-markup, not text/x-pango-layout.
7836
7837 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7838
7839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7840         Polishing.
7841
7842 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7843
7844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7845         (gst_text_overlay_finalize), (gst_text_overlay_init),
7846         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7847         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7848         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7849         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7850         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7851         Fix state change deadlock.
7852
7853 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7854
7855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7856         (gst_text_overlay_finalize), (gst_text_overlay_init),
7857         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7858         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7859         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7860         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7861         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7862         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7863         and subtitles files.
7864
7865 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7866
7867         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7868         should be considered as raw.
7869
7870 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7871
7872         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7873         (cb_probe):
7874         * gst/playback/gststreaminfo.h: Introduce language informations.
7875
7876 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7877
7878         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7879         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7880         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7881         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7882         Set shared memory segments to be deleted as soon as we have attached,
7883         that way they get cleaned up automatically if we crash.
7884
7885 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7886
7887         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7888         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7889         functions are called with lock held.
7890
7891 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7892
7893         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7894         (gst_text_overlay_finalize), (gst_text_overlay_init),
7895         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7896         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7897         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7898         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7899         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7900         (gst_text_overlay_change_state): Refactoring of textoverlay
7901         without collectpads. This now supports sparse subtitles coming
7902         from a demuxer instead of a sub file. Seeking is still broken 
7903         though. Need to discuss with wtay some more on how to handle
7904         seeking correctly.
7905         * ext/pango/gsttextoverlay.h:
7906         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7907         subtitles coming from the demuxer.
7908
7909 2006-02-17  Wim Taymans  <wim@fluendo.com>
7910
7911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7912         (gst_vorbisenc_convert_sink):
7913         Use some more scaling functions.
7914
7915 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * ext/cdparanoia/gstcdparanoiasrc.c:
7918         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7919         (gst_cd_paranoia_paranoia_callback),
7920         (gst_cd_paranoia_src_signal_is_being_watched),
7921         (gst_cd_paranoia_src_read_sector):
7922         * ext/cdparanoia/gstcdparanoiasrc.h:
7923           Add back 'transport-error' and 'uncorrected-error' signals and
7924           make them actually be fired when bad stuff happens (#319340).
7925
7926 2006-02-17  Wim Taymans  <wim@fluendo.com>
7927
7928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7929         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7930         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7931         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7932         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7933         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7934         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7935         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7936         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7937         (gst_ring_buffer_clear):
7938         Small cleanups.
7939         Added some G_LIKELY.
7940
7941 2006-02-17  Wim Taymans  <wim@fluendo.com>
7942
7943         * gst-libs/gst/audio/TODO:
7944         Update TODO
7945
7946         * gst-libs/gst/audio/gstbaseaudiosink.c:
7947         (gst_base_audio_sink_get_offset):
7948         When trying to play samples ASAP and we don't have a
7949         previous sample, try to play at position 0 instead of
7950         an invalid position.
7951
7952 2006-02-17  Wim Taymans  <wim@fluendo.com>
7953
7954         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7955         (gst_alsasink_reset):
7956         Also release lock when we get an error in _reset();
7957         fix an error message.
7958
7959 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7960
7961         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7962         (gst_alsasink_init), (get_channel_free_structure),
7963         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7964         (gst_alsasink_close):
7965         * ext/alsa/gstalsasink.h:
7966           Add support for more than 2 channels (#326720).
7967
7968 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7971           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7972           with 4 or 6 channels, assume a default channel layout to make things
7973           work (not sure there's anything else we can do in those cases).
7974
7975 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         * gst-libs/gst/audio/multichannel.c:
7978           Minor docs fix.
7979
7980         * gst-libs/gst/riff/Makefile.am:
7981         * gst-libs/gst/riff/riff-ids.h:
7982         * gst-libs/gst/riff/riff-media.c:
7983         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7984           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7985           channels and a channel layout map.
7986           
7987 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7988
7989         Reviewed by Edward Hervey  <edward@fluendo.com>
7990
7991         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7992         C-level optimization of the RGBA nearest neighbour function.
7993         Eventually this might end up in liboil with vectorized versions.
7994
7995 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * gst-libs/gst/audio/multichannel.c:
7998         (gst_audio_get_channel_positions):
7999           When we have more than 2 channels, but no channel layout is
8000           specified in the caps, return some default channel layout
8001           to the caller and warn about about a possibly buggy element
8002           (could be buggy filtercaps as well of course) (#317038).
8003
8004 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8005
8006         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8007           Add gst-libs/gst/cdda to list of lib search paths.
8008
8009 2006-02-15  Andy Wingo  <wingo@pobox.com>
8010
8011         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8012         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8013         to the Lord Jesus that I do not have to touch the ogg muxer ever
8014         again.
8015
8016 2006-02-15  Edward Hervey  <edward@fluendo.com>
8017
8018         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8019         quicktime movie files can also contain 'uuid' atoms.
8020
8021 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8022
8023         * gst/audioconvert/plugin.c: (plugin_init):
8024           Register the GstAudioChannelPosition enum type with the type
8025           system in the plugin_init function, so that it is known before
8026           any element actually makes use of multi-channel stuff. This is
8027           required for example if one wants to be able to deserialise/use
8028           a caps string with channel positions before any pipeline has
8029           been setup and started, like with gst-launch.
8030
8031 2006-02-14  Wim Taymans  <wim@fluendo.com>
8032
8033         * gst-libs/gst/audio/gstringbuffer.c:
8034         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8035         (gst_ring_buffer_samples_done), (wait_segment),
8036         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8037         Add some compiler G_(UN_)LIKELY help.
8038         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8039         make sure they can exit their functions. Should fix #330748
8040
8041 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8042
8043         * Makefile.am:
8044         * configure.ac:
8045         * win32/MANIFEST:
8046         * win32/common/_stdint.h:
8047           Windows does not have long long; copy the generated _stdint.h
8048         * win32/common/interfaces-enumtypes.c:
8049         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8050         (gst_mixer_track_flags_get_type),
8051         (gst_tuner_channel_flags_get_type):
8052         * win32/common/multichannel-enumtypes.c:
8053         (gst_audio_channel_position_get_type):
8054           update
8055
8056 2006-02-13  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst-libs/gst/audio/gstbaseaudiosink.c:
8059         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8060         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8061         Always sync on first sample we receive when starting.
8062
8063 2006-02-13  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst/playback/gstplaybin.c: (gen_vis_element):
8066         Update vis bin docs.
8067         Move queue after tee so we don't queue video buffers but
8068         audio samples instead. Fixes problems where the video queue
8069         is filled and the audio queue empty.
8070
8071 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8072
8073         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8074           No need to push an EOS event here, GstBaseSrc will do that for us
8075           when we return FLOW_UNEXPECTED.
8076           
8077 2006-02-12  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst-libs/gst/audio/gstbaseaudiosink.c:
8080         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8081         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8082         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8083         Use scale functions when possible.
8084         Fix error messages.
8085         Free clockid when after waiting for EOS.
8086         Use G_(UN_)LIKLY when it makes sense.
8087         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8088
8089 2006-02-12  Edward Hervey  <edward@fluendo.com>
8090
8091         * gst/playback/gstplaybasebin.c: (prepare_output): 
8092         Remove stray semi-colon (fixes #330888).
8093
8094 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8098         Fix up the XShm call testing so that we catch errors, and don't
8099         cause new ones by attempting to detach from a segment we failed
8100         to attach to. Fixes #312439.
8101
8102 2006-02-10  Edward Hervey  <edward@fluendo.com>
8103
8104         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8105         Added flv file typefind (video/x-flv).
8106
8107 2006-02-10  Edward Hervey  <edward@fluendo.com>
8108
8109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8110         (gst_riff_create_video_template_caps):
8111         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8112         Also added the caps to the default set of riff video caps.
8113
8114 2006-02-09  Andy Wingo  <wingo@pobox.com>
8115
8116         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8117         time and the end time of the last packet in the page.
8118         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8119         on the pages in our queue, set the duration as well. Reflow a
8120         debug statement.
8121         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8122         Fixes bad muxing order.
8123
8124 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8125
8126         * gst-libs/gst/rtp/gstbasertppayload.c:
8127         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8128           update seqnum before setting it on the packet; this makes sure
8129           that the timestamp and seqnum properties match after pushing
8130           a buffer
8131
8132 2006-02-09  Andy Wingo  <wingo@pobox.com>
8133
8134         * gst-libs/gst/audio/gstringbuffer.c
8135         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8136         overflow after 13.5 hours of recording. Kapow!
8137
8138         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8139         the buffer size -- we don't care about underrun/overrun reporting
8140         right now, just need to return a useful value.
8141
8142 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8143
8144         * configure.ac:
8145           Back to CVS
8146
8147 === release 0.10.3 ===
8148
8149 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8150
8151         * configure.ac:
8152           releasing 0.10.3, "Under Pressure"
8153
8154 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8155
8156         * configure.ac:
8157         Drat. Bump libtool version number for new API.
8158         Prelease 0.10.2.3 (of 0.10.3)
8159
8160 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8161
8162         * configure.ac:
8163         * win32/common/config.h:
8164         0.10.2.2 prerelease (of 0.10.3).
8165
8166 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8167
8168         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8169           Revert Andy's newsegment change pending a more correct
8170           fix.
8171
8172 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8173
8174         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8175         (qt_type_find), (plugin_init):
8176           detect more files as 3gp
8177           group and reorder the iso file formats
8178
8179 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * ext/vorbis/vorbis.c: (plugin_init):
8182           Register musicbrainz tags, so apps don't have to.
8183
8184 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8185
8186         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8187         (gst_tag_to_vorbis_tag):
8188           Make sure we called gst_tag_register_musicbrainz_tags()
8189           before possibly mapping a vorbiscomment string from/to a
8190           musicbrainz tag.
8191
8192 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8193
8194         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8195           In case we can't find the required number of consecutive
8196           mpeg audio frames to positively identify an MPEG audio
8197           stream, check if there's at least a valid mpeg audio
8198           frame right at offset 0 and if so suggest mpeg/audio
8199           caps with a very low probability (#153004).
8200
8201 2006-02-07  Andy Wingo  <wingo@pobox.com>
8202
8203         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8204         a TIME segment if we get timestamped buffers. Requires recent
8205         fixes in core to work properly.
8206
8207 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * gst/playback/gstplaybasebin.c: (prepare_output):
8210           Don't print the URI as part of the error message, it
8211           makes error dialogs look rather ugly, especially if
8212           the URI is very long or has characters in it that
8213           need escaping.
8214
8215 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * gst/playback/gstplaybasebin.c: (prepare_output):
8218           Error out if we have only text or subtitles, but nothing
8219           else. Also error out if we have subtitles but no video
8220           stream.
8221
8222 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8225           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8226           Post an error message on the bus when we encounter an
8227           error, which will hopefully be more meaningful than the
8228           'Internal Flow Error' message users get to see if we
8229           just return GST_FLOW_ERROR.
8230
8231 2006-02-07  Andy Wingo  <wingo@pobox.com>
8232
8233         * configure.ac (GST_MAJORMINOR): Update core version req to
8234         0.10.2.2, for the collectpads API addition (#330244).
8235
8236 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8239           Return FALSE from plugin_init() when GnomeVFS can't
8240           be initialised for some reason (#328423).
8241
8242 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8243
8244         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8245         Stick to seeking theory until i find the bug.
8246         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8247
8248 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8249
8250         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8251         (theora_enc_finalize), (theora_enc_sink_setcaps),
8252         (theora_set_header_on_caps), (theora_enc_chain),
8253         (theora_enc_change_state):
8254         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8255           Make theoraenc and the tests leak free. Like, really.
8256
8257 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8258
8259         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8260         (theora_enc_finalize), (theora_enc_sink_setcaps):
8261           Add a finalize method to ensure we clean up state even if
8262           someone omitted the state change back to NULL.
8263
8264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8265         (gst_vorbisenc_chain):
8266           Free some more leaked bits.
8267
8268         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8269         (stop_pipeline):
8270           Wait for state changes to happen if they're ASYNC.
8271
8272           This ought to teach those fancy pants buildbots a lesson.
8273
8274 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8275
8276         * gst-libs/gst/tag/gstid3tag.c:
8277           Add mapping for ID3 International Standard Recording Code
8278           tag "TSRC"
8279
8280 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8281
8282         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8283           Don't leak tag names.
8284
8285 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8286
8287         * docs/libs/gst-plugins-base-libs-docs.sgml:
8288         * docs/libs/gst-plugins-base-libs-sections.txt:
8289         * gst-libs/gst/tag/gstid3tag.c:
8290         * gst-libs/gst/tag/gstvorbistag.c:
8291         * gst-libs/gst/tag/tags.c:
8292           Split libgsttag docs into multiple sections.
8293
8294 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8295
8296         * docs/libs/Makefile.am:
8297         * docs/libs/gst-plugins-base-libs-docs.sgml:
8298         * docs/libs/gst-plugins-base-libs-sections.txt:
8299         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8300         * gst-libs/gst/tag/gstvorbistag.c:
8301         * gst-libs/gst/tag/tag.h:
8302         * gst-libs/gst/tag/tags.c:
8303           Add libgsttag to the docs.
8304
8305 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8306
8307         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8308         (gst_text_overlay_init), (gst_text_overlay_src_event),
8309         (gst_text_overlay_collected): Fix clockoverlay.
8310
8311 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * docs/libs/compiling.sgml:
8314           Fix typo: it's pkg-config, not pkg-gconfig
8315
8316         * docs/libs/gst-plugins-base-libs-docs.sgml:
8317         * docs/libs/gst-plugins-base-libs-sections.txt:
8318         * docs/libs/tmpl/gstgconf.sgml:
8319           There is no libgstgconf in 0.10, remove it
8320           from the docs.
8321
8322 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8323
8324         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8326         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8327         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8328         (gst_sub_parse_class_init), (gst_sub_parse_init),
8329         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8330         (parse_mpsub), (parser_state_init), (handle_buffer),
8331         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8332         * gst/subparse/gstsubparse.h: Introduce seeking code.
8333
8334 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8335
8336         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8337           Add comment about LANGUAGE tag inconsistency (we want
8338           ISO-639-1, but extract three-letter identifiers?)
8339
8340         * po/POTFILES.in:
8341           Add two translatable files.
8342
8343 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * gst-libs/gst/tag/Makefile.am:
8346         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8347         * gst-libs/gst/tag/tag.h:
8348         * gst-libs/gst/tag/tags.c:
8349         (gst_tag_register_musicbrainz_tags_internal),
8350         (gst_tag_register_musicbrainz_tags):
8351           Forward-port some tags stuff from the 0.8 branch. This is
8352           mostly the addition of musicbrainz tags and their mapping
8353           to vorbistags, and a vorbistag mapping of the language tag.
8354
8355 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8356
8357         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8358         refactoring.
8359
8360 2006-02-04  David Schleef  <ds@schleef.org>
8361
8362         * ext/ogg/gstoggmux.c:
8363         * gst/typefind/gsttypefindfunctions.c:
8364           Add Dirac typefinding and add dirac format to oggmux.
8365
8366 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst/playback/gstdecodebin.c: (try_to_link_1):
8369           Don't put essential function call into
8370           g_return_*() macro, otherwise it'll all be
8371           replaced by NOOPs when compiling with
8372           G_DISABLE_CHECKS defined.
8373
8374 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8375
8376         * ext/ogg/gstoggdemux.c:
8377         * ext/ogg/gstoggparse.c:
8378         * gst/tcp/gsttcpserversink.c:
8379         * sys/v4l/v4lsrc_calls.c:
8380         * sys/v4l/v4lsrc_calls.h:
8381         Just make it compile with --disable-gst-debug.
8382
8383 2006-02-03  Wim Taymans  <wim@fluendo.com>
8384
8385         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8386         (gst_alsasink_class_init), (gst_alsasink_init),
8387         (gst_alsasink_write), (gst_alsasink_reset):
8388         * ext/alsa/gstalsasink.h:
8389         Add lock to protect alsa calls.
8390         Implement reset to flush samples ASAP, does not work
8391         with dmix though.
8392
8393 2006-02-02  Wim Taymans  <wim@fluendo.com>
8394
8395         * gst-libs/gst/audio/gstbaseaudiosink.c:
8396         (gst_base_audio_sink_provide_clock):
8397         Ugh.. getting late I guess...
8398
8399 2006-02-02  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst-libs/gst/audio/gstbaseaudiosink.c:
8402         (gst_base_audio_sink_provide_clock),
8403         (gst_base_audio_sink_set_property),
8404         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8405         Don't try to provide a clock when we are not negotiated since
8406         we might not be able to make it run.
8407
8408 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * gst/playback/gstdecodebin.c: (try_to_link_1):
8411           Unlinking two source pads is ... hard.
8412
8413 2006-02-02  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst-libs/gst/audio/TODO:
8416         Updated.
8417
8418         * gst-libs/gst/audio/gstbaseaudiosink.c:
8419         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8420         On EOS, wait till the last sample is played before posting EOS.
8421
8422 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8423
8424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8425           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8426           setting queue_delay to zero. Also avoid thread being started if
8427           queue_delay is zero.
8428
8429 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8432           Make test work again by connecting fakesinks to each decoded pad,
8433           which makes the pipeline wait until each fakesink has a buffer
8434           queued before going to PAUSED state. At that point we know the
8435           decodebin pads are negotiated.
8436
8437 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8438
8439         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8440         (gst_cdda_base_src_handle_event):
8441         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8442           Pass unhandled queries to the parent class's query function.
8443
8444 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8447         (gst_ogg_pad_src_query):
8448         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8449         * ext/theora/theoradec.c: (theora_dec_src_query),
8450         (theora_dec_sink_query):
8451         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8452         (vorbis_dec_sink_query):
8453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8454         (gst_vorbisenc_sink_query):
8455         * gst/adder/gstadder.c: (gst_adder_query):
8456           Pass unhandled queries upstream instead of just
8457           dropping them (#326447). Also, fix supported
8458           query types list for some elements.
8459
8460 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8461
8462         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8463         (paris_type_find), (ilbc_type_find), (plugin_init):
8464           Fix typefinding for audio/x-au, audio/x-paris and
8465           audio/iLBC-sh. We cannot use the START_WITH macros
8466           here, because there can only be one typefind factory
8467           with the same name (caps), so the second one would
8468           replace the first one and the first one would never
8469           be called when doing typefinding (see #161712).
8470           
8471
8472 2006-01-31  Wim Taymans  <wim@fluendo.com>
8473
8474         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8475         (vorbis_handle_header_packet), (vorbis_dec_push),
8476         (vorbis_handle_data_packet):
8477         Use scale_int when we can, add some more scaling.
8478         Check packettype before parsing it.
8479
8480 2006-01-31  Wim Taymans  <wim@fluendo.com>
8481
8482         * ext/theora/theoradec.c: (_theora_granule_time),
8483         (theora_dec_src_convert), (theora_dec_sink_convert):
8484         Call right _scale functions.
8485         Use parameter instead of some other random value.
8486
8487 2006-01-31  Wim Taymans  <wim@fluendo.com>
8488
8489         * ext/theora/theoradec.c: (_theora_granule_frame),
8490         (_theora_granule_time), (_inc_granulepos),
8491         (theora_dec_src_convert), (theora_dec_sink_convert),
8492         (theora_handle_type_packet), (theora_handle_data_packet),
8493         (theora_dec_chain):
8494         Use higher precision timestamps calculation.
8495         Convert some other conversions to _scale.
8496
8497 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8498
8499         * gst/audiotestsrc/gstaudiotestsrc.c:
8500         (gst_audio_test_src_create_sine_table), (plugin_init):
8501         * gst/volume/gstvolume.c: (plugin_init):
8502           initialize gst_controller before using
8503
8504 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8505
8506         * tests/check/pipelines/theoraenc.c:
8507         * tests/check/pipelines/vorbisenc.c:
8508         Define constant using G_GINT64_CONSTANT to avoid errors when
8509         passing it around - otherwise it gets truncated to 32 bits.
8510
8511         Fixes failing tests.
8512
8513 2006-01-31  Andy Wingo  <wingo@pobox.com>
8514
8515         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8516         caps being set doesn't have a framerate value. Basically a stopgap
8517         measure.
8518
8519         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8520         technically correct enough to put into core though.
8521         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8522         DURATION. Fixes theoraenc ! oggmux.
8523
8524         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8525         fraction, not double.
8526
8527 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8528
8529         * win32/vs7:
8530         add vs7 project files created by Sergey Scobich
8531
8532 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8533
8534         * win32/vs8:
8535         add vs8 project files created by Sergey Scobich
8536         
8537 2006-01-30  Andy Wingo  <wingo@pobox.com>
8538
8539         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8540         timestamp + duration, not just timestamp -- ogg pages should be
8541         ordered by stop time. Necessary fix given the change in vorbis
8542         timestamps.
8543
8544         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8545         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8546         (granulepos_add): New function, handles the messiness of adjusting
8547         granulepos values.
8548         (theora_buffer_from_packet):
8549         (theora_enc_chain):
8550         (theora_enc_sink_event): Use granulepos_add, not +.
8551
8552         * tests/check/pipelines/theoraenc.c
8553         (check_buffer_granulepos_from_starttime): Just check the frame
8554         count, not the actual granulepos -- we can't dictate to the
8555         encoder when it should be placing keyframes.
8556
8557 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8558
8559         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8560           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8561           play an http:// stream from a server that's not serving
8562
8563 2006-01-30  Andy Wingo  <wingo@pobox.com>
8564
8565         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8566         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8567         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8568         available.
8569
8570         * ext/theora/gsttheoraenc.h:
8571         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8572         although theoraenc was timestamping correctly. Added handling of
8573         streams that start with nonzero timestamps.
8574
8575         * tests/check/Makefile.am:
8576         * tests/check/pipelines/theoraenc.c: New file, basically does same
8577         tests as vorbisenc.
8578
8579         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8580
8581 2006-01-30  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst-libs/gst/audio/gstaudiosink.c:
8584         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8585         (gst_audioringbuffer_pause):
8586         Implement pause that does not wait for completion.
8587
8588         * gst-libs/gst/audio/gstbaseaudiosink.c:
8589         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8590         Don't drop buffers when going to PAUSED but perform preroll on
8591         remaining samples now that core base class supports this.
8592
8593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8594         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8595         (gst_ring_buffer_commit):
8596         Pause should not signal waiters.
8597         Implement return value of _commit correctly.
8598
8599 2006-01-30  Andy Wingo  <wingo@pobox.com>
8600
8601         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8602
8603         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8604         updated to timestamp from the first sample, not the last.
8605         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8606         special care of granulepos and timestamp for header packets.
8607         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8608         when the first buffer has a nonzero timestamp.
8609
8610         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8611         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8612         case when the first audio buffer we get has a nonzero timestamp.
8613         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8614         properly timestamp vorbis buffers with the time of the first
8615         sample, not the last.
8616         
8617         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8618         vorbis_granule_time_copy -- now it takes the granule/subgranule
8619         offset into account.
8620
8621         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8622         timestamps, durations, and granulepos on buffers produced by
8623         vorbisenc.
8624
8625 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8626
8627         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8629           Patch from Eric Jonas to support conversions to/from UYVY 
8630           (Fixes: #324626)
8631
8632 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8633
8634         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8635         (setup_subtitle), (setup_source), (set_active_source):
8636         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8637         (gen_text_element), (gen_audio_element), (gen_vis_element),
8638         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8639
8640 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8641
8642         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8643         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8644                 use gst_guint64_to_gdouble to be compliant with vs6
8645         * gst/playback/gstdecodebin.c: (try_to_link_1)
8646         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8647                 use G_GINT64_CONSTANT for int64 constants
8648         * win32/common/libgstinterfaces.def:
8649                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8650         * win32/vs6:
8651                 update and add new project files
8652                 
8653 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8654
8655         * Makefile.am:
8656         * win32/MANIFEST:
8657         * win32/common/interfaces-enumtypes.c:
8658         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8659         (gst_mixer_track_flags_get_type),
8660         (gst_tuner_channel_flags_get_type):
8661         * win32/common/interfaces-enumtypes.h:
8662         * win32/common/multichannel-enumtypes.c:
8663         (gst_audio_channel_position_get_type):
8664         * win32/common/multichannel-enumtypes.h:
8665           add a win32-update rule like in core, and copy over enumtypes files
8666
8667 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8668
8669         * win32/MANIFEST:
8670         * win32/common/config.h:
8671         * win32/common/config.h.in:
8672           add config files just like in core
8673
8674 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8675
8676         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8677           Make gcc-4.1 happy (part of #327357).
8678
8679 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8680
8681         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8682         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8683         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8684         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8685         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8686         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8687           Update all error messages.  All of them should either use
8688           the default translated message, or actually provide a
8689           translatable string.
8690           Make the string for channel count problems meaningful.
8691
8692 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8693
8694         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8695           check for and throw RESOURCE_BUSY
8696
8697 2006-01-27  David Schleef  <ds@schleef.org>
8698
8699         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8700           checked in this change -- it requires liboil features not
8701           in 0.3.6.  Revert parts.
8702
8703 2006-01-27  David Schleef  <ds@schleef.org>
8704
8705         * REQUIREMENTS:
8706         * configure.ac: update liboil requirement to 0.3.6
8707         * gst/videoscale/Makefile.am:
8708         * gst/videoscale/vs_scanline.c: liboilify
8709
8710 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8711
8712         * ext/libvisual/visual.c: (get_buffer):
8713           When pad_alloc returns a GstFlowReturn other
8714           than GST_FLOW_OK, make sure it is passed upstream.
8715
8716 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8717
8718         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8719         (gst_alsasink_class_init):
8720           Free the device name string.
8721
8722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8723         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8724         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8725           Don't remove a pad from the collectpads structure until it
8726           is released - it's a request pad, and may receive data again
8727           if the element gets moved back to PLAYING state.
8728
8729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8730           Ensure we turn on double buffering on the Xv port, and
8731           set the colour key to something dark and mysterious that
8732           isn't black.
8733
8734 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8735
8736         * ext/alsa/gstalsaplugin.c: (plugin_init):
8737         * ext/cdparanoia/gstcdparanoiasrc.c:
8738         (gst_cd_paranoia_src_base_init), (plugin_init):
8739         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8741           - a library should not call setlocale. see "Libraries" node in
8742             gettext manual
8743           - make sure all plugins that use translation do bindtextdomain
8744             to point to the localedir
8745         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8746         (setup_sinks), (plugin_init):
8747           all this, and check for NULL when creating sinks
8748
8749 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8750
8751         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8752         (plugin_init): Make typefinding of subtitles work again.
8753
8754 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8755
8756         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8757         (mp3_type_frame_length_from_header), (mp3_type_find),
8758         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8759         (plugin_init):
8760           Backport a bunch of typefinding fixes from the 0.8 branch.
8761           Also, improve wavpack typefinding: if we can't peek the
8762           entire wavpack block, try to parse the bits we can get and
8763           see if we find what we're looking for in those.
8764
8765 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8766
8767         * sys/ximage/ximagesink.c:
8768         (gst_ximagesink_calculate_pixel_aspect_ratio):
8769         * sys/xvimage/xvimagesink.c:
8770         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8771         more cases of pixel aspect ratio.
8772
8773 2006-01-26  Edward Hervey  <edward@fluendo.com>
8774
8775         * gst/playback/gstdecodebin.c: (pad_probe):
8776         Also consider the flush-start and tag events as unblockers
8777         for the pad probes.
8778
8779 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8780
8781         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8782         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8783         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8784         On the fly visualisation switch, works disabling, enabling as
8785         well but it won't be able to enable vis in a playbin that was
8786         created with no visualisation.
8787
8788 2006-01-25  Wim Taymans  <wim@fluendo.com>
8789
8790         * gst-libs/gst/audio/gstbaseaudiosink.c:
8791         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8792         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8793         resume after pause.
8794
8795 2006-01-25  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst-libs/gst/audio/gstbaseaudiosink.c:
8798         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8799         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8800         Improve debugging.
8801         Post error when caps cannot be parsed.
8802         Resync on discontinuity in the stream.
8803         Clip samples to segment boundaries.
8804         return WRONG_STATE sooner when we are flushing.
8805
8806         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8807         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8808         Make audiosrc operate in TIME.
8809         Set TIMESTAMP and DURATION on buffers.
8810
8811 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8812
8813         * tests/examples/seek/seek.c: (main):
8814           Output tag messages as well.
8815
8816 2006-01-23  Edward Hervey  <edward@fluendo.com>
8817
8818         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8819         (free_pad_probes), (remove_fakesink), (pad_probe),
8820         (close_pad_link), (gst_decode_bin_change_state):
8821         Replace GstPadBlockCallback with pad probes that detect
8822         first buffer AND eos before removing fakesink.
8823         Fixes hang with demuxers doing EOS while pre-rolling.
8824         Solves #328279
8825
8826 2006-01-23  Andy Wingo  <wingo@pobox.com>
8827
8828         * ext/alsa/gstalsasink.c:
8829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8830         (gst_base_rtp_depayload_setcaps),
8831         (gst_base_rtp_depayload_add_to_queue),
8832         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8833         
8834         Patch by: Jens Granseuer <jensgr at gmx dot net>
8835
8836 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8837
8838         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8839         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8840         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8841         frames. We might get a frame destroyed after changing state to
8842         NULL, adding a safety check on xcontext.
8843
8844 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8845
8846         * gst-libs/gst/interfaces/xoverlay.c:
8847           Fix prepare-xwindow-id code example in the docs - we need to
8848           ignore all messages that aren't element messages as well.
8849           
8850 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8851
8852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8853           I think one day i'll completely undestand how caps negotiation
8854           is supposed to work. This refactoring handles buffer_alloc
8855           called with caps we can't handle. We definitely don't want a
8856           set_caps with those caps, so we define and allocate a buffer
8857           we would like to receive.
8858
8859 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/playback/gstplaybasebin.c: (setup_source):
8862           Free iterator when done.
8863
8864 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8865
8866         * gst-libs/gst/audio/gstbaseaudiosink.c:
8867         (gst_base_audio_sink_render):
8868           Fix playback of non-synchronised streams by assuming a rate
8869           of 1.0 instead of a random one.
8870
8871           Makes this work again:
8872
8873           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8874           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8875           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8876           audioresample ! alsasink
8877
8878 === release 0.10.2 ===
8879
8880 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8881
8882         * configure.ac:
8883           releasing 0.10.2, "Then the devil is six"
8884
8885 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8886
8887         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8888         * gst/playback/gststreamselector.c:
8889         (gst_stream_selector_set_property):
8890           Comment out broken code that connects to the state-changed signal.
8891           At this point, changing current stream selection is broken, but 
8892           stuff like gst-launch playbin current-audio=1 works and filters
8893           to the chosen stream.
8894
8895 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8896
8897         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8898           Fix #327216 (null dereference in vorbisdec)
8899
8900 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8903           Post taglist actually on bus instead of just freeing it
8904           (fixes #327114 and totem bug #327080).
8905
8906         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8907           Use gst_element_found_tags_for_pad(), so that the tags
8908           are sent downstream as an event as well.
8909
8910 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8911
8912         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8913         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8914         (gst_ximagesink_buffer_alloc):
8915         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8916         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8917         (gst_xvimagesink_buffer_alloc):
8918           move all regularly occurring messages to GST_LOG level
8919           add some more object logs
8920
8921 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8922
8923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8924           fix a silly segfault
8925
8926 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * docs/libs/gst-plugins-base-libs-docs.sgml:
8929         * docs/libs/gst-plugins-base-libs-sections.txt:
8930         * gst-libs/gst/audio/mixerutils.c:
8931         * gst-libs/gst/audio/mixerutils.h:
8932           Add docs for mixerutils stuff.
8933
8934 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8935
8936         * gst/playback/gstplaybasebin.c: (setup_source):
8937           Fix playback for sources that emit raw audio or
8938           raw video streams (e.g.: cd audio sources) (#325984).
8939
8940 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8941
8942         * gst-libs/gst/audio/mixerutils.c:
8943         (gst_audio_mixer_filter_do_filter):
8944           actually save the element we create
8945
8946 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8947
8948         * gst-libs/gst/cdda/gstcddabasesrc.c:
8949         (gst_cdda_base_src_handle_track_seek):
8950           No need to post a tag message on the bus when seeking
8951           within the same track, only post it when the current
8952           track changes.
8953
8954 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8955
8956         * gst/playback/gstplaybasebin.c: (group_destroy),
8957         (probe_triggered), (new_decoded_pad), (mute_group_type),
8958         (set_active_source):
8959         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8960         * gst/playback/gststreamselector.c:
8961         (gst_stream_selector_base_init),
8962         (gst_stream_selector_set_property),
8963         (gst_stream_selector_request_new_pad):
8964           Reenable stream selection. These mechanisms need a complete overhaul
8965           in the face of 0.8->0.10 changes though.
8966
8967 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8968
8969         * ext/ogg/gstoggdemux.c:
8970           Change the pad template to src_%d to match the pads that 
8971           are created from it. decodebin needs this information in order
8972           to decide that oggdemux is capable of producing multiple pads
8973           (and hence needs queues inserted).
8974
8975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8976         (gst_ogg_mux_collected):
8977           Make debug output more useful by using GST_PTR_FORMAT.
8978
8979 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8980
8981         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8982
8983         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8984           Set depth and width for alaw/mulaw (fixes #326601).
8985
8986 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8987
8988         * tests/icles/Makefile.am:
8989           don't build the tests if we don't have the libs
8990
8991 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8994         (gst_cd_paranoia_paranoia_callback):
8995           Don't try to free NULL pointers.
8996
8997 2006-01-10  Edward Hervey  <edward@fluendo.com>
8998
8999         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9000         (gst_audio_rate_change_state), (plugin_init):
9001         Add debugging category.
9002         Fix type issues.
9003         Add case for incoming buffers without valid offset/offset_end.
9004
9005 2006-01-10  Michael Smith  <msmith@fluendo.com>
9006
9007         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9008           Don't leak GCond in audio sources.
9009
9010 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9011
9012         * gst/playback/gstplaybin.c: (gen_audio_element):
9013           Don't leak an autoaudiosink/alsasink when we generate
9014           a new audio element. (old code, I guess)
9015
9016 2006-01-10  Michael Smith  <msmith@fluendo.com>
9017
9018         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9019           Support float audio in audiorate.
9020           Use width rather than depth for selecting sample width.
9021
9022 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         * gst/videotestsrc/videotestsrc.h:
9025           Use GLib types here (that way we don't have to include the
9026           generated _stdint.h header, which makes life easier for win32
9027           folks that don't use autotools for the build) (#325990, patch
9028           by: Sergey Scobich).
9029
9030 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9033         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9034         (gst_ring_buffer_pause), (wait_segment):
9035         * gst-libs/gst/audio/gstringbuffer.h:
9036           Name (private) union, makes Forte compiler happy (this time
9037           for real) (#324900).
9038
9039 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * gst-libs/gst/audio/Makefile.am:
9042           Link against libgstinterfaces, needed for mixer
9043           and property probe stuff.
9044
9045 2006-01-09  Edward Hervey  <edward@fluendo.com>
9046
9047         * gst-libs/gst/Makefile.am:
9048
9049 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * gst-libs/gst/audio/Makefile.am:
9052         * gst-libs/gst/audio/mixerutils.c:
9053         (gst_audio_mixer_filter_do_filter),
9054         (gst_audio_mixer_filter_check_element),
9055         (gst_audio_mixer_filter_probe_feature),
9056         (element_factory_rank_compare_func),
9057         (gst_audio_default_registry_mixer_filter):
9058         * gst-libs/gst/audio/mixerutils.h:
9059           Add gst_audio_default_registry_mixer_filter() utility
9060           function.
9061
9062 2006-01-03  Michael Smith  <msmith@fluendo.com>
9063
9064         * gst/audioresample/resample.h:
9065           As before, but for o_buf
9066
9067 2006-01-03  Michael Smith  <msmith@fluendo.com>
9068
9069         * gst/audioresample/resample.h:
9070           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9071           since we do arithmetic on it.
9072
9073 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9076         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9077         (gst_ring_buffer_pause), (wait_segment):
9078         * gst-libs/gst/audio/gstringbuffer.h:
9079           Sun's Forte compiler doesn't seem to like anonymous structs,
9080           so use same setup as in GstBaseSrc (fixes #324900).
9081
9082 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9083
9084         * configure.ac:
9085         * gst/volume/Makefile.am:
9086         * gst/volume/demo.c:
9087           move old example to tests/examples/volume/volune.c
9088         * tests/examples/Makefile.am:
9089         * tests/examples/seek/seek.c: (main):
9090           change window-close event from "delete-event" to "destroy"
9091         * tests/examples/volume/Makefile.am:
9092         * tests/examples/volume/volume.c: (value_changed_callback),
9093         (setup_gui), (message_received), (eos_message_received), (main):
9094           fix event handling and bus usage
9095
9096 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9097
9098         * gst/audiotestsrc/gstaudiotestsrc.c:
9099         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9100         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9101         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9102         (gst_audio_test_src_create_square),
9103         (gst_audio_test_src_create_saw),
9104         (gst_audio_test_src_create_triangle),
9105         (gst_audio_test_src_create_silence),
9106         (gst_audio_test_src_create_white_noise),
9107         (gst_audio_test_src_create_pink_noise),
9108         (gst_audio_test_src_init_sine_table),
9109         (gst_audio_test_src_create_sine_table),
9110         (gst_audio_test_src_change_wave),
9111         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9112         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9113         * gst/audiotestsrc/gstaudiotestsrc.h:
9114           update to basesrc changes, implement segmented seeking and eos
9115           handling, add a 'sine-tab' waveform for performance critical playback
9116
9117 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         * po/POTFILES.in:
9120           ... and this time the other modified file that I missed last time.
9121
9122 2005-12-29  Michael Smith  <msmith@fluendo.com>
9123
9124         * gst/playback/gstdecodebin.c: (new_pad):
9125           Fix non-C89 variable declaration not at the start of a block. Should
9126           help some compilers.
9127
9128 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9129
9130         * tests/check/Makefile.am:
9131           And now fix 'make distcheck' (builddir != srcdir)
9132
9133 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * configure.ac:
9136         * ext/cdparanoia/Makefile.am:
9137         * ext/cdparanoia/gstcdparanoia.c:
9138         * ext/cdparanoia/gstcdparanoia.h:
9139         * ext/cdparanoia/gstcdparanoiasrc.c:
9140         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9141         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9142         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9143         (gst_cd_paranoia_paranoia_callback),
9144         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9145         (gst_cd_paranoia_src_set_property),
9146         (gst_cd_paranoia_src_get_property), (plugin_init):
9147         * ext/cdparanoia/gstcdparanoiasrc.h:
9148           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9149           plugin again (there are still fixes required to playbin to make
9150           cdda:// uris work there).
9151
9152 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * tests/check/Makefile.am:
9155           Fix test case compilation.
9156
9157 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * gst-libs/gst/cdda/gstcddabasesrc.c:
9160         (gst_cdda_base_src_update_duration),
9161         (gst_cdda_base_src_calculate_cddb_id):
9162           An integer is not a string. Fix access to uninitialised variable.
9163
9164         * tests/check/Makefile.am:
9165           Add cddabasesrc unit test; also actually enable the vorbis test.
9166
9167         * tests/check/generic/states.c:
9168           Blacklist new cd audio elements as well.
9169
9170         * tests/check/libs/cddabasesrc.c:
9171           Unit test for GstCddaBaseSrc (discid calculation mostly).
9172
9173 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * docs/libs/Makefile.am:
9176         * docs/libs/gst-plugins-base-libs-docs.sgml:
9177         * docs/libs/gst-plugins-base-libs-sections.txt:
9178         * docs/libs/gst-plugins-base-libs.types:
9179           Add docs for libgstcdda/GstCddaBaseSrc.
9180
9181         * gst-libs/gst/interfaces/mixertrack.h:
9182           Do one struct member per line with a semicolon at the end, that way
9183           even gtk-doc might parse it without complaining.
9184
9185 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * configure.ac:
9188         * gst-libs/gst/Makefile.am:
9189         * gst-libs/gst/cdda/Makefile.am:
9190         * gst-libs/gst/cdda/base64.c:
9191         * gst-libs/gst/cdda/base64.h:
9192         * gst-libs/gst/cdda/gstcddabasesrc.c:
9193         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9194         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9195         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9196         (gst_cdda_base_src_get_property),
9197         (gst_cdda_base_src_get_track_from_sector),
9198         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9199         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9200         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9201         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9202         (gst_cdda_base_src_uri_get_protocols),
9203         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9204         (gst_cdda_base_src_uri_handler_init),
9205         (gst_cdda_base_src_setup_interfaces),
9206         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9207         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9208         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9209         (gst_cdda_base_src_add_tags),
9210         (gst_cdda_base_src_add_index_associations),
9211         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9212         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9213         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9214         (gst_cdda_base_src_create):
9215         * gst-libs/gst/cdda/gstcddabasesrc.h:
9216         * gst-libs/gst/cdda/sha1.c:
9217         * gst-libs/gst/cdda/sha1.h:
9218           Add new libgstcdda with GstCddaBaseSrc class.
9219
9220 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         * ext/gnomevfs/gstgnomevfssink.h:
9223           Use GstBaseSinkClass as parent_class member for class struct, not
9224           GstBaseSink.
9225
9226 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         Patch by: Michael Benes
9229
9230         * gst/videotestsrc/gstvideotestsrc.c:
9231         (gst_video_test_src_class_init), (gst_video_test_src_start):
9232           Add start method to reset running time and number of frames sent
9233           when starting up (fixes #324696)
9234
9235 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * docs/plugins/Makefile.am:
9238         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9240         * docs/plugins/gst-plugins-base-plugins.args:
9241         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9242         * docs/plugins/gst-plugins-base-plugins.signals:
9243           Add docs stuff for gnomevfssrc and gnomevfssink.
9244
9245         * ext/gnomevfs/gstgnomevfssrc.c:
9246           Fix example pipeline in gtk-doc blurb.
9247
9248 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * ext/gnomevfs/Makefile.am:
9251         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9252         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9253         (gst_gnome_vfs_handle_get_type), (plugin_init):
9254         * ext/gnomevfs/gstgnomevfs.h:
9255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9256         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9257         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9258         (gst_gnome_vfs_sink_set_property),
9259         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9260         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9261         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9262         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9263         (gst_gnome_vfs_sink_uri_get_type),
9264         (gst_gnome_vfs_sink_uri_get_protocols),
9265         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9266         (gst_gnome_vfs_sink_uri_handler_init):
9267         * ext/gnomevfs/gstgnomevfssink.h:
9268           Port gnomevfssink; add gtk-doc blurb.
9269
9270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9271         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9272         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9273         (gst_gnome_vfs_src_uri_get_type),
9274         (gst_gnome_vfs_src_uri_get_protocols),
9275         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9276         (gst_gnome_vfs_src_uri_handler_init),
9277         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9278         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9279         (gst_gnome_vfs_src_send_additional_headers_callback),
9280         (gst_gnome_vfs_src_received_headers_callback),
9281         (gst_gnome_vfs_src_push_callbacks),
9282         (gst_gnome_vfs_src_pop_callbacks),
9283         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9284         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9285         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9286         * ext/gnomevfs/gstgnomevfssrc.h:
9287           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9288           file; add gtk-doc blurb with example pipelines.
9289
9290 === release 0.10.1 ===
9291
9292 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9293
9294         * configure.ac:
9295           releasing 0.10.1, "Dobro Dedek"
9296
9297 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9298
9299         * gst/typefind/gsttypefindfunctions.c:
9300         iLBC30 and iLBC20 added to typefind.
9301
9302 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9303
9304         * gst-libs/gst/audio/gstbaseaudiosink.c:
9305         (gst_base_audio_sink_class_init):
9306         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9307         (gst_base_audio_src_class_init):
9308           update strings, values are in microseconds
9309           change the default sink buffer time to something that is smaller
9310           (to help software volume mixing have a slightly lower delay) but
9311           still be acceptable on Wim's laptop
9312
9313 2005-12-20  Edward Hervey  <edward@fluendo.com>
9314
9315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9316         Made a quack, forgot to add DUCK to the riff video template.
9317
9318 2005-12-19  Edward Hervey  <edward@fluendo.com>
9319
9320         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9321         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9322         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9323         (gst_ogm_parse_chain):
9324         Make sure pads are initialized correctly.
9325         * gst-libs/gst/riff/riff-ids.h:
9326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9327         (gst_riff_create_video_template_caps):
9328         Add a whole bunch of FOURCC <=> MimeType.
9329         Extend the riff video pad template to support the newly added fourcc.
9330
9331 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9332
9333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9334         (gst_ogg_demux_activate_chain):
9335           Extra debug output when activating/deactivating chains.
9336
9337         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9338         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9339         (unlinked):
9340           Remove a queue from our list when it becomes unlinked.
9341           Don't add queues to elements in class 'Demux' if they
9342           can only produce one pad 
9343
9344 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9345
9346         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9347         (gst_video_sink_get_type): Add a debug category.
9348
9349 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9350
9351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9352         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9353           Handle downstream newsegment by sending our own newsegment before the
9354           next buffer to be released. (#323900)
9355
9356 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9357
9358         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9359         (gst_base_rtp_depayload_set_gst_timestamp):
9360           add queue delay to new segment as well (as opposed to just the first
9361           buffer). (bug #322347)
9362
9363 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9364
9365         * ext/libvisual/visual.c: (make_valid_name):
9366           change some char* into char[]
9367         * gst/audiotestsrc/gstaudiotestsrc.c:
9368         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9369         (gst_audio_test_src_create):
9370         * gst/audiotestsrc/gstaudiotestsrc.h:
9371           prepare to handle EOS and SEGMENT_DONE
9372
9373 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9374
9375         * tests/check/generic/states.c: (GST_START_TEST):
9376           Blacklist cdparanoia element in state test.
9377
9378 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380           Patch by: Benjamin Pineau
9381
9382         * gst/tcp/gsttcp.c:
9383         * gst/tcp/gsttcpclientsink.c:
9384         * gst/tcp/gsttcpserversink.c:
9385         * gst/tcp/gsttcpserversrc.c:
9386           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9387
9388 2005-12-15  Michael Smith  <msmith@fluendo.com>
9389
9390         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9391         (gst_video_rate_chain):
9392           Fix timestamping for videorate when the first buffer it sees has a
9393           non-zero timestamp. Fix some misleading debug output.
9394
9395 2005-12-15  Michael Smith  <msmith@fluendo.com>
9396
9397         * gst/audioresample/gstaudioresample.c:
9398           Don't leak all input buffers to audioresample.
9399
9400 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9403           Don't operate on empty text buffers. Strip newlines and
9404           tabs only from the end of the text, but leave them intact
9405           in the middle. Fix typo in gtk-doc description.
9406
9407 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst/playback/gstplaybasebin.c:
9410         * gst/playback/gstplaybin.c: (handoff):
9411           Make sure the video frame buffer we return to apps via the
9412           "frame" property always has caps set on it. Modify
9413           _gst_gvalue_set_object() macro to handle NULL objects
9414           gracefully too.
9415
9416 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9417
9418         * gst/audiotestsrc/gstaudiotestsrc.c:
9419         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9420         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9421         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9422         (gst_audio_test_src_create):
9423         * gst/audiotestsrc/gstaudiotestsrc.h:
9424         Adjust to some recent api changes and add wtays new cool seeking
9425         capabillities
9426
9427 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * ext/alsa/Makefile.am:
9430         * ext/alsa/gstalsadeviceprobe.c:
9431         * ext/alsa/gstalsadeviceprobe.h:
9432           Helper functions to add device probing via the GstPropertyProbe
9433           interface to a class.
9434
9435         * ext/alsa/gstalsamixer.h:
9436           Comment out GST_ALSA_MIXER, it returns a struct that's not
9437           used.
9438
9439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9440           Add some debug info. 
9441
9442         * ext/alsa/gstalsamixerelement.c:
9443         (gst_alsa_mixer_element_interface_supported),
9444         (gst_implements_interface_init),
9445         (gst_alsa_mixer_element_init_interfaces),
9446         (gst_alsa_mixer_element_class_init),
9447         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9448         (gst_alsa_mixer_element_set_property),
9449         (gst_alsa_mixer_element_get_property),
9450         (gst_alsa_mixer_element_change_state):
9451         * ext/alsa/gstalsamixerelement.h:
9452           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9453           for device handling (gnome-volume-control will need that).
9454
9455 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9456
9457         * ext/Makefile.am: fix cdparanoia entry
9458         * gst-plugins-base.spec.in: add cdparanoia
9459
9460 2005-12-12  Michael Smith  <msmith@fluendo.com>
9461
9462         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9463           Use the correct function to free list of typefind factories.
9464
9465 2005-12-12  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/videotestsrc/gstvideotestsrc.c:
9468         (gst_video_test_src_class_init), (gst_video_test_src_init),
9469         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9470         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9471         (gst_video_test_src_create):
9472         * gst/videotestsrc/gstvideotestsrc.h:
9473         Implement seeking in videotestsrc.
9474         Small cleanups.
9475
9476 2005-12-12  Wim Taymans  <wim@fluendo.com>
9477
9478         * ext/cdparanoia/Makefile.am:
9479         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9480         (gst_paranoia_endian_get_type), (_do_init),
9481         (cdparanoia_class_init), (cdparanoia_init),
9482         (cdparanoia_set_property), (cdparanoia_get_property),
9483         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9484         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9485         (cdparanoia_convert), (cdparanoia_get_query_types),
9486         (cdparanoia_query), (cdparanoia_set_index),
9487         (cdparanoia_uri_set_uri):
9488         * ext/cdparanoia/gstcdparanoia.h:
9489         Partially ported cdparanoia now that basesrc can support a
9490         plugin like this..
9491
9492 2005-12-12  Wim Taymans  <wim@fluendo.com>
9493
9494         * tests/examples/seek/scrubby.c: (main):
9495         Set higher priority for bus events so they don't get reordered with
9496         gtk gui events.
9497
9498         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9499         (flush_toggle_cb), (main):
9500         Added checkbox to disable flushing seeks. 
9501         Disable scrubbing when doing non flushing seeks.
9502
9503 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9506         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9507         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9508         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9509           Implement some sort of event handling that doesn't rely on
9510           g_return_if_fail; make sure we always push the last chunk of an 
9511           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9512           state change function; remove some old cruft. Seeking is still
9513           rather unlikely to work though.
9514
9515         * tools/.cvsignore:
9516           Ignore more.
9517
9518 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9519
9520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9521         Fixed a leak of the current image reference when cleaning up.
9522         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9523
9524 2005-12-09  Michael Smith  <msmith@fluendo.com>
9525
9526         * tools/Makefile.am:
9527         * tools/gst-launch-ext-m.m:
9528           Remove gst-launch-ext. It doesn't work, and is no longer
9529           particularly useful.
9530
9531 2005-12-08  Luca Ognibene  <luogni@tin.it>
9532
9533         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9534           don't pass random values to ogmparse convert function.
9535           Make seeking possible in the exile1.ogm file.
9536
9537 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9540         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9541           Work around refcount problem with g_value_set_object() that occur
9542           if the core has been compiled against GLib-2.6 (g_value_set_object()
9543           will only g_object_ref() the element, but the caller will
9544           gst_object_unref() it and bad things will happen due to the way
9545           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9546           totem for people on FC4 using Thomas's 0.10 RPMs.
9547           
9548 2005-12-07  Edward Hervey  <edward@fluendo.com>
9549
9550         Time to welcome ogm to 0.10 :)
9551         
9552         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9553         (gst_ogg_pad_typefind):
9554         Oggdemux can now properly typefind elements with dynamic pads.
9555         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9556         Properly set caps on src pad, and set caps on outgoing buffers.
9557
9558 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9559
9560         * ext/alsa/gstalsamixer.h:
9561         * ext/alsa/gstalsamixerelement.h:
9562         * ext/alsa/gstalsamixeroptions.h:
9563         * ext/alsa/gstalsamixertrack.h:
9564         * ext/alsa/gstalsasink.c:
9565         * ext/alsa/gstalsasink.h:
9566         * ext/alsa/gstalsasrc.c:
9567         * ext/alsa/gstalsasrc.h:
9568         * ext/cdparanoia/gstcdparanoia.h:
9569         * ext/gnomevfs/gstgnomevfsuri.h:
9570         * ext/ogg/gstoggdemux.c:
9571         * ext/ogg/gstoggmux.c:
9572         * ext/pango/gsttextoverlay.h:
9573         * ext/theora/theoradec.c:
9574         * ext/theora/theoraenc.c:
9575         * ext/vorbis/vorbisdec.h:
9576         * ext/vorbis/vorbisenc.c:
9577         * ext/vorbis/vorbisenc.h:
9578         * ext/vorbis/vorbisparse.h:
9579         * gst-libs/gst/audio/gstaudioclock.h:
9580         * gst-libs/gst/audio/gstaudiosink.c:
9581         * gst-libs/gst/audio/gstaudiosink.h:
9582         * gst-libs/gst/audio/gstaudiosrc.c:
9583         * gst-libs/gst/audio/gstaudiosrc.h:
9584         * gst-libs/gst/audio/gstbaseaudiosink.c:
9585         * gst-libs/gst/audio/gstbaseaudiosink.h:
9586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9587         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9588         * gst-libs/gst/audio/gstringbuffer.h:
9589         * gst-libs/gst/audio/multichannel.h:
9590         * gst-libs/gst/floatcast/floatcast.h:
9591         * gst-libs/gst/interfaces/colorbalance.c:
9592         * gst-libs/gst/interfaces/colorbalance.h:
9593         * gst-libs/gst/interfaces/colorbalancechannel.h:
9594         * gst-libs/gst/interfaces/mixer.h:
9595         * gst-libs/gst/interfaces/mixeroptions.h:
9596         * gst-libs/gst/interfaces/mixertrack.h:
9597         * gst-libs/gst/interfaces/navigation.h:
9598         * gst-libs/gst/interfaces/propertyprobe.h:
9599         * gst-libs/gst/interfaces/tuner.h:
9600         * gst-libs/gst/interfaces/tunerchannel.h:
9601         * gst-libs/gst/interfaces/tunernorm.h:
9602         * gst-libs/gst/interfaces/xoverlay.h:
9603         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9604         * gst-libs/gst/riff/riff-ids.h:
9605         * gst-libs/gst/riff/riff-media.h:
9606         * gst-libs/gst/riff/riff-read.h:
9607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9608         * gst-libs/gst/rtp/gstbasertppayload.c:
9609         * gst-libs/gst/rtp/gstbasertppayload.h:
9610         * gst-libs/gst/rtp/gstrtpbuffer.c:
9611         * gst-libs/gst/rtp/gstrtpbuffer.h:
9612         * gst-libs/gst/tag/gsttageditingprivate.h:
9613         * gst-libs/gst/tag/gstvorbistag.c:
9614         (gst_tag_list_from_vorbiscomment_buffer):
9615         * gst-libs/gst/tag/tag.h:
9616         * gst-libs/gst/video/video.h:
9617         * gst/adder/gstadder.c:
9618         * gst/adder/gstadder.h:
9619         * gst/audioconvert/audioconvert.c:
9620         * gst/audioconvert/audioconvert.h:
9621         * gst/audioconvert/gstaudioconvert.c:
9622         * gst/audioconvert/gstchannelmix.c:
9623         * gst/audioconvert/gstchannelmix.h:
9624         * gst/audiorate/gstaudiorate.c:
9625         * gst/audioresample/buffer.h:
9626         * gst/audioresample/functable.h:
9627         * gst/audioresample/gstaudioresample.c:
9628         * gst/audioresample/resample.h:
9629         * gst/ffmpegcolorspace/avcodec.h:
9630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9631         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9632         * gst/ffmpegcolorspace/imgconvert.c:
9633         * gst/ffmpegcolorspace/imgconvert_template.h:
9634         * gst/playback/gstdecodebin.c:
9635         * gst/playback/gstplaybasebin.h:
9636         * gst/playback/gstplaybin.c:
9637         * gst/playback/gststreaminfo.h:
9638         * gst/tcp/gstfdset.c:
9639         * gst/tcp/gstfdset.h:
9640         * gst/tcp/gstmultifdsink.c:
9641         * gst/tcp/gstmultifdsink.h:
9642         * gst/tcp/gsttcp.h:
9643         * gst/tcp/gsttcpclientsrc.c:
9644         * gst/tcp/gsttcpclientsrc.h:
9645         * gst/tcp/gsttcpplugin.h:
9646         * gst/tcp/gsttcpserversink.c:
9647         * gst/tcp/gsttcpserversrc.c:
9648         * gst/typefind/gsttypefindfunctions.c:
9649         * gst/videorate/gstvideorate.c:
9650         * gst/videotestsrc/gstvideotestsrc.h:
9651         * gst/videotestsrc/videotestsrc.h:
9652         * sys/v4l/gstv4lcolorbalance.h:
9653         * sys/v4l/gstv4ltuner.h:
9654         * sys/v4l/gstv4lxoverlay.h:
9655         * sys/v4l/v4l_calls.h:
9656         * sys/v4l/videodev_mjpeg.h:
9657         * tests/check/elements/audioconvert.c:
9658         * tests/check/elements/audioresample.c:
9659         * tests/check/elements/audiotestsrc.c:
9660         * tests/check/elements/videotestsrc.c:
9661         * tests/check/elements/volume.c:
9662         * tests/examples/seek/scrubby.c:
9663         * tests/examples/seek/seek.c:
9664           expand tabs
9665
9666 === release 0.10.0 ===
9667
9668 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9669
9670         * configure.ac:
9671           releasing 0.10.0, "Mont-d'or"
9672
9673 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9674
9675         * tests/examples/seek/Makefile.am:
9676         Build fix for when gtk is not available.
9677
9678 2005-12-05  Andy Wingo  <wingo@pobox.com>
9679
9680         * ext/libvisual/visual.c: (get_buffer):
9681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9682         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9683         * ext/theora/theoradec.c: (theora_handle_data_packet):
9684         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9685         (theora_enc_chain):
9686         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9687         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9688         Update for alloc_buffer changes.
9689
9690 2005-12-05  Andy Wingo  <wingo@pobox.com>
9691
9692         patch by: Kai Vehmanen <kv2004 eca cx>
9693         
9694         * gst-libs/gst/rtp/gstbasertpdepayload.c
9695         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9696
9697 2005-12-04  Andy Wingo  <wingo@pobox.com>
9698
9699         patch by: Sebastien Cote <sebas642 yahoo ca>
9700         
9701         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9702         Fixes #319172.
9703
9704 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * docs/plugins/Makefile.am:
9707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9709         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9710         * ext/pango/gstclockoverlay.c:
9711         * ext/pango/gsttextoverlay.c: 
9712         * ext/pango/gsttextrender.c:
9713         * ext/pango/gsttimeoverlay.c:
9714           Add gtk-doc blurbs to pango elements.
9715
9716 2005-12-02  Wim Taymans  <wim@fluendo.com>
9717
9718         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9719         * gst/audioresample/buffer.h:
9720         * gst/audioresample/gstaudioresample.c:
9721         * gst/audioresample/gstaudioresample.h:
9722         * gst/audioresample/resample.c: (resample_input_flush),
9723         (resample_input_pushthrough), (resample_input_eos),
9724         (resample_get_output_size_for_input),
9725         (resample_get_input_size_for_output), (resample_get_output_size),
9726         (resample_get_output_data):
9727         * gst/audioresample/resample.h:
9728         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9729         Fix audioresample, seek torture, new segments, reverse negotiation
9730         etc.. work fine.
9731
9732 2005-12-02  Wim Taymans  <wim@fluendo.com>
9733
9734         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9735         Small cleanups.
9736
9737 2005-12-02  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/audioconvert/gstaudioconvert.c:
9740         (gst_audio_convert_transform):
9741         Post errors.
9742
9743 === release 0.9.7 ===
9744
9745 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9746
9747         * configure.ac:
9748           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9749
9750 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9751
9752         * Makefile.am:
9753         * po/hu.po:
9754         * win32/MANIFEST:
9755         * win32/gst.sln:
9756           add win32 MANIFEST file
9757           do something to the hungarian translation
9758
9759 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * ext/Makefile.am:
9762           Add $(PANGO_DIR) to SUBDIRS
9763
9764         * ext/pango/gstclockoverlay.c:
9765         * ext/pango/gsttimeoverlay.c:
9766           Fix and improve element descriptions.
9767
9768 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9769
9770         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9771         * docs/plugins/inspect/plugin-libvisual.xml:
9772         * docs/plugins/inspect/plugin-pango.xml:
9773           add pango plugin to docs
9774
9775 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9776
9777         * configure.ac:
9778         * ext/Makefile.am:
9779           moved pango to base
9780
9781 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9782
9783         * configure.ac:
9784         * tests/Makefile.am:
9785         * tests/icles/.cvsignore:
9786         * tests/icles/Makefile.am:
9787         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9788         (close_display), (resize_window), (move_window), (create_window),
9789         (terminate_playback), (pause_playback), (start_playback), (main):
9790           add stress test for xoverlay from Julien
9791
9792 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9793
9794         * docs/libs/tmpl/gstcolorbalance.sgml:
9795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9796         * gst-libs/gst/rtp/gstbasertppayload.c:
9797         * gst-libs/gst/rtp/gstrtpbuffer.c:
9798         * gst-libs/gst/rtp/gstrtpbuffer.h:
9799           Do burger's rename for rtp payloaders and depayloaders
9800
9801 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9802
9803         * win32/:
9804           add Visual Studio 6 build files
9805
9806 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9807
9808         * docs/libs/gst-plugins-base-libs-docs.sgml:
9809         * docs/libs/gst-plugins-base-libs-sections.txt:
9810         * docs/libs/tmpl/gstaudio.sgml:
9811         * docs/libs/tmpl/gstringbuffer.sgml:
9812         * gst-libs/gst/interfaces/xoverlay.c:
9813         * gst-libs/gst/video/gstvideofilter.c:
9814         * gst-libs/gst/video/gstvideosink.c:
9815           update documentation
9816
9817 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9820         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9821         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9822         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9823         (gst_multi_fd_sink_get_stats),
9824         (gst_multi_fd_sink_remove_client_link),
9825         (gst_multi_fd_sink_handle_client_read),
9826         (gst_multi_fd_sink_client_queue_data),
9827         (gst_multi_fd_sink_client_queue_caps),
9828         (gst_multi_fd_sink_client_queue_buffer),
9829         (gst_multi_fd_sink_new_client),
9830         (gst_multi_fd_sink_handle_client_write),
9831         (gst_multi_fd_sink_recover_client),
9832         (gst_multi_fd_sink_queue_buffer),
9833         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9834         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9835         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9836         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9837         * gst/tcp/gstmultifdsink.h:
9838         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9839         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9840         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9841         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9842         (gst_tcp_client_sink_set_property),
9843         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9844         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9845         * gst/tcp/gsttcpclientsink.h:
9846         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9847         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9848         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9849         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9850         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9851         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9852         * gst/tcp/gsttcpclientsrc.h:
9853         * gst/tcp/gsttcpplugin.c: (plugin_init):
9854         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9855         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9856         (gst_tcp_server_sink_finalize),
9857         (gst_tcp_server_sink_handle_server_read),
9858         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9859         (gst_tcp_server_sink_set_property),
9860         (gst_tcp_server_sink_get_property),
9861         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9862         * gst/tcp/gsttcpserversink.h:
9863         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9864         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9865         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9866         (gst_tcp_server_src_set_property),
9867         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9868         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9869         * gst/tcp/gsttcpserversrc.h:
9870           more borgifying
9871
9872 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * docs/plugins/Makefile.am:
9875         * docs/plugins/gst-plugins-base-plugins.args:
9876         * docs/plugins/inspect/plugin-libvisual.xml:
9877         * gst/audioconvert/plugin.h:
9878         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9879         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9880         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9881         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9882         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9883         (plugin_init):
9884         * gst/audiotestsrc/gstaudiotestsrc.c:
9885         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9886         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9887         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9888         (gst_audio_test_src_get_query_types),
9889         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9890         (gst_audio_test_src_create_square),
9891         (gst_audio_test_src_create_saw),
9892         (gst_audio_test_src_create_triangle),
9893         (gst_audio_test_src_create_silence),
9894         (gst_audio_test_src_create_white_noise),
9895         (gst_audio_test_src_init_pink_noise),
9896         (gst_audio_test_src_generate_pink_noise_value),
9897         (gst_audio_test_src_create_pink_noise),
9898         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9899         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9900         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9901         (plugin_init):
9902         * gst/audiotestsrc/gstaudiotestsrc.h:
9903         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9904         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9905         (gst_sub_parse_init), (gst_sub_parse_formats),
9906         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9907         (convert_encoding), (get_next_line),
9908         (gst_sub_parse_data_format_autodetect),
9909         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9910         (gst_sub_parse_loop), (gst_sub_parse_chain),
9911         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9912         (plugin_init):
9913         * gst/subparse/gstsubparse.h:
9914         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9915         (gst_video_rate_base_init), (gst_video_rate_class_init),
9916         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9917         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9918         (gst_video_rate_init), (gst_video_rate_event),
9919         (gst_video_rate_chain), (gst_video_rate_set_property),
9920         (gst_video_rate_get_property), (gst_video_rate_change_state),
9921         (plugin_init):
9922         * gst/videoscale/gstvideoscale.c:
9923         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9924         (gst_video_scale_src_template_factory),
9925         (gst_video_scale_sink_template_factory),
9926         (gst_video_scale_get_type), (gst_video_scale_base_init),
9927         (gst_video_scale_class_init), (gst_video_scale_init),
9928         (gst_video_scale_set_property), (gst_video_scale_get_property),
9929         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9930         (gst_video_scale_prepare_size), (parse_caps),
9931         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9932         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9933         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9934         (plugin_init):
9935         * gst/videoscale/gstvideoscale.h:
9936         * gst/videotestsrc/gstvideotestsrc.c:
9937         (gst_video_test_src_pattern_get_type),
9938         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9939         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9940         (gst_video_test_src_set_pattern),
9941         (gst_video_test_src_set_property),
9942         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9943         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9944         (gst_video_test_src_event), (gst_video_test_src_get_times),
9945         (gst_video_test_src_create), (plugin_init):
9946         * gst/videotestsrc/gstvideotestsrc.h:
9947         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9948         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9949         (gst_video_test_src_black):
9950         * gst/videotestsrc/videotestsrc.h:
9951           borgify further
9952           clean up docs a little
9953
9954 2005-11-30  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9957         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9958         (gst_basertppayload_event), (gst_basertppayload_push),
9959         (gst_basertppayload_change_state):
9960         * gst-libs/gst/rtp/gstbasertppayload.h:
9961         closed #320644.
9962
9963 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9964
9965         * docs/libs/gst-plugins-base-libs-docs.sgml:
9966         * docs/libs/gst-plugins-base-libs-sections.txt:
9967         * gst-libs/gst/video/gstvideofilter.c:
9968         * gst-libs/gst/video/gstvideosink.c:
9969         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9970
9971 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9972
9973         * LICENSE:
9974           move
9975         * po/af.po:
9976         * po/az.po:
9977         * po/cs.po:
9978         * po/en_GB.po:
9979         * po/hu.po:
9980         * po/it.po:
9981         * po/nb.po:
9982         * po/nl.po:
9983         * po/or.po:
9984         * po/sq.po:
9985         * po/sr.po:
9986         * po/sv.po:
9987         * po/uk.po:
9988         * po/vi.po:
9989         * Makefile.am:
9990           update
9991         * scripts/autoplugins.sh:
9992           remove
9993
9994 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9995
9996         * Makefile.am:
9997         * configure.ac:
9998         * examples/Makefile.am:
9999         * examples/capsfilter/Makefile.am:
10000         * examples/capsfilter/capsfilter1.c:
10001         * examples/gob/Makefile.am:
10002         * examples/gob/gst-identity2.gob:
10003         * examples/indexing/.cvsignore:
10004         * examples/indexing/Makefile.am:
10005         * examples/indexing/indexmpeg.c:
10006         * examples/seeking/.cvsignore:
10007         * examples/seeking/Makefile.am:
10008         * examples/seeking/cdparanoia.c:
10009         * examples/seeking/cdplayer.c:
10010         * examples/seeking/chained.c:
10011         * examples/seeking/scrubby.c:
10012         * examples/seeking/seek.c:
10013         * examples/stats/Makefile.am:
10014         * examples/stats/mp2ogg.c:
10015         * examples/switch/.cvsignore:
10016         * examples/switch/Makefile.am:
10017         * examples/switch/switcher.c:
10018         * tests/Makefile.am:
10019         * tests/check/generic/.cvsignore:
10020         * tests/check/pipelines/.cvsignore:
10021         * tests/examples/Makefile.am:
10022         * tests/examples/seek/Makefile.am:
10023           reorganize stuff under tests/
10024
10025 2005-11-30  Edward Hervey  <edward@fluendo.com>
10026
10027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10028         Go away you stupid GstStaticPadTemplate memleak.
10029
10030 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10031
10032         * gst-libs/gst/net/Makefile.am:
10033         * gst-libs/gst/net/README:
10034         * gst-libs/gst/net/gstnetbuffer.c:
10035         * gst-libs/gst/net/gstnetbuffer.h:
10036           this was moved to "netbuffer"
10037
10038 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10039
10040         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10041         (gst_video_filter_class_init), (gst_video_filter_init):
10042         * gst-libs/gst/video/gstvideofilter.h:
10043           borgify name to bring in line with other classes
10044
10045 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10046
10047         * gst/audioscale/.cvsignore:
10048         * gst/audioscale/Makefile.am:
10049         * gst/audioscale/README:
10050         * gst/audioscale/audioscale.vcproj:
10051         * gst/audioscale/dtof.c:
10052         * gst/audioscale/dtos.c:
10053         * gst/audioscale/functable.c:
10054         * gst/audioscale/gstaudioscale.c:
10055         * gst/audioscale/gstaudioscale.h:
10056         * gst/audioscale/private.h:
10057         * gst/audioscale/resample.c:
10058         * gst/audioscale/resample.h:
10059         * gst/audioscale/test.c:
10060           remove
10061
10062 2005-11-30  Edward Hervey  <edward@fluendo.com>
10063
10064         * gst-libs/gst/netbuffer/Makefile.am:
10065         really, really tired
10066
10067 2005-11-30  Edward Hervey  <edward@fluendo.com>
10068
10069         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10070         Update for new GstTypeFindFactory _register()
10071
10072 2005-11-30  Edward Hervey  <edward@fluendo.com>
10073
10074         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10075         Let's not override libgstnet from core for no reason...
10076         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10077         Ok, maybe not so quick next time.
10078
10079 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10080
10081         * configure.ac:
10082         * gst-libs/gst/Makefile.am:
10083           moved gst-libs/gst/net to netbuffer through CVS surgery
10084           remove old directory
10085           updating build to accomodate
10086           (#322257)
10087
10088 2005-11-29  Andy Wingo  <wingo@pobox.com>
10089
10090         * pkgconfig/gstreamer-plugins-base.pc.in:
10091         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10092         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10093         (#322257).
10094
10095 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10096
10097         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10098         3rd time's the charm. Correct ref-counting for discarded buffers.
10099
10100 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10101
10102         * gst/playback/gststreamselector.c:
10103         (gst_stream_selector_class_init),
10104         (gst_stream_selector_set_property),
10105         (gst_stream_selector_get_property),
10106         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10107         Fix ref-counting
10108
10109 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst/subparse/gstsubparse.c: (feed_textbuf):
10112           Don't access already unref'ed buffer.
10113
10114 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10115
10116         * gst/playback/gststreamselector.c:
10117         (gst_stream_selector_class_init), (gst_stream_selector_init),
10118         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10119         (gst_stream_selector_get_property),
10120         (gst_stream_selector_get_linked_pad),
10121         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10122         * gst/playback/gststreamselector.h:
10123         Add the active-pad property for playbin to use shortly. Ignore buffers
10124         from any other pad, returning GST_FLOW_NOT_LINKED
10125
10126 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10127
10128         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10129         patch from bug #322704 (Alessandro Decina).
10130
10131 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * gst-libs/gst/audio/Makefile.am:
10134           folded audiofilter into the audio library
10135
10136 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * gst/videoscale/gstvideoscale.h:
10139         * gst/videoscale/gstvideoscale.c:
10140           remove unimplemented scale methods
10141
10142 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10145           Don't leak caps.
10146
10147 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10148
10149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10150         (gst_ximagesink_setcaps):
10151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10152         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10153         happens (only visible on ximagesink but bug is in xv too) set_caps was
10154         destroying the internal x[v]image used to memcpy non locally alloced
10155         buffers so that it got renewed on next _chain. The issue is that 
10156         _expose will try to put that image as it reffed it in _put.
10157         Using gst_buffer_unref instead of destroy fixes it !
10158
10159 2005-11-28  Edward Hervey  <edward@fluendo.com>
10160
10161         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10162         (try_to_link_1), (queue_filled_cb):
10163         Better use of the queues. Start with a small size queue and only increase
10164         the size of the queues when the other queues are empty.
10165
10166 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10167
10168         * gst-libs/gst/video/Makefile.am:
10169           compile in copied-over videofilter into the video library
10170         * gst-libs/gst/video/videosink.h:
10171           rename the header to gstvideosink.h since it's a base GstObject class
10172         * sys/ximage/ximagesink.h:
10173         * sys/xvimage/xvimagesink.h:
10174           use the new header
10175
10176 2005-11-28  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10179         * gst/playback/gstplaybasebin.h:
10180         Prepare to handle errors betters.
10181
10182         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10183         Set sinks to PAUSED first before adding and linking them so that
10184         we don't interrupt dataflow.
10185
10186 2005-11-28  Wim Taymans  <wim@fluendo.com>
10187
10188         * gst-libs/gst/audio/TODO:
10189         Updated TODO
10190
10191         * gst-libs/gst/audio/gstaudiosink.c:
10192         (gst_audioringbuffer_open_device),
10193         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10194         (gst_audioringbuffer_release):
10195         Small cleanups.
10196
10197         * gst-libs/gst/audio/gstbaseaudiosink.c:
10198         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10199         (gst_base_audio_sink_change_state):
10200         Slave to the master clock when going to PLAYING and unslave when
10201         going to PAUSED.
10202
10203         * gst-libs/gst/audio/gstringbuffer.c:
10204         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10205         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10206         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10207         (gst_ring_buffer_clear_all), (wait_segment),
10208         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10209         (gst_ring_buffer_advance):
10210         * gst-libs/gst/audio/gstringbuffer.h:
10211         Add some docs and cleanups.
10212
10213 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10214
10215         * sys/xvimage/xvimagesink.c:
10216         (gst_xvimagesink_navigation_send_event): Fix navigation events
10217         coordinates translation with pixel aspect ratios.
10218
10219 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10220
10221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10222         Use calculated video geometry from _setcaps instead of buffer
10223         caps to respect pixel aspect ratio. (fixes #322388)
10224
10225 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10226
10227         * docs/libs/tmpl/gstcolorbalance.sgml:
10228         * docs/libs/tmpl/gstmixer.sgml:
10229         * docs/libs/tmpl/gstxoverlay.sgml:
10230         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10231         interface.
10232
10233 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10234
10235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10236         Refuse to create an XvImage if we can't find the format.
10237
10238 2005-11-28  Edward Hervey  <edward@fluendo.com>
10239
10240         * gst-libs/gst/riff/riff-media.c:
10241         (gst_riff_create_audio_template_caps):
10242         Add ATRAC3 to the list of riff-possible audio caps.
10243         I know we still don't have a plugin for atrac3, but it's saner to output
10244         that than a cryptic mimetype.
10245
10246 2005-11-27  Edward Hervey  <edward@fluendo.com>
10247
10248         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10249         Don't try to create a zero-sized subbuffer.
10250
10251 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10252
10253         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10254         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10255         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10256         (gst_ximagesink_expose): Fixed a tricky race.
10257         * sys/ximage/ximagesink.h:
10258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10259         (gst_xvimagesink_expose): Fixed a tricky race.
10260         * sys/xvimage/xvimagesink.h:
10261
10262 2005-11-27  Edward Hervey  <edward@fluendo.com>
10263
10264         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10265         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10266         Remove unused properties, and add queues between demuxers and decoders
10267         so that a lot more files can preroll properly.
10268
10269 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10270
10271         * gst-libs/gst/net/Makefile.am:
10272         * gst-libs/gst/rtp/Makefile.am:
10273         * gst-libs/gst/tag/Makefile.am:
10274           remove silly include
10275         * gst/tags/Makefile.am:
10276         * gst/tags/gsttagediting.c:
10277         * gst/tags/gsttageditingprivate.h:
10278         * gst/tags/tagedit.vcproj:
10279           remove directory, is as good as empty
10280
10281 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10282
10283         * configure.ac:
10284           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10285         * gst-libs/Makefile.am:
10286         * gst-libs/gst/audio/Makefile.am:
10287         * gst-libs/gst/interfaces/Makefile.am:
10288         * gst-libs/gst/net/Makefile.am:
10289         * gst-libs/gst/riff/Makefile.am:
10290         * gst-libs/gst/rtp/Makefile.am:
10291         * gst-libs/gst/tag/Makefile.am:
10292         * gst-libs/gst/video/Makefile.am:
10293           and use them
10294
10295 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10296
10297         * docs/libs/tmpl/gstcolorbalance.sgml:
10298         * docs/libs/tmpl/gstmixer.sgml:
10299         * docs/libs/tmpl/gstxoverlay.sgml:
10300         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10301         * sys/ximage/ximagesink.h:
10302         * sys/xvimage/xvimagesink.h: More and more documentation.
10303
10304 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10305
10306         * docs/libs/gst-plugins-base-libs-docs.sgml:
10307         * docs/libs/gst-plugins-base-libs-sections.txt:
10308         * docs/libs/tmpl/gstcolorbalance.sgml:
10309         * docs/libs/tmpl/gstmixer.sgml:
10310         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10311         to documentation.
10312
10313 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10314
10315         * docs/plugins/Makefile.am:
10316         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10317         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10318         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10319
10320 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10321
10322         * docs/plugins/Makefile.am:
10323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10325         * docs/plugins/inspect/plugin-adder.xml:
10326         * docs/plugins/inspect/plugin-alsa.xml:
10327         * docs/plugins/inspect/plugin-audioconvert.xml:
10328         * docs/plugins/inspect/plugin-audiorate.xml:
10329         * docs/plugins/inspect/plugin-audioresample.xml:
10330         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10331         * docs/plugins/inspect/plugin-decodebin.xml:
10332         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10333         * docs/plugins/inspect/plugin-gnomevfs.xml:
10334         * docs/plugins/inspect/plugin-ogg.xml:
10335         * docs/plugins/inspect/plugin-playbin.xml:
10336         * docs/plugins/inspect/plugin-subparse.xml:
10337         * docs/plugins/inspect/plugin-tcp.xml:
10338         * docs/plugins/inspect/plugin-theora.xml:
10339         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10340         * docs/plugins/inspect/plugin-video4linux.xml:
10341         * docs/plugins/inspect/plugin-videorate.xml:
10342         * docs/plugins/inspect/plugin-videoscale.xml:
10343         * docs/plugins/inspect/plugin-videotestsrc.xml:
10344         * docs/plugins/inspect/plugin-volume.xml:
10345         * docs/plugins/inspect/plugin-vorbis.xml:
10346         * docs/plugins/inspect/plugin-ximagesink.xml:
10347         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10348         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10349
10350 2005-11-26  Edward Hervey  <edward@fluendo.com>
10351
10352         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10353         Properly return GstFlowReturn from gst_pad_push in chain functions.
10354
10355 2005-11-25  Michael Smith  <msmith@fluendo.com>
10356
10357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10358         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10359         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10360         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10361           Handle various conditions better when we don't understand a stream.
10362           Removes a heap of CRITICALs on ogg streams containing unknown data.
10363
10364 2005-11-24  Andy Wingo  <wingo@pobox.com>
10365
10366         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10367         Be threadsafe.
10368
10369 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10370
10371         * configure.ac: back to HEAD
10372
10373 === release 0.9.6 ===
10374
10375 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10376
10377         * configure.ac:
10378           releasing 0.9.6, "White Eight"
10379
10380 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10381
10382         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10383         * docs/plugins/inspect/plugin-sine.xml:
10384           remove sinesrc some more
10385
10386 2005-11-23  Wim Taymans  <wim@fluendo.com>
10387
10388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10389         If we are reading too slowly, jump forward in the ringbuffer
10390         instead of blocking.
10391
10392 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10395         (gst_visual_chain):
10396         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10397         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10398         (gst_videorate_chain):
10399         * gst/videotestsrc/gstvideotestsrc.c:
10400         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10401         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10402         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10403         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10404         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10405         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10406           Updates for API changes
10407
10408 2005-11-23  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst-libs/gst/audio/gstbaseaudiosink.c:
10411         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10412         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10413         Fix for calibration API change.
10414
10415 2005-11-23  Michael Smith <msmith@fluendo.com>
10416
10417         * gst-libs/gst/audio/multichannel.c:
10418         (gst_audio_get_channel_positions),
10419         (gst_audio_set_channel_positions),
10420         (gst_audio_set_structure_channel_positions_list),
10421         (gst_audio_fixate_channel_positions):
10422           Use gst_value_array_*() functions on value arrays, not
10423           gst_value_list_*().
10424
10425 2005-11-23  Edward Hervey  <edward@fluendo.com>
10426
10427         * autogen.sh:
10428         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10429         Fixes autogen
10430
10431 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10432
10433         * check/Makefile.am:
10434         * check/elements/videotestsrc.c: (setup_videotestsrc),
10435         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10436         (main):
10437           add a test for videotestsrc
10438
10439 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * gst/sine/.cvsignore:
10442         * gst/sine/Makefile.am:
10443         * gst/sine/gstsinesrc.c:
10444         * gst/sine/gstsinesrc.h:
10445         * gst/sine/sinesrc.vcproj:
10446           and remove sinesrc from the repository.  Closes #321446
10447
10448 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10449
10450         * configure.ac:
10451         * gst-plugins-base.spec.in:
10452           remove sinesrc from the build
10453
10454 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10455
10456         * check/Makefile.am:
10457         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10458         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10459         (main):
10460           add a test for audiotestsrc, testing all waves.  Even seems
10461           leak-free at first glance, nice job Stefan
10462
10463 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10464
10465         * po/af.po:
10466         * po/az.po:
10467         * po/cs.po:
10468         * po/en_GB.po:
10469         * po/hu.po:
10470         * po/it.po:
10471         * po/nb.po:
10472         * po/nl.po:
10473         * po/or.po:
10474         * po/sq.po:
10475         * po/sr.po:
10476         * po/sv.po:
10477         * po/uk.po:
10478         * po/vi.po:
10479           Translation string updates
10480
10481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10482         (gst_v4lsrc_set_caps):
10483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10484         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10485         * sys/v4l/v4lsrc_calls.h:
10486           Improve v4lsrc, by making it work again.
10487
10488 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10489
10490         * ext/libvisual/visual.c: (gst_visual_chain):
10491           Fix the fps calculations.
10492
10493         * gst/ffmpegcolorspace/avcodec.h:
10494           Move structure element for clarity
10495
10496         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10497         * gst-libs/gst/interfaces/tunernorm.h:
10498         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10501         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10502         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10503         (gst_v4lmjpegsrc_getcaps):
10504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10505         (gst_v4lsrc_set_caps):
10506         * sys/v4l/gstv4lsrc.h:
10507         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10509         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10510         * sys/v4l/v4lsrc_calls.h:
10511           Fractional framerates...
10512
10513 2005-11-22  Wim Taymans  <wim@fluendo.com>
10514
10515         * gst-libs/gst/audio/gstbaseaudiosink.c:
10516         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10517         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10518         And we provide a clock by default, of course...
10519
10520 2005-11-22  Wim Taymans  <wim@fluendo.com>
10521
10522         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10523         This clock can be slaved to a master clock now.
10524
10525         * gst-libs/gst/audio/gstbaseaudiosink.c:
10526         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10527         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10528         (gst_base_audio_sink_set_clock),
10529         (gst_base_audio_sink_set_property),
10530         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10531         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10532         * gst-libs/gst/audio/gstbaseaudiosink.h:
10533         Handle slaving the internal clock to the clock selected in the
10534         pipeline.
10535         Add property to make the basesink not provide a clock.
10536
10537         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10538         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10539         (gst_base_rtp_depayload_wait):
10540         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10541         We can use the clock in GstElement, no need to store it ourselves.
10542
10543 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10544
10545         * docs/libs/tmpl/gstaudio.sgml:
10546           update
10547         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10548         (gst_paranoia_endian_get_type):
10549         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10550         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10551         * gst/audiotestsrc/gstaudiotestsrc.c:
10552         (gst_audiostestsrc_wave_get_type):
10553         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10554         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10555         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10556         (gst_sync_method_get_type), (gst_unit_type_get_type),
10557         (gst_client_status_get_type), (gst_multifdsink_class_init),
10558         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10559         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10560         (gst_multifdsink_get_property):
10561         * gst/tcp/gstmultifdsink.h:
10562         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10563         * gst/videotestsrc/gstvideotestsrc.c:
10564         (gst_videotestsrc_pattern_get_type):
10565           remove deprecated properties
10566           fix up enums to correctly have short lowercase dashed nicks
10567
10568 2005-11-22  Michael Smith <msmith@fluendo.com>
10569
10570         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10572           Add underscore.
10573
10574 2005-11-22  Michael Smith <msmith@fluendo.com>
10575
10576         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10577         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10578           Use utility method for scaling clocktime for fractional framerates.
10579
10580 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10581
10582         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10583         (gst_visual_chain):
10584         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10585         * ext/theora/theoradec.c: (theora_handle_type_packet):
10586         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10587         (theora_enc_chain):
10588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10589         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10590         * gst-libs/gst/video/video.h:
10591         * gst/ffmpegcolorspace/avcodec.h:
10592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10593         (gst_ffmpeg_caps_to_pixfmt):
10594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10595         (gst_ffmpegcsp_set_caps):
10596         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10597         (gst_videorate_setcaps), (gst_videorate_blank_data),
10598         (gst_videorate_chain):
10599         * gst/videotestsrc/gstvideotestsrc.c:
10600         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10601         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10602         (gst_videotestsrc_event), (gst_videotestsrc_create):
10603         * gst/videotestsrc/gstvideotestsrc.h:
10604         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10605         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10606         (gst_ximagesink_get_times), (gst_ximagesink_init):
10607         * sys/ximage/ximagesink.h:
10608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10609         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10610         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10611         * sys/xvimage/xvimagesink.h:
10612           Convert elements to use fractions for their framerate.
10613           V4L elements to come later tonight.
10614
10615 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         * gst-libs/gst/audio/audio.c:
10618         * gst-libs/gst/audio/audio.h:
10619           remove some deprecated functions
10620
10621 2005-11-22  Andy Wingo  <wingo@pobox.com>
10622
10623         * Update for gst_tag_setter API changes.
10624
10625 2005-11-22  Andy Wingo  <wingo@pobox.com>
10626
10627         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10628         (gst_ogg_demux_perform_seek):
10629         * ext/theora/theoradec.c (theora_dec_sink_event):
10630         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10631         update-funcnames.
10632
10633 2005-11-22  Wim Taymans  <wim@fluendo.com>
10634
10635         * examples/seeking/seek.c: (main):
10636         Give higher priority to bus signals than the gtk events
10637         to fix a race condition in the segment looping.
10638
10639 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * ext/theora/Makefile.am:
10642         * ext/vorbis/Makefile.am:
10643         * gst-libs/gst/tag/Makefile.am:
10644         * gst-plugins-base.spec.in:
10645           Rename libgsttagedit to libgsttag (#322117).
10646
10647 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10651           Call gst_x_overlay_prepare_xwindow_id() to give applications
10652           a final chance to set their own xwindow id before the video
10653           sink creates its own window.
10654
10655 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10656
10657         * sys/xvimage/xvimagesink.c:
10658         (gst_xvimagesink_navigation_send_event): Handle navigation
10659         events correcly with borders if applicable.
10660
10661 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         Patch by: Luca Ognibene
10664
10665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10666         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10668         (gst_ffmpegcsp_caps_remove_format_info):
10669         * gst/ffmpegcolorspace/imgconvert.c:
10670         * gst/ffmpegcolorspace/imgconvert_template.h:
10671           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10672           #318353); use gst_structure_has_name().
10673
10674 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10675
10676         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10677         (gst_ximagesink_class_init): Add debug macros on functions.
10678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10679         (gst_xvimagesink_xwindow_draw_borders),
10680         (gst_xvimagesink_xvimage_put),
10681         (gst_xvimagesink_xwindow_update_geometry),
10682         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10683         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10684         (gst_xvimagesink_xcontext_clear),
10685         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10686         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10687         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10688         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10689         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10690         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10691         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10692         expose while being PAUSED, out of data flow navigation events, etc..
10693
10694 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10695
10696         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10697         * gst-libs/gst/audio/audio.h:
10698           fix prototype - wondering why the test worked regardless
10699
10700 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10701
10702         * check/Makefile.am:
10703         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10704         * gst-libs/gst/audio/audio.h:
10705           add a method that returns a proper GstClockTime
10706
10707 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10710         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10711         * gst-libs/gst/interfaces/xoverlay.h:
10712           Remove everything having to do with the desired size; add 
10713           gst_x_overlay_prepare_xwindow_id() function; remove the
10714           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10715           post a message on the bus instead (#321816).
10716
10717         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10719         (gst_xvimagesink_xoverlay_init):
10720           Remove desired size stuff (#321816).
10721
10722 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10725         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10726         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10727           Terminate vararg functions with NULL instead of 0 to 
10728           make gcc4 happy.
10729
10730 2005-11-21  Andy Wingo  <wingo@pobox.com>
10731
10732         patch by: Sebastien Cote <sebas642@yahoo.ca>
10733         
10734         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10735         * gst-libs/gst/rtp/gstrtpbuffer.c
10736         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10737
10738 2005-11-21  Andy Wingo  <wingo@pobox.com>
10739
10740         * gst/playback/gstplaybin.c (gen_audio_element) 
10741         (gen_video_element): Use the new MISSING_PLUGIN core error
10742         category. Closes #320060.
10743
10744         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10745         * gst/videorate/gstvideorate.c (gst_videorate_event):
10746         * ext/theora/theoradec.c (theora_dec_sink_event): 
10747         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10748         stream lock.
10749
10750         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10751         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10752         stream lock changes.
10753
10754 2005-11-21  Wim Taymans  <wim@fluendo.com>
10755
10756         * gst-libs/gst/audio/gstbaseaudiosink.c:
10757         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10758         (gst_base_audio_sink_provide_clock),
10759         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10760         (gst_base_audio_sink_change_state):
10761         * gst/audioresample/gstaudioresample.c:
10762         Segment update fix.
10763
10764 2005-11-21  Andy Wingo  <wingo@pobox.com>
10765
10766         * *.h:
10767         * *.c: Ran scripts/update-macros. Oh yes.
10768
10769 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         * sys/ximage/Makefile.am:
10772         * sys/ximage/ximage.c:
10773           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10774           remove your old libgstximage.* manually if necessary).
10775
10776 2005-11-21  Michael Smith <msmith@fluendo.com>
10777
10778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10779           Minimal fix for bug #320200: set the min/max bitrate in the correct
10780           units. A better fix would be to upgrade to the RATEMANAGE2
10781           interface, rather than using the deprecated interface used here, but
10782           that would require an update in our libvorbis dependency (to 1.1),
10783           which is probably undesirable.
10784
10785 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10786
10787         * ext/libvisual/visual.c: (get_buffer):
10788         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10789         (gst_base_audio_src_fixate):
10790         * gst/audioconvert/gstaudioconvert.c:
10791         (gst_audio_convert_fixate_caps):
10792         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10793         * gst/audiotestsrc/gstaudiotestsrc.c:
10794         (gst_audiotestsrc_src_fixate):
10795         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10796         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10798         * gst/videotestsrc/gstvideotestsrc.c:
10799         (gst_videotestsrc_src_fixate):
10800         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10802           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10803           (#322027)
10804
10805
10806 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10809         (gst_riff_create_iavs_caps):
10810         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10811         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10812         (gst_riff_parse_info):
10813         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10816           Fixes for GST_FOURCC_FORMAT API change.
10817
10818 2005-11-21  Andy Wingo  <wingo@pobox.com>
10819
10820         patch by: Alessandro Dessina <alessandro nnva org>
10821
10822         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10823         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10824         (gst_ogg_parse_chain):
10825         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10826         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10827         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10828         gst_value_list calls on arrays. Fixes #321962.
10829
10830 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10833         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10834         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10835         * gst/adder/gstadder.c: (gst_adder_init),
10836         (gst_adder_request_new_pad), (gst_adder_collected),
10837         (gst_adder_change_state):
10838           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10839           API change.
10840
10841 2005-11-21  Michael Smith <msmith@fluendo.com>
10842
10843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10844         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10845           Properly handle pad_push return values.
10846
10847 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10848
10849         * gst-libs/gst/tag/Makefile.am:
10850         * gst-libs/gst/tag/gstvorbistag.c:
10851         (gst_tag_list_to_vorbiscomment_buffer):
10852           Remove obsolete vorbistag element and debug category.
10853
10854         * gst/playback/gstplaybasebin.c: (check_queue):
10855           Don't divide by 0 when queue-threshold is 0.
10856
10857         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10858           Don't modify an existing pixel-aspect-ratio if we fail to read
10859           a new one.
10860
10861 2005-11-20  Wim Taymans  <wim@fluendo.com>
10862
10863         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10864         (gst_vorbisenc_push_packet):
10865         GST_PAD_IS_USABLE is gone, use the return value of
10866         the push or pad_alloc_buffer instead.
10867
10868 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10869
10870         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10871         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10872         (gst_ximagesink_ximage_destroy),
10873         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10874         (gst_ximagesink_xwindow_new),
10875         (gst_ximagesink_xwindow_update_geometry),
10876         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10877         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10878         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10879         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10880         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10881         (gst_ximagesink_navigation_send_event),
10882         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10883         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10884         (gst_ximagesink_finalize), (gst_ximagesink_init),
10885         (gst_ximagesink_class_init):
10886         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10887         This new version brings correct software scaling, non flickering
10888         window while resizing, pixel aspect ratio handling, usage of
10889         hardware buffer pools, out of data flow event thread for 
10890         navigation and handling of expose events even when being PAUSED,
10891         a new property to keep video aspect ratio when resizing, etc...
10892
10893 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10894
10895         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10896         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10897         handling of PAR.
10898
10899 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10900
10901         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10902         Unsetting IS_SINK flag from the fakesink, so decodebin
10903         never behaves as a sink.
10904
10905 2005-11-17  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10908         (gst_base_audio_src_change_state):
10909         Fix the audiosrc base class again, we did not unflush.
10910
10911 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10912
10913         * examples/seeking/seek.c: (make_dv_pipeline),
10914         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10915         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10916         to ogg/vorbis/theora pipeline.
10917
10918 2005-11-17  Wim Taymans  <wim@fluendo.com>
10919
10920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10921         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10922         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10923         Fix EOS on multiple streams.
10924         More debugging.
10925
10926 2005-11-16  Wim Taymans  <wim@fluendo.com>
10927
10928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10929         (gst_ogg_demux_perform_seek):
10930         Segment done must include stream time.
10931
10932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10933         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10934         (gst_ogg_mux_change_state):
10935         Fix ogg muxer again.
10936
10937 2005-11-16  Wim Taymans  <wim@fluendo.com>
10938
10939         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10940         Fix compile again.
10941
10942 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10943
10944         * ext/libvisual/visual.c: (gst_visual_init):
10945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10946         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10947         (gst_ogg_parse_chain):
10948         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10949         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10950         * ext/theora/theoradec.c: (gst_theora_dec_init):
10951         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10952         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10953         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10954         * gst/adder/gstadder.c: (gst_adder_class_init),
10955         (gst_adder_dispose):
10956         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10957         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10958         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10959           Fix a whole set of pad template leaks
10960
10961 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10962
10963         * check/generic/states.c: (GST_START_TEST):
10964           fix the test so that it only checks for elements that are part of
10965           this source module
10966
10967 2005-11-16  Michael Smith <msmith@fluendo.com>
10968
10969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10970         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10971         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10972         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10973         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10974         (gst_ogg_mux_change_state):
10975           Fix leaking collectpads.
10976
10977 2005-11-16  Edward Hervey  <edward@fluendo.com>
10978
10979         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10980         (gst_videorate_event), (gst_videorate_chain):
10981         Handle segment seeks
10982
10983 2005-11-16  Wim Taymans  <wim@fluendo.com>
10984
10985         * gst-libs/gst/audio/gstbaseaudiosink.c:
10986         (gst_base_audio_sink_provide_clock),
10987         (gst_base_audio_sink_change_state):
10988         Set ringbuffer to non-flushing when going to PAUSED, set to
10989         flushing again when going to READY.
10990
10991         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10992         (gst_ring_buffer_stop):
10993         Start in flushing mode by default.
10994         Don't set flushing in the _stop method, let the app call
10995         this explicitly.
10996
10997 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10998
10999         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11000         * gst-libs/gst/video/videosink.h: Add helper function needed
11001         for video sinks.
11002
11003 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * gst/videoscale/gstvideoscale.c:
11006         (gst_videoscale_handle_src_event):
11007           Don't leak reference to pad parent.
11008
11009 2005-11-16  Wim Taymans  <wim@fluendo.com>
11010
11011         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11012         Set ringbuffer to flushing when stopping so that we don't
11013         block on wait_segment anymore and livelock.
11014
11015 2005-11-16  Wim Taymans  <wim@fluendo.com>
11016
11017         * examples/seeking/seek.c: (send_event), (do_seek),
11018         (loop_toggle_cb), (segment_done), (main):
11019         Added looping checkbox.
11020
11021 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11022
11023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11024         (gst_ogg_demux_init):
11025         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11026         (gst_vorbis_dec_init):
11027           revert unrefs, they don't pass make check
11028
11029 2005-11-15  Johan Dahlin  <johan@gnome.org>
11030
11031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11032         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11034         (gst_vorbis_dec_init):
11035         Fix pad template leaks. 
11036
11037 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11040           Make state change function thread safe.
11041
11042 2005-11-15  Edward Hervey  <edward@fluendo.com>
11043
11044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11045         (gst_ogg_demux_class_init):
11046         Implement GstElement::send_event, so we can send seek events
11047         in GST_STATE_READY
11048
11049 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11050
11051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11052         Discovered how to take away flickering while resizing the
11053         window. Please don't put that in ximagesink, refactoring in
11054         progress.
11055
11056 2005-11-14  Michael Smith <msmith@fluendo.com>
11057
11058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11059         (gst_multifdsink_render):
11060           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11061
11062 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         * gst/playback/gstplaybin.c: (gen_audio_element):
11065           Use autoaudiosink, it tends to be more widely available than
11066           autoaudiiosink.
11067           
11068 2005-11-14  Andy Wingo  <wingo@pobox.com>
11069
11070         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11071         as well if it is available. Fixes #316442.
11072
11073 2005-11-14  Michael Smith <msmith@fluendo.com>
11074
11075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11076         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11077         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11078         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11079         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11080         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11082         (gst_vorbisenc_change_state):
11083           Fix a small memory leak in vorbisenc.
11084           Fix large memory leaks in oggmux, also fix lots of state change
11085           bugs in oggmux.
11086
11087 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11088
11089         * gst/videotestsrc/gstvideotestsrc.c:
11090         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11091         (gst_videotestsrc_src_fixate):
11092           move fixation to a fixate function
11093           remove negotiate function, basesrc's is good enough
11094           fixes a bug for check when using the element alone
11095
11096 2005-11-13  Edward Hervey  <edward@fluendo.com>
11097
11098         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11099         (key_toggle_cb), (main):
11100         Added checkboxes for adding/removing the accurate and key_unit seek
11101         flags.
11102
11103 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11104
11105         * configure.ac: back to HEAD
11106
11107 === release 0.9.5 ===
11108
11109 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11110
11111         * configure.ac:
11112           releasing 0.9.5, "No No Kia"
11113
11114 2005-11-11  Edward Hervey  <edward@fluendo.com>
11115
11116         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11117         Added parse-launch syntax seeking mode for the seeking example.
11118         This should help stress-test even more cases.
11119         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11120
11121 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * sys/xvimage/xvimagesink.c:
11124         (gst_xvimagesink_navigation_send_event):
11125           Check whether peer pad exists before sending navigation events
11126           to it.
11127
11128 2005-11-11  Michael Smith <msmith@fluendo.com>
11129
11130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11131         (gst_vorbisenc_buffer_from_packet):
11132         * ext/vorbis/vorbisenc.h:
11133           Set duration on encoded buffers. This allows oggmux's
11134           max_page_delay parameter to actually work.
11135
11136 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11137
11138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11139         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11140         (gst_ffmpegcsp_avpicture_fill):
11141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11142         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11143           Make palettes work again (see #132341). Use our own macros
11144           for rounding up.
11145
11146 2005-11-10  Andy Wingo  <wingo@pobox.com>
11147
11148         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11149         string doober.
11150
11151 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11154         (gst_ffmpegcsp_transform_caps):
11155           Prefer passthrough in transform_caps
11156
11157 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11158
11159         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11160           check for ALSA errors properly, instead of relying on ALSA's
11161           error strings to serve to the user.
11162
11163 2005-11-10  Wim Taymans  <wim@fluendo.com>
11164
11165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11166         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11167         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11168         Modernise the seek code.
11169
11170 2005-11-10  Michael Smith <msmith@fluendo.com>
11171         
11172         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11173         (setup_substreams), (set_active_source):
11174           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11175           trying to go to NULL if we failed to read a file.
11176
11177 2005-11-10  Wim Taymans  <wim@fluendo.com>
11178
11179         * gst/audiotestsrc/gstaudiotestsrc.c:
11180         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11181         (gst_audiotestsrc_create):
11182         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11183         (gst_sinesrc_get_times), (gst_sinesrc_create):
11184         * gst/videotestsrc/gstvideotestsrc.c:
11185         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11186         (gst_videotestsrc_create):
11187         The base class can now sync for us.
11188
11189 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11192           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11193           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11194           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11195           format=(fourcc)I420" ! xvimagesink
11196
11197 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11200         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11201         (gst_sinesrc_newsegment):
11202           Send newsegment event in TIME format, set duration if
11203           num-buffers is set, fix duration querying.
11204
11205 2005-11-10  Michael Smith <msmith@fluendo.com>
11206
11207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11208         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11209         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11210         (gst_ogg_mux_collected):
11211          Fix EOS handling, partially. Now forwarding an EOS event once we have
11212          EOS on all pads works correctly. However, we still don't properly set
11213          EOS on the actual ogg stream pages.
11214
11215 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11218           Set elements to NULL state before disposing of them.
11219
11220 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11221
11222         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11225         (gst_base_rtp_depayload_init),
11226         (gst_base_rtp_depayload_set_gst_timestamp):
11227         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11228           We need to send a newsegment event for each instance, not
11229           just for the first instance of this class (get rid of
11230           static variable in function). (#321011).
11231           
11232 2005-11-08  Michael Smith <msmith@fluendo.com>
11233
11234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11235         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11236         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11237         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11238           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11239           This makes us mux things correctly according to the ogg muxing
11240           rules. Still not handling EOS correctly right now, though.
11241
11242 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * gst/audioconvert/gstaudioconvert.c:
11245           Fix typo in docs. 
11246
11247 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11250         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11251           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11252           creating a new chain; should fix live streaming. Also
11253           add more debug output and fix a typo.
11254
11255 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11256
11257         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * gst/volume/gstvolume.c: (volume_set_caps):
11260           Fix compilation on Solaris with Forte. (#320923)
11261
11262 2005-11-08  Wim Taymans  <wim@fluendo.com>
11263
11264         * gst-libs/gst/audio/gstbaseaudiosink.c:
11265         (gst_base_audio_sink_render):
11266         No need to do a typecheck.
11267
11268 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * ext/alsa/gstalsa.h:
11271           We register a debug category, so let's use it.
11272
11273 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11274
11275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11276         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11277         Fixed a small problem.
11278
11279 2005-11-04  Wim Taymans  <wim@fluendo.com>
11280
11281         * examples/seeking/Makefile.am:
11282         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11283         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11284         (make_playerbin_pipeline), (format_value), (update_scale),
11285         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11286         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11287         (print_usage), (main):
11288         Added app for playback speed testing.
11289
11290         * examples/seeking/seek.c: (dynamic_link),
11291         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11292         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11293         (message_received), (main):
11294         Updated seek example.
11295
11296 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11297
11298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11299         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11300         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11301         (gst_base_rtp_depayload_set_clock):
11302         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11303         Don't sleep on the bench (system clock) when you have a nice 
11304         comfortable bed (Gstreamer clock) to sleep on.
11305
11306 2005-11-03  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11309         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11310         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11311         Handle the case where a pad_block failed.
11312
11313 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11314
11315         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11316
11317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11318         (gst_base_rtp_depayload_add_to_queue),
11319         (gst_base_rtp_depayload_push),
11320         (gst_base_rtp_depayload_set_gst_timestamp),
11321         (gst_base_rtp_depayload_queue_release):
11322           Fixes some bugs in the depayloader's queuing/de-queueing code.
11323
11324 2005-10-31  Michael Smith <msmith@fluendo.com>
11325
11326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11327         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11328         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11329           Patch from Alessandro Decina <alessandro@nnva.org>.
11330           Make oggdemux only find the final time in a chain, not per-pad,
11331           since the per-pad information can be very expensive to locate, and
11332           it isn't used anywhere. This makes reading a file containing
11333           OggSkeleton reasonably fast.
11334           Also, make chain finding work when there are logical bitstreams that
11335           can't be decoded. Fixes #319110.
11336
11337 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11338
11339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11340         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11341         (gst_base_rtp_depayload_chain),
11342         (gst_base_rtp_depayload_add_to_queue),
11343         (gst_base_rtp_depayload_push),
11344         (gst_base_rtp_depayload_set_gst_timestamp),
11345         (gst_base_rtp_depayload_queue_release),
11346         (gst_base_rtp_depayload_start_thread),
11347         (gst_base_rtp_depayload_set_property),
11348         (gst_base_rtp_depayload_get_property):
11349         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11350         Some random fixes, to fullfill the desires of thomas.
11351
11352 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11353
11354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11355         (gst_base_rtp_depayload_add_to_queue),
11356         (gst_base_rtp_depayload_push):
11357         Fixed the queueing algorithm.
11358
11359 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11360
11361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11362         (gst_base_rtp_depayload_push):
11363         A small fix
11364
11365 2005-10-31  Wim Taymans  <wim@fluendo.com>
11366
11367         * gst-libs/gst/audio/gstringbuffer.h:
11368         Don't break ABI.
11369
11370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11371         (gst_ffmpeg_caps_to_pixfmt):
11372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11373         (gst_ffmpegcsp_set_caps):
11374         Some more comments.
11375         Handle missing required caps fields better.
11376
11377 2005-10-31  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst-libs/gst/audio/gstbaseaudiosink.c:
11380         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11381         (gst_base_audio_sink_render):
11382         * gst-libs/gst/audio/gstringbuffer.c:
11383         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11384         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11385         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11386         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11387         (gst_ring_buffer_read):
11388         * gst-libs/gst/audio/gstringbuffer.h:
11389         Add flushing mode to the ringbuffer so that it in all cases does
11390         not try to handle more audio. This makes sure it does not try to
11391         block anymore when flushing and fixes a livelock.
11392
11393 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11394
11395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11396         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11397         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11398           Explicitly check for -1 values before doing a conversion
11399           and always map them to -1. (#315545)
11400
11401 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11402
11403         * gst/playback/gstplaybin.c: (gen_video_element):
11404           first try autovideosink, then xvimagesink, then error out
11405         * po/POTFILES.in:
11406           add translatable file
11407         * po/af.po:
11408         * po/az.po:
11409         * po/cs.po:
11410         * po/en_GB.po:
11411         * po/hu.po:
11412         * po/it.po:
11413         * po/nb.po:
11414         * po/nl.po:
11415         * po/or.po:
11416         * po/sq.po:
11417         * po/sr.po:
11418         * po/sv.po:
11419         * po/uk.po:
11420         * po/vi.po:
11421           update translations
11422
11423 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11424
11425         * gst-libs/gst/rtp/gstbasedepayload.c:
11426         * gst-libs/gst/rtp/gstbasedepayload.h:
11427           Minor cleanups
11428
11429 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/playback/.cvsignore:
11432         * gst/playback/decodetest.c:
11433         * gst/playback/test3.c:
11434           Port these two tests as well.
11435
11436 2005-10-27  Wim Taymans  <wim@fluendo.com>
11437
11438         * ext/theora/theoradec.c: (theora_dec_src_query),
11439         (theora_dec_sink_event):
11440         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11441         (theora_enc_change_state):
11442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11443         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11444         Take proper locks when handling events.
11445
11446 2005-10-27  Wim Taymans  <wim@fluendo.com>
11447
11448         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11449         (gst_adder_change_state):
11450         Fix timestamps and fix deadlock when stopping the collectpads.
11451
11452 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11453
11454         * gst-libs/gst/rtp/gstrtpbuffer.h:
11455         Declaring the payload types as strings too so that they can be used
11456         in the padtemplate inialization.
11457
11458 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11459
11460         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11461
11462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11463         (gst_base_rtp_depayload_class_init):
11464         Fixes a small but nasty bug. The derived elements no longer segfaults
11465         on finalization.
11466
11467 2005-10-26  Michael Smith <msmith@fluendo.com>
11468
11469         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11470           When clearing an audioconvert context, set tmpbufsize to zero, so
11471           we'll allocate it again later if required.
11472           This fixes audioconvert re-negotiating formats, which previously
11473           segfaulted with a NULL destination buffer.
11474
11475 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11476
11477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11478         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11479         (gst_base_rtp_depayload_set_gst_timestamp),
11480         (gst_base_rtp_depayload_queue_release):
11481         Fixed a smalll memleak.
11482
11483 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11485         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11486         (gst_base_rtp_depayload_finalize),
11487         (gst_base_rtp_depayload_setcaps),
11488         (gst_base_rtp_depayload_add_to_queue),
11489         (gst_base_rtp_depayload_push),
11490         (gst_base_rtp_depayload_set_gst_timestamp),
11491         (gst_base_rtp_depayload_queue_release),
11492         (gst_base_rtp_depayload_thread),
11493         (gst_base_rtp_depayload_change_state):
11494         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11495         Changed the C++ comments to C comments
11496
11497 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11500         * gst/tcp/gsttcpclientsrc.h:
11501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11502         * gst/tcp/gsttcpserversrc.h:
11503           Remove unused 'curoffset' structure member.
11504
11505 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11506
11507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11508         (gst_base_rtp_depayload_base_init),
11509         (gst_base_rtp_depayload_finalize):
11510         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11511         * gst-libs/gst/rtp/gstbasertppayload.h:
11512           The pad-template on the sinkpad should be set by the derived classes.
11513           Also added some useful macros.
11514
11515 2005-10-24  Wim Taymans  <wim@fluendo.com>
11516
11517         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11518         Correctly flush decoder samples even if we could not
11519         copy them to an output buffer. Fixes #319618.
11520
11521 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11522
11523         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11525         the caps against our xcontext caps.
11526
11527 2005-10-24  Wim Taymans  <wim@fluendo.com>
11528
11529         * gst-libs/gst/audio/gstbaseaudiosink.c:
11530         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11531         Remove g_print
11532         Use sync property from baseclass to disable sync.
11533
11534 2005-10-24  Wim Taymans  <wim@fluendo.com>
11535
11536         * gst-libs/gst/audio/gstbaseaudiosink.c:
11537         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11538         Buffers with no timestamps get aligned with previous buffers or
11539         on underrun, played ASAP.
11540
11541 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11542
11543         * gst-libs/gst/video/video.h:
11544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11547         here comes my change on caps for framerate and geometry range.
11548         We are now accepting 1 to MAXINT for width and height, and from
11549         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11550         to be blended correctly in videomixer.
11551
11552 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11553
11554         * configure.ac:
11555           back to HEAD
11556
11557 === release 0.9.4 ===
11558
11559 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         * NEWS:
11562         * RELEASE:
11563         * configure.ac:
11564           releasing 0.9.4, "Velociraptor"
11565
11566 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11569         * po/POTFILES.in:
11570           STOPPED -> FAILED
11571
11572 2005-10-21  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11575         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11576         (pad_blocked), (close_pad_link), (new_pad):
11577         Don't try to remove elements twice.
11578
11579 2005-10-21  Wim Taymans  <wim@fluendo.com>
11580
11581         * ext/theora/theoradec.c: (theora_dec_src_query),
11582         (theora_dec_sink_event):
11583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11584         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11585         (vorbis_handle_data_packet):
11586         * ext/vorbis/vorbisdec.h:
11587         Fix old naming.
11588
11589         * gst-libs/gst/audio/gstbaseaudiosink.c:
11590         (gst_base_audio_sink_render):
11591         Don't try to sync on buffers without a timestamp.
11592
11593 2005-10-21  Wim Taymans  <wim@fluendo.com>
11594
11595         * ext/theora/theoradec.c: (theora_dec_src_query),
11596         (theora_dec_sink_event):
11597         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11598         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11599         (vorbis_handle_data_packet):
11600         * ext/vorbis/vorbisdec.h:
11601         Fix old naming.
11602
11603 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11604
11605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11606         (gst_vorbisenc_src_query):
11607           Implement position and duration queries.
11608
11609         * gst/playback/test3.c: (update_scale), (main):
11610           Fix for async state changes and print nicer output.
11611
11612 2005-10-20  Wim Taymans  <wim@fluendo.com>
11613
11614         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11615         (dump_element_stats), (main):
11616         * gst/playback/test6.c: (main):
11617         Fix tests again
11618
11619 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11622         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11623           Don't use functions for position queries when handling
11624           duration queries.
11625
11626 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11629         (vorbis_handle_data_packet), (vorbis_dec_chain),
11630         (vorbis_dec_change_state):
11631         * ext/vorbis/vorbisdec.h:
11632           Vorbis streams can be embedded in other container formats
11633           than ogg, container formats where the demuxer might set 
11634           timestamps on encoded vorbis buffers instead of those silly 
11635           granulepos thingies. In short: make vorbisdec handle 
11636           timestamps on incoming buffers as well.
11637
11638 2005-10-20  Wim Taymans  <wim@fluendo.com>
11639
11640         * gst/playback/gstplaybasebin.c: (group_destroy),
11641         (gst_play_base_bin_change_state):
11642         Fix leak.
11643         Handle case where playbasebin is now ASYNC because
11644         decodebin is.
11645
11646 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * gst/audioconvert/Makefile.am:
11649         * gst/audioconvert/bufferframesconvert.c:
11650         * gst/audioconvert/plugin.c: (plugin_init):
11651         * gst/audioconvert/plugin.h:
11652           And bye bye buffer-frames-convert
11653
11654 2005-10-19  Wim Taymans  <wim@fluendo.com>
11655
11656         * check/elements/audioconvert.c:
11657         * docs/libs/tmpl/gstaudio.sgml:
11658         * docs/libs/tmpl/gstcolorbalance.sgml:
11659         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11660         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11661         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11662         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11663         * gst-libs/gst/audio/audio.h:
11664         * gst/audioconvert/audioconvert.h:
11665         * gst/audioconvert/gstaudioconvert.c:
11666         (gst_audio_convert_parse_caps):
11667         * gst/volume/gstvolume.c:
11668         Bye bye buffer-frames.
11669
11670 2005-10-19  Wim Taymans  <wim@fluendo.com>
11671
11672         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11673         (query_positions_elems), (query_positions_pads), (update_scale),
11674         (do_seek), (set_update_scale), (message_received), (main):
11675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11676         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11677         (gst_ogg_demux_loop):
11678         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11679         * ext/theora/theoradec.c: (theora_dec_src_query),
11680         (theora_dec_sink_event):
11681         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11682         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11683         * gst/adder/gstadder.c: (gst_adder_query):
11684         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11685         * gst/playback/test3.c: (update_scale):
11686         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11687         (dump_element_stats), (main):
11688         * gst/playback/test6.c: (main):
11689         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11690         Query API update.
11691
11692 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11695         (xml_check_first_element), (xml_type_find), (smil_type_find),
11696         (plugin_init):
11697           Add typefinding for SMIL and for generic XML. Based on patch by
11698           Akos Maroy (#308663).
11699
11700 2005-10-18  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst/playback/Makefile.am:
11703         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11704         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11705         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11706         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11707         (gst_decode_bin_change_state):
11708         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11709         (gst_play_bin_send_event_to_sink):
11710         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11711         (dump_element_stats), (main):
11712         * gst/playback/test6.c: (main):
11713         Make playbin async, it'll commit state to paused when all streams
11714         are detected.
11715         Remove ugly hack.
11716         Added test6.c to show async behaviour.
11717
11718 2005-10-18  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11721         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11722         Fix for segment-start/stop API change.
11723
11724 2005-10-18  Wim Taymans  <wim@fluendo.com>
11725
11726         * check/Makefile.am:
11727         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11728         (main):
11729         Add future test for clock selection.
11730
11731 2005-10-18  Wim Taymans  <wim@fluendo.com>
11732
11733         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11734         (gst_alsasink_close):
11735         Set handle to NULL.
11736
11737         * gst-libs/gst/audio/gstringbuffer.c:
11738         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11739         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11740         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11741         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11742         (gst_ring_buffer_read):
11743         More debug info.
11744
11745 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11746
11747         * gst/audiotestsrc/Makefile.am:
11748         * gst/sine/Makefile.am:
11749         * gst/volume/Makefile.am:
11750           fix broken build of controllerized plugins
11751
11752 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11753
11754         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11757         (gst_riff_create_video_template_caps):
11758           Add support for Indeo-3 (IV32).
11759
11760 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11761
11762         * configure.ac:
11763           rewrite
11764
11765 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11766
11767         * gst-libs/gst/video/video.c: (gst_video_get_size):
11768         * gst/audiotestsrc/gstaudiotestsrc.c:
11769           doc updates
11770
11771 2005-10-17  Andy Wingo  <wingo@pobox.com>
11772
11773         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11774         with the collectpads change.
11775         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11776
11777         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11778
11779         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11780
11781         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11782         alloc_buffer flow return to callers.
11783         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11784         change. Fix some memleaks in theoraenc.
11785
11786         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11787         in strange circumstance.
11788
11789 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11790
11791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11792         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11793         from caps, let's use the caps...
11794
11795 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11796
11797         * configure.ac:
11798           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11799
11800 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11801
11802         * gst-libs/gst/interfaces/Makefile.am:
11803           fix silly typo
11804
11805 2005-10-16  Andy Wingo  <wingo@pobox.com>
11806
11807         * gst/playback/gstdecodebin.c
11808         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11809         function!
11810         (try_to_link_1): Increase kraziness level.
11811
11812 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * configure.ac:
11815           restructure like the core one
11816         * gst-libs/gst/audio/Makefile.am:
11817         * gst-libs/gst/interfaces/Makefile.am:
11818         * gst-libs/gst/net/Makefile.am:
11819         * gst-libs/gst/riff/Makefile.am:
11820         * gst-libs/gst/rtp/Makefile.am:
11821         * gst-libs/gst/tag/Makefile.am:
11822         * gst-libs/gst/video/Makefile.am:
11823           use correct linker flags, now the libs are properly versioned
11824         * check/elements/audioconvert.c: (verify_convert):
11825         * ext/alsa/gstalsaplugin.c:
11826         * ext/cdparanoia/gstcdparanoia.c:
11827         * ext/gnomevfs/gstgnomevfs.c:
11828         * ext/libvisual/visual.c:
11829         * ext/ogg/gstogg.c:
11830         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11831         * ext/theora/theora.c:
11832         * ext/vorbis/vorbis.c:
11833         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11834         * gst-libs/gst/tag/gsttagediting.c:
11835         * gst-libs/gst/video/video.c:
11836         * gst/adder/gstadder.c:
11837         * gst/audioconvert/plugin.c:
11838         * gst/audiorate/gstaudiorate.c:
11839         * gst/audioresample/gstaudioresample.c:
11840         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11841         * gst/audioscale/gstaudioscale.c:
11842         * gst/audioscale/resample.c:
11843         * gst/audiotestsrc/gstaudiotestsrc.c:
11844         * gst/ffmpegcolorspace/gstffmpeg.c:
11845         * gst/playback/gstdecodebin.c: (close_pad_link):
11846         * gst/playback/gstplaybin.c: (gen_video_element),
11847         (gen_audio_element):
11848         * gst/sine/gstsinesrc.c:
11849         * gst/subparse/gstsubparse.c:
11850         * gst/tags/gsttagediting.c:
11851         * gst/tcp/gsttcpplugin.c:
11852         * gst/typefind/gsttypefindfunctions.c:
11853         * gst/videorate/gstvideorate.c:
11854         * gst/videoscale/gstvideoscale.c:
11855         * gst/videotestsrc/gstvideotestsrc.c:
11856         * gst/volume/gstvolume.c:
11857         * sys/v4l/gstv4l.c:
11858         * sys/ximage/ximage.c:
11859         * sys/xvimage/xvimagesink.c:
11860           fix up defines
11861
11862 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * ext/vorbis/vorbisenc.c:
11865         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11866         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11867         (gst_tag_to_vorbis_comments):
11868           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11869
11870 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11871
11872         * examples/stats/mp2ogg.c:
11873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11874           typo fixes
11875
11876 2005-10-13  Michael Smith <msmith@fluendo.com>
11877
11878         * ext/ogg/gstoggmux.c:
11879           Use magic glib macros to define constants as 64 bit, to ensure
11880           appropriate vararg passing.
11881
11882 2005-10-13  Michael Smith <msmith@fluendo.com>
11883
11884         * ext/ogg/gstoggmux.c:
11885         * gst/audioconvert/audioconvert.c: (float):
11886           Don't use LL suffix, as it's not portable, and neither of these
11887           uses required it anyway.
11888
11889 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11890
11891         * examples/indexing/indexmpeg.c: (main):
11892         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11893         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11894         (cdparanoia_convert), (cdparanoia_query):
11895         * ext/cdparanoia/gstcdparanoia.h:
11896         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11897         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11898         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11900         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11901         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11902         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11903         (gst_multifdsink_render), (gst_multifdsink_start),
11904         (gst_multifdsink_stop):
11905         * gst/tcp/gstmultifdsink.h:
11906         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11907         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11908         (gst_tcpclientsink_stop):
11909         * gst/tcp/gsttcpclientsink.h:
11910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11911         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11912         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11913         * gst/tcp/gsttcpclientsrc.h:
11914         * gst/tcp/gsttcpserversink.h:
11915         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11916         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11917         (gst_tcpserversrc_stop):
11918         * gst/tcp/gsttcpserversrc.h:
11919         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11920         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11921         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11922           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11923           moved bitshift from macro to enum definition
11924
11925 2005-10-12  Wim Taymans  <wim@fluendo.com>
11926
11927         * examples/seeking/Makefile.am:
11928         Oops.
11929
11930 2005-10-12  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11933         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11934         Don't assert on normal stuff.
11935
11936         * gst/playback/gstplaybin.c: (do_playbin_seek):
11937         API fix.
11938
11939 2005-10-12  Wim Taymans  <wim@fluendo.com>
11940
11941         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11942         * examples/seeking/Makefile.am:
11943         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11944         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11945         (do_seek), (set_update_scale), (message_received), (main):
11946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11947         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11948         Update for _get_state() API change.
11949
11950 2005-10-11  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst-libs/gst/audio/gstbaseaudiosink.c:
11953         (gst_base_audio_sink_render):
11954         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11955         (gst_base_audio_src_create):
11956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11957         (gst_ring_buffer_read):
11958         Cleanups.
11959         Commit and read from ringbuffer in samples rather than bytes.
11960
11961 2005-10-11  Wim Taymans  <wim@fluendo.com>
11962
11963         * gst-libs/gst/audio/gstbaseaudiosink.c:
11964         (gst_base_audio_sink_render):
11965         Respect segment rate and accum when scheduling samples.
11966
11967 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11968
11969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11970         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11971         EOS correctly, that needs more work.
11972
11973 2005-10-11  Wim Taymans  <wim@fluendo.com>
11974
11975         * check/generic/states.c: (GST_START_TEST):
11976         remove old property.
11977
11978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11979         (gst_ogg_demux_perform_seek):
11980         * ext/theora/theoradec.c: (theora_dec_sink_event):
11981         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11982         (vorbis_handle_data_packet):
11983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11984         (gst_base_rtp_depayload_set_gst_timestamp):
11985         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11986         Update for newsegment API change.
11987
11988 2005-10-11  Michael Smith <msmith@fluendo.com>
11989
11990         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11991         (do_playbin_seek), (gst_play_bin_send_event):
11992           Override send_event differently, so that we can takes bits of
11993           functionality from GstPipeline (special handling for seeks,
11994           including pausing/resuming, and resetting stream time) and still get
11995           the appropriate behaviour of only forwarding event to a single sink,
11996           rather than all of them.
11997           Unfortunately requires a lot of code duplication, but the
11998           alternatives are equally ugly in the end.
11999
12000 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12001
12002         * check/elements/audioconvert.c: (setup_audioconvert),
12003         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12004         (GST_START_TEST), (audioconvert_suite):
12005           clean up tests a little, fix some leaks.
12006
12007 2005-10-10  Wim Taymans  <wim@fluendo.com>
12008
12009         * ext/alsa/gstalsasink.c:
12010         Also allow unsigned int.
12011
12012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12013         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12014         Small cleanup
12015
12016 2005-10-10  Wim Taymans  <wim@fluendo.com>
12017
12018         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12019         Small update, use API as stated in design docs.
12020
12021         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12022         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12023         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12024         (message_received), (main):
12025         Updated seek example for GOption. Some usability improvements.
12026
12027 2005-10-10  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/audioconvert/audioconvert.h:
12030         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12031         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12032         Alloc temp storage somewhere else where we can do it more
12033         portable.
12034
12035 2005-10-10  Wim Taymans  <wim@fluendo.com>
12036
12037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12038         (gst_tcpserversrc_start):
12039         Don't block in accept while doing the state change, move
12040         to poll and make cancellable.
12041
12042 2005-10-09  Philippe Khalaf <burger@speedy.org>
12043
12044         * gst-libs/gst/rtp/rtpbasedepayload.c:
12045         Set timestamp and add queue delay to timestamp
12046         * gst-libs/gst/rtp/rtpbuffer.h:
12047         Set correct payload type for h263
12048
12049 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12050
12051         * gst/audiotestsrc/gstaudiotestsrc.c:
12052         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12053         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12054         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12055         (gst_audiotestsrc_create_triangle),
12056         (gst_audiotestsrc_create_silence),
12057         (gst_audiotestsrc_create_white_noise),
12058         (gst_audiotestsrc_init_pink_noise),
12059         (gst_audiotestsrc_generate_pink_noise_value),
12060         (gst_audiotestsrc_create_pink_noise),
12061         (gst_audiotestsrc_change_wave):
12062         * gst/audiotestsrc/gstaudiotestsrc.h:
12063           fixed typo, added pink noise
12064
12065 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12068         (plugin_init):
12069           Add wavpack and spc typefind functions from 0.8 branch.
12070
12071 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12072
12073         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12074         (ar_type_find), (msdos_type_find), (plugin_init):
12075           Add typefind functions for tar archives, ar archives,
12076           RAR archives, and msdos-executables (dlls, exe, etc.).
12077           Some of those would be wrongly identified as mpeg
12078           streams of some sort before (#315550).
12079
12080 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12081
12082         * configure.ac:
12083         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12084         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12085         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12086         * gst/audiotestsrc/Makefile.am:
12087         * gst/audiotestsrc/gstaudiotestsrc.c:
12088         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12089         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12090         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12091         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12092         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12093         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12094         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12095         (gst_audiotestsrc_create_silence),
12096         (gst_audiotestsrc_create_white_noise),
12097         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12098         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12099         (gst_audiotestsrc_start), (plugin_init):
12100         * gst/audiotestsrc/gstaudiotestsrc.h:
12101           add new plugin and element
12102         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12103           use gobject_class
12104
12105 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12108         (gst_adder_init), (gst_adder_request_new_pad),
12109         (gst_adder_change_state):
12110           Add query function to source pad, so adder reports the correct
12111           time/sample position when queried (#315457); fix state change
12112           function; use GST_DEBUG_FUNCPTR() for pad functions.
12113
12114 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12117           Fix leaks in typefind registration
12118           Clean up the gratuitous commenting and whitespacing a little
12119
12120 2005-10-08  Wim Taymans  <wim@fluendo.com>
12121
12122         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12123         Only actually wait for the thread to be stopped if it's 
12124         running.
12125
12126 2005-10-08  Wim Taymans  <wim@fluendo.com>
12127
12128         * gst-libs/gst/audio/gstbaseaudiosink.c:
12129         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12130         If we receive EOS we can start playback of what we had.
12131
12132 2005-10-08  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12135         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12136         (gst_multifdsink_stop):
12137         Fix crasher when going to NULL multiple times.
12138
12139 2005-10-06  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12142         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12143         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12145         patch from Edgard Lima <edgard.lima@indt.org.br>
12146         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12147
12148 2005-10-06  Wim Taymans  <wim@fluendo.com>
12149
12150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12151         Report the FLOW_RETURN as string in the error message.
12152
12153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12154         Don't assert when clearing an unnegotiated buffer.
12155
12156 2005-10-04  Michael Smith <msmith@fluendo.com>
12157
12158         * gst/playback/gstplaybasebin.c: (group_destroy),
12159         (gen_preroll_element), (remove_groups), (setup_source):
12160         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12161         (setup_sinks), (gst_play_bin_send_event),
12162         (gst_play_bin_change_state):
12163           Set state to NULL before removing from bin. Fix refcounting.
12164
12165 2005-10-04  Michael Smith <msmith@fluendo.com>
12166
12167         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12168           Correct refcounting in send_event() function. Previously was wrong
12169           if the first sink was unable to handle the event.
12170
12171 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12172
12173         * configure.ac:
12174           back to development
12175
12176 === release 0.9.3 ===
12177
12178 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12179
12180         * configure.ac:
12181           Releasing 0.9.3, "De Facto"
12182
12183 2005-10-03  Andy Wingo  <wingo@pobox.com>
12184
12185         * gst/playback/gstdecodebin.c (try_to_link_1)
12186         (remove_element_chain): set element to NULL before removing it.
12187
12188 2005-10-02  Johan Dahlin  <johan@gnome.org>
12189
12190         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12191         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12192         MT safe.
12193
12194 2005-10-02  Andy Wingo  <wingo@pobox.com>
12195
12196         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12197         (gst_ring_buffer_prepare_read): 
12198         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12199         Demote to LOG.
12200
12201 2005-09-29  Wim Taymans  <wim@fluendo.com>
12202
12203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12204         * ext/theora/theoradec.c: (theora_handle_data_packet):
12205         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12206         Propagate error codes from alloc_buffer too.
12207
12208 2005-09-29  Wim Taymans  <wim@fluendo.com>
12209
12210         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12211         We use fixed caps.
12212
12213         * gst/playback/Makefile.am:
12214         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12215         (dump_element_stats), (main):
12216         Added example stream introspection code.
12217
12218 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12219
12220         * gst/adder/gstadder.c: (gst_adder_collected):
12221           fix adder for float elements
12222
12223 2005-09-28  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst-libs/gst/audio/gstbaseaudiosink.c:
12226         (gst_base_audio_sink_class_init),
12227         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12228         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12229         (gst_base_audio_src_class_init),
12230         (gst_base_audio_src_provide_clock):
12231         get_clock -> provide_clock
12232
12233 2005-09-28  Andy Wingo  <wingo@pobox.com>
12234
12235         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12236         and unlocking.
12237
12238         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12239         unlocking.
12240
12241         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12242         Actually add the pad template.
12243         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12244
12245         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12246         I'm at it...
12247
12248         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12249         from fdsrc. Get caps in create() instead of start() so it can be
12250         interrupted. Interruption somewhat untested.
12251
12252         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12253         Proper EOS handling.
12254
12255 2005-09-27  Andy Wingo  <wingo@pobox.com>
12256
12257         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12258
12259         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12260
12261         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12262
12263         * gst/tcp/gsttcp.h: 
12264         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12265         out of tcpclientsrc.c. Cancellable.
12266         (gst_tcp_socket_read): Made private, cancellable, with better
12267         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12268         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12269         whole buffer, and better diagnostics.
12270         (gst_tcp_gdp_read_caps): Same.
12271
12272         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12273
12274 2005-09-26  Andy Wingo  <wingo@pobox.com>
12275
12276         * gst/sine/gstsinesrc.h:
12277         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12278         change the 'sync' property to 'is-live' and implement it halfway,
12279         update for controller api change.
12280
12281         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12282         controller api change.
12283
12284 2005-09-24  Wim Taymans  <wim@fluendo.com>
12285
12286         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12287         * gst-libs/gst/audio/gstaudiosink.c:
12288         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12289         (gst_audioringbuffer_stop):
12290         * gst-libs/gst/audio/gstbaseaudiosink.c:
12291         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12292         (gst_base_audio_sink_change_state):
12293         * gst-libs/gst/audio/gstbaseaudiosink.h:
12294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12295         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12296         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12297         * gst-libs/gst/audio/gstringbuffer.h:
12298         Fix sync again. Moved sample alignment to basesink.
12299
12300 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12301
12302         * docs/plugins/Makefile.am:
12303         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12304         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12305         * gst/volume/gstvolume.c:
12306           add/fix docs
12307         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12308         * gst-libs/gst/audio/audio.h:
12309           add conversion macros for frames <-> clocktime
12310
12311 2005-09-23  David Schleef  <ds@schleef.org>
12312
12313         * gst/audioresample/Makefile.am:
12314         * gst/audioresample/debug.h:
12315         * gst/audioresample/gstaudioresample.c:
12316         * gst/audioresample/resample.c: Convert to using gst debugging
12317
12318 2005-09-22  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12321         (gst_play_bin_send_event):
12322         Only seek on one sink, the first one that succeeds.
12323
12324 2005-09-22  Michael Smith <msmith@fluendo.com>
12325
12326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12327         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12328         Don't flush encoder state unless we have an initialised encoder.
12329         Clear out encoder state on PAUSED_TO_READY.
12330
12331 2005-09-22  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst-libs/gst/rtp/gstbasertppayload.c:
12334         (gst_basertppayload_class_init), (gst_basertppayload_init),
12335         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12336         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12337         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12338         (gst_basertppayload_set_property),
12339         (gst_basertppayload_get_property),
12340         (gst_basertppayload_change_state):
12341         * gst-libs/gst/rtp/gstbasertppayload.h:
12342         Added max-ptime to control amount of data in the rtp packets.
12343
12344 2005-09-21  Andy Wingo  <wingo@pobox.com>
12345
12346         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12347         thingies.
12348
12349         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12350         can be called multiple times, dogs.
12351
12352 2005-09-21  Wim Taymans  <wim@fluendo.com>
12353
12354         * gst-libs/gst/rtp/gstbasertppayload.c:
12355         (gst_basertppayload_class_init), (gst_basertppayload_init),
12356         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12357         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12358         (gst_basertppayload_push), (gst_basertppayload_get_property),
12359         (gst_basertppayload_change_state):
12360         Allow 0 ssrc too.
12361
12362 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12363
12364         * docs/libs/compiling.sgml:
12365           fixing typos
12366
12367 2005-09-20  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_set_property),
12374         (gst_basertppayload_get_property),
12375         (gst_basertppayload_change_state):
12376         * gst-libs/gst/rtp/gstbasertppayload.h:
12377         Added property to configure sequence number offsets.
12378
12379 2005-09-20  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst-libs/gst/rtp/gstbasertppayload.c:
12382         (gst_basertppayload_class_init), (gst_basertppayload_init),
12383         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12384         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12385         (gst_basertppayload_push), (gst_basertppayload_set_property),
12386         (gst_basertppayload_get_property),
12387         (gst_basertppayload_change_state):
12388         * gst-libs/gst/rtp/gstbasertppayload.h:
12389         Make timestamp offset configurable.
12390
12391 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12392
12393         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12394           fix wrong pop/unref
12395
12396 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12397
12398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         * gst-libs/gst/interfaces/propertyprobe.c:
12401         (gst_property_probe_probe_property_name),
12402         (gst_property_probe_needs_probe_name),
12403         (gst_property_probe_get_values_name),
12404         (gst_property_probe_probe_and_get_values_name):
12405           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12406           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12407
12408 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * check/Makefile.am:
12411           have some tests be disabled for valgrinding
12412         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12413         (GST_START_TEST):
12414         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12415           Fix A Leak.  Chain To Parent Finalize.
12416
12417 2005-09-19  Wim Taymans  <wim@fluendo.com>
12418
12419         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12420         Fixed wav pipeline.
12421
12422 2005-09-19  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst-libs/gst/rtp/gstbasertppayload.c:
12425         (gst_basertppayload_class_init), (gst_basertppayload_init),
12426         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12427         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12428         (gst_basertppayload_push), (gst_basertppayload_get_property),
12429         (gst_basertppayload_change_state):
12430         Posting ERROR and WARNING messages is good.
12431
12432 2005-09-19  Wim Taymans  <wim@fluendo.com>
12433
12434         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12435         (gst_base_rtp_depayload_add_to_queue),
12436         (gst_base_rtp_depayload_push),
12437         (gst_base_rtp_depayload_set_gst_timestamp),
12438         (gst_base_rtp_depayload_queue_release):
12439         This one was not supposed to go in.
12440
12441 2005-09-19  Wim Taymans  <wim@fluendo.com>
12442
12443         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12444         Fix for bus API.
12445
12446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12447         (gst_base_rtp_depayload_chain),
12448         (gst_base_rtp_depayload_add_to_queue),
12449         (gst_base_rtp_depayload_push),
12450         (gst_base_rtp_depayload_set_gst_timestamp),
12451         (gst_base_rtp_depayload_queue_release):
12452         Some cleanups.
12453
12454         * gst-libs/gst/rtp/gstbasertppayload.c:
12455         (gst_basertppayload_class_init), (gst_basertppayload_init),
12456         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12457         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12458         (gst_basertppayload_get_property),
12459         (gst_basertppayload_change_state):
12460         Added debugging category.
12461
12462 2005-09-18  David Schleef  <ds@schleef.org>
12463
12464         * gst/playback/gstdecodebin.c: free plugin list correctly
12465         * gst/playback/gstplaybin.c: emit warning if autovideosink
12466           and autoaudiosink can't be found (instead of segfaulting)
12467
12468 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12469
12470         * check/elements/audioconvert.c: (GST_START_TEST):
12471           try out 24 bit conversion
12472
12473 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12474
12475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12476         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12477         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12478         * ext/vorbis/vorbisenc.h:
12479           Fix EOS handling.  Still needs a fix in the ogg muxer to
12480           mark the last page as eos.
12481
12482 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12483
12484         * common/gtk-doc-plugins.mak:
12485         * docs/plugins/Makefile.am:
12486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12487         * gst/ffmpegcolorspace/Makefile.am:
12488         * gst/ffmpegcolorspace/avcodec.h:
12489         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12490         * gst/tcp/gstmultifdsink.c:
12491           fix up ffmpegcolorspace docs; extract header
12492
12493 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12494
12495         * common/gtk-doc-plugins.mak:
12496         * docs/plugins/Makefile.am:
12497         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12498         * ext/theora/Makefile.am:
12499         * ext/theora/gsttheoraenc.h:
12500         * ext/theora/theoraenc.c:
12501         * ext/vorbis/vorbisenc.c:
12502           pick up signals and args for vorbis; add some docs for vorbis
12503
12504 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12505
12506         * common/gstdoc-scangobj:
12507         * common/gtk-doc-plugins.mak:
12508         * docs/libs/Makefile.am:
12509         * docs/plugins/gst-plugins-base-plugins.args:
12510         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12511         * docs/plugins/gst-plugins-base-plugins.interfaces:
12512         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12513         * docs/plugins/gst-plugins-base-plugins.signals:
12514           only scanobj stuff from our source module.  Not sure yet
12515           if that's correct, given the hierarchy stuff :)
12516
12517 2005-09-15  Wim Taymans  <wim@fluendo.com>
12518
12519         * gst/audioconvert/gstaudioconvert.c:
12520         And enable 24 bits mode as well..
12521
12522 2005-09-15  Wim Taymans  <wim@fluendo.com>
12523
12524         * gst-libs/gst/rtp/Makefile.am:
12525         * gst-libs/gst/rtp/gstbasertppayload.c:
12526         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12527         (gst_basertppayload_class_init), (gst_basertppayload_init),
12528         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12529         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12530         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12531         (gst_basertppayload_set_property),
12532         (gst_basertppayload_get_property),
12533         (gst_basertppayload_change_state):
12534         * gst-libs/gst/rtp/gstbasertppayload.h:
12535         Added rtp payloader base class.
12536
12537 2005-09-15  Andy Wingo  <wingo@pobox.com>
12538
12539         * configure.ac (plugindir): Remove the EOL matcher from the
12540         regexp, as it causes me problems. Libtool? Make? Who knows?
12541
12542 2005-09-14  David Schleef  <ds@schleef.org>
12543
12544         * check/generic/states.c: 
12545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12546         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12547           Fixes for changes in registry API.
12548
12549         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12550           to GST_PLUGIN_LDFLAGS.
12551         * ext/libvisual/visual.c: Make the library shut up.
12552         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12553         * gst-libs/gst/audio/gstaudiofilter.c: same
12554
12555 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * docs/plugins/Makefile.am:
12558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12559         * docs/plugins/inspect/plugin-libvisual.xml:
12560         * docs/plugins/tmpl/element-tcpserversink.sgml:
12561         * ext/theora/theoraenc.c:
12562           add libvisual plugin and theoraenc element to docs
12563
12564 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12568         * ext/theora/theoraenc.c:
12569           add theoraenc
12570
12571 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         * gst/audioconvert/Makefile.am:
12574           Audioconvert derives from GstBaseTransform and should
12575           link to the library with our base elements to avoid
12576           unresolved symbols. Makes things work with MinGW (#316160)
12577
12578         * gst/playback/test4.c: (main):
12579           Fix MinGW build problem and use g_usleep() instead of 
12580           sleep() (#316162)
12581
12582 2005-09-12  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/audioconvert/audioconvert.c: (float),
12585         (audio_convert_prepare_context), (audio_convert_convert):
12586         * gst/audioconvert/audioconvert.h:
12587         Cleanups, speedups, simplifications, added back support
12588         for 24 bits.
12589
12590 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12591
12592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12594         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12595         * docs/plugins/tmpl/element-tcpserversink.sgml:
12596         * gst/ffmpegcolorspace/gstffmpeg.c:
12597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12598         * gst/videotestsrc/gstvideotestsrc.c:
12599         * gst/volume/gstvolume.c:
12600           add more elements to the docs
12601
12602 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12603
12604         * check/Makefile.am:
12605         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12606         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12607           Add extra tests for basetransform based components. 
12608           Comment out the test_element_negotiation test until we decide
12609           if it's testing correct behaviour.
12610         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12611         (gst_visual_chain), (gst_visual_change_state):
12612           Slightly more correct but still bogus timestamping.
12613           Fix state change function.
12614         * gst/audioconvert/gstaudioconvert.c:
12615         (gst_audio_convert_class_init):
12616         * gst/audioresample/gstaudioresample.c:
12617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12618         (gst_ffmpegcsp_class_init):
12619         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12620         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12621         (gst_videoscale_prepare_image):
12622         * gst/volume/gstvolume.c: (gst_volume_class_init),
12623         (volume_transform_ip):
12624           Basetransform updates. Enable passthrough modes.
12625         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12626         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12627         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12628           Negotiation fix that allows the window to return to the original
12629           size and renegotiate passthrough upstream. Extra debug output.
12630
12631 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12632
12633         * gst/sine/gstsinesrc.c:
12634         * gst/volume/gstvolume.c:
12635           fix up header include
12636
12637 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12638
12639         * gst-libs/gst/audio/gstbaseaudiosink.c:
12640         (gst_base_audio_sink_render):
12641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12642         * gst/volume/gstvolume.c: (gst_volume_class_init),
12643         (volume_transform):
12644           fixing lost sync, some more debugging
12645
12646 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12647
12648         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12649         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12650         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12651         (gst_xvimagesink_check_xshm_calls):
12652           Fix compilation when XShm is not available.
12653
12654 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12655
12656         * ext/libvisual/visual.c: (gst_visual_dispose),
12657         (gst_visual_getcaps), (gst_visual_src_setcaps),
12658         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12659         (gst_visual_change_state):
12660           Finish fixing up libvisual plugin so that it runs. 
12661
12662 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12663
12664         * ext/vorbis/vorbisenc.c:
12665         * gst-libs/gst/tag/gstvorbistag.c:
12666           gsttaginterface.h -> gsttagsetter.h
12667
12668 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12669
12670         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12671           added another test that failes for me (test is not active by default)
12672
12673 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12674
12675         * configure.ac:
12676           v4l2 is no longer in gst-plugins-base
12677
12678 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12679
12680         * configure.ac:
12681           In the output at the end, don't show the first plugin on the same
12682           line as "Core plug-ins, always built:".
12683           Indent the output as for other plugin categories
12684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12685           #define that can be used to not use peer buffer_alloc functions for
12686           test purposes.
12687         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12688         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12689         (gst_ximagesink_show_frame):
12690         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12691         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12692         (gst_xvimagesink_show_frame):
12693           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12694           fails gracefully instead of XError aborting or deadlocking.
12695
12696 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12697
12698         * ext/libvisual/Makefile.am:
12699           link against gst-base-libs
12700
12701 2005-09-06  David Schleef  <ds@schleef.org>
12702
12703         * configure.ac: Enable libvisual plugin.
12704         * ext/libvisual/Makefile.am:
12705         * ext/libvisual/visual.c: Fixes to make it compile.
12706
12707 === release 0.9.2 ===
12708
12709 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12710
12711         * NEWS:
12712         * RELEASE:
12713         * configure.ac:
12714         * docs/random/ChangeLog-0.8:
12715           releasing 0.9.2, "Spoon"
12716
12717 2005-09-05  Michael Smith <msmith@fluendo.com>
12718
12719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12720           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12721           that in the vorbisenc element.
12722
12723 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725         * common/gtk-doc-plugins.mak:
12726         * docs/plugins/Makefile.am:
12727           fix distcheck
12728         * gst/audioresample/resample.c:
12729           fix wrong docstring
12730
12731 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12732
12733         * common/gst-xmlinspect.py:
12734         * common/gtk-doc-plugins.mak:
12735           only inspect plugins for this given package
12736           require gst-python 0.9
12737
12738 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12739
12740         * Makefile.am:
12741         * autogen.sh:
12742         * common/gst-xmlinspect.py:
12743         * configure.ac:
12744         * docs/Makefile.am:
12745         * docs/plugins/inspect/plugin-alsa.xml:
12746         * docs/plugins/inspect/plugin-audioresample.xml:
12747         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12748         * docs/plugins/inspect/plugin-ogg.xml:
12749         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12750         * docs/plugins/tmpl/element-multifdsink.sgml:
12751         * docs/plugins/tmpl/element-tcpserversink.sgml:
12752         * docs/plugins/tmpl/element-vorbisenc.sgml:
12753         * gst-plugins-base.spec.in:
12754           various doc-related updates
12755
12756 2005-08-31  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst-libs/gst/audio/gstbaseaudiosink.c:
12759         (gst_base_audio_sink_render):
12760         Resync if the buffer timestamps drift more than a 10th 
12761         of a second.
12762
12763 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12764
12765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12766         (gst_v4lsrc_get_property):
12767           The 'timestamp-offset' property is registered as an int64, so
12768           let's use g_value_{set|get}_int64() in our setter and getter
12769           functions (makes it work and fixes warnings with gst-inspect).
12770
12771 2005-08-30  Wim Taymans  <wim@fluendo.com>
12772
12773         * check/elements/audioconvert.c: (setup_audioconvert):
12774         * check/elements/audioresample.c: (setup_audioresample):
12775         * check/elements/volume.c: (setup_volume):
12776         Fix checks.
12777
12778 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12779
12780         * common/gtk-doc-plugins.mak:
12781         * common/plugins.xsl:
12782         * docs/plugins/Makefile.am:
12783           make module a param
12784
12785 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12786
12787         * examples/seeking/seek.c: (make_mp3_pipeline),
12788         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12789         (play_cb), (pause_cb), (stop_cb):
12790           update the example
12791
12792 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12793
12794         * gst/volume/gstvolume.c: (gst_volume_class_init),
12795         (volume_transform):
12796           do not update controlled params, if buffer has no timestamp
12797
12798 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12799
12800         * configure.ac:
12801         * gst/sine/Makefile.am:
12802         * gst/volume/Makefile.am:
12803           controllerized elements also need to link against controller-libs ;)
12804
12805 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12806
12807         * docs/libs/tmpl/gstcolorbalance.sgml:
12808         * docs/libs/tmpl/gstgconf.sgml:
12809         * docs/libs/tmpl/gstmixer.sgml:
12810         * docs/libs/tmpl/gstringbuffer.sgml:
12811         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12812         (gst_sinesrc_create):
12813         * gst/volume/gstvolume.c: (gst_volume_class_init),
12814         (volume_transform):
12815           controllerized two audio plugins
12816
12817 2005-08-29  Andy Wingo  <wingo@pobox.com>
12818
12819         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12820         (vorbis_handle_data_packet): Fix some int overflow errors.
12821
12822         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12823         -1.
12824         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12825         valid.
12826         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12827         if it's valid. Fixed streaming-mode playback.
12828
12829         * check/elements/volume.c (cleanup_volume): Fix for running
12830         CK_FORK=no.
12831
12832         * check/elements/audioconvert.c: Convert from native endian, not
12833         little endian.
12834
12835 2005-08-29  Michael Smith <msmith@fluendo.com>
12836
12837         * ext/ogg/Makefile.am:
12838         * ext/ogg/gstogg.c: (plugin_init):
12839         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12840         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12841         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12842         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12843         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12844         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12845         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12846         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12847         Add an ogg parser element.
12848
12849 2005-08-28  Andy Wingo  <wingo@pobox.com>
12850
12851         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12852
12853 2005-08-26  Wim Taymans  <wim@fluendo.com>
12854
12855         * gst/audioconvert/audioconvert.c: (if), (float),
12856         (audio_convert_get_func_index), (check_default),
12857         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12858         (audio_convert_clean_context), (audio_convert_get_sizes),
12859         (audio_convert_convert):
12860         Cleanups.
12861
12862 2005-08-26  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/audioconvert/audioconvert.c: (if), (float),
12865         (audio_convert_get_func_index), (check_default),
12866         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12867         (audio_convert_clean_context), (audio_convert_get_sizes),
12868         (audio_convert_convert):
12869         More elegant and working temp buffer selection algo.
12870
12871 2005-08-26  Wim Taymans  <wim@fluendo.com>
12872
12873         * gst/audioconvert/audioconvert.c: (if), (float),
12874         (audio_convert_get_func_index), (check_default),
12875         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12876         (audio_convert_clean_context), (audio_convert_get_sizes),
12877         (get_temp_buffer), (audio_convert_convert):
12878         Use realloc else we lose our original data.
12879
12880 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         * gst/audioresample/gstaudioresample.c:
12883           use base class' newsegment to properly timestamp
12884
12885 2005-08-26  Wim Taymans  <wim@fluendo.com>
12886
12887         * gst/audioconvert/audioconvert.c: (if), (float),
12888         (audio_convert_get_func_index), (check_default),
12889         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12890         (audio_convert_clean_context), (audio_convert_get_sizes),
12891         (get_temp_buffer), (audio_convert_convert):
12892         * gst/audioconvert/gstaudioconvert.c:
12893         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12894         (gst_audio_convert_transform_caps),
12895         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12896         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12897         Oops, allocate enough space to perform the channel mix.
12898
12899 2005-08-26  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst/audioconvert/Makefile.am:
12902         * gst/audioconvert/audioconvert.c: (if), (float),
12903         (audio_convert_get_func_index), (check_default),
12904         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12905         (audio_convert_clean_context), (audio_convert_get_sizes),
12906         (get_temp_buffer), (audio_convert_convert):
12907         * gst/audioconvert/audioconvert.h:
12908         * gst/audioconvert/gstaudioconvert.c:
12909         (gst_audio_convert_class_init), (gst_audio_convert_init),
12910         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12911         (gst_audio_convert_get_unit_size),
12912         (gst_audio_convert_transform_caps),
12913         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12914         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12915         * gst/audioconvert/gstaudioconvert.h:
12916         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12917         (gst_channel_mix_fill_identical),
12918         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12919         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12920         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12921         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12922         (gst_channel_mix_mix):
12923         * gst/audioconvert/gstchannelmix.h:
12924         Cleanups, librarify a bit, optimize, better negotiation and more.
12925
12926 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12927
12928         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12929         Another from MikeS:
12930         During typefinding, don't support negative offsets
12931         (offsets from the end of the stream) in our typefind->peek() function
12932         - nothing embedded in ogg ever needs them. However, we need to recognise
12933         those requests and reject them, otherwise we return invalid pointers.
12934
12935 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12936
12937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12938         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12939         (vorbisdec_finalize), (vorbis_handle_type_packet):
12940           Big shout-out to MikeS for fixing this giant memory leak.
12941           Huzzah!
12942
12943 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12946         (audio_convert_get_unit_size):
12947           plug some leaks
12948
12949 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * check/Makefile.am:
12952         * check/elements/audioconvert.c: (setup_audioconvert),
12953         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12954         (GST_START_TEST), (audioconvert_suite), (main):
12955           add a test for audioconvert
12956         * gst/audioresample/gstaudioresample.c:
12957         * gst/audioresample/gstaudioresample.h:
12958           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12959           note that for buffers of 1/3 sec this means DURATION(c) is 
12960           one nanosecond more than for a and b
12961
12962 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12963
12964         * check/Makefile.am:
12965         * check/elements/audioresample.c: (setup_audioresample),
12966         (cleanup_audioresample), (fail_unless_perfect_stream),
12967         (test_perfect_stream_instance), (GST_START_TEST),
12968           add a check for audioresample
12969         (audioresample_suite), (main):
12970         * check/elements/volume.c: (GST_START_TEST):
12971           remove unused method
12972         * gst/audioresample/gstaudioresample.c:
12973           set correct buffer parameters since we're changing them
12974         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12975           add some debug
12976
12977 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         * gst/audioresample/debug.c:
12980         * gst/audioresample/gstaudioresample.c:
12981           add room for extra overlap samples when asked to transform size
12982           protect against possible mem corruption and check for discrepancies
12983           between written size and outbuffer's size so we can warn for
12984           potential problems
12985         * gst/audioresample/resample.c: (resample_init),
12986         (resample_get_output_size_for_input), (resample_get_output_size),
12987         (resample_set_n_channels), (resample_set_format):
12988           set debug level based on RESAMPLE_DEBUG env var
12989           make sure that get_output_size* returns a whole number of
12990           sample_size
12991           set sample_size each time either channel or format is set
12992         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12993         * gst/audioresample/resample_functable.c:
12994         (resample_scale_functable):
12995         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12996           remove r->sample_size, it's done in resample.c now
12997           add some debugging to the ref implementation
12998           make sure we only give back bytes that are wholes of the sample
12999           size
13000
13001 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13002         * gst/playback/gstplaybasebin.c: (fill_buffer):
13003         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13004
13005 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13006
13007         * gst/volume/gstvolume.c:
13008           made set_caps function static
13009
13010 2005-08-24  Wim Taymans  <wim@fluendo.com>
13011
13012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13013         (gst_vorbisenc_change_state):
13014         Stop leaking taglists.
13015
13016 2005-08-24  Wim Taymans  <wim@fluendo.com>
13017
13018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13019         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13020         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13021         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13022         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13023         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13024         Parse seeking events better.
13025         Unref static caps.
13026         Generate correct newsegment events, fixes seeking in live oggs.
13027
13028         * ext/theora/theoradec.c: (theora_dec_src_query),
13029         (theora_dec_src_event), (theora_dec_src_getcaps),
13030         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13031         Use newsegment values to report correct play time.
13032
13033         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13034         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13035         * ext/vorbis/vorbisdec.h:
13036         Parse and use newsegment values to report correct play time.
13037
13038         * gst-libs/gst/audio/gstbaseaudiosink.c:
13039         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13040         Clear ringbuffer on flush.
13041         Use newsegment values to calculate playback time.
13042
13043         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13045         Basesink does newsegment calculations for us now.
13046
13047 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049         * check/Makefile.am:
13050         * configure.ac:
13051           add core's plugins to the mix so that playbin works
13052         * check/generic/states.c: (GST_START_TEST):
13053           set a 0 timeout on pipelines, so they don't force the next
13054           state change
13055         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13056         (gst_play_base_bin_change_state):
13057           remove the crappy error handling and do GST error handling
13058
13059 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13060
13061         * check/Makefile.am:
13062         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13063           add same test as to core, it bitches out on playbin atm.
13064
13065 2005-08-24  Wim Taymans  <wim@fluendo.com>
13066
13067         * configure.ac:
13068         Remove audioscale.
13069
13070 2005-08-24  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13073         (gst_videoscale_prepare_size), (parse_caps),
13074         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13075         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13076         (gst_videoscale_transform):
13077         * gst/videoscale/gstvideoscale.h:
13078         Refactor, make use of BaseTranform really well.
13079
13080 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13081
13082         * configure.ac:
13083           compile audioresample
13084         * gst/audioresample/Makefile.am:
13085         * gst/audioresample/buffer.c:
13086         * gst/audioresample/functable.c:
13087         * gst/audioresample/gstaudioresample.c:
13088         * gst/audioresample/gstaudioresample.h:
13089         * gst/audioresample/resample.c:
13090         (resample_get_output_size_for_input):
13091         * gst/audioresample/resample.h:
13092         * gst/audioresample/resample_chunk.c:
13093         * gst/audioresample/resample_functable.c:
13094         * gst/audioresample/resample_ref.c:
13095           port to use basetransform; doesn't work in all cases yet
13096
13097 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13098
13099         * gst/audioconvert/gstaudioconvert.c:
13100         (gst_audio_convert_class_init), (gst_audio_convert_init),
13101         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13102         (audio_convert_fixate_caps), (audio_convert_set_caps),
13103         (audio_convert_transform),
13104         (gst_audio_convert_buffer_to_default_format),
13105         (gst_audio_convert_buffer_from_default_format),
13106         (gst_audio_convert_channels):
13107         * gst/audioconvert/gstchannelmix.c:
13108         * gst/audioconvert/gstchannelmix.h:
13109           port to basetransform
13110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13111         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13112         (gst_ffmpegcsp_get_unit_size):
13113         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13114         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13115           fix for basetransform changes
13116
13117 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13118
13119         * check/Makefile.am:
13120           Add CHECK_CFLAGS and LDFLAGS
13121
13122         * gst/playback/gstplaybasebin.c: (fill_buffer):
13123           GST_MESSAGE_SRC became a GObject
13124
13125 2005-08-24  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13128         (gst_ring_buffer_clear_all):
13129         * gst-libs/gst/audio/gstringbuffer.h:
13130         Added function to clear the ringbuffer.
13131
13132 2005-08-24  Andy Wingo  <wingo@pobox.com>
13133
13134         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13135         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13136         of _open and _close.
13137
13138         * sys/v4l/gstv4lxoverlay.h:
13139         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13140         an Xv connection here, instead of all the time. Make Xv only be
13141         loaded if you axe for it. Kindof a workaround for buggy behaviour
13142         of Xv when using remote xservers (XvQueryExtension would block).
13143         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13144         replace the _open and _close public API. Only start the xv
13145         connection if necessary.
13146         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13147
13148 2005-08-23  David Schleef  <ds@schleef.org>
13149
13150         * gst/audioresample/Makefile.am: Leet audioresampling code
13151         * gst/audioresample/buffer.c:
13152         * gst/audioresample/buffer.h:
13153         * gst/audioresample/debug.c:
13154         * gst/audioresample/debug.h:
13155         * gst/audioresample/functable.c:
13156         * gst/audioresample/functable.h:
13157         * gst/audioresample/gstaudioresample.c:
13158         * gst/audioresample/gstaudioresample.h:
13159         * gst/audioresample/resample.c:
13160         * gst/audioresample/resample.h:
13161         * gst/audioresample/resample_chunk.c:
13162         * gst/audioresample/resample_functable.c:
13163         * gst/audioresample/resample_ref.c:
13164
13165 2005-08-23  Wim Taymans  <wim@fluendo.com>
13166
13167         * examples/seeking/seek.c: (make_vorbis_pipeline),
13168         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13169         Small seek updates.
13170
13171 2005-08-23  Andy Wingo  <wingo@pobox.com>
13172
13173         * gst-libs/gst/audio/gstbaseaudiosrc.c
13174         (gst_base_audio_src_fixate): Only fixate endianness if it is
13175         present in the caps.
13176
13177 2005-08-22  Andy Wingo  <wingo@pobox.com>
13178
13179         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13180         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13181         device-name property.
13182
13183         * gst-libs/gst/audio/gstaudiosrc.h:
13184         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13185         close_device in the ring buffer, like gstaudiosink.
13186
13187         * ext/alsa/gstalsamixer.h:
13188         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13189         macro to implement the interface without much code. Cleanups. 
13190
13191         * ext/alsa/gstalsasrc.h:
13192         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13193         READY.
13194
13195         * ext/alsa/Makefile.am: Add new files.
13196         * ext/alsa/gstalsamixerelement.c: 
13197         * ext/alsa/gstalsamixerelement.c: Split element code out from
13198         mixer code so that alsasrc can be a mixer too.
13199
13200 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13201
13202         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13203         (GST_START_TEST):
13204         * check/elements/vorbisdec.c: (setup_vorbisdec),
13205         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13206         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13207         (vorbis_handle_identification_packet),
13208         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13209         (vorbis_handle_header_packet), (vorbis_dec_push),
13210         (vorbis_dec_chain):
13211           use the setup/teardown methods to save code.  save code is good.
13212
13213 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13214
13215         * check/Makefile.am:
13216           add ext dir for plugins
13217           add vorbisdec test conditionally
13218         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13219         (GST_START_TEST), (volume_suite):
13220           add a test with wrong caps
13221         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13222         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13223           add a vorbisdec test
13224         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13225         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13226           clean up debug output
13227         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13228           yay, fix a segfault/security issue in vorbisdec
13229           gst-launch fakesrc ! vorbisdec wasn't happy
13230         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13231         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13232         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13233         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13234         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13235         (gst_vorbisenc_set_metadata), (get_constraints_string),
13236         (update_start_message), (gst_vorbisenc_setup),
13237         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13238         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13239         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13240         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13241         * ext/vorbis/vorbisenc.h:
13242           march in line
13243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13244         (gst_ffmpegcsp_transform):
13245           have the kow come home
13246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13247           debug my func ptr
13248         * gst/volume/gstvolume.c: (volume_set_caps):
13249           add a debug
13250
13251 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13252
13253         * Makefile.am:
13254         * check/.cvsignore:
13255         * check/Makefile.am:
13256         * check/elements/.cvsignore:
13257         * check/elements/volume.c: (chain_func), (event_func),
13258         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13259         (main):
13260         * configure.ac:
13261           add unit test structure for gst-plugins-base
13262           add a test for volume
13263         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13264         (gst_volume_set_volume), (gst_volume_get_volume),
13265         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13266         (volume_funcfind), (volume_process_float), (volume_process_int16),
13267         (volume_set_caps), (volume_transform), (volume_update_mute),
13268         (volume_update_volume), (volume_set_property),
13269         (volume_get_property):
13270           document a little; use basetransform vmethod _set_caps
13271
13272 2005-08-19  Andy Wingo  <wingo@pobox.com>
13273
13274         * ext/alsa/gstalsamixertrack.h:
13275         * ext/alsa/gstalsamixertrack.c:
13276         * ext/alsa/gstalsamixeroptions.h:
13277         * ext/alsa/gstalsamixeroptions.c:
13278         * ext/alsa/gstalsamixer.h:
13279         * ext/alsa/gstalsamixer.c: Port to 0.9.
13280
13281         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13282         Remove gstalsa.c and alsaclock. No more cruft here.
13283         
13284 2005-08-18  Wim Taymans  <wim@fluendo.com>
13285
13286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13287         (gst_base_rtp_depayload_chain),
13288         (gst_base_rtp_depayload_add_to_queue),
13289         (gst_base_rtp_depayload_push),
13290         (gst_base_rtp_depayload_queue_release):
13291         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13292         Fix for RTPBuffer changes.
13293
13294         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13295         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13296         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13297         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13298         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13299         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13300         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13301         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13302         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13303         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13304         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13305         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13306         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13307         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13308         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13309         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13310         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13311         (gst_rtpbuffer_get_payload):
13312         * gst-libs/gst/rtp/gstrtpbuffer.h:
13313         Don't subclass GstBuffer but add methods and helper functions
13314         to construct and manipulate RTP packets in regular GstBuffers.
13315
13316 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13317
13318         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13319           moved statement below switch
13320         * gst/volume/gstvolume.c: (gst_volume_class_init):
13321           added debug ptr
13322
13323 2005-08-16  Wim Taymans  <wim@fluendo.com>
13324
13325         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13326         (gst_base_audio_src_change_state):
13327         Open and close device in READY<->NULL state change.
13328
13329 2005-08-16  Andy Wingo  <wingo@pobox.com>
13330
13331         * examples/seeking/Makefile.am: Don't compile non-compiling
13332         compiled objects with the compiler.
13333
13334         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13335         elements.
13336
13337 2005-08-12  Philippe Khalaf <burger@speedy.org>
13338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13339         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13340           Made a thread to release the queue.
13341           Removed timestamp conversion for now.
13342
13343 2005-08-10  Philippe Khalaf <burger@speedy.org>
13344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13346           Added rtp timestamp -> gst timestamp conversion.
13347           Fixed several problems with queue.
13348
13349 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * gst-libs/gst/audio/gstaudioclock.h:
13352         * gst-libs/gst/audio/gstaudiofilter.h:
13353         * gst-libs/gst/audio/gstaudiosink.h:
13354         * gst-libs/gst/audio/gstaudiosrc.h:
13355         * gst-libs/gst/audio/gstbaseaudiosink.h:
13356         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13357         * gst-libs/gst/audio/gstringbuffer.h:
13358         * gst-libs/gst/net/gstnetbuffer.h:
13359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13360         * gst-libs/gst/rtp/gstrtpbuffer.h:
13361           Add padding (you will need to rebuild gst-plugins-base,
13362           gst-plugins and all applications afterwards!)
13363
13364 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13365
13366         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13367         (gst_riff_parse_chunk):
13368           Fix bug in debug message and add some more debug messages.
13369
13370 2005-08-08  Edward Hervey  <edward@fluendo.com>
13371
13372         * gst-libs/gst/riff/riff-media.c:
13373         backported updates since branch
13374
13375 2005-08-08  Andy Wingo  <wingo@pobox.com>
13376
13377         * gst-libs/gst/audio/gstbaseaudiosink.c
13378         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13379         like good elements should. Close on READY->NULL too.
13380
13381         * gst-libs/gst/audio/gstaudiosink.c
13382         (gst_audioringbuffer_open_device,
13383         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13384         (gst_audioringbuffer_release): Updates for new ring buffer API,
13385         hook into the new audio sink api.
13386
13387         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13388         (GstAudioSinkClass.close): Just open and close the device -- no
13389         resource allocation or configuration.
13390         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13391         vmethods, handle device setup and resource allocation.
13392
13393         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13394         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13395         base class API.
13396
13397         * gst-libs/gst/audio/gstringbuffer.h
13398         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13399         New vmethods.
13400
13401         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13402         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13403         New API functions. The device should be opened before acquiring
13404         and closed after releasing.
13405
13406 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13407
13408         * gst-libs/gst/interfaces/mixer.h:
13409           Reset padding to GST_PADDING.
13410
13411 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13412
13413         * gst/playback/gstplaybin.c: (remove_sinks):
13414           Remove visualization from parent explicitely; works around some
13415           apparent refcount issue that I haven't tracked down yet.
13416
13417 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13418
13419         * ext/alsa/gstalsasink.c: (set_hwparams):
13420           Assign debug category, add negotiation debug msgs.
13421
13422 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13423
13424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13425           Fix error code for file-not-found to NOT_FOUND.
13426
13427 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13428
13429         * common/gtk-doc-plugins.mak:
13430         * docs/plugins/Makefile.am:
13431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13433           renamed to actual element names, so much nicer to look at
13434         * docs/plugins/tmpl/gstmultifdsink.sgml:
13435           remove
13436         * docs/plugins/tmpl/multifdsink.sgml:
13437         * docs/plugins/tmpl/tcpserversink.sgml:
13438           add
13439         * ext/alsa/gstalsa.c:
13440         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13441         * ext/ogg/gstoggmux.c:
13442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13443         * gst/playback/gstdecodebin.c:
13444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13445         * gst/tcp/gsttcpserversink.c:
13446           various fixes and documentation additions
13447
13448 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13449
13450         * common/Makefile.am:
13451         * common/gstdoc-scangobj:
13452         * common/gtk-doc-plugins.mak:
13453         * common/gtk-doc.mak:
13454           add a custom scangobj that uses the registry
13455           add a custom gtk-doc-plugins.mak that uses it
13456           some doc build fixes
13457         * configure.ac:
13458         * docs/Makefile.am:
13459         * docs/plugins/Makefile.am:
13460         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13461         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13462         * docs/plugins/gst-plugins-base-plugins.types:
13463         * docs/plugins/tmpl/gstmultifdsink.sgml:
13464           add docs for one element, multifdsink
13465         * gst/adder/gstadder.h:
13466         * gst/volume/gstvolume.h:
13467           don't privatize enum
13468         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13469         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13470         (gst_sync_method_get_type), (gst_client_status_get_type),
13471         (gst_multifdsink_class_init),
13472         (gst_multifdsink_client_queue_buffer),
13473         (gst_multifdsink_handle_client_write):
13474         * gst/tcp/gstmultifdsink.h:
13475         * gst/tcp/gsttcp.h:
13476         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13477         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13478         (gst_tcpclientsink_render):
13479         * gst/tcp/gsttcpclientsink.h:
13480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13481         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13482         (gst_tcpclientsrc_start):
13483         * gst/tcp/gsttcpclientsrc.h:
13484         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13485         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13486         * gst/tcp/gsttcpserversrc.h:
13487         * gst/typefind/gsttypefindfunctions.c:
13488           remove superfluous Type stuff
13489
13490 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13491
13492         * gst/playback/gstplaybin.c: (gen_video_element):
13493           Enable videoscale.
13494
13495 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13496
13497         * gst-libs/gst/gconf/gconf.c:
13498         * gst-libs/gst/gconf/gconf.h:
13499           Fix some Andy Problem [tm].
13500
13501 2005-08-04  Andy Wingo  <wingo@pobox.com>
13502
13503         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13505         (gst_ffmpegcsp_get_size): Adapt to API changes.
13506
13507         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13508         Implement an in-place do-nothing transform.
13509
13510 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13511
13512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13513         (gst_ximagesink_renegotiate_size):
13514           Do not set new window sizes yet if we prepare a new buffer size
13515           for upstream renegotiation (software scaling) at some point in the
13516           future, because this new size waqs not actually accepted yet. Once
13517           accepted, renegotiation later on will set the new sizes just fine.
13518           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13519           embedding testcase.
13520
13521 2005-08-03  Andy Wingo  <wingo@pobox.com>
13522
13523         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13524         (gst_ximagesink_buffer_alloc): 
13525         Protect the height, width, and desired_caps with the pool_lock.
13526         Fixes videotestsrc ! queue ! ximagesink.
13527
13528 2005-08-02  Edward Hervey  <edward@fluendo.com>
13529
13530         * gst/volume/gstvolume.c:
13531         include left from controller cleanup
13532
13533 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13535           Stop collectpads before calling the parent state
13536           change function on PAUSED->READY.
13537
13538 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13539         * configure.ac:
13540           When testing for X libs, use the X CFlags 
13541         * gst/adder/gstadder.c: (gst_adder_change_state):
13542           Stop the collectpads before calling parent state change function
13543           on PAUSED->READY, otherwise we deadlock deactivating pads.
13544
13545 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13546
13547         * configure.ac:
13548         * docs/libs/tmpl/gstcolorbalance.sgml:
13549         * docs/libs/tmpl/gstmixer.sgml:
13550         * examples/Makefile.am:
13551         * gst/sine/Makefile.am:
13552         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13553         (gst_sinesrc_set_property), (plugin_init):
13554         * gst/sine/gstsinesrc.h:
13555         * gst/volume/Makefile.am:
13556         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13557         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13558         (volume_process_float), (volume_process_int16),
13559         (volume_set_property), (plugin_init):
13560         * gst/volume/gstvolume.h:
13561           deactivate and remove dparams (libgstcontrol)
13562
13563 2005-07-29  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13566         Convert me to BaseTransform!! help..
13567
13568 2005-07-29  Andy Wingo  <wingo@pobox.com>
13569
13570         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13571         sinks.
13572
13573         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13574         support of both endiannesses.
13575
13576 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13579           Fix confusing debug message (s/event/query/)
13580
13581 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * gst/videotestsrc/videotestsrc.h:
13584           Use "_stdint.h" instead of <stdint.h>
13585
13586 2005-07-27  Wim Taymans  <wim@fluendo.com>
13587
13588         * ext/vorbis/Makefile.am:
13589         Revert wrong commit.
13590
13591 2005-07-27  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13594         More compilation fixen.
13595
13596 2005-07-27  Wim Taymans  <wim@fluendo.com>
13597
13598         * gst-libs/gst/audio/gstbaseaudiosink.c:
13599         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13600         (gst_base_audio_sink_create_ringbuffer),
13601         (gst_base_audio_sink_change_state):
13602         Fix compilation.
13603
13604 2005-07-27  Wim Taymans  <wim@fluendo.com>
13605
13606         * examples/seeking/seek.c: (setup_dynamic_link),
13607         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13608         (query_positions_elems), (query_positions_pads), (do_seek):
13609         Update seek example.
13610
13611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13612         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13613         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13614         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13615         (gst_ogg_demux_handle_event),
13616         (gst_ogg_demux_deactivate_current_chain),
13617         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13618         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13619         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13620         (gst_ogg_demux_loop):
13621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13622         * ext/theora/theoradec.c: (theora_dec_src_event),
13623         (theora_dec_src_getcaps), (theora_dec_sink_event),
13624         (theora_dec_push), (theora_dec_chain):
13625         * ext/vorbis/Makefile.am:
13626         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13627         (vorbis_dec_sink_event), (vorbis_dec_push),
13628         (vorbis_handle_data_packet):
13629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13630         (gst_vorbisenc_chain):
13631         * gst/playback/gststreaminfo.c: (cb_probe):
13632         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13633         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13634         * gst/videoscale/gstvideoscale.c:
13635         (gst_videoscale_handle_src_event):
13636         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13637         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13638         (gst_ximagesink_navigation_send_event):
13639         * sys/xvimage/xvimagesink.c:
13640         (gst_xvimagesink_navigation_send_event):
13641         Various event updates and cleanups
13642
13643 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13644
13645         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13646           Fix segfault for I420/YV12.
13647
13648 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13649
13650         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13651           Report bitrate.
13652
13653 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13654
13655         * gst/playback/gstplaybin.c: (gen_video_element),
13656         (gen_audio_element):
13657           Switch to auto*sink elements as default sinks; add volume element
13658           so that volume control in totem works.
13659
13660 2005-07-21  Wim Taymans  <wim@fluendo.com>
13661
13662         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13663         * gst/playback/gstplaybin.c: (setup_sinks),
13664         (gst_play_bin_change_state):
13665         Refcount fix and more comments.
13666
13667 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13668
13669         * sys/ximage/Makefile.am:
13670         * sys/ximage/ximage.c: (plugin_init):
13671         * sys/ximage/ximagesink.c:
13672         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13673         
13674
13675 2005-07-21  Wim Taymans  <wim@fluendo.com>
13676
13677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13678         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13679         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13680         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13681         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13682         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13683         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13684         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13685         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13686         Generate correct disconts for live chained oggs.
13687
13688         * gst-libs/gst/audio/gstbaseaudiosink.c:
13689         (gst_base_audio_sink_render),
13690         (gst_base_audio_sink_create_ringbuffer),
13691         (gst_base_audio_sink_change_state):
13692         Handle discont math correctly.
13693
13694         * gst/playback/gstplaybin.c: (add_sink):
13695         Some small debug cleanup.
13696
13697 2005-07-21  Wim Taymans  <wim@fluendo.com>
13698
13699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13700         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13701         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13702         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13703         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13704         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13705         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13706         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13707         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13708         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13709         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13710         (gst_ogg_demux_change_state), (gst_ogg_print):
13711         Reorganize code to send the right disconts when in streaming
13712         mode.
13713
13714 2005-07-20  Andy Wingo  <wingo@pobox.com>
13715
13716         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13717         fix (?), fixes a seggie mcfalterson (#310894).
13718
13719 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13720
13721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13722         (gst_ogg_mux_set_header_on_caps):
13723         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13725         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13726         * gst-libs/gst/audio/multichannel.c:
13727         (gst_audio_set_channel_positions),
13728         (gst_audio_set_structure_channel_positions_list):
13729         * gst/playback/gstdecodebin.c: (dynamic_create):
13730         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13731         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13732           Fixes for API changes in core.
13733
13734 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13735
13736         * gst/playback/gstplaybasebin.c: (fill_buffer):
13737           Use _new_custom() so we can set custom message types for buffering
13738           messages.
13739
13740 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13741
13742         * configure.ac:
13743         * gst-libs/gst/Makefile.am:
13744         * gst-libs/gst/gconf/.cvsignore:
13745         * gst-libs/gst/gconf/Makefile.am:
13746         * gst-libs/gst/gconf/test-gconf.c:
13747         * pkgconfig/Makefile.am:
13748         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13749         * pkgconfig/gstreamer-gconf.pc.in:
13750           Remove gconf stuff, use gconf elements instead from now on.
13751
13752 2005-07-20  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst-libs/gst/audio/TODO:
13755         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13756         (gst_audio_clock_get_internal_time):
13757         * gst-libs/gst/audio/gstaudioclock.h:
13758         * gst-libs/gst/audio/gstbaseaudiosink.c:
13759         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13760         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13761         (gst_base_audio_sink_render),
13762         (gst_base_audio_sink_create_ringbuffer),
13763         (gst_base_audio_sink_change_state):
13764         Make sure the audio clock always returns an increasing value.
13765
13766 2005-07-19  Andy Wingo  <wingo@pobox.com>
13767
13768         * gst/videotestsrc/: Cleanups.
13769
13770 2005-07-19  Wim Taymans  <wim@fluendo.com>
13771
13772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13773         Better debugging.
13774
13775 2005-07-19  Wim Taymans  <wim@fluendo.com>
13776
13777         * examples/seeking/seek.c: (make_dv_pipeline),
13778         (make_vorbis_theora_pipeline), (query_rates),
13779         (query_positions_elems), (query_positions_pads), (do_seek):
13780         Make correct DV pipeline.
13781
13782 2005-07-18  Andy Wingo  <wingo@pobox.com>
13783
13784         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13785         default. Also because it's the only thing that really works. (This
13786         is used in the GConf elements).
13787         Use AS_LIBTOOL_TAGS.
13788
13789 2005-07-18  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst/playback/gstdecodebin.c: (remove_element_chain):
13792         * gst/playback/gstplaybin.c: (add_sink):
13793         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13794         (gst_stream_info_set_mute):
13795         * gst/playback/gststreamselector.c:
13796         (gst_stream_selector_get_linked_pad),
13797         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13798         More leak and compile fixes.
13799
13800 2005-07-18  Wim Taymans  <wim@fluendo.com>
13801
13802         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13803         (query_rates), (query_positions_elems), (query_positions_pads),
13804         (do_seek), (seek_cb), (stop_seek):
13805         Updated seek example. 
13806
13807         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13808         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13809         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13810         * gst/playback/gstplaybin.c: (add_sink):
13811         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13812         (gst_stream_info_set_mute):
13813         Some refcount leak fixes.
13814
13815 2005-07-16  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst-libs/gst/audio/gstbaseaudiosink.c:
13818         (gst_base_audio_sink_render):
13819         Align samples even if we have roundoff errors in the 
13820         timestamp conversion.
13821
13822 2005-07-16  Wim Taymans  <wim@fluendo.com>
13823
13824         * docs/libs/tmpl/gstringbuffer.sgml:
13825         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13826         (query_rates), (query_positions_elems), (query_positions_pads),
13827         (update_scale), (do_seek):
13828         Updated seek example.
13829
13830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13831         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13832         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13833         (gst_ogg_demux_loop):
13834         Push out correct discont values.
13835
13836         * ext/theora/theoradec.c: (theora_dec_src_convert),
13837         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13838         (theora_dec_sink_event), (theora_handle_type_packet),
13839         (theora_handle_header_packet), (theora_dec_push),
13840         (theora_handle_data_packet), (theora_dec_chain),
13841         (theora_dec_change_state):
13842         Better timestamping.
13843
13844         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13845         (vorbis_dec_sink_event), (vorbis_dec_push),
13846         (vorbis_handle_data_packet), (vorbis_dec_chain):
13847         * ext/vorbis/vorbisdec.h:
13848         Better timestamping.
13849
13850         * gst-libs/gst/audio/gstbaseaudiosink.c:
13851         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13852         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13853         Handle syncing on timestamps instead of sample offsets. Make
13854         use of DISCONT values as described in design docs.
13855
13856         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13857         (gst_base_audio_src_get_time):
13858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13859         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13860         (gst_ring_buffer_read):
13861         * gst-libs/gst/audio/gstringbuffer.h:
13862         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13863         (gst_ximagesink_show_frame):
13864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13865         Correcly convert buffer timestamp to stream time.
13866
13867 2005-07-16  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/audioconvert/gstaudioconvert.c:
13870         (gst_audio_convert_get_buffer):
13871         Timestamp buffers correctly.
13872
13873         * gst/playback/gstplaybin.c: (gen_video_element):
13874         Make internal fakesink silent.
13875
13876 2005-07-15  Wim Taymans  <wim@fluendo.com>
13877
13878         * gst/ffmpegcolorspace/Makefile.am:
13879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13880         (gst_ffmpegcsp_caps_remove_format_info),
13881         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13882         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13883         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13884         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13885         Ported ffmpegcolorspace to basetransform.
13886
13887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13888         * gst/volume/gstvolume.c: (volume_transform):
13889         Ported to new API.
13890
13891 2005-07-14  Wim Taymans  <wim@fluendo.com>
13892
13893         * gst/videotestsrc/Makefile.am:
13894         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13895         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13896         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13897         (gst_videotestsrc_init), (gst_videotestsrc_event),
13898         (gst_videotestsrc_create), (gst_videotestsrc_start),
13899         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13900         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13901         (gst_videotestsrc_get_property):
13902         * gst/videotestsrc/gstvideotestsrc.h:
13903         Make videotestsrc a pushsrc.
13904
13905 2005-07-14  Wim Taymans  <wim@fluendo.com>
13906
13907         * gst/tcp/gstfdset.c: (gst_fdset_free):
13908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13909         (gst_multifdsink_add), (gst_multifdsink_remove),
13910         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13911         (gst_multifdsink_remove_client_link),
13912         (gst_multifdsink_client_queue_data),
13913         (gst_multifdsink_client_queue_caps),
13914         (gst_multifdsink_client_queue_buffer),
13915         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13916         (gst_multifdsink_stop):
13917         * gst/tcp/gstmultifdsink.h:
13918         0.8 backporting.
13919
13920         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13921         Also draw image when not from a pool.
13922
13923 2005-07-14  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13926         (mute_stream), (silence_stream):
13927         Small debug additions.
13928
13929 2005-07-14  Wim Taymans  <wim@fluendo.com>
13930
13931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13932         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13933         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13934         Better error recovery, ignore unconnected pads and
13935         non-fatal errors.
13936
13937 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * docs/libs/tmpl/gstaudio.sgml:
13940         * docs/libs/tmpl/gstcolorbalance.sgml:
13941         * docs/libs/tmpl/gstgconf.sgml:
13942         * docs/libs/tmpl/gstmixer.sgml:
13943         * docs/libs/tmpl/gstringbuffer.sgml:
13944         * docs/libs/tmpl/gsttuner.sgml:
13945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13947         (gst_tcpclientsrc_class_init):
13948         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13949         (gst_tcpserversrc_class_init):
13950         * sys/v4l/gstv4lelement.c:
13951           more autistic cleanliness in functions/names/defines
13952
13953 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13954
13955         * configure.ac:
13956           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13957           added manually to each Makefile.am so we are sure it goes
13958           *last* and doesn't add -L flags before linking in libs of our
13959           own, like, say, internal .la libs, that then accidentally pick
13960           up the installed copy.
13961         * docs/libs/Makefile.am:
13962         * ext/alsa/Makefile.am:
13963         * ext/cdparanoia/Makefile.am:
13964         * ext/gnomevfs/Makefile.am:
13965         * ext/libvisual/Makefile.am:
13966         * ext/ogg/Makefile.am:
13967         * ext/theora/Makefile.am:
13968         * ext/vorbis/Makefile.am:
13969         * gst-libs/gst/video/Makefile.am:
13970         * gst/adder/Makefile.am:
13971         * gst/audioconvert/Makefile.am:
13972         * gst/audiorate/Makefile.am:
13973         * gst/audioscale/Makefile.am:
13974         * gst/ffmpegcolorspace/Makefile.am:
13975         * gst/playback/Makefile.am:
13976         * gst/sine/Makefile.am:
13977         * gst/subparse/Makefile.am:
13978         * gst/tags/Makefile.am:
13979         * gst/tcp/Makefile.am:
13980         * gst/typefind/Makefile.am:
13981         * gst/videorate/Makefile.am:
13982         * gst/videoscale/Makefile.am:
13983         * gst/videotestsrc/Makefile.am:
13984         * gst/volume/Makefile.am:
13985         * sys/v4l/Makefile.am:
13986         * sys/ximage/Makefile.am:
13987         * sys/xvimage/Makefile.am:
13988           adapt properly to this change. This should make sure that
13989           plugins and libs properly link to the as-yet-uninstalled
13990           copies of stuff like libgstinterfaces and libgstvideo
13991
13992 2005-07-13  Andy Wingo  <wingo@pobox.com>
13993
13994         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13995         (gst_v4lsrc_fixate): Fixate on format as well.
13996
13997         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13998         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13999         buffer points to it.
14000         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14001         rather just doing X calls ourselves. Also fixes a memleak.
14002
14003 2005-07-12  Andy Wingo  <wingo@pobox.com>
14004
14005         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14006         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14007         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14008         TRUE to avoid deadlocks if an element holds on to our buffers.
14009
14010 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14011
14012         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14013         (gst_sinesrc_init), (gst_sinesrc_create),
14014         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14015         (gst_sinesrc_start):
14016         * gst/sine/gstsinesrc.h:
14017           removing num-buffers property before moving it
14018
14019 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14020
14021         * configure.ac:
14022           use overridable ERROR_CFLAGS
14023         * docs/libs/gst-plugins-base-libs.types:
14024         * docs/libs/tmpl/gstringbuffer.sgml:
14025         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14026         (gst_alsasink_class_init):
14027         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14028         (gst_alsasrc_class_init):
14029         * gst-libs/gst/audio/audio.h:
14030         * gst-libs/gst/audio/gstaudioclock.h:
14031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14032         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14033         (gst_audio_filter_link), (gst_audio_filter_init),
14034         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14035         (gst_audio_filter_get_property),
14036         (gst_audio_filter_class_add_pad_templates):
14037         * gst-libs/gst/audio/gstaudiofilter.h:
14038         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14039         (gst_audio_filter_template_get_type),
14040         (gst_audio_filter_template_base_init),
14041         (gst_audio_filter_template_class_init),
14042         (gst_audio_filter_template_init),
14043         (gst_audio_filter_template_set_property),
14044         (gst_audio_filter_template_get_property), (plugin_init),
14045         (gst_audio_filter_template_setup),
14046         (gst_audio_filter_template_filter),
14047         (gst_audio_filter_template_filter_inplace):
14048         * gst-libs/gst/audio/gstaudiosink.c:
14049         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14050         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14051         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14052         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14053         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14054         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14055         * gst-libs/gst/audio/gstaudiosink.h:
14056         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14057         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14058         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14059         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14060         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14061         (gst_audio_src_class_init), (gst_audio_src_init),
14062         (gst_audio_src_create_ringbuffer):
14063         * gst-libs/gst/audio/gstaudiosrc.h:
14064         * gst-libs/gst/audio/gstbaseaudiosink.c:
14065         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14066         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14067         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14068         (gst_base_audio_sink_set_property),
14069         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14070         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14071         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14072         (gst_base_audio_sink_create_ringbuffer),
14073         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14074         * gst-libs/gst/audio/gstbaseaudiosink.h:
14075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14076         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14077         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14078         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14079         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14080         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14081         (gst_base_audio_src_event), (gst_base_audio_src_create),
14082         (gst_base_audio_src_create_ringbuffer),
14083         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14084         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14085         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14086         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14087         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14088         (gst_ring_buffer_debug_spec_caps),
14089         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14090         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14091         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14092         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14093         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14094         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14095         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14096         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14097         (gst_ring_buffer_clear):
14098         * gst-libs/gst/audio/gstringbuffer.h:
14099         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14100         (gst_video_sink_class_init), (gst_video_sink_get_type):
14101         * gst-libs/gst/video/videosink.h:
14102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14103         (gst_multifdsink_class_init),
14104         (gst_multifdsink_handle_client_write),
14105         (gst_multifdsink_change_state):
14106         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14107         (gst_tcpclientsink_setcaps):
14108         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14109         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14110         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14111         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14112         (gst_ximagesink_send_pending_navigation),
14113         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14114         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14116         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14117         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14118         (gst_xvimagesink_send_pending_navigation),
14119         (gst_xvimagesink_navigation_send_event),
14120         (gst_xvimagesink_set_xwindow_id),
14121         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14122         (gst_xvimagesink_get_type):
14123         more macro splitting
14124
14125 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14126
14127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14128           plug a memleak, allows me to import 1479 albums in one go
14129           in jamboree
14130         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14131         (vorbis_handle_type_packet), (vorbis_dec_chain),
14132         (vorbis_dec_change_state):
14133           fix some format strings
14134
14135 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14136
14137         * docs/libs/tmpl/gstcolorbalance.sgml:
14138         * docs/libs/tmpl/gstmixer.sgml:
14139         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14140         (gst_alsasink_set_property), (gst_alsasink_get_property):
14141         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14142         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14143           add device property
14144
14145 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14148         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14149         (audiocast_register_listener), (audiocast_thread_run),
14150         (gst_gnomevfssrc_send_additional_headers_callback),
14151         (gst_gnomevfssrc_received_headers_callback),
14152         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14153         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14154         (gst_gnomevfssrc_get_size):
14155           add/clean up debugging
14156         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14157           cleanups
14158
14159 2005-07-07  Andy Wingo  <wingo@pobox.com>
14160
14161         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14162         framerate. Need to get a handle on when exactly this function is
14163         called, tho.
14164
14165         * sys/v4l/v4lsrc_calls.h:
14166         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14167         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14168         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14169
14170         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14171         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14172         v4lelements are sources.
14173
14174         * sys/v4l/gstv4lxoverlay.h:
14175         * sys/v4l/gstv4lxoverlay.c:
14176         * sys/v4l/gstv4ltuner.h:
14177         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14178         
14179         * sys/v4l/gstv4lsrc.h:
14180         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14181         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14182         or something should handle that. Made a live source.
14183
14184         * sys/v4l/gstv4lelement.h:
14185         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14186         signals. Some cleanups.
14187
14188         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14189
14190         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14191         stuff.
14192
14193         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14194         stuff.
14195
14196         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14197
14198 2005-07-07  Wim Taymans  <wim@fluendo.com>
14199
14200         * ext/theora/theoradec.c: (theora_get_query_types),
14201         (theora_dec_src_getcaps), (theora_dec_push):
14202         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14204         Remove deprecated/unused query types.
14205
14206 2005-07-06  Wim Taymans  <wim@fluendo.com>
14207
14208         * ext/alsa/Makefile.am:
14209         * ext/alsa/gstalsaplugin.c: (plugin_init):
14210         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14211         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14212         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14213         (gst_alsasrc_class_init), (gst_alsasrc_init),
14214         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14215         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14216         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14217         (gst_alsasrc_reset):
14218         * ext/alsa/gstalsasrc.h:
14219         * gst-libs/gst/audio/Makefile.am:
14220         * gst-libs/gst/audio/gstaudiosink.c:
14221         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14222         (gst_audioringbuffer_start):
14223         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14224         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14225         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14226         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14227         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14228         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14229         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14230         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14231         * gst-libs/gst/audio/gstaudiosrc.h:
14232         * gst-libs/gst/audio/gstbaseaudiosink.c:
14233         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14234         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14235         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14236         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14237         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14238         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14239         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14240         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14241         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14242         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14243         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14244         (gst_baseaudiosrc_change_state):
14245         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14246         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14247         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14248         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14249         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14250         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14251         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14252         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14253         * gst-libs/gst/audio/gstringbuffer.h:
14254         Added audiosource base classes.
14255         Ported alsasrc, still very basic.
14256
14257 2005-07-06  Wim Taymans  <wim@fluendo.com>
14258
14259         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14260         (theora_dec_push), (theora_handle_data_packet):
14261         Prepare for better timestamp fix later.
14262
14263         * gst/audioconvert/gstaudioconvert.c:
14264         List most accurate caps first
14265
14266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14267         Use proper pad task function.
14268
14269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14270         (gst_xvimagesink_show_frame):
14271         Fix deadlock when alloc failed.
14272
14273 2005-07-05  Andy Wingo  <wingo@pobox.com>
14274
14275         * ext/gnomevfs/gstgnomevfssrc.c:
14276         * gst/sine/gstsinesrc.c:
14277         * gst/tcp/gsttcpserversrc.c:
14278         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14279
14280         * sys/v4l/: Port from 0.8.
14281
14282         * Many files: Null if we got it....
14283
14284 2005-07-05  Andy Wingo  <wingo@pobox.com>
14285
14286         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14287         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14288         Signedness fixes.
14289
14290 2005-07-05  Wim Taymans  <wim@fluendo.com>
14291
14292         * configure.ac:
14293         * gst/tcp/Makefile.am:
14294         * gst/tcp/README:
14295         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14296         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14297         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14298         (is_sync_frame), (gst_multifdsink_handle_client_write),
14299         (gst_multifdsink_render), (gst_multifdsink_start),
14300         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14301         * gst/tcp/gstmultifdsink.h:
14302         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14303         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14304         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14305         * gst/tcp/gsttcp.h:
14306         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14307         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14308         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14309         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14310         * gst/tcp/gsttcpclientsink.h:
14311         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14312         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14313         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14314         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14315         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14316         * gst/tcp/gsttcpclientsrc.h:
14317         * gst/tcp/gsttcpplugin.c: (plugin_init):
14318         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14319         * gst/tcp/gsttcpserversink.h:
14320         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14321         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14322         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14323         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14324         (gst_tcpserversrc_stop):
14325         * gst/tcp/gsttcpserversrc.h:
14326         * gst/tcp/gsttcpsink.c:
14327         * gst/tcp/gsttcpsink.h:
14328         * gst/tcp/gsttcpsrc.c:
14329         * gst/tcp/gsttcpsrc.h:
14330         Ported tcp plugins to 0.9. 
14331         
14332
14333 2005-07-05  Andy Wingo  <wingo@pobox.com>
14334
14335         * gst/playback/gstplaybasebin.c (fill_buffer):
14336         message_new_application fixen.
14337
14338         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14339         Style fix.
14340
14341 2005-07-04  Wim Taymans  <wim@fluendo.com>
14342
14343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14344         Set caps on output buffer.
14345
14346 2005-07-04  Andy Wingo  <wingo@pobox.com>
14347
14348         * ext/gnomevfs/gstgnomevfssrc.c
14349         (gst_gnomevfssrc_received_headers_callback) 
14350         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14351         hopefully.
14352
14353         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14354         No refcount leakage.
14355
14356         * configure.ac: Enable -Werror.
14357         
14358         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14359         * gst/audioconvert/bufferframesconvert.c
14360         (buffer_frames_convert_fixate):
14361         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14362         (gst_audio_convert_fixate):
14363         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14364         (gst_sinesrc_create): Fixate func changes.
14365         
14366         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14367         (gst_ximagesink_buffer_alloc): Unused var.
14368
14369 2005-07-01  Andy Wingo  <wingo@pobox.com>
14370
14371         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14372         getcaps to do explicit caps. Needs to be done in all decoders,
14373         possibly via a base class.
14374
14375         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14376
14377         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14378         caps on the sink pad, just rely on the pad template. Also, setting
14379         ANY caps on a pad is not valid because the caps are not fixed.
14380
14381         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14382         caps on the buffer, and get the width from the desired_caps if
14383         they're set.
14384         (gst_ximagesink_renegotiate_size): Implement via setting the
14385         desired_caps on the ximagesink.
14386         (gst_ximagesink_setcaps): Only reset the width of the player if it
14387         wasn't already set. Not sure if this is right.
14388         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14389
14390         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14391         that the user wants. NULL unless the window has been resized.
14392
14393         * gst/volume/gstvolume.c (volume_transform): Adapt to
14394         basetransform refcount changes.
14395         
14396 2005-07-01  Andy Wingo  <wingo@pobox.com>
14397
14398         * gst/videoscale/gstvideoscale.c:
14399         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14400         from BaseTransform, implements a transform_caps. Removed dead code
14401         including some PAR stuff that was never reached -- should probably
14402         be added back somehow.
14403
14404 2005-07-01  Andy Wingo  <wingo@pobox.com>
14405
14406         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14407         come later.
14408
14409 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14410
14411         * configure.ac:
14412         * docs/libs/Makefile.am:
14413         * docs/libs/gst-plugins-libs.types:
14414         * ext/alsa/Makefile.am:
14415         * ext/alsa/gstalsamixer.h:
14416         * ext/alsa/gstalsamixeroptions.h:
14417         * ext/alsa/gstalsamixertrack.h:
14418         * gst-libs/gst/Makefile.am:
14419         * gst-libs/gst/colorbalance/.cvsignore:
14420         * gst-libs/gst/colorbalance/Makefile.am:
14421         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14422         * gst-libs/gst/colorbalance/colorbalance.c:
14423         * gst-libs/gst/colorbalance/colorbalance.h:
14424         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14425         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14426         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14427         * gst-libs/gst/interfaces/Makefile.am:
14428         * gst-libs/gst/interfaces/colorbalance.c:
14429         (gst_color_balance_class_init):
14430         * gst-libs/gst/interfaces/colorbalance.h:
14431         * gst-libs/gst/interfaces/interfaces-marshal.list:
14432         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14433         * gst-libs/gst/interfaces/mixer.h:
14434         * gst-libs/gst/interfaces/mixeroptions.h:
14435         * gst-libs/gst/interfaces/navigation.c:
14436         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14437         * gst-libs/gst/interfaces/tuner.h:
14438         * gst/volume/Makefile.am:
14439         * gst/volume/gstvolume.c:
14440         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14441         * sys/ximage/Makefile.am:
14442         * sys/ximage/ximagesink.c:
14443         * sys/xvimage/Makefile.am:
14444         * sys/xvimage/xvimagesink.c:
14445           fold in all interfaces into an interfaces dir, preserving CVS
14446           history
14447
14448 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14449
14450         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14451           Fix build after riff changes.
14452
14453 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14454
14455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14456         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14457         (gst_riff_create_video_template_caps),
14458         (gst_riff_create_audio_template_caps),
14459         (gst_riff_create_iavs_template_caps):
14460         * gst-libs/gst/riff/riff-media.h:
14461         * gst-libs/gst/riff/riff-read.h:
14462         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14463           Add gst_riff_init() to initialize the debug category, instead
14464           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14465
14466 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14467
14468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14469           Oops, I shouldn't apply hacks.
14470
14471 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14472
14473         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14474           Remove pad_loop function which doesn't work.
14475
14476 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14477
14478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14479           Send EOS when deactivating.
14480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14481         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14482         (gen_preroll_element), (probe_triggered), (mute_stream),
14483         (silence_stream), (new_decoded_pad), (setup_substreams),
14484         (set_active_source):
14485         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14486         (remove_sinks), (add_sink):
14487         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14488           Change for new probe API.
14489
14490 2005-06-29  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14493         * gst-libs/gst/audio/gstbaseaudiosink.c:
14494         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14495         (gst_baseaudiosink_change_state):
14496         * gst-libs/gst/audio/gstbaseaudiosink.h:
14497         * gst-libs/gst/audio/gstringbuffer.c:
14498         (gst_ringbuffer_set_callback):
14499         Fix compilation error.
14500         Ringbuffer starts out as not running.
14501         Free our clock in dispose.
14502         When releasing the ringbuffer we need to renegotiate so
14503         clear the pad caps.
14504
14505 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14506
14507         * autogen.sh:
14508         * configure.ac:
14509         * docs/Makefile.am:
14510         * docs/libs/Makefile.am:
14511         * docs/libs/gst-plugins-libs-docs.sgml:
14512         * docs/libs/gst-plugins-libs-sections.txt:
14513         * docs/libs/gst-plugins-libs.types:
14514         * docs/libs/tmpl/gstaudio.sgml:
14515         * docs/libs/tmpl/gstcolorbalance.sgml:
14516         * docs/libs/tmpl/gstringbuffer.sgml:
14517         * gst-libs/gst/audio/gstringbuffer.c:
14518         (gst_ringbuffer_set_callback):
14519           reinstate gtk-doc docs for plugin libs
14520
14521 2005-06-28  Wim Taymans  <wim@fluendo.com>
14522
14523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14524         (gst_ogg_demux_init):
14525         Removed pad loop function.
14526
14527 2005-06-28  Wim Taymans  <wim@fluendo.com>
14528
14529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14530         If we're building a chain we are not in an error case
14531         when we queue a buffer.
14532
14533 2005-06-28  Andy Wingo  <wingo@pobox.com>
14534
14535         * *.c: Don't cast to GstObject before reffing/unreffing.
14536
14537 2005-06-27  Andy Wingo  <wingo@pobox.com>
14538
14539         * gst/videotestsrc/gstvideotestsrc.c
14540         (gst_videotestsrc_activate_push): Activation API changes.
14541
14542         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14543         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14544         they have refs on the decodebin.
14545
14546         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14547         parent class.
14548         (gst_ogg_pad_typefind): Don't leak a pad ref.
14549         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14550         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14551         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14552
14553 2005-06-27  Edward Hervey  <edward@fluendo.com>
14554
14555         * ext/theora/theoradec.c: (theora_dec_change_state): 
14556         re-arranged call to parent's state change in order to avoid locks (or
14557         worse).
14558
14559 2005-06-26  Edward Hervey  <edward@fluendo.com>
14560
14561         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14562         2nd argument of 'unknow-type' signal is a GstCaps and not a
14563         GstMiniObject
14564
14565 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14566         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14567           Set the worker thread's running flag to TRUE before starting the
14568           thread.
14569         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14570           Catch a failure to add typefind to the bin.
14571
14572 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14573
14574         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14575         (gst_sinesrc_init), (gst_sinesrc_create),
14576         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14577         (gst_sinesrc_start):
14578         * gst/sine/gstsinesrc.h:
14579           add num-buffers and timestamp-offset properties
14580         * gst/videotestsrc/gstvideotestsrc.c:
14581         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14582         (gst_videotestsrc_get_property):
14583           add timestamp-offset property
14584
14585 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14586
14587         * configure.ac: add videorate
14588         * gst-plugins-base.spec.in: add videorate
14589
14590 2005-06-23  Wim Taymans  <wim@fluendo.com>
14591
14592         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14593         (gst_videorate_getcaps), (gst_videorate_setcaps),
14594         (gst_videorate_event), (gst_videorate_chain):
14595         Fixed videorate, fixating an already fixated caps is not
14596         an error.
14597
14598 2005-06-23  Wim Taymans  <wim@fluendo.com>
14599
14600         * ext/ogg/README:
14601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14602         Buffer on caps is not boxed anymore.
14603
14604 2005-06-22  Wim Taymans  <wim@fluendo.com>
14605
14606         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14607         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14608         Set buffers on caps as miniobjects and not as boxed.
14609
14610 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14611
14612         * configure.ac:
14613           back to HEAD
14614
14615 === release 0.9.1 ===
14616
14617 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14618
14619         * .cvsignore:
14620         * NEWS:
14621         * README:
14622         * RELEASE:
14623         * configure.ac:
14624         * po/af.po:
14625         * po/az.po:
14626         * po/cs.po:
14627         * po/en_GB.po:
14628         * po/hu.po:
14629         * po/it.po:
14630         * po/nb.po:
14631         * po/nl.po:
14632         * po/or.po:
14633         * po/sq.po:
14634         * po/sr.po:
14635         * po/sv.po:
14636         * po/uk.po:
14637         * po/vi.po:
14638           updates for release
14639
14640 2005-06-09  Andy Wingo  <wingo@pobox.com>
14641
14642         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14643         
14644 2005-06-09  Andy Wingo  <wingo@pobox.com>
14645
14646         * configure.ac:
14647         * gst-libs/gst/Makefile.am:
14648         * gst-libs/gst/net/Makefile.am:
14649         Add gstnet to build.
14650
14651 2005-06-09  Andy Wingo  <wingo@pobox.com>
14652
14653         * gst-libs/gst/gconf/gconf.c:
14654         * gst/playback/test.c:
14655         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14656         fixes.
14657
14658         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14659
14660         * ext/theora/theoraenc.c (theora_enc_chain): 
14661         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14662
14663         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14664         RealPad.
14665
14666 2005-06-02  Wim Taymans  <wim@fluendo.com>
14667
14668         * gst-libs/gst/net/Makefile.am:
14669         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14670         * pkgconfig/gstreamer-libs.pc.in:
14671         Added net stuff, version net lib.
14672
14673 2005-06-02  Wim Taymans  <wim@fluendo.com>
14674
14675         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14676         (query_rates), (query_positions_elems), (query_positions_pads),
14677         (do_seek):
14678         Updated seek example.
14679
14680 2005-06-02  Andy Wingo  <wingo@pobox.com>
14681
14682         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14683         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14684         list.
14685
14686         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14687         remove the typefind, the bin dispose will do it for us. When it's
14688         removed and unreffed, the signal handler will be disconnected,
14689         too.
14690         (unlinked): It's too difficult to disconnect from unlinked
14691         handlers, as they are on pads not elements. Just punt if the pads
14692         aren't grandkids of the bin.
14693
14694 2005-06-02  Wim Taymans  <wim@fluendo.com>
14695
14696         * ext/ogg/README:
14697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14698         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14700         * ext/theora/theoradec.c: (theora_dec_src_query),
14701         (theora_handle_data_packet):
14702         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14703         (theora_enc_chain):
14704         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14705         (vorbis_handle_data_packet):
14706         * gst/audioconvert/bufferframesconvert.c:
14707         (buffer_frames_convert_chain):
14708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14709         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14710         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14711         (gst_ffmpegcsp_chain):
14712         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14713         (gst_videorate_getcaps), (gst_videorate_setcaps),
14714         (gst_videorate_event), (gst_videorate_chain):
14715         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14716         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14717         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14718         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14719         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14720         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14721         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14722         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14723         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14724         Cleanups and buffer alloc.
14725
14726 2005-05-31  Wim Taymans  <wim@fluendo.com>
14727
14728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14729         Don't try to call the delay method when the device is not
14730         opened.
14731
14732 2005-05-31  Wim Taymans  <wim@fluendo.com>
14733
14734         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14735         Get actual segment size and buffer size after opening
14736         the device.
14737
14738 2005-05-30  Wim Taymans  <wim@fluendo.com>
14739
14740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14741         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14742         Also FLUSH upstream, makes the loop function exit faster.
14743         
14744         * ext/theora/theoradec.c: (theora_dec_src_query):
14745         Some more debug info in the query.
14746         
14747         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14748         (gst_ximagesink_setcaps):
14749         Release lock on par error, better error reporting.
14750
14751 2005-05-26  Wim Taymans  <wim@fluendo.com>
14752
14753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14754         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14755         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14756         Clear chains in READY
14757         Queue packets until the chain is activated.
14758
14759 2005-05-25  Wim Taymans  <wim@fluendo.com>
14760
14761         * gst-libs/gst/audio/gstaudiosink.c:
14762         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14763         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14764         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14765         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14766         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14767         (gst_audiosink_create_ringbuffer):
14768         * gst-libs/gst/audio/gstbaseaudiosink.c:
14769         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14770         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14771         (gst_baseaudiosink_set_property), (build_linear_format),
14772         (debug_spec_caps), (debug_spec_buffer),
14773         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14774         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14775         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14776         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14777         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14778         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14779         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14780         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14781         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14782         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14783         (wait_segment), (gst_ringbuffer_commit),
14784         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14785         (gst_ringbuffer_clear):
14786         Various small cleanups.
14787
14788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14789         (gst_audio_convert_change_state):
14790         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14791         No need to take the locks anymore.
14792
14793 2005-05-25  Wim Taymans  <wim@fluendo.com>
14794
14795         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14796         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14797         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14798         (type_found):
14799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14800         (group_destroy), (group_commit), (queue_overrun),
14801         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14802         (mute_stream), (new_decoded_pad), (setup_substreams),
14803         (setup_source), (mute_group_type), (set_active_source),
14804         (gst_play_base_bin_change_state):
14805         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14806         (gen_video_element), (gen_text_element), (gen_audio_element),
14807         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14808         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14809         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14810         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14811         Some playbin cleanups mostly refcounting sloppyness.
14812
14813 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14814
14815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14816           Work with streaming input.
14817
14818 2005-05-25  Wim Taymans  <wim@fluendo.com>
14819
14820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14821         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14822         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14823         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14824         No need to take the STREAM lock anymore.
14825
14826 2005-05-25  Wim Taymans  <wim@fluendo.com>
14827
14828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14829         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14830         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14831         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14832         (gst_ogg_demux_sink_activate):
14833         * ext/theora/theoradec.c: (theora_dec_src_event),
14834         (theora_handle_comment_packet), (theora_dec_chain),
14835         (theora_dec_change_state):
14836         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14837         (vorbis_handle_data_packet), (vorbis_dec_chain),
14838         (vorbis_dec_change_state):
14839         Remove STREAM locks as they are taken in core now.
14840         Never set bogus granulepos on vorbis/theora.
14841         Fix leaks in theoradec tag parsing.
14842
14843 2005-05-25  Wim Taymans  <wim@fluendo.com>
14844
14845         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14846         Fix memleaks, GST_BUFFER_DATA() is not freed.
14847
14848 2005-05-25  Wim Taymans  <wim@fluendo.com>
14849
14850         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14851         Open non-blocking, set to blocking mode afterwards to avoid
14852         lockups when audio device is busy.
14853
14854 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14855
14856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14857           This can't be good.
14858
14859 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14860
14861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14862         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14863         (gst_audio_convert_setcaps):
14864           Implement instant setup switching.
14865
14866 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14867
14868         * gst/playback/gstplaybasebin.c: (probe_triggered):
14869           Fix missing unlock.
14870         * gst/playback/gstplaybin.c: (add_sink):
14871           First add, then link (otherwise pad link fails).
14872
14873 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14874
14875         * examples/Makefile.am:
14876         fix buildbot (make distcheck)
14877
14878 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * gst/playback/gstplaybin.c: (gen_vis_element):
14881           Remove some wrong code. Doesn't work yet.
14882
14883 2005-05-19  Wim Taymans  <wim@fluendo.com>
14884
14885         * gst-libs/gst/net/Makefile.am:
14886         * gst-libs/gst/net/README:
14887         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14888         (gst_netbuffer_class_init), (gst_netbuffer_init),
14889         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14890         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14891         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14892         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14893         * gst-libs/gst/net/gstnetbuffer.h:
14894         Added buffer subclass to store extra to/from addresses for
14895         network sources/sinks.
14896
14897 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14898
14899         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14900           Don't lock an unassigned variable.
14901
14902 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14903
14904         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14905           Increase buffer for video, decrease buffer for other media types.
14906         * gst/playback/gstplaybin.c: (gen_video_element),
14907         (gen_audio_element):
14908           Change names for debugging purposes.
14909
14910 2005-05-18  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14913         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14914         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14915         (gst_ffmpegcsp_chain):
14916         Enable buffer alloc passthrough if the source and dest
14917         formats are the same.
14918
14919 2005-05-17  Wim Taymans  <wim@fluendo.com>
14920
14921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14922         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14923         (gst_ogg_demux_chain_unlocked):
14924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14925         (gst_audio_convert_caps_remove_format_info),
14926         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14927         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14929         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14930         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14931         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14932         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14933         (gst_ffmpegcsp_get_property):
14934         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14935         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14936         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14937         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14938         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14939         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14940         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14941         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14942         Leak fixes in oggdemux.
14943         Some cleanups in audioconvert.
14944         Make passthrough work along with buffer_alloc etc.
14945         Make buffer_alloc and buffer recycling actually work in
14946         xvimagesink.
14947
14948 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14949
14950         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14951           make the compiler happy
14952
14953 2005-05-17  Wim Taymans  <wim@fluendo.com>
14954
14955         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14956         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14957         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14958         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14959         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14960         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14961         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14962         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14963         (gst_xvimagesink_set_xwindow_id):
14964         * sys/xvimage/xvimagesink.h:
14965         Port xvimagesink to new MiniObject.
14966
14967 2005-05-17  Wim Taymans  <wim@fluendo.com>
14968
14969         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14970         (gst_audiofilter_chain):
14971         * gst-libs/gst/audio/gstaudiosink.c:
14972         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14973         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14974         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14975         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14976         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14977         (gst_audiosink_create_ringbuffer):
14978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14979         (gst_audio_convert_caps_remove_format_info),
14980         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14981         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14983         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14984         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14985         Fix passthrough in ffmpegcolorspace.
14986         Fix memset in audiosink on wrong memory.
14987
14988 2005-05-16  David Schleef  <ds@schleef.org>
14989
14990         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14991         to GstMiniObject.
14992
14993 2005-05-16  David Schleef  <ds@schleef.org>
14994
14995         Port from GstData to GstMiniObject.
14996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14998         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14999         (gst_ogg_mux_collected):
15000         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15001         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15002         (theora_handle_data_packet):
15003         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15004         (theora_set_header_on_caps), (theora_enc_chain):
15005         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15006         (vorbis_handle_comment_packet):
15007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15008         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15009         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15010         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15011         * gst/audioconvert/gstaudioconvert.c:
15012         (gst_audio_convert_get_buffer):
15013         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15014         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15015         (mute_stream), (silence_stream):
15016         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15017         * gst/volume/gstvolume.c: (volume_transform):
15018         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15019         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15020         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15021         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15022         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15023         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15024         (gst_ximagesink_buffer_alloc):
15025         * sys/ximage/ximagesink.h:
15026
15027 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15028
15029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15030         (fill_buffer), (check_queue), (queue_threshold_reached),
15031         (queue_out_of_data):
15032         * gst/playback/gstplaybasebin.h:
15033           Post buffer-fullness on the bus.
15034
15035 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15036
15037         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15038         (try_to_link_1):
15039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15040         (group_commit), (probe_triggered), (setup_source),
15041         (gst_play_base_bin_change_state):
15042         * gst/playback/gstplaybasebin.h:
15043         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15044         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15045         (gst_play_bin_change_state):
15046           Move setup_output_pads into a virtual function, remove
15047           group-switch (no longer needed) and redirect (handled by bus
15048           now) signals.
15049
15050 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15051
15052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15053         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15054         (get_active_group), (get_building_group), (group_destroy),
15055         (group_commit), (check_queue), (queue_overrun),
15056         (queue_threshold_reached), (queue_out_of_data),
15057         (gen_preroll_element), (remove_groups), (unknown_type),
15058         (add_element_stream), (no_more_pads), (probe_triggered),
15059         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15060         (setup_substreams), (setup_source), (finish_source),
15061         (prepare_output), (muted_group_change_state),
15062         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15063         (gst_play_base_bin_change_state):
15064         * gst/playback/gstplaybasebin.h:
15065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15066         (gst_play_bin_init), (gst_play_bin_set_property),
15067         (gen_video_element), (gen_text_element), (gen_audio_element),
15068         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15069         (gst_play_bin_change_state):
15070         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15071         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15072         (stream_info_change_state), (gst_stream_info_set_mute),
15073         (gst_stream_info_get_property):
15074         * gst/playback/gststreaminfo.h:
15075         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15076         (gst_stream_selector_get_linked_pad),
15077         (gst_stream_selector_getcaps),
15078         (gst_stream_selector_get_linked_pads),
15079         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15080         * gst/playback/gststreamselector.h:
15081           Rough port of playbin. Needs some more work, but is mostly done,
15082           and uses a few locks in important places, which should make stuff
15083           like chain-switches clean. Still uses GST_STATE() in a few places,
15084           which isn't all that good an idea, subtitles/elements disabled
15085           because no elements to test with and thus probably broken, query
15086           and event handling moved to GstBin, internal thread removed
15087           alltogether because the pipeline does that for us now. Can play
15088           Ogg/Vorbis files. Haven't tested anything else yet.
15089
15090 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15091
15092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15093           Do no-more-pads (needed for autoplugging).
15094
15095 2005-05-10  Andy Wingo  <wingo@pobox.com>
15096
15097         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15098         message to the bus with the tags. Still not sent downstream tho.
15099
15100         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15101         get_parent.
15102         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15103         avoid refcounting hassles.
15104
15105 2005-05-09  Andy Wingo  <wingo@pobox.com>
15106
15107         * gst/volume/Makefile.am:
15108         * gst/volume/demo.c
15109         * gst/volume/gstvolume.h
15110         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15111         basetransform. Probably need an audio filter base class.
15112
15113 2005-05-09  Wim Taymans  <wim@fluendo.com>
15114
15115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15116         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15117         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15118         (gst_vorbisenc_chain):
15119         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15120         (gst_audio_convert_caps_remove_format_info),
15121         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15122         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15123         Make caps writable before writing to it.
15124         Fix negotiation in audioconvert some more.
15125
15126 2005-05-09  Wim Taymans  <wim@fluendo.com>
15127
15128         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15129         (gst_videorate_getcaps), (gst_videorate_setcaps),
15130         (gst_videorate_event), (gst_videorate_chain):
15131         Better negotiation.
15132
15133 2005-05-09  Wim Taymans  <wim@fluendo.com>
15134
15135         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15136         (gst_videorate_getcaps), (gst_videorate_setcaps),
15137         (gst_videorate_blank_data), (gst_videorate_init),
15138         (gst_videorate_event), (gst_videorate_chain),
15139         (gst_videorate_change_state):
15140         Port videorate, do a better job at negotiation while we're at
15141         it.
15142
15143 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15144
15145         * configure.ac:
15146           Disable libvisual
15147
15148         * examples/Makefile.am:
15149         * gst-libs/gst/audio/Makefile.am:
15150         * gst-libs/gst/riff/Makefile.am:
15151         * gst-libs/gst/tag/Makefile.am:
15152         * gst-libs/gst/video/Makefile.am:
15153           Fixups for missing variables.
15154
15155 2005-05-09  Wim Taymans  <wim@fluendo.com>
15156
15157         * examples/seeking/seek.c: (make_theora_pipeline),
15158         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15159         (query_rates), (query_positions_elems), (query_positions_pads),
15160         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15162         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15163         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15164         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15165         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15167         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15168         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15169         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15170         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15171         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15172         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15173         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15174         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15175         (theora_dec_src_convert), (theora_dec_sink_convert),
15176         (theora_dec_src_query), (theora_dec_sink_query),
15177         (theora_dec_src_event), (theora_dec_sink_event),
15178         (theora_handle_comment_packet), (theora_handle_type_packet),
15179         (theora_handle_header_packet), (theora_handle_data_packet),
15180         (theora_dec_chain):
15181         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15182         (vorbis_dec_convert), (vorbis_dec_src_query),
15183         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15184         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15185         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15186         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15188         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15189         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15190         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15191         (gst_play_bin_query):
15192         * gst/playback/test3.c: (update_scale):
15193         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15194         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15195         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15196         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15197         (gst_videotestsrc_src_query):
15198         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15199         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15200         (paint_hline_YUV9):
15201         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15202         Port to new query API.
15203         Updated seek.
15204         Cleanups in x[v]imagesink
15205
15206 2005-05-09  Andy Wingo  <wingo@pobox.com>
15207
15208         * ext/alsa/gstalsasink.h:
15209         * ext/gnomevfs/gstgnomevfssrc.c:
15210         (gst_gnomevfssrc_get_icy_metadata):
15211         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15212         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15213         * ext/theora/theoradec.c (theora_dec_src_query)
15214         (theora_dec_src_event, theora_dec_sink_event)
15215         (theora_handle_comment_packet, theora_handle_data_packet):
15216         * ext/theora/theoraenc.c (theora_enc_chain):
15217         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15218         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15219         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15220         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15221         (qt_type_find):
15222         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15223         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15224         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15225         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15226         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15227         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15228         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15229         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15230         (paint_setup_RGB565, paint_setup_xRGB1555):
15231         * gst/videotestsrc/videotestsrc.h:
15232         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15233         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15234         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15235         GCC4 fixes.
15236         
15237         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15238         gst_pad_query_position. Fixes oggdemux.
15239
15240 2005-05-08  David Schleef  <ds@schleef.org>
15241
15242         * configure.ac: Require liboil.
15243         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15244         a few more.
15245         * gst/videotestsrc/videotestsrc.c:
15246         * gst/videotestsrc/videotestsrc.h:
15247
15248 2005-05-06  Wim Taymans  <wim@fluendo.com>
15249
15250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15251         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15252         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15253         Well, unreffing a buffer right before pushing it is asking
15254         for trouble..
15255
15256 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15257
15258         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15259
15260 2005-05-06  Wim Taymans  <wim@fluendo.com>
15261
15262         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15263         (gst_audio_convert_caps_remove_format_info),
15264         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15265         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15267         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15268         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15269         * gst/sine/Makefile.am:
15270         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15271         (gst_sinesrc_class_init), (gst_sinesrc_init),
15272         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15273         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15274         (gst_sinesrc_update_freq):
15275         * gst/sine/gstsinesrc.h:
15276         * gst/tcp/gstmultifdsink.c:
15277         * sys/xvimage/xvimagesink.c:
15278         Fixed negotiation wrt _peer_get_caps()
15279         Some cleanups.
15280
15281
15282 2005-05-06  Wim Taymans  <wim@fluendo.com>
15283
15284         * gst-libs/gst/audio/gstaudiosink.c:
15285         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15286         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15287         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15288         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15289         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15290         (gst_audiosink_create_ringbuffer):
15291         * gst-libs/gst/audio/gstbaseaudiosink.c:
15292         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15293         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15294         (gst_baseaudiosink_set_property), (build_linear_format),
15295         (debug_spec_caps), (debug_spec_buffer),
15296         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15297         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15298         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15299         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15300         * gst-libs/gst/audio/gstbaseaudiosink.h:
15301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15302         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15303         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15304         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15305         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15306         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15307         (wait_segment), (gst_ringbuffer_commit),
15308         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15309         (gst_ringbuffer_clear):
15310         * gst-libs/gst/audio/gstringbuffer.h:
15311         Make the base audiosink return an error when there is no
15312         audiobuffer negotiated.
15313
15314 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15315
15316         * ext/Makefile.am:
15317         Disable cdparanoia until someone ports it!
15318
15319 2005-05-06  Wim Taymans  <wim@fluendo.com>
15320
15321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15322         (gst_ogg_demux_sink_activate):
15323         And revert after wingo's revert.. sigh..
15324
15325 2005-05-05  Andy Wingo  <wingo@pobox.com>
15326
15327         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15328         GObject.
15329         * configure.ac: Return audiorate and subparse from the ghetto.
15330         Re-enable -Wall -Werror.
15331         * gst/subparse/gstsubparse.c:
15332         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15333         or chain-based. Cleaned up a bit. Not tested.
15334         
15335 2005-05-05  Christian Schaller <christian@fluendo.com> 
15336
15337         * Makefile.am: remove stuff that is not building
15338         * configure.ac: remove stuff that is not building
15339         * examples/Makefile.am: remove stuff that is not building
15340         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15341         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15342         * sys/Makefile.am: remove stuff that is not building
15343         * testsuite/Makefile.am: remove stuff that is not building
15344
15345 2005-05-05  Andy Wingo  <wingo@pobox.com>
15346
15347         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15348         * gst-libs/gst/tag/gstvorbistag.c:
15349         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15350         * gst/adder/gstadder.h:
15351         * gst/audioconvert/gstchannelmix.c:
15352         (gst_audio_convert_fill_one_other):
15353         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15354         (gst_audiorate_init), (gst_audiorate_chain):
15355         * gst/playback/gstplaybasebin.c: (setup_source):
15356         * gst/playback/test3.c: (update_scale):
15357         Some GCC4 fixes
15358         
15359         * po/af.po:
15360         * po/az.po:
15361         * po/cs.po:
15362         * po/en_GB.po:
15363         * po/hu.po:
15364         * po/it.po:
15365         * po/nb.po:
15366         * po/nl.po:
15367         * po/or.po:
15368         * po/sq.po:
15369         * po/sr.po:
15370         * po/sv.po:
15371         * po/uk.po:
15372         * po/vi.po: Foo
15373
15374 2005-05-05  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15377         (gst_audio_convert_caps_remove_format_info),
15378         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15379         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15380         * gst/videotestsrc/gstvideotestsrc.c:
15381         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15382         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15383         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15384         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15385         Don't ignore _push() return values.
15386         Make sure no processing is done when shutting down.
15387         Videotestsrc pad activation fix.
15388
15389 2005-05-05  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst/adder/Makefile.am:
15392         * gst/adder/gstadder.c: (gst_adder_setcaps),
15393         (gst_adder_class_init), (gst_adder_init),
15394         (gst_adder_request_new_pad), (gst_adder_collected),
15395         (gst_adder_change_state):
15396         * gst/adder/gstadder.h:
15397         Ported adder as an example of a mixer element using
15398         collect pads. Needs more negotiation work.
15399
15400 2005-05-05  Wim Taymans  <wim@fluendo.com>
15401
15402         * ext/theora/theoradec.c: (_inc_granulepos),
15403         (theora_dec_src_event), (theora_dec_sink_event),
15404         (theora_handle_comment_packet), (theora_handle_type_packet),
15405         (theora_handle_header_packet), (theora_handle_data_packet),
15406         (theora_dec_chain):
15407         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15408         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15409         (theora_push_buffer), (theora_push_packet),
15410         (theora_enc_sink_event), (theora_enc_chain),
15411         (theora_enc_change_state), (theora_enc_set_property),
15412         (theora_enc_get_property):
15413         Added stream lock to decoder so that we can serialize
15414         the discont event.
15415         More theoraenc porting, recover from errors, do clean
15416         shutdown.
15417
15418 2005-05-05  Wim Taymans  <wim@fluendo.com>
15419
15420         * ext/ogg/Makefile.am:
15421         * ext/ogg/README:
15422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15423         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15424         (gst_ogg_print):
15425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15426         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15427         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15428         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15429         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15430         (gst_ogg_mux_change_state):
15431         Ported ogg muxer.
15432
15433 2005-05-05  Wim Taymans  <wim@fluendo.com>
15434
15435         * docs/design-audiosinks.txt:
15436         * gst-libs/gst/audio/TODO:
15437         * gst-libs/gst/audio/gstaudiosink.c:
15438         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15439         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15440         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15441         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15442         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15443         (gst_audiosink_create_ringbuffer):
15444         * gst-libs/gst/audio/gstbaseaudiosink.c:
15445         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15446         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15447         (gst_baseaudiosink_set_property), (build_linear_format),
15448         (debug_spec_caps), (debug_spec_buffer),
15449         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15450         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15451         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15452         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15454         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15455         (gst_ringbuffer_release), (gst_ringbuffer_play),
15456         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15457         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15458         (gst_ringbuffer_set_sample), (wait_segment),
15459         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15460         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15461         More work on the audiosink, mostly debugging and a race in
15462         shutdown.
15463
15464 2005-04-28  Wim Taymans  <wim@fluendo.com>
15465
15466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15467         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15468         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15469         (vorbis_dec_src_query), (vorbis_dec_src_event),
15470         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15471         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15472         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15473         Don't crap out when seeking back to position 0.
15474
15475 2005-04-28  Wim Taymans  <wim@fluendo.com>
15476
15477         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15478         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15479         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15480         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15481         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15482         Make audio sink configurable, use alsasink as default.
15483
15484 2005-04-28  Wim Taymans  <wim@fluendo.com>
15485
15486         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15487         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15488         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15489         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15490         (vorbis_dec_change_state):
15491         * ext/vorbis/vorbisdec.h:
15492         Refactor, use STREAM_LOCK.
15493
15494 2005-04-28  Wim Taymans  <wim@fluendo.com>
15495
15496         * ext/theora/theoradec.c: (_inc_granulepos),
15497         (theora_dec_sink_event), (theora_handle_comment_packet),
15498         (theora_handle_type_packet), (theora_handle_header_packet),
15499         (theora_handle_data_packet), (theora_dec_chain),
15500         (theora_dec_change_state):
15501         Refactor a bit, use STREAM_LOCK.
15502
15503 2005-04-28  Wim Taymans  <wim@fluendo.com>
15504
15505         * ext/alsa/Makefile.am:
15506         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15507         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15508         (gst_alsa_link), (gst_alsa_close_audio):
15509         * ext/alsa/gstalsaplugin.c: (plugin_init):
15510         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15511         (gst_alsasink_dispose), (gst_alsasink_base_init),
15512         (gst_alsasink_class_init), (gst_alsasink_init),
15513         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15514         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15515         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15516         (gst_alsasink_reset):
15517         * ext/alsa/gstalsasink.h:
15518         Implement alsasink with simple open/write/close API. 
15519         Make alsa dir build by disabling compilation of code.
15520
15521 2005-04-28  Wim Taymans  <wim@fluendo.com>
15522
15523         * gst-libs/gst/audio/Makefile.am:
15524         * gst-libs/gst/audio/audio.h:
15525         * gst-libs/gst/audio/audioclock.c:
15526         * gst-libs/gst/audio/audioclock.h:
15527         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15528         (gst_audio_clock_class_init), (gst_audio_clock_init),
15529         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15530         * gst-libs/gst/audio/gstaudioclock.h:
15531         * gst-libs/gst/audio/gstaudiosink.c:
15532         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15533         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15534         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15535         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15536         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15537         (gst_audiosink_create_ringbuffer):
15538         * gst-libs/gst/audio/gstbaseaudiosink.c:
15539         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15540         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15541         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15542         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15543         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15544         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15545         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15546         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15547         * gst-libs/gst/audio/gstbaseaudiosink.h:
15548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15549         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15550         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15551         (gst_ringbuffer_release), (gst_ringbuffer_play),
15552         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15553         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15554         (gst_ringbuffer_set_sample), (wait_segment),
15555         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15556         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15557         * gst-libs/gst/audio/gstringbuffer.h:
15558         Make ringbuffer faster and more simple by removing the locks
15559         in the playback thread.
15560         Add sample accurate playback based on buffer sample offsets.
15561         Make the baseaudiosink provide a clock.
15562         Parse caps in the base class.
15563         Correctly handle seeking, flushing and state changes.
15564
15565 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * configure.ac:
15568         * gst/audioconvert/Makefile.am:
15569         * gst/audioscale/Makefile.am:
15570           Fix part of the build.  Come on guys, autogen didn't even work :)
15571
15572 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15573
15574         * configure.ac:
15575         * gst-libs/gst/Makefile.am:
15576         * gst-libs/gst/media-info/.cvsignore:
15577         * gst-libs/gst/media-info/Makefile.am:
15578         * gst-libs/gst/media-info/README:
15579         * gst-libs/gst/media-info/media-info-priv.c:
15580         * gst-libs/gst/media-info/media-info-priv.h:
15581         * gst-libs/gst/media-info/media-info-test.c:
15582         * gst-libs/gst/media-info/media-info.c:
15583         * gst-libs/gst/media-info/media-info.h:
15584         * gst-libs/gst/media-info/media-info.vcproj:
15585         * pkgconfig/Makefile.am:
15586         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15587         * pkgconfig/gstreamer-media-info.pc.in:
15588           Remove media-info, which is also successed by playbin (see Totem
15589           implementation).
15590
15591 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15592
15593         * configure.ac:
15594         * examples/Makefile.am:
15595         * examples/gstplay/.cvsignore:
15596         * examples/gstplay/Makefile.am:
15597         * examples/gstplay/player.c:
15598         * gst-libs/gst/Makefile.am:
15599         * gst-libs/gst/play/.cvsignore:
15600         * gst-libs/gst/play/Makefile.am:
15601         * gst-libs/gst/play/play.c:
15602         * gst-libs/gst/play/play.h:
15603         * gst-libs/gst/play/play.vcproj:
15604         * pkgconfig/Makefile.am:
15605         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15606         * pkgconfig/gstreamer-play.pc.in:
15607           Remove libgstplay, playbin is now the official successor.
15608
15609 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15610
15611         * configure.ac:
15612         * gst-libs/gst/Makefile.am:
15613         * gst-libs/gst/xwindowlistener/Makefile.am:
15614         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15615         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15616           Remove deprecated xwindowlistener (I've moved xwindowlistening
15617           in the v4l/v4l2 plugins over to serverside).
15618
15619 2005-04-25  David Schleef  <ds@schleef.org>
15620
15621         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15622         to examples/dynparams.  Examples do not belong interspersed with
15623         source code.
15624         * examples/dynparams/demo-dparams.c:
15625         * gst/sine/Makefile.am:
15626         * gst/sine/demo-dparams.c:
15627
15628 2005-04-25  David Schleef  <ds@schleef.org>
15629
15630         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15631         * gst-libs/gst/audio/Makefile.am:
15632         * gst-libs/gst/riff/Makefile.am:
15633         * gst-libs/gst/tag/Makefile.am:
15634         * gst-libs/gst/video/Makefile.am:
15635         * gst-libs/gst/xwindowlistener/Makefile.am:
15636
15637         Convert to 0.9 API, seems to work:
15638         * sys/ximage/Makefile.am:
15639         * sys/ximage/ximagesink.c:
15640
15641 2005-04-24  David Schleef  <ds@schleef.org>
15642
15643         Link plugins against libraries:
15644         * ext/alsa/Makefile.am:
15645         * gst/tcp/Makefile.am:
15646
15647         Remove asm code that should be in liboil
15648         * gst/videoscale/Makefile.am:
15649         * gst/videoscale/videoscale_x86_asm.s:
15650
15651         gettext wants these checked in:
15652         * po/af.po:
15653         * po/az.po:
15654         * po/cs.po:
15655         * po/en_GB.po:
15656         * po/hu.po:
15657         * po/it.po:
15658         * po/nb.po:
15659         * po/nl.po:
15660         * po/or.po:
15661         * po/sq.po:
15662         * po/sr.po:
15663         * po/sv.po:
15664         * po/uk.po:
15665         * po/vi.po:
15666
15667 2005-04-24  David Schleef  <ds@schleef.org>
15668
15669         Convert gst_main() to g_main_loop_run()
15670         * gst/playback/decodetest.c: (main):
15671         * gst/playback/test2.c: (main):
15672         * gst/playback/test3.c: (main):
15673         * gst/playback/test4.c: (main):
15674
15675         Link plugins against libraries:
15676         * ext/libvisual/Makefile.am:
15677         * sys/xvimage/Makefile.am:
15678
15679 2005-04-24  David Schleef  <ds@schleef.org>
15680
15681         * configure.ac: Remove idct and resample libs
15682         * gst-libs/gst/Makefile.am: same
15683
15684         Remove usage of gst_library_load():
15685         * ext/alsa/gstalsaplugin.c: (plugin_init):
15686         * ext/libvisual/visual.c: (plugin_init):
15687         * ext/ogg/gstogg.c: (plugin_init):
15688         * ext/theora/theora.c: (plugin_init):
15689         * ext/vorbis/vorbis.c: (plugin_init):
15690         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15691         * gst/audioscale/gstaudioscale.c:
15692         * gst/adder/gstadder.c: (plugin_init):
15693         * gst/audioconvert/plugin.c: (plugin_init):
15694         * sys/ximage/ximagesink.c: (plugin_init):
15695         * sys/xvimage/xvimagesink.c: (plugin_init):
15696         * gst/tcp/gsttcpplugin.c: (plugin_init):
15697
15698         Link plugins against libraries:
15699         * ext/ogg/Makefile.am:
15700         * ext/theora/Makefile.am:
15701         * ext/vorbis/Makefile.am:
15702         * gst/audioconvert/Makefile.am:
15703
15704         Create proper libraries:
15705         * gst-libs/gst/riff/Makefile.am:
15706         * gst-libs/gst/audio/Makefile.am:
15707         * gst-libs/gst/video/Makefile.am:
15708
15709         Move resample library to audioscale plugin directory:
15710         * gst-libs/gst/resample/Makefile.am:
15711         * gst-libs/gst/resample/README:
15712         * gst-libs/gst/resample/dtof.c:
15713         * gst-libs/gst/resample/dtos.c:
15714         * gst-libs/gst/resample/functable.c:
15715         * gst-libs/gst/resample/private.h:
15716         * gst-libs/gst/resample/resample.c:
15717         * gst-libs/gst/resample/resample.h:
15718         * gst-libs/gst/resample/resample.vcproj:
15719         * gst-libs/gst/resample/test.c:
15720         * gst/audioscale/Makefile.am:
15721         * gst/audioscale/README:
15722         * gst/audioscale/dtof.c:
15723         * gst/audioscale/dtos.c:
15724         * gst/audioscale/functable.c:
15725         * gst/audioscale/private.h:
15726         * gst/audioscale/resample.c:
15727         * gst/audioscale/resample.h:
15728         * gst/audioscale/test.c:
15729
15730         Move tagedit library to gst-libs:
15731         * gst-libs/gst/tag/Makefile.am:
15732         * gst-libs/gst/tag/gstid3tag.c:
15733         * gst-libs/gst/tag/gsttagediting.c:
15734         * gst-libs/gst/tag/gsttageditingprivate.h:
15735         * gst-libs/gst/tag/gstvorbistag.c:
15736         * gst/tags/Makefile.am:
15737         * gst/tags/gstid3tag.c:
15738         * gst/tags/gstvorbistag.c:
15739
15740         Fix for core changes:
15741         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15742         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15743         (gst_sinesrc_getrange):
15744
15745 2005-04-23  David Schleef  <ds@schleef.org>
15746
15747         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15748         in gst-plugins in a long time, and properly belongs in liboil.
15749         * gst-libs/gst/idct/Makefile.am:
15750         * gst-libs/gst/idct/README:
15751         * gst-libs/gst/idct/dct.h:
15752         * gst-libs/gst/idct/doieee:
15753         * gst-libs/gst/idct/fastintidct.c:
15754         * gst-libs/gst/idct/floatidct.c:
15755         * gst-libs/gst/idct/idct.c:
15756         * gst-libs/gst/idct/idct.h:
15757         * gst-libs/gst/idct/idtc.vcproj:
15758         * gst-libs/gst/idct/ieeetest.c:
15759         * gst-libs/gst/idct/intidct.c:
15760
15761 2005-04-20  Wim Taymans  <wim@fluendo.com>
15762
15763         * docs/design-audiosinks.txt:
15764         * gst-libs/gst/audio/Makefile.am:
15765         * gst-libs/gst/audio/TODO:
15766         * gst-libs/gst/audio/gstaudiosink.c:
15767         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15768         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15769         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15770         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15771         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15772         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15773         (gst_audiosink_class_init), (gst_audiosink_init),
15774         (gst_audiosink_create_ringbuffer):
15775         * gst-libs/gst/audio/gstaudiosink.h:
15776         * gst-libs/gst/audio/gstbaseaudiosink.c:
15777         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15778         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15779         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15780         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15781         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15782         (gst_baseaudiosink_create_ringbuffer),
15783         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15784         * gst-libs/gst/audio/gstbaseaudiosink.h:
15785         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15786         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15787         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15788         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15789         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15790         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15791         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15792         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15793         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15794         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15795         * gst-libs/gst/audio/gstringbuffer.h:
15796         An attempt at a set of audio base classes together with some
15797         design docs.
15798
15799 2005-04-20  Wim Taymans  <wim@fluendo.com>
15800
15801         * gst/audioconvert/Makefile.am:
15802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15803         (gst_audio_convert_caps_remove_format_info),
15804         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15805         (gst_audio_convert_channels):
15806         Link against audio libs.
15807         Fix audio convert plugin.
15808
15809 2005-04-20  Wim Taymans  <wim@fluendo.com>
15810
15811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15812         (gst_ogg_demux_sink_activate):
15813         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15814         (theora_set_header_on_caps), (theora_enc_sink_event),
15815         (theora_enc_chain):
15816         Fix theora encoder.
15817
15818 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15819
15820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15821         * gst/playback/gstdecodebin.c: (find_compatibles):
15822           Work with staticpadtemplates in elementfactories.
15823
15824 2005-04-12  Wim Taymans  <wim@fluendo.com>
15825
15826         * gst/playback/README:
15827         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15828         (compare_ranks), (print_feature), (gst_decode_bin_init),
15829         (dynamic_create), (dynamic_free), (find_compatibles),
15830         (mimetype_is_raw), (close_pad_link), (got_redirect),
15831         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15832         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15833         (gst_decode_bin_change_state):
15834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15835         (gst_play_base_bin_init), (group_destroy), (group_commit),
15836         (check_queue), (queue_overrun), (queue_threshold_reached),
15837         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15838         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15839         (got_redirect), (setup_source), (play_base_eos),
15840         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15841         (gst_play_base_bin_remove_element):
15842         * gst/playback/gstplaybasebin.h:
15843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15844         (gst_play_bin_init), (gst_play_bin_dispose),
15845         (gst_play_bin_set_property), (gen_video_element),
15846         (gen_text_element), (gen_audio_element), (remove_sinks),
15847         (gst_play_bin_send_event):
15848         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15849         (stream_info_change_state), (gst_stream_info_set_mute):
15850         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15851         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15852         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15853         (gst_stream_selector_chain):
15854         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15855         (main):
15856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15857         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15858         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15859         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15860         Raw and crude port of decodebin. 
15861         Make playbin compile.
15862
15863 2005-04-06  Wim Taymans  <wim@fluendo.com>
15864
15865         * ext/gnomevfs/Makefile.am:
15866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15867         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15868         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15869         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15870         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15871         (gst_gnomevfssrc_stop):
15872         * ext/ogg/Makefile.am:
15873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15874         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15875         * ext/theora/Makefile.am:
15876         * ext/theora/theoradec.c: (_inc_granulepos),
15877         (theora_dec_sink_event), (theora_dec_chain):
15878         * ext/vorbis/Makefile.am:
15879         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15880         (vorbis_dec_sink_event), (vorbis_dec_chain):
15881         * gst-libs/gst/audio/Makefile.am:
15882         * sys/xvimage/Makefile.am:
15883         Make gnomevfssrc extend the source base class.
15884         Fix linking against libs in various plugins.
15885
15886 2005-04-06  Andy Wingo  <wingo@pobox.com>
15887
15888         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15889         GST_BASE_LIBS.
15890
15891         * configure.ac: Add check and AC_SUBST for libgstbase.
15892
15893 2005-03-31  Wim Taymans  <wim@fluendo.com>
15894
15895         * examples/seeking/Makefile.am:
15896         * examples/seeking/cdparanoia.c: (main):
15897         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15898         (play_cb), (pause_cb), (stop_cb), (main):
15899         * examples/seeking/playbin.c:
15900         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15901         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15902         (make_sid_pipeline), (make_vorbis_pipeline),
15903         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15904         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15905         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15906         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15907         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15908         (stop_cb), (main):
15909         * examples/seeking/spider_seek.c:
15910         * examples/seeking/vorbisfile.c:
15911         * ext/gnomevfs/Makefile.am:
15912         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15914         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15915         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15916         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15917         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15918         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15919         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15920         * ext/ogg/README:
15921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15922         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15923         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15924         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15925         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15926         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15927         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15928         (gst_ogg_demux_factory_filter), (compare_ranks),
15929         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15930         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15931         (gst_ogg_chain_new), (gst_ogg_chain_free),
15932         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15933         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15934         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15935         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15936         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15937         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15938         (gst_ogg_demux_get_prev_page),
15939         (gst_ogg_demux_deactivate_current_chain),
15940         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15941         (gst_ogg_demux_bisect_forward_serialno),
15942         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15943         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15944         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15945         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15946         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15947         (gst_ogg_demux_change_state), (gst_ogg_print):
15948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15949         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15950         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15951         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15952         (gst_ogg_mux_loop):
15953         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15954         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15955         (theora_dec_src_convert), (theora_dec_sink_convert),
15956         (theora_dec_src_query), (theora_dec_src_event),
15957         (theora_dec_sink_event), (theora_dec_chain),
15958         (theora_dec_change_state):
15959         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15960         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15961         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15962         (theora_enc_change_state):
15963         * ext/vorbis/Makefile.am:
15964         * ext/vorbis/oggvorbisenc.c:
15965         * ext/vorbis/oggvorbisenc.h:
15966         * ext/vorbis/vorbis.c: (plugin_init):
15967         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15968         (vorbis_dec_src_query), (vorbis_dec_src_event),
15969         (vorbis_dec_sink_event), (vorbis_dec_chain),
15970         (vorbis_dec_change_state):
15971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15972         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15973         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15974         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15975         (gst_vorbisenc_change_state):
15976         * ext/vorbis/vorbisenc.h:
15977         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15978         * gst-libs/gst/audio/audioclock.c:
15979         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15980         (gst_audiofilter_init), (gst_audiofilter_chain):
15981         * gst-libs/gst/audio/testchannels.c: (main):
15982         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15983         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15984         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15985         (gmip_find_track_streaminfo), (gmip_find_track_format):
15986         * gst-libs/gst/media-info/media-info.c:
15987         (gst_media_info_read_idler):
15988         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15989         (gst_play_get_all_by_interface):
15990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15991         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15992         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15993         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15994         (gst_riff_parse_info):
15995         * gst-libs/gst/riff/riff-read.h:
15996         * gst-libs/gst/riff/riff.c: (plugin_init):
15997         * gst-libs/gst/video/Makefile.am:
15998         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15999         (gst_videosink_class_init), (gst_videosink_get_type):
16000         * gst-libs/gst/video/videosink.h:
16001         * gst/audioconvert/bufferframesconvert.c:
16002         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16003         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16004         * gst/audioconvert/channelmixtest.c: (main):
16005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16006         (gst_audio_convert_chain),
16007         (gst_audio_convert_caps_remove_format_info),
16008         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16009         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16010         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16011         (gst_audio_convert_buffer_to_default_format),
16012         (gst_audio_convert_buffer_from_default_format),
16013         (gst_audio_convert_channels):
16014         * gst/audioconvert/gstchannelmix.h:
16015         * gst/ffmpegcolorspace/avcodec.h:
16016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16017         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16018         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16019         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16020         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16021         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16022         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16023         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16024         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16025         (dv_type_find):
16026         * gst/videotestsrc/gstvideotestsrc.c:
16027         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16028         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16029         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16030         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16031         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16032         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16033         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16035         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16036         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16037         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16038         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16039         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16040         (gst_xvimagesink_navigation_send_event),
16041         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16042         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16043         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16044         * sys/xvimage/xvimagesink.h:
16045         Plugin port to 0.9, ogg/theora playback should work in the seek
16046         example now.
16047         Removed old examples.
16048         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16049         explained in 0.9 TODO doc.
16050
16051
16052 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * autogen.sh:
16055         * configure.ac:
16056         * ext/Makefile.am:
16057         * gst/Makefile.am:
16058         * po/POTFILES.in:
16059         * po/af.po:
16060         * po/az.po:
16061         * po/cs.po:
16062         * po/en_GB.po:
16063         * po/hu.po:
16064         * po/it.po:
16065         * po/nb.po:
16066         * po/nl.po:
16067         * po/or.po:
16068         * po/sq.po:
16069         * po/sr.po:
16070         * po/sv.po:
16071         * po/uk.po:
16072         * po/vi.po:
16073         * sys/Makefile.am:
16074         * testsuite/Makefile.am:
16075           remove a whole bunch of plugins.  This module now contains a set
16076           of free reference plugins/elements as agreed.
16077
16078 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * configure.ac:
16081           hunting season on 0.9 is now OPEN
16082
16083 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16084
16085         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16086           Kick the hell out of gcc for not warning me about a symbol conflict.
16087
16088 2005-02-22  Luca Ognibene  <luogni@tin.it>
16089
16090         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16091
16092         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16093           Don't leak caps string (fixes #168134)
16094
16095         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16096         (gst_jpegenc_init), (gst_jpegenc_finalize),
16097         (gst_jpegenc_change_state):
16098           Don't leak line buffers and context struct (fixes #168133).
16099
16100 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16101
16102         * configure.ac:
16103         * ext/dirac/gstdiracdec.cc:
16104         (gst_diracdec_chain):
16105           Since dirac 0.5.0 the framerate in dirac is expressed as a
16106           rational number. Fix build and up requirement to 0.5.0, and
16107           also pass parameters to gst_diracdec_link in the right order
16108           (fixes #167959).
16109
16110 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16111
16112         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16113         * ext/faad/gstfaad.h:
16114         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16115         certain invalid muxed streams, where some packets will contain 
16116         junk after decoder data. Partially fixes #149158.
16117
16118 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16119         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16120           Make sure we only write to writable buffers
16121
16122 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         * gst-libs/gst/riff/riff-media.c:
16125         (gst_riff_create_audio_caps_with_data):
16126           Do actually fix invalid RIFF fmt header values for alaw
16127           and mulaw audio instead of just saying so.
16128
16129         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16130           Give gst_riff_create_audio_caps_with_data() a chance to
16131           fix up broken format header fields before extracting any
16132           parameters from the header. (fixes #167633)
16133
16134 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16135
16136         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16137
16138         * gst/audioconvert/bufferframesconvert.c:
16139         (buffer_frames_convert_link):
16140           Don't leak othercaps. (fixes #167878)
16141
16142 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16143
16144         * configure.ac:
16145         * ext/libvisual/visual.c: (gst_visual_srclink),
16146         (gst_visual_change_state):
16147           Support libvisual 0.2.0.
16148
16149 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16153           Use same rowstrides for I420 as used everywhere else.
16154
16155 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16158           Declare variables at beginning of block and make gcc-2.95 happy
16159           (fixes # 167482, patch by Gergely Nagy).
16160           
16161         * gst/tcp/gsttcpclientsrc.c:
16162         * gst/tcp/gsttcpclientsrc.h:
16163           Move some includes into the header, so that struct sockaddr_in is
16164           defined when it should be defined on FreeBSD as well (fixes
16165           #167483).
16166           
16167         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16168           Don't pass uninitialised values to setsockopt() here either.
16169
16170 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16171
16172         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16175           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16176
16177 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16178
16179         * gst/playback/gstplaybin.c: (add_sink):
16180           Invert bin_add/link order to workaround deadlock in opt.
16181
16182 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16183
16184         * gst/modplug/gstmodplug.cc:
16185           Add missing break causing position queries to fail.
16186
16187 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16188
16189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16190           Granpos can apparently be -1, which screws up calculations...
16191
16192 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16193
16194         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16195         (gst_ximagesink_send_pending_navigation),
16196         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16197         (gst_ximagesink_init):
16198         * sys/ximage/ximagesink.h:
16199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16200         (gst_xvimagesink_send_pending_navigation),
16201         (gst_xvimagesink_navigation_send_event),
16202         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16203         * sys/xvimage/xvimagesink.h:
16204           Use a mutex protected list to marshal navigation
16205           events into the stream thread from whichever thread
16206           sends them.
16207
16208 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16211           Display current position and track length; misc. clean-ups.
16212           
16213         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16214         (speed_init), (speed_chain):
16215           Add query function, so that the stream length and current position
16216           get adjusted when queried (note that current position queries may
16217           still be wrong if the audio sink returns values based on buffer
16218           timestamps instead of passing on the query).
16219
16220 2005-02-13  Benjamin Otte  <otte@gnome.org>
16221
16222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16223         (gst_audio_convert_channels):
16224           create channel conversion matrix when linking
16225         * gst/audioconvert/.cvsignore:
16226         * gst/audioconvert/Makefile.am:
16227         * gst/audioconvert/channelmixtest.c: (main):
16228           add (ugly) test that ensures stereo <=> mono conversion works
16229           correctly
16230
16231 2005-02-13  Benjamin Otte  <otte@gnome.org>
16232
16233         * gst/audioconvert/gstchannelmix.h:
16234           include missing header file
16235         * gst/audioconvert/gstchannelmix.c:
16236         (gst_audio_convert_fill_compatible):
16237           use same sign for both channels when converting to/from compatible
16238           channel. Previously used different signs made the signals cancel
16239           each other out and appear like silence. (fixes #167269)
16240
16241 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst/ffmpegcolorspace/avcodec.h:
16244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16245         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16246         (gst_ffmpegcsp_avpicture_fill):
16247         * gst/ffmpegcolorspace/imgconvert.c:
16248           Convert to and from YV12 (fixes #156379).
16249
16250 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16251
16252         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16253         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16254         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16255         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16256         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16257         methods from chain and negotiation and vice versa (Fixes #166142).
16258         * sys/ximage/ximagesink.h: Add stream_lock.
16259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16260         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16261         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16262         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16263
16264 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16267           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16268           error message when we can't open the DVD device (when dvdnav_open()
16269           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16270           the above). Send something more useful instead (fixes #167117).
16271
16272 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16273
16274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16275         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16276         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16277         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16278         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16279         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16280         methods from chain and negotiation and vice versa (Fixes #166142).
16281         Fix a possible bug of images in the buffer pool being discarded because
16282         we are looking at the wrong geometry.
16283         * sys/xvimage/xvimagesink.h: Add stream_lock.
16284
16285 2005-02-11  David Schleef  <ds@schleef.org>
16286
16287         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16288         unsigned int. (fixes #167128)
16289
16290 2005-02-11  David Schleef  <ds@schleef.org>
16291
16292         * gst/librfb/Makefile.am: Testing stuff before committing is
16293           for wimps... and people with fast machines.  Fix stupid
16294           mistake.
16295
16296 2005-02-11  David Schleef  <ds@schleef.org>
16297
16298         * configure.ac: Pull in librfb from my CVS tree, because it is
16299           too small and annoying to be separate.  Move rfbsrc plugin
16300           to gst/.
16301         * ext/Makefile.am:
16302         * ext/librfb/Makefile.am:
16303         * ext/librfb/gstrfbsrc.c:
16304         * gst/librfb/Makefile.am:
16305         * gst/librfb/gstrfbsrc.c:
16306         * gst/librfb/rfb.c:
16307         * gst/librfb/rfb.h:
16308         * gst/librfb/rfbbuffer.c:
16309         * gst/librfb/rfbbuffer.h:
16310         * gst/librfb/rfbbytestream.c:
16311         * gst/librfb/rfbbytestream.h:
16312         * gst/librfb/rfbcontext.h:
16313         * gst/librfb/rfbdecoder.c:
16314         * gst/librfb/rfbdecoder.h:
16315         * gst/librfb/rfbutil.h:
16316
16317 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16318
16319         * gst/speed/Makefile.am:
16320         * gst/speed/demo-mp3.c: (main):
16321         * gst/speed/filter.func:
16322         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16323         (speed_class_init), (speed_init), (speed_chain_int16),
16324         (speed_chain_float32), (speed_chain), (speed_set_property),
16325         (speed_get_property), (speed_change_state):
16326         * gst/speed/gstspeed.h:
16327           Fix speed element and make it chain-based (fixes #156467),
16328           and make it handle more than one channel.
16329
16330 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16331
16332         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16333         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16334         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16335         * ext/dts/gstdtsdec.h:
16336           Don't clobber the stack constructing the channels array.
16337           Make the element chain-based. DTS tracks can now be played.
16338           
16339 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * gst-libs/gst/audio/multichannel.h:
16342         * gst-libs/gst/gconf/gconf.h:
16343         * gst-libs/gst/idct/idct.h:
16344         * gst-libs/gst/media-info/media-info-priv.h:
16345         * gst-libs/gst/play/play.h:
16346         * gst-libs/gst/resample/private.h:
16347         * gst-libs/gst/resample/resample.h:
16348         * gst-libs/gst/riff/riff-ids.h:
16349         * gst-libs/gst/video/video.h:
16350         * gst-libs/gst/video/videosink.h:
16351           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16352           missing, so that they work when included from C++ code.
16353
16354 2005-02-09  David Schleef  <ds@schleef.org>
16355
16356         * testsuite/gst-lint: Check for non-statically scoped
16357           parent_class variables.  This won't be a problem once
16358           plugins are loaded with RTLD_LOCAL.
16359
16360 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16361
16362         * ext/mplex/gstmplexibitstream.cc:
16363           gcc madness.
16364
16365 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16366
16367         * ext/ogg/gstogmparse.c:
16368         * gst/debug/gstnavigationtest.c:
16369           Die, thou faulty symbol pollutors (non-static parent_class).
16370
16371 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16372
16373         * ext/mplex/gstmplexibitstream.cc:
16374           Fix event handling (#165525).
16375
16376 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16377
16378         * ext/mikmod/gstmikmod.c:
16379         * gst/modplug/gstmodplug.cc:
16380           Add missing endianness to template (fixes #165509).
16381
16382 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16383
16384         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16385           Fix wrong order of reading of optional bytes (#165290).
16386
16387 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16388
16389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16390           Implement FILLER event awareness.
16391
16392 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16393
16394         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16395           Fix track calculations (#166208).
16396
16397 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16398
16399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16402         * ext/libpng/gstpngenc.c:
16403           Fix byte-order, use proper fixed caps. Fixes #164197.
16404
16405 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16406
16407         * configure.ac:
16408           Add dvdlpcmdec 
16409
16410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16411         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16412           Don't push buffers if the src pad isn't negotiated yet.
16413           
16414         * gst/audioconvert/gstaudioconvert.c:
16415         (gst_audio_convert_buffer_to_default_format),
16416         (gst_audio_convert_buffer_from_default_format):
16417           Add support for 24-bit width.
16418
16419         * gst/dvdlpcmdec/.cvsignore:
16420         * gst/dvdlpcmdec/Makefile.am:
16421         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16422         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16423         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16424         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16425         (plugin_init):
16426         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16427           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16428           format. Needs support for the channels maps if someone can find 
16429           a DVD LPCM track with > 2 channels.
16430
16431         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16432         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16433         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16434         * gst/mpegstream/gstdvddemux.h:
16435         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16436         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16437         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16438         * gst/mpegstream/gstmpegdemux.h:
16439         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16440         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16441         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16442         (gst_mpeg_parse_handle_src_query),
16443         (gst_mpeg_parse_handle_src_event):
16444           Use audio/x-dvd-lpcm for LPCM output.
16445           Add DTS output.
16446
16447 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16448
16449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16450
16451         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16452         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16453           Add BGRA handling (#165736).
16454
16455 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16456
16457         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16458
16459         * gst/law/alaw-decode.c: (alawdec_link):
16460         * gst/law/alaw-encode.c: (alawenc_link):
16461         * gst/law/mulaw-decode.c: (mulawdec_link):
16462         * gst/law/mulaw-encode.c: (mulawenc_link):
16463           Fix caps memleaks (#166600).
16464
16465 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * ext/tarkin/mem.h:
16468         * ext/tarkin/wavelet.h:
16469         * ext/tarkin/yuv.h:
16470         * gst/ffmpegcolorspace/avcodec.h:
16471           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16472           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16473
16474 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16475
16476         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16478         (gst_xvimagesink_change_state):
16479           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16480           Xv video (and thereby regenerate Xv colourkey) in clear() so
16481           that PLAY -> READY -> PLAY works (fixes #162504).
16482
16483 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16486           Switch to list instead of range, since MJPEG-devices really just
16487           support decimations, not any size.
16488
16489 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16490         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16491         (gst_mpeg2dec_reset), (free_all_buffers),
16492         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16493         * ext/mpeg2dec/gstmpeg2dec.h:
16494           The libmpeg2 user-allocated buffer management is awkward, 
16495           to say the least. Hopefully this fixes things.
16496
16497 2005-02-04  Andy Wingo  <wingo@pobox.com>
16498
16499         * gst/audioconvert/bufferframesconvert.c
16500         (buffer_frames_convert_fixate): New function, fixates to 256
16501         frames per buffer by default. (Much better than 1.)
16502         (buffer_frames_convert_init): Set the fixate function for both src
16503         and sink pad.
16504         (buffer_frames_convert_link): After success setting nonfixed caps,
16505         get the negotiated caps so we can know how many buffer-frames it
16506         will be. No idea how this worked at all before.
16507
16508 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16509
16510         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16511         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16512         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16513         (handle_sequence), (handle_picture):
16514         * ext/mpeg2dec/gstmpeg2dec.h:
16515           Rearrange buffer tracking and refcounting and refactor
16516           a little for readability. 
16517
16518 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16519         * sys/v4l/gstv4l.c: (plugin_init):
16520         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16521         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16522         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16523         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16524         * sys/v4l/gstv4ljpegsrc.h:
16525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16526         * sys/v4l/v4l_calls.h:
16527         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16528         (gst_v4lsrc_get_fps):
16529         * sys/v4l/v4lsrc_calls.h:
16530           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16531           you jpeg inside rgb frames" driver.
16532           Don't error in the v4lsrc link function, just return 
16533           REFUSED.
16534
16535 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16538         (gst_qcamsrc_open):
16539           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16540
16541 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16544           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16545
16546 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16547
16548         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16549           Reset negotiated state on PAUSED->READY.
16550
16551 2005-02-02  David Schleef  <ds@schleef.org>
16552
16553         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16554         whereever possible.  (Fixes #165997)
16555         * examples/capsfilter/capsfilter1.c: (main):
16556         * examples/dynparams/filter.c: (create_ui):
16557         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16558         * examples/seeking/chained.c: (main):
16559         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16560         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16561         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16562         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16563         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16564         * examples/switch/switcher.c: (main):
16565         * ext/dv/demo-play.c: (main):
16566         * ext/faad/gstfaad.c: (gst_faad_change_state):
16567         * ext/mad/gstmad.c: (gst_mad_chain):
16568         * ext/smoothwave/demo-osssrc.c: (main):
16569         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16570         (gst_gconf_render_bin_from_description),
16571         (gst_gconf_get_default_audio_sink),
16572         (gst_gconf_get_default_video_sink),
16573         (gst_gconf_get_default_audio_src),
16574         (gst_gconf_get_default_video_src),
16575         (gst_gconf_get_default_visualization_element):
16576         * gst/level/demo.c: (main):
16577         * gst/level/plot.c: (main):
16578         * gst/playback/gstplaybin.c: (gen_video_element),
16579         (gen_audio_element):
16580         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16581         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16582         * gst/sine/demo-dparams.c: (main):
16583         * gst/spectrum/demo-osssrc.c: (main):
16584         * gst/speed/demo-mp3.c: (main):
16585         * gst/volume/demo.c: (main):
16586         * testsuite/embed/embed.c: (main):
16587
16588 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16589
16590         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16591         (gst_tcpclientsink_finalize):
16592         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16593         (gst_tcpclientsrc_finalize):
16594         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16595         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16596         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16597         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16598           Don't leak the hostname when shutting down.
16599           In tcpserversrc, take a copy of the default hostname.
16600
16601 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16604           Set caps to systemstream=TRUE.
16605
16606 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * testsuite/Makefile.am:
16609           Fix more OSX buildbots.
16610
16611 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16612
16613         * ext/mpeg2dec/gstmpeg2dec.c:
16614           Don't send things to NULL PAD_PEERs
16615
16616         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16617           Copy-on-write the incoming buffer.
16618
16619         * gst/mpegstream/gstdvddemux.h:
16620         * gst/mpegstream/gstmpegclock.h:
16621         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16622         (normal_seek), (gst_mpeg_demux_handle_src_event):
16623         * gst/mpegstream/gstmpegdemux.h:
16624         * gst/mpegstream/gstmpegpacketize.h:
16625         * gst/mpegstream/gstmpegparse.c:
16626         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16627         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16628         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16629         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16630         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16631         * gst/mpegstream/gstmpegparse.h:
16632         * gst/mpegstream/gstrfc2250enc.h:
16633           Various changes to the way time is computed that make seeking and
16634           total time estimation much better here.
16635           Use G_BEGIN/END_DECLS instead of __cplusplus
16636
16637         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16638           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16639
16640 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16641
16642         * gst/subparse/gstsubparse.c:
16643           Fix OSX buildbot.
16644
16645 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16646
16647         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16648         (theora_enc_chain), (theora_enc_change_state):
16649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16650         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16651         (gst_vorbisenc_change_state):
16652         * ext/vorbis/vorbisenc.h:
16653           Set granulepos and timestamp correctly for streams not
16654           starting at 0, taking into account the initial delay.
16655
16656 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * gst/mpegstream/gstdvddemux.c:
16659           Add audio/x-dts to audio pad template caps
16660
16661 2005-01-30  David Schleef  <ds@schleef.org>
16662
16663         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16664         (create_context), (gst_polypsink_link): Fix silly endianness
16665         bug.  Add some debugging.  Remove float from caps; it doesn't
16666         work.  Attempt to get remote audio working.
16667
16668 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16671           Add 3IV2 fourcc.
16672
16673 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16676         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16677         (gst_avi_demux_stream_data):
16678         * gst/avi/gstavidemux.h:
16679           Invert DIB images. Fixes #132341.
16680
16681 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16682
16683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16684         (gst_ffmpegcsp_chain):
16685           D'oh, reference the palette data, not the palette structure.
16686           Fixes color distortion in #132341.
16687
16688 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16691           PAR can be non-fixed when not provided as argument (#162626).
16692
16693 2005-01-29  David Moore  <dcm@acm.org>
16694
16695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16696
16697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16698         (gst_qtdemux_loop_header):
16699           Re-apply patch from #142272 that allows non-seekable sources,
16700           re-proposed by Daniel Drake <dsd@gentoo.org>.
16701
16702 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16705           Use the src template for creating the src pad (#162330).
16706
16707 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * configure.ac:
16710         * ext/musepack/Makefile.am:
16711         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16712         (gst_musepackdec_init), (gst_musepackdec_dispose),
16713         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16714         (gst_musepack_stream_init), (gst_musepackdec_loop),
16715         (gst_musepackdec_change_state):
16716         * ext/musepack/gstmusepackdec.cpp:
16717         * ext/musepack/gstmusepackdec.h:
16718         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16719         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16720         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16721         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16722         * ext/musepack/gstmusepackreader.cpp:
16723         * ext/musepack/gstmusepackreader.h:
16724           Update to 1.1 API (#165446).
16725
16726 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16727
16728         * ext/Makefile.am:
16729           Unbreak buildbot.
16730
16731 2005-01-28  Andy Wingo  <wingo@pobox.com>
16732
16733         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16734         to reflect a different dubious internet source. Add a reference
16735         and some commentary.
16736
16737 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16738
16739         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16740         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16741         * gst/playback/gststreamselector.h:
16742           Be more selective when we're redoing caps negotiation from
16743           within the chain function on a stream change.
16744
16745 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16746
16747         * configure.ac:
16748         * ext/Makefile.am:
16749         * ext/amrnb/Makefile.am:
16750         * ext/amrnb/amrnb.c: (plugin_init):
16751         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16752         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16753         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16754         (gst_amrnbdec_state_change):
16755         * ext/amrnb/amrnbdec.h:
16756         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16757         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16758         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16759         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16760         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16761         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16762         * ext/amrnb/amrnbparse.h:
16763           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16764         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16765           Add AMR-NB/-WB raw formats.
16766         * ext/alsa/gstalsa.c: (gst_alsa_link):
16767           Keep valid time when changing format.
16768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16769         (qtdemux_parse_trak):
16770           Add some more format-specific options (#140141, #143555, #155163).
16771
16772 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16773
16774         * gst/matroska/matroska-demux.c:
16775         (gst_matroska_demux_parse_blockgroup):
16776           Fix logic error in timing of subtitle stream synchronization.
16777         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16778           Add skip-chunk, which is found in kodak-camera streams.
16779
16780 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16781
16782         * po/LINGUAS:
16783         * po/vi.po:
16784           Adding Vietnamese translation (submitted by Clytie Siddall)
16785
16786 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16787
16788         * gst/playback/gstdecodebin.c: (try_to_link_1):
16789           Use realpad for signal.
16790
16791 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16792
16793         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16794           Fix category so decodebin picks it up.
16795
16796 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16797
16798         * ext/mad/Makefile.am:
16799         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16800         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16801         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16802         (found_type), (gst_id3demux_bin_change_state):
16803         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16804         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16805         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16806         (gst_id3_tag_change_state), (plugin_init):
16807         * ext/mad/gstmad.h:
16808           Add id3demuxbin (which is a simple bin consisting of id3demux
16809           and typefind), take over rank from id3demux, remove typefind
16810           code from id3demux. Makes all broken mp3s that I know of work,
16811           and thereby fixes #152688.
16812
16813 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16814
16815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16816
16817         * ext/mad/gstmad.c: (gst_mad_src_event):
16818         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16819           Allow seeks on audio pad, make mad forward those (#164826).
16820         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16821           Set duration (#165335).
16822
16823 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16824
16825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16826         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16827         (gst_asf_demux_process_ext_content_desc),
16828         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16829         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16830         * gst/asfdemux/gstasfdemux.h:
16831           Improve metadata display, e.g. if the metadata comes before the
16832           streams are loaded (which is perfectly valid).
16833
16834 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * tools/gst-launch-ext-m.m:
16837           Fix AVI/ASF pipelines (#165340).
16838
16839 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16840         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16841         build failure on amd64
16842
16843 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16844
16845         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16846         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16847           Check environment variables GST_ID3V2_TAG_ENCODING,
16848           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16849           list of character encodings to force interpretation of non-unicode
16850           strings stored in an ID3v2 tag to a particular encoding. If none
16851           is specified, try to use current locale's encoding, then fall back
16852           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16853         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16854         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16855           Check environment variables GST_ID3V1_TAG_ENCODING,
16856           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16857           list of character encodings to use in case a string encountered
16858           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16859           specified, try to use the current locale's encoding, then fall
16860           back to ISO-8859-1 (which will always succeed).
16861
16862 2005-01-25  Benjamin Otte  <otte@gnome.org>
16863
16864         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16865           - on half framerate, compute the rate in advance so the comparisons
16866             don't compare wrong values
16867           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16868             behaviour
16869           - don't use mad_header_decode anymore, mad_frame_decode does that
16870             automatically
16871           - when getting rid of consumed bytes, reset the stream's skiplen
16872           (fixes #163867)
16873
16874 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16875
16876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16877           Use 1/2 a second for default max_discont, as PES streams from DVB
16878           seem to have larger spacings in the SCR. 
16879           Fix a typo.
16880
16881 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * gst/playback/gstplaybasebin.c: (group_commit):
16884           Notify delayed stream-info availability.
16885
16886 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16887         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16888         (gst_a52dec_handle_event), (gst_a52dec_chain):
16889         Add some debug output. Check that a discont has a valid
16890         time associated.
16891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16892         (gst_alsa_sink_loop):
16893         Ignore TAG events. A little extra debug for broken timestamps.
16894         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16895         (dvdnavsrc_change_state):
16896         Ensure we send a discont to engage the link before we send any
16897         other events.
16898         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16899         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16900         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16901         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16902         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16903         dvd://title works in totem because typefinding sends a seek that ends
16904         up going back to chapter 1 regardless.
16905         * ext/mpeg2dec/gstmpeg2dec.c:
16906         * ext/mpeg2dec/gstmpeg2dec.h:
16907         Output correct timestamps and handle disconts.
16908         * ext/ogg/gstoggdemux.c: (get_relative):
16909         Small guard against a null dereference.
16910         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16911         (gst_textoverlay_set_property):
16912         Free memory when done. Don't call gst_event_filler_get_duration on
16913         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16914         g_warning.
16915         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16916         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16917         (gst_sw_srclink), (gst_smoothwave_chain):
16918         Draw solid lines, prettier colours.
16919         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16920         Add a default palette that'll work for some movies.
16921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16922         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16923         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16924         * gst/mpegstream/gstdvddemux.h:
16925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16926         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16927         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16928         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16929         * gst/mpegstream/gstmpegparse.h:
16930         Use PTM/NAV events when for timestamp adjustment when connected to 
16931         dvdnavsrc. Don't use many discont events where one suffices.
16932         * gst/playback/gstplaybasebin.c: (group_destroy),
16933         (gen_preroll_element), (gst_play_base_bin_add_element):
16934         * gst/playback/gstplaybasebin.h:
16935         Make sure we remove subtitles from the same bin we put them in.
16936         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16937         (gst_subparse_buffer_format_autodetect),
16938         (gst_subparse_change_state):
16939         Fix some memleaks and invalid accesses.
16940         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16941         (oggskel_type_find), (cmml_type_find), (plugin_init):
16942         Some typefind functions for Annodex v3.0 files
16943         * gst/wavparse/gstwavparse.h:
16944         GstRiffReadClass is the correct parent class.
16945
16946 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16947
16948         * gst-libs/gst/riff/riff-media.c:
16949         (gst_riff_create_video_caps_with_data):
16950           Add extradata to huffyuv (fixes #165013).
16951         * gst-libs/gst/riff/riff-read.c:
16952         (gst_riff_read_strf_vids_with_data):
16953           Fix extradata extraction if it is in the chunk size.
16954
16955 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16956
16957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16958
16959         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16960         (gst_quarktv_change_state), (gst_quarktv_dispose):
16961           Memory free'ing location fix (#164708).
16962
16963 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * gst/playback/gstplaybasebin.c: (group_commit),
16966         (gen_preroll_element), (probe_triggered), (gen_source_element),
16967         (setup_source), (gst_play_base_bin_change_state),
16968         (gst_play_base_bin_add_element):
16969           Don't block for streams.
16970         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16971         (gst_stream_info_set_mute):
16972           Use gst_pad_set_active_recursive.
16973
16974 2005-01-25  Andy Wingo  <wingo@pobox.com>
16975
16976         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16977         for #ifndef HAVE_XVIDEO.
16978
16979 2005-01-24  Jeffrey C. Ollie
16980
16981         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16982
16983         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16984         * ext/gsm/gstgsmdec.h:
16985         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16986         * ext/gsm/gstgsmenc.h:
16987         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16988         was given by property. Add proper buffer timestamps and offsets.
16989
16990 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * gst-libs/gst/riff/riff-media.c:
16993         (gst_riff_create_audio_caps_with_data):
16994           Audio can be <8000Hz.
16995
16996 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16999           Explicit state change to workaround refcount bugs.
17000
17001 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17004         (gst_avimux_riff_get_avi_header):
17005           Fix...
17006
17007 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17010         (gst_riff_read_element_data):
17011         * gst-libs/gst/riff/riff-read.h:
17012           Add _peek version (req'ed in CDXA).
17013         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17014         (gst_cdxaparse_loop):
17015           Fix parsing in playbin.
17016         * gst/playback/gstdecodebin.c: (close_pad_link):
17017           Ignore current_ pads, they cause major annoyance.
17018
17019 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17022           Safety guard.
17023
17024 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17027           Fix padding...
17028
17029 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17032           Allow for 0-sized buffers. Fixes length query problems in
17033           starwars.mkv from the testsuite.
17034
17035 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17036
17037         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17038         (gst_video_box_i420), (gst_video_box_chain):
17039           Fix row strides for I420 (fixes #163159)
17040           
17041 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17044           MPEG2 has a useful rate property, so we can actually use that.
17045           For MPEG-1, continue using the bytes/time properties.
17046
17047 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17048
17049         * gst-libs/gst/riff/riff-media.c:
17050         (gst_riff_create_video_caps_with_data),
17051         (gst_riff_create_video_template_caps):
17052           Add intel-h263.
17053
17054 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17057           Fail if caps negotiation fails. Should fix #162184, and should
17058           definately be in there regardless of it fixing the actual bug.
17059         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17060         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17061         (gst_avimux_riff_get_avix_header),
17062         (gst_avimux_riff_get_video_header),
17063         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17064         (gst_avimux_start_file), (gst_avimux_handle_event),
17065         (gst_avimux_change_state):
17066         * gst/avi/gstavimux.h:
17067           Refactor structure writing to use GST_WRITE_UINT macros, add
17068           metadata writing support.
17069
17070 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17071
17072         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17073           Elements may already be destroyed when this function is called.
17074
17075 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17076
17077         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17078         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17079           More memory leak fixes (#149162).
17080
17081 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17084         (gst_qtdemux_add_stream):
17085           Fix two memleaks.
17086
17087 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17090           Argh...
17091
17092 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17093
17094         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17095           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17096           when fixating to six channels in Totem.
17097
17098 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17099
17100         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17101           Fix compile warnings on Solaris 10 buildbot
17102
17103 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17104
17105         * ext/dvdread/dvdreadsrc.c: (_read):
17106           Don't read beyond the last cell in a chapter (fixes 
17107           invalid memory access)
17108
17109 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * ext/dvdread/stream_labels.c:
17112         (dvdreadsrc_get_audio_stream_labels):
17113           Use NULL for an empty GList instead of g_list_alloc(); fix 
17114           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17115           of GString (easier to bulk free later)
17116
17117 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17118
17119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17120
17121         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17122         (gst_ffmpeg_pixfmt_to_caps):
17123           Fix BGRA32 caps (#164209).
17124
17125 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17126
17127         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17130         (gst_ffmpeg_caps_to_pixfmt):
17131           alpha_mask can be RGBA/ABGR. Fixes #164265.
17132
17133 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17134
17135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17138         (gst_mpeg2dec_alloc_buffer):
17139         * ext/mpeg2dec/gstmpeg2dec.h:
17140           Crop if decoding size is not the actual image size (#163676).
17141
17142 2005-01-17  Steve Baker  <steve@stevebaker.org>
17143
17144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17145
17146         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17147         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17148           Add libsndfile typefind functions (#163309).
17149
17150 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17151
17152         * tools/gst-launch-ext-m.m:
17153           Add .aac, fix .m1v/.m2v (#163891).
17154
17155 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17156
17157         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17158           Sanity check, don't wait endlessly since the clock might not
17159           actually run at this point (which is a deadlock). Fixes #164069.
17160
17161 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17162
17163         * gst/playback/gstplaybasebin.c: (probe_triggered):
17164           Of course, only pause if group is done...
17165
17166 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17167
17168         * gst/playback/gstplaybasebin.c: (probe_triggered):
17169           Thread safety.
17170
17171 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17172
17173         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17174           Don't return state change success when the parent
17175           failed.
17176
17177 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17178
17179         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17180           Free events (fix memleak in #162905).
17181
17182 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17183
17184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17185
17186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17187         (gst_ffmpeg_caps_to_pixfmt):
17188           Fix for depth = 15. Fixes #161675.
17189
17190 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17193           Set FPS correctly, even for webcams and the like.
17194         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17195           Don error on setting while capturing.
17196
17197 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17198
17199         * ext/dv/gstdvdec.c:
17200         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17201         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17202           I'm a bad boy. using /1001. to force C to do float division
17203           and not integer division (as it did in my last commit)
17204           Thanks to David I. Lehn for pointing this mistake.
17205
17206 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17207
17208         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17209           Revert Johan's 1.35->1.36 since it breaks compat.
17210
17211 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17212
17213         * ext/dv/gstdvdec.c:
17214         * ext/libfame/gstlibfame.c:
17215         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17216         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17217           replace framerate aproximations by their real value
17218           (24000/1001, 30000/1001, 60000/1001)
17219           Finish fixing bug #164049
17220
17221 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17222
17223         * ext/ogg/gstoggmux.c:
17224           eos/bos debugging
17225         * gst/tcp/gstmultifdsink.c:
17226         * gst/tcp/gstmultifdsink.h:
17227         * gst/tcp/gsttcp.c:
17228         * gst/tcp/gsttcp.h:
17229         * gst/tcp/gsttcpclientsink.c:
17230         * gst/tcp/gsttcpclientsrc.c:
17231         * gst/tcp/gsttcpserversink.c:
17232         * gst/tcp/gsttcpserversrc.c:
17233           improve reusability of elements after state changes and errors
17234           make multifdsink throw away streamheaders when receiving new ones
17235
17236 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17237
17238         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17239           Fix for if items are already in list...
17240
17241 2005-01-12  Benjamin Otte  <otte@gnome.org>
17242
17243         * gst/adder/gstadder.c: (gst_adder_loop):
17244           fix adder a bit so it doesn't screw up with events as much anymore
17245
17246 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17247
17248         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17249         (pixbufscale_scale), (gst_pixbufscale_chain):
17250         * ext/gdk_pixbuf/pixbufscale.h:
17251           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17252           to ensure rowstrides are calculated the same way as 
17253           ffmpegcolorspace
17254           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17255           that we pick up duration and offset also.
17256
17257 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17258
17259         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17260         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17261           Reusability fixes.
17262
17263 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17266         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17267         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17268         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17269           Update flags when requested.
17270
17271 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17272
17273         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17274           Fix dmix.
17275
17276 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17277
17278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17279         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17280         (probe_triggered), (new_decoded_pad), (gen_source_element),
17281         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17282         * gst/playback/gstplaybasebin.h:
17283         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17284         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17285         (gst_play_bin_change_state):
17286           Implement group-switch signal for use in apps to clear metadata
17287           cache, clean up subtitle, add suburi property instead of # hack,
17288           some error-out fixes.
17289
17290 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17291
17292         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17293           Debug.
17294         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17295           If we got a state change in the _get handler, don't return success.
17296
17297 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17298
17299         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17300         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17301           Make jpegdec quiet on MJPEG decoding
17302         * gst/asfdemux/README:
17303           Fix mimetypes for MJPEG and H263
17304
17305 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * ext/theora/theoradec.c: (theora_dec_chain):
17308           Fix broken code generation by gcc by swapping arguments.
17309         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17310           Fix \n in debug.
17311
17312 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17313
17314         * TODO:
17315           delete this file, it is by far outdated
17316         * ext/alsa/gstalsa.1: remove
17317         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17318         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17319         (gst_alsa_get_caps):
17320           Add HW probing for supported sample rates. Fixes #161704
17321
17322 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17325           Don't crash, biatch! :).
17326
17327 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * ext/musepack/gstmusepackreader.cpp:
17330         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17331           Some work on tags - still doesn't work in playbin...
17332         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17333           Handle events...
17334
17335 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17336
17337         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17338           Also shove tags on kid pads.
17339
17340 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17341
17342         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17343           Don't bail on unknown events.
17344         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17345           Don't crash on events before negotiation.
17346         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17347           Send tags on pads, too.
17348         * gst/playback/gststreamselector.c:
17349         (gst_stream_selector_request_new_pad):
17350           Forward events on first pad if no input was selected yet.
17351
17352 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * gst/playback/gstplaybasebin.c: (setup_substreams):
17355           Don't disable streamtype if the stream doesn't exist, since
17356           then playing a video after audio will disable both and nothing
17357           will happen. Fixes the testsuite.
17358
17359 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17360
17361         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17362         (gst_v4l_xoverlay_set_xwindow_id):
17363         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17364         (gst_v4l2_xoverlay_set_xwindow_id):
17365           Add debug categories, fix overlay disabling.
17366
17367 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17368
17369         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17370         * ext/alsa/gstalsa.h:
17371           Add HW probing for period_count/size and buffer_size MIX/MAX
17372           Adjust default/user defined value if out of bounds
17373           Should fix bug #162024
17374
17375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17376
17377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17378           Fix warning (#161191).
17379
17380 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17381
17382         * ext/dvdread/stream_labels.c:
17383         (dvdreadsrc_get_audio_stream_labels):
17384           Fix warning (init the good variable in switch default)
17385
17386 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17387
17388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17391           Fix gcc-2.95 compile (#163485).
17392
17393 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17394
17395         * configure.ac:
17396         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17397         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17398         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17399         (gst_flacenc_change_state):
17400         * ext/flac/gstflacenc.h:
17401           Update for API change in flac-1.1.1. Update requirement in
17402           configure.ac. Fixes #162974.
17403
17404 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17405
17406         * gst/playback/gstplaybasebin.c: (group_destroy):
17407           Remove hack to get rid of assert and get rid of unlinked
17408           signals properly.
17409
17410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17411
17412         * gst/playback/gstplaybasebin.c: (setup_source):
17413           Set source to NULL so that resources are free'ed. Fixes issues
17414           with playback of CDDA and similar device-accessing things.
17415
17416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17417
17418         * testsuite/embed/Makefile.am:
17419           test->noinst, fix make test in buildbot.
17420
17421 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17422
17423         * ext/dvdread/stream_labels.c: new file
17424         * ext/dvdread/stream_labels.h: new file
17425         * ext/dvdread/Makefile.am:
17426         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17427           Extract audio stream label from DVD IFO files.
17428           It only dump them on the console for now, still have to
17429           make playbin aware of them.
17430
17431 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * gst/playback/gstplaybasebin.c: (setup_source):
17434           Fix hanging subs.
17435
17436 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17439         (gen_preroll_element), (remove_groups), (setup_subtitle),
17440         (gen_source_element), (setup_source):
17441         * gst/playback/gstplaybasebin.h:
17442           Multiple .sub files is just a stupid idea... Fix some threading
17443           mistakes. Interestingly, external .sub files cause playbin to
17444           hang, I don't know why... Parsing fixes contributed by Fran??ois
17445           Kooman <fkooman@tuxed.net>.
17446
17447 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17448
17449         * testsuite/embed/Makefile.am:
17450           Fix buildbot.
17451
17452 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17453
17454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17455
17456         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17457         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17458         (gst_pngenc_set_property):
17459         * ext/libpng/gstpngenc.h:
17460           Add compression level property (#163323).
17461
17462 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * configure.ac:
17465         * examples/capsfilter/capsfilter1.c: (main):
17466         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17467         * ext/dvdread/Makefile.am:
17468         * ext/dvdread/demo-play:
17469         * ext/dvdread/demo-play.c:
17470         * gconf/gstreamer.schemas.in:
17471         * gst-libs/gst/gconf/gconf.c:
17472         * sys/v4l/TODO:
17473         * testsuite/Makefile.am:
17474         * testsuite/embed/Makefile.am:
17475         * testsuite/embed/embed.c: (cb_expose), (main):
17476           Remove all references to xvideosink, fix examples (#140845).
17477         * gst/playback/gstplaybasebin.c: (group_destroy):
17478           Apparently, disposal does not unlink - so do explicitely.
17479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17480           Add debug.
17481
17482 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17483
17484         * README: fix PKG_CONFIG_PATH instructions, what was there
17485         previously was breaking default search path, not nice. 
17486         Fixes #163358
17487
17488 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17491         (gst_audioscale_chain):
17492           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17493           when resampling - how the ^@$^!@^! is this possible?!?
17494
17495 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17498           Reset variables on READY.
17499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17500         (gst_matroska_mux_loop):
17501           Require data before writing header.
17502
17503 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17504
17505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * ext/mad/gstmad.c: (gst_mad_chain):
17508           Don't call mad_stream_sync() directly after recovering sync.
17509           Fixes #151661.
17510
17511 2005-01-09  Martin Eikermann  <meiker@upb.de>
17512
17513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17514
17515         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17516         (snapshot_handler), (gst_snapshot_sinkconnect),
17517         (gst_snapshot_chain):
17518           Allocate resources when required, fix recursive signal emission
17519           and fix caps. Fixes #161667.
17520
17521 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17522
17523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17526         (gst_pngdec_chain):
17527           Handle only 8-bppc (bits-per-pixel-component) images, better
17528           error handling and correct strides. Fixes #163177.
17529         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17530         (gst_pngenc_chain):
17531           Better error handling. Fixes #163348.
17532
17533 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17534
17535         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17536         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17537         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17538         (dvdnavsrc_uri_handler_init):
17539           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17540         * gst/playback/gstplaybasebin.c: (gen_source_element):
17541           Add MMS to streaming URIs.
17542
17543 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17544
17545         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17546         * sys/xvimage/xvimagesink.c:
17547         (gst_xvimagesink_navigation_send_event):
17548           Check for pad availability before sending event.
17549
17550 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17551
17552         * gst-plugins.spec.in:
17553           Add subparse.
17554
17555 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * configure.ac:
17558           Since we use functions from CVS, up requirement.
17559
17560 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17561
17562         * gst/playback/Makefile.am:
17563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17564         (group_destroy), (group_commit), (group_is_muted),
17565         (gen_preroll_element), (add_stream), (unknown_type),
17566         (probe_triggered), (preroll_unlinked), (mute_stream),
17567         (silence_stream), (new_decoded_pad), (setup_substreams),
17568         (setup_source), (get_active_source), (mute_group_type),
17569         (muted_group_change_state), (set_active_source),
17570         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17571         (play_base_eos), (gst_play_base_bin_change_state):
17572         * gst/playback/gstplaybasebin.h:
17573         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17574         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17575         (gst_stream_info_dispose), (stream_info_mute_pad),
17576         (stream_info_change_state), (gst_stream_info_set_mute):
17577         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17578         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17579         (gst_stream_selector_init), (gst_stream_selector_dispose),
17580         (gst_stream_selector_get_linked_pad),
17581         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17582         (gst_stream_selector_get_linked_pads),
17583         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17584         * gst/playback/gststreamselector.h:
17585           Adding stream selection support plus required properties for
17586           applications to use this. Fully fixes #100931.
17587
17588 2005-01-08  Benjamin Otte  <otte@gnome.org>
17589
17590         * gst/games/gstpuzzle.c: (nav_event_handler):
17591           - handle nav events differently: forward every event no matter if it
17592             was handled or not.
17593           - translate events
17594           You can now cheat by using navigationtest ! puzzle and moving the
17595           mouse close to the edge of a tile. ;)
17596
17597 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17598
17599         * configure.ac:
17600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17601         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17602         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17603         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17604         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17605         (gst_ogm_parse_plugin_init):
17606         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17607         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17608         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17609         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17610         * ext/pango/gsttextoverlay.h:
17611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17612         (gst_matroska_demux_handle_seek_event),
17613         (gst_matroska_demux_sync_streams),
17614         (gst_matroska_demux_parse_blockgroup),
17615         (gst_matroska_demux_subtitle_caps),
17616         (gst_matroska_demux_plugin_init):
17617         * gst/matroska/matroska-ids.h:
17618         * gst/playback/gstdecodebin.c: (close_pad_link):
17619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17620         (gen_preroll_element), (remove_groups), (add_stream),
17621         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17622         (setup_source):
17623         * gst/playback/gstplaybasebin.h:
17624         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17625         * gst/subparse/Makefile.am:
17626         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17627         (gst_subparse_base_init), (gst_subparse_class_init),
17628         (gst_subparse_init), (gst_subparse_formats),
17629         (gst_subparse_eventmask), (gst_subparse_event),
17630         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17631         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17632         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17633         (parse_mpsub_deinit), (parse_mpsub_init),
17634         (gst_subparse_buffer_format_autodetect),
17635         (gst_subparse_format_autodetect), (gst_subparse_loop),
17636         (gst_subparse_change_state), (gst_subparse_type_find),
17637         (plugin_init):
17638         * gst/subparse/gstsubparse.h:
17639         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17640         (plugin_init):
17641           Add subtitle support, .sub parser (supports SRT and MPsub),
17642           OGM text support, Matroska UTF-8 text support, deadlock fixes
17643           all over the place, subtitle awareness in decodebin/playbin
17644           and some fixes to textoverlay to handle subtitles in a stream
17645           correctly. Fixes #100931.
17646
17647 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17650           Check for pad availability before doing a query on it.
17651
17652 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17653
17654         * ext/dv/gstdvdec.c:
17655           really fix bpp24/32 dvdec caps (classic rgba indeed)
17656         * gst/asfdemux/gstasfdemux.c:
17657         (gst_asf_demux_process_ext_content_desc):
17658           don't send text tags if they are empty (bis repetita)
17659
17660 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17661
17662         * ext/dv/gstdvdec.c:
17663          remove unneeded comment from dvdec
17664           (related to DV 4CC codes in AVI files)
17665           moved them in gstreamer/docs/random/mimetypes
17666         * gst/asfdemux/gstasfdemux.c:
17667         (gst_asf_demux_process_ext_content_desc):
17668          don't send text tags if they are empty
17669          fix mem leak on error path
17670         * gst/ffmpegcolorspace/avcodec.h:
17671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17672         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17673         (gst_ffmpegcsp_avpicture_fill):
17674         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17675         * gst/ffmpegcolorspace/imgconvert_template.h:
17676          adds BGR32 and BGRA32 to ffmpegcolorspace
17677           (still bad colors, fixing it on next commit)
17678           helps with dvdec outputing BGR32
17679
17680 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17681
17682         * ext/dv/gstdvdec.c:
17683          Fix audio caps i just broke (missing ',')
17684         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17685         (gst_matroska_mux_reset):
17686          Fix typo + add FIXME about old "x-gst-metadata" crap
17687
17688 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17689
17690         * ext/dv/demo-play.c: (main):
17691          xvideosink -> xvimagesink
17692         * ext/dv/gstdvdec.c:
17693          change rgb 32/32 caps to 24/32 (no alpha)
17694          change nb of channels to be a list (2 or 4, not 2)
17695          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17696         * gst/asfdemux/gstasfdemux.c:
17697         (gst_asf_demux_process_ext_content_desc):
17698          Add 'date/year' to extracted metadata list
17699
17700 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17703           The return value of fixate_to does not imply that the requested
17704           value was set, so don't assume.
17705
17706 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17707
17708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17709
17710         * ext/libpng/gstpngdec.c:
17711         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17712         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17713         * ext/libpng/gstpngenc.h:
17714           Alpha support (encoder; #163161), mime fixage.
17715
17716 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17717
17718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17719
17720         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17721         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17722         (gst_faac_set_property), (gst_faac_get_property):
17723         * ext/faac/gstfaac.h:
17724           Allow for ADTS output (#153434).
17725
17726 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17729           Fix against template (#150576).
17730
17731 2005-01-06  Benjamin Otte  <otte@gnome.org>
17732
17733         * gst/games/gstpuzzle.c: (draw_puzzle):
17734           don't draw a puzzle if either width or height of tiles would be 0.
17735
17736 2005-01-06  Benjamin Otte  <otte@gnome.org>
17737
17738         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17739         (gst_puzzle_class_init), (gst_puzzle_finalize):
17740           no memleaks, please
17741         (gst_puzzle_create), (gst_puzzle_init),
17742         (gst_puzzle_set_property), (gst_puzzle_setup):
17743           change initialization code around so we don't reshuffle on resize
17744         (draw_puzzle):
17745           fix another stupid typo
17746
17747 2005-01-06  Benjamin Otte  <otte@gnome.org>
17748
17749         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17750           fix stupid typo that borked copying on YUY2
17751
17752 2005-01-06  Benjamin Otte  <otte@gnome.org>
17753
17754         * gst/games/gstpuzzle.c: (draw_puzzle):
17755           fix edges when image sizes aren't multiples of tile sizes
17756
17757 2005-01-06  Benjamin Otte  <otte@gnome.org>
17758
17759         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17760           make RGB endianness work correctly
17761         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17762           refactor and fix race with initial shuffling
17763         (nav_event_handler):
17764           allow using the mouse to puzzle
17765         (draw_puzzle):
17766           insist on tiles having width and height as multiples of 4 to get
17767           clean YUV image handling
17768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17769         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17770           s/DEBUG/LOG/ for common messages
17771         (gst_xvimagesink_navigation_send_event):
17772           fix mouse event translation to not include screen PAR
17773         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17774           fix mouse event translation to actually work
17775
17776 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17777
17778         * gst/asfdemux/gstasfdemux.c:
17779         (gst_asf_demux_process_ext_content_desc):
17780          Extract TrackNumber metadata + clean up code
17781         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17782          Hope this is the good fix (var used unitialised)
17783
17784 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17785
17786         * ext/faad/gstfaad.c: (gst_faad_chain):
17787           Only increment timestamp if it's valid. Fixes raw AAC streams.
17788
17789 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17790
17791         * configure.ac:
17792         * gst/games/Makefile.am:
17793         * gst/games/gstpuzzle.c:
17794           add a puzzle game with...
17795         * gst/games/gstvideoimage.c:
17796         * gst/games/gstvideoimage.h:
17797           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17798           from videotestsrc and made into something that would be a nice
17799           library for a lot of other plugins.
17800
17801 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17802
17803         * configure.ac:
17804          don't compile faad plugin if a RC of 2.0 is found
17805          Fixes #155346 (and FC1 buildbot)
17806         * gst/asfdemux/gstasfdemux.c:
17807         (gst_asf_demux_process_ext_content_desc):
17808          try to make Solaris compiler happier
17809
17810 2005-01-06  Paul Jack  <pjack@sfaf.org>
17811
17812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17813
17814         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17815           Fix segfault (#161667).
17816
17817 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17820           Fix framerate reporting.
17821
17822 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17823
17824         * gst-libs/gst/riff/riff-ids.h:
17825         * gst/wavenc/riff.h:
17826          Add AMR (VBR and CBR) ids to riff.h audio codec list
17827         * gst/asfdemux/gstasfdemux.c:
17828         (gst_asf_demux_process_ext_content_desc),
17829         (gst_asf_demux_process_object):
17830           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17831
17832 2005-01-05  Martin Eikermann  <meiker@upb.de>
17833
17834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17835
17836         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17837         (gst_dvd_demux_handle_discont):
17838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17839         (gst_mpeg_demux_handle_discont):
17840           Recreate pads on new-media (#160730).
17841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17842           Send discont even if manager changes timestamps (#161929).
17843
17844 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17845
17846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17847
17848         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17849           Fix invalid memory access (#159211).
17850
17851 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17852
17853         * examples/gstplay/player.c: (main):
17854           Don't iterate.
17855         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17856           Add visualizations.
17857         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17858         (gst_a52dec_handle_frame):
17859           Set duration.
17860         * ext/dvdnav/gst-dvd:
17861           Add audioconvert. Fixes #161325.
17862         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17863           Explicitely case to gint64. Possible valgrind error.
17864         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17865         (gst_play_tick_callback), (gst_play_change_state),
17866         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17867         (gst_play_set_location), (gst_play_get_location),
17868         (gst_play_seek_to_time), (gst_play_set_data_src),
17869         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17870         (gst_play_set_visualization), (gst_play_connect_visualization),
17871         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17872         (gst_play_new):
17873           Use playbin. Fixes #139749 and #147744.
17874         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17875           Add genre tag.
17876         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17877         (audioscale_get_type), (gst_audioscale_base_init),
17878         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17879         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17880         (gst_audioscale_link), (gst_audioscale_get_buffer),
17881         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17882         (gst_audioscale_init), (gst_audioscale_dispose),
17883         (gst_audioscale_chain), (gst_audioscale_set_property),
17884         (gst_audioscale_get_property), (plugin_init):
17885           Indent properly.
17886         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17887           Fix LPCM.
17888         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17889         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17890         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17891           Add more metadata (fixes #162656).
17892
17893 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * configure.ac:
17896           back to cvs
17897
17898 === release 0.8.7 ===
17899
17900 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * NEWS:
17903         * RELEASE:
17904         * configure.ac:
17905           releasing 0.8.7, "Hyperspace"
17906
17907 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17910
17911         * gst/playback/gstplaybasebin.c:
17912          Fix for #162924 - free caps after use, not before
17913
17914 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17915
17916         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17917
17918         * gst/playback/gstplaybasebin.c:
17919         * gst/wavparse/gstwavparse.c:
17920           Fix for #154773 - fixes playback of small .wav files
17921
17922 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17923
17924         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17925
17926         * gst/audioscale/gstaudioscale.c:
17927           Fix for #162819 - make audioscale reusable
17928           Fixes playback of more than one file with playbin/totem
17929
17930 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17931
17932         * gst/ffmpegcolorspace/avcodec.h:
17933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17934         * gst/ffmpegcolorspace/imgconvert.c:
17935           clean up the mess that made me cry and avoid needless duplication
17936
17937 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * gst/ffmpegcolorspace/imgconvert.c:
17940           give some indication of why we're segfaulting
17941
17942 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * configure.ac:
17945           Fix indentation, fix v4l2 plugin detection.
17946         * ext/Makefile.am:
17947           Fix libmms location (Maciej, use diff -u!).
17948         * ext/alsa/gstalsa.c: (gst_alsa_init):
17949           Initialize caps cache to NULL.
17950         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17951           Only change state on audiosink if it exists.
17952
17953 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17954
17955         * gst/matroska/matroska-demux.c:
17956         * gst/matroska/matroska-ids.h:
17957         * gst/matroska/matroska-demux.h:
17958         Fix Vorbis streams failing to decode in some files, where cluster_time
17959         isn't 0, because then it doesn't send codec_priv before actual data.
17960         Remove time-based test and replace it with marker set on beginning of
17961         new stream
17962
17963 2004-12-28  David Schleef  <ds@schleef.org>
17964
17965         Merge patch from Ronald fixing problems with streaming
17966         text.
17967         * ext/cairo/gstcairo.c: (plugin_init):
17968         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17969         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17970         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17971         (gst_textoverlay_font_init), (gst_textoverlay_init),
17972         (gst_textoverlay_set_property):
17973         * ext/cairo/gsttextoverlay.h:
17974
17975 2004-12-27  David Schleef  <ds@schleef.org>
17976
17977         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17978         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17979         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17980         (gst_textoverlay_font_init), (gst_textoverlay_init),
17981         (gst_textoverlay_set_property): Improvements to actually
17982         render text as white on black outline on video, including
17983         font selection and horizontal/vertical alignment.  (Ronald's
17984         christmas present)
17985         * ext/cairo/gsttextoverlay.h:
17986
17987 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17988
17989         * ext/ogg/gstogg.c:
17990         * ext/ogg/gstogmparse.c:
17991           fix ogm[audio/video]parse plugin registration
17992           (riff won't load if bytestream is already loaded)
17993
17994 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17995
17996         * gst/audioconvert/gstchannelmix.c:
17997           fix for GLIB < 2.4
17998
17999 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18000
18001         * Makefile.am:
18002         * configure.ac:
18003           disable docs again until it actually passes make distcheck.
18004
18005 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18006
18007         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18008         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18009         (plugin_init):
18010           Add 3GP (variables name Q3GP because they can't start with a
18011           number). Add samr audio fourcc (used in .3gp files), decoder
18012           is work in progress. Also do a GST_WARNING instead of ERROR
18013           in case of unknown nodes, to decrease output.
18014
18015 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         * Makefile.am:
18018           really fix dist
18019
18020 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18021
18022         * configure.ac:
18023         * ext/speex/gstspeexdec.h:
18024         * ext/speex/gstspeexenc.h:
18025           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18026           Fix detection code in configure.ac
18027
18028 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * gst/matroska/matroska-demux.c:
18031         (gst_matroska_demux_parse_blockgroup):
18032           Save position, so that queries give proper return values. Don't
18033           know how this could ever have worked before...
18034
18035 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * configure.ac:
18038           Put additional LAME check inside the conditional.  Fixes #152339
18039
18040 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18041
18042         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18043         (gst_avi_demux_stream_scan):
18044           Add some more debug. Fix logic error when setting movi offset
18045           while reading index.
18046
18047 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18048
18049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18050         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18051         (gst_avi_demux_process_next_entry):
18052           Add some debugging. Better detection of broken indexes and the
18053           accompanying index recovery. No infinite loops on state changes
18054           when we're still in our loopfunction.
18055
18056 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18057
18058         * configure.ac:
18059           Fix up.
18060
18061 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18062
18063         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18064
18065         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18066           Normalizing the value before setting
18067         (gst_sunaudiomixer_get_volume):
18068           Normalizing the value after getting. Fixes bug# 161980
18069
18070 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18071
18072         * Makefile.am: Make sure docs gets disted
18073         * docs/Makefile.am: Make sure all needed files get disted
18074         * gst-plugins.spec.in: latest updates
18075
18076 2004-12-22  Wim Taymans  <wim@fluendo.com>
18077
18078         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18079         Revert patch 1.38 as clock distribution over schedulers does
18080         not work correcly in the core yet.
18081
18082 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18083
18084         * sys/oss/README: remove this file, which predates my birth
18085           (and which content is by far outdated)
18086
18087 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18088
18089         * Makefile.am:
18090         * configure.ac:
18091         * docs/Makefile.am:
18092         * docs/libs/Makefile.am:
18093         * docs/libs/gst-plugins-libs-docs.sgml:
18094         * docs/libs/gst-plugins-libs-sections.txt:
18095         * docs/libs/tmpl/gstgconf.sgml:
18096         * docs/upload.mak:
18097         * docs/version.entities.in:
18098           Added boilerplate gtk-doc files for plugin-libs documentation.
18099
18100 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18101
18102         * gst/auparse/gstauparse.c: fix int and float audio caps
18103
18104 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18105
18106         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18107         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18108           g_assert() can be a macro, don't use #ifdef inside it.
18109
18110 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18111
18112         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18113
18114         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18115         (gst_videorate_init), (gst_videorate_chain),
18116         (gst_videorate_change_state):
18117           Event handling (fixes #159986).
18118
18119 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18120
18121         * gst-libs/gst/riff/riff-media.c:
18122         (gst_riff_create_video_caps_with_data):
18123           Add BLZ0 (Blizzard's version of DivX) fourcc.
18124
18125 2004-12-18  David Schleef  <ds@schleef.org>
18126
18127         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18128         portability fix.
18129
18130 2004-12-18  David Schleef  <ds@schleef.org>
18131
18132         * gst/tta/ttadec.h: Disable some header code that isn't used
18133         and clearly isn't portable.
18134
18135 2004-12-18  David Schleef  <ds@schleef.org>
18136
18137         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18138         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18139         (avcodec_get_pix_fmt), (avpicture_layout),
18140         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18141         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18142         Fix code to not use GCC extensions (and c99 extensions that
18143         Forte does not like.)
18144
18145 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18146
18147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18148
18149         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18150         (gst_deinterlace_chain):
18151           Rowstride fixes. Fixes #161039.
18152         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18153         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18154         (gst_video_crop_getcaps), (gst_video_crop_link),
18155         (gst_video_crop_i420), (gst_video_crop_chain),
18156         (gst_video_crop_change_state):
18157           Rework of negotiation. Actually works now. Fixes #158650.
18158
18159 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18160
18161         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18162           That was very stupid.
18163
18164 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * gst/matroska/matroska-demux.c:
18167         (gst_matroska_demux_parse_blockgroup):
18168           Fix possible crasher.
18169
18170 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18173         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18174           Lace sizes can be zero.
18175
18176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * ext/musepack/gstmusepackdec.cpp:
18179           Fetch error return values. Fixes #161624.
18180         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18181           Really EOS.
18182
18183 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18184
18185         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18186           Work for truncated (unfinished download etc.) files. Fixes #160514.
18187
18188 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18189
18190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18191           Fix for integer overflow. Makes #156001 not crash. Probably masks
18192           the real bug.
18193
18194 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * gst/ac3parse/gstac3parse.c: (plugin_init):
18197           Parsers never have ranks. Fixes #159651.
18198
18199 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18200
18201         * gst/playback/gstdecodebin.c: (compare_ranks):
18202           make sure the facotries are ordered the same every time even if they
18203           have the same rank by using the name
18204         * gst/playback/gstdecodebin.c: (find_compatibles):
18205           make sure we don't add factories to the list twice
18206
18207 2004-12-16  David Schleef  <ds@schleef.org>
18208
18209         * configure.ac: look for musepack headers as musepack/*.h
18210         (fixes #159847)
18211         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18212         * ext/musepack/gstmusepackreader.h: same
18213
18214 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18215
18216         * gst-libs/gst/riff/riff-read.c:
18217         (gst_riff_read_strf_auds_with_data):
18218           Read extradata correctly (fixes #155879).
18219
18220 2004-12-16  David Schleef  <ds@schleef.org>
18221
18222         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18223         audio.  does _not_ attempt or allow conversion unless channels
18224         is 1 or 2.
18225
18226 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18227
18228         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18229
18230 2004-12-16  David Schleef  <ds@schleef.org>
18231
18232         * gst/audioscale/gstaudioscale.c: the resample library only
18233         handles 1 or 2 channels.  Change caps to compensate.
18234
18235 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18236
18237         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18238         (gst_matroska_demux_audio_caps):
18239           Some MPEG-AAC hacks, because else it doesn't work...
18240
18241 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18242
18243         * gst-libs/gst/riff/riff-media.c:
18244         (gst_riff_create_video_caps_with_data),
18245         (gst_riff_create_video_template_caps):
18246           Add h264.
18247
18248 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18249
18250         * gst-libs/gst/audio/Makefile.am:
18251           Try to fix buildbot.
18252
18253 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18254
18255         * gst/tcp/gstmultifdsink.c:
18256           Clean up and uniformize debugging.
18257
18258 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18259
18260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18261
18262         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18263         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18265         (gst_mpeg_demux_change_state):
18266           Reset on ready. Fixes 160276.
18267
18268 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18269
18270         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18271
18272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18273         (gst_ffmpegcsp_pad_link):
18274           Fix memleak (#154815).
18275
18276 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18277
18278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18279
18280         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18281         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18282         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18283         * ext/musicbrainz/gsttrm.h:
18284           Add support for using a proxy server when getting a trm id from
18285           the MusicBrainz database (#149613).
18286
18287 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18288
18289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18292         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18293           Fix memleaks (#157233).
18294
18295 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18296
18297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18298
18299         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18300         * gst-libs/gst/resample/resample.h:
18301         * gst/audioscale/gstaudioscale.c:
18302           Fix memleak (#159215).
18303
18304 2004-12-16  Toni Willberg  <toniw@iki.fi>
18305
18306         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18307
18308         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18309         * sys/oss/oss_probe.c: (main):
18310           Check for mono/stereo support (similar to samplerate probing),
18311           fixes #159433. Also add missing copyright header to oss_probe.c.
18312
18313 2004-12-15  David Schleef  <ds@schleef.org>
18314
18315         * configure.ac: add audioresample and cairo plugins.  Remove
18316         HAVE_MMX stuff, because it's not used.
18317         * ext/Makefile.am: same
18318         * ext/audioresample/Makefile.am: You are not ready for an
18319         audio resampling element based on audioresample.
18320         * ext/audioresample/gstaudioresample.c:
18321         * ext/audioresample/gstaudioresample.h:
18322         * ext/cairo/Makefile.am: You are not ready for overlay elements
18323         based on cairo.  Don't look too closely, these elements kinda
18324         suck right now.
18325         * ext/cairo/gstcairo.c: new
18326         * ext/cairo/gsttextoverlay.c: new
18327         * ext/cairo/gsttextoverlay.h: new
18328         * ext/cairo/gsttimeoverlay.c: new
18329         * ext/cairo/gsttimeoverlay.h: new
18330         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18331         problem with compilers that don't support variadic macros.
18332
18333 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18334
18335         Reviewed by:  David Schleef  <ds@schleef.org>
18336
18337         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18338         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18339         bit.  Also ran indent-gst.
18340         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18341         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18342         (gst_sunaudiosrc_setparams):
18343
18344 2004-12-14  David Schleef  <ds@schleef.org>
18345
18346         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18347         output rate to 16000.  Should fix #160235.
18348
18349 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18350
18351         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18352         Add typefinding for mpeg2 pes streams
18353
18354 2004-12-13  David Schleef  <ds@schleef.org>
18355
18356         * configure.ac:  Applied patch from bug #143659, making default
18357         sources and sinks OS-dependent (for Solaris), and added code
18358         for OS/X.
18359         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18360
18361 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18362
18363         * gst-libs/gst/riff/riff-media.c:
18364           forgot to add h2.64 to avidemux template caps
18365
18366 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18367
18368         * gst/wavenc/riff.h:
18369         * gst-libs/gst/riff/riff-media.c:
18370         * gst-libs/gst/riff/riff-ids.h:
18371         * gst/avi/gstavimux.c
18372         add 4CC code for VideoSoft h264 in AVI (VSSH)
18373           fixes bug #160655
18374         remove s323 from riff, it's quicktime specific :(
18375
18376 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18377
18378         * gst/asfdemux/README
18379         * gst/wavenc/riff.h
18380         * gst-libs/gst/riff/riff-ids.h
18381         * gst-libs/gst/riff/riff-media.c
18382         * gst/qtdemux/qtdemux.c:
18383           add new 4CC codes for h263 related codecs
18384           fixes partially bug #155163
18385
18386 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18387
18388         * configure.ac: Update polyaudio requirement to 0.7
18389         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18390
18391 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18392
18393         * gst/interleave/deinterleave.c:
18394         fix my name's spelling! :)
18395
18396 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18397
18398         * AUTHORS ChangeLog
18399         * gst/auparse/gstauparse.c
18400         * gst/interleave/deinterleave.c
18401         * gst/law/:
18402                 alaw-decode.c alaw-encode.c
18403                 mulaw-decode.c mulaw-encode.c
18404         * gst/oneton/gstoneton.c
18405         * sys/osxaudio/:
18406                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18407         * sys/osxvideo/:
18408                 cocoawindow.h cocoawindow.m
18409                 osxvideosink.h osxvideosink.m
18410
18411         put the same mail address for Zaheer Abbas Merali everywhere
18412
18413 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18414
18415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18416           Align by packetsize, and assert that we a packet available before
18417           playing. The first makes webstreams work (they often include
18418           trailing padding data in a packet), the second allows pausing a
18419           ASF stream in totem without getting demux errors afterwards.
18420
18421 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18422
18423         * ext/ogg/gstoggdemux.c: (get_relative):
18424           Check for non-NULL before accessing member (end-of-chain).
18425
18426 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18427
18428         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18429         (cdparanoia_set_property), (cdparanoia_get_property):
18430         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18431         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18432         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18433         (dvdreadsrc_init), (dvdreadsrc_set_property),
18434         (dvdreadsrc_get_property):
18435         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18436         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18437           Synchronize property names where not yet the case. Devices are
18438           now device=X, other versions are deprecated (but still exist).
18439           Also use g_free() unconditionally.
18440         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18441         (setup_source), (gst_play_base_bin_get_property):
18442           Expose source.
18443
18444 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18445
18446         * configure.ac: move GCONF macro outside conditional for the am
18447           conditional. Fixes #160439
18448
18449 2004-12-08  David Schleef  <ds@schleef.org>
18450
18451         * tools/gst-visualise-m.m: Switch to elements that currently
18452         exist.
18453
18454 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18457           We love wrong commas.
18458
18459 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18460
18461         * gst/matroska/matroska-demux.c:
18462         (gst_matroska_demux_handle_src_query):
18463           Don't set DEFAULT, unsupported - makes length display incorrectly
18464           in some cases.
18465
18466 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18467
18468         * gst/monoscope/README: remove blurb about files being GPL
18469         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18470         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18471           monoscope is now effectively LGPL licensed
18472
18473 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18474
18475         * gst/monoscope/README: Update information to be more correct
18476         * gst/monoscope/convolve.c: Relicense to LGPL
18477         * gst/monoscope/convolve.h: Relicense to LGPL
18478
18479 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18480
18481         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18482           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18484           set default_duration for mpeg1 audio
18485
18486 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18487
18488         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18489         * ext/alsa/gstalsa.h:
18490           refactor big chunks of the core caps negotiation code to make it
18491           a lot faster, because people claim it's really slow
18492           (actually, just cache the getcaps when the device is opened)
18493
18494 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18495
18496         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18497         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18498         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18499         (gst_a52dec_change_state), (plugin_init):
18500         * ext/a52dec/gsta52dec.h:
18501           Do something useful with timestamps. Make chain-based (since
18502           there's really no reason to be loopbased).
18503         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18504           Update current_byte/frame correctly.
18505
18506 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18509         (gst_ape_demux_stream_init):
18510           Forward tags, too.
18511
18512 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18515           Let's make sure we're done typefinding when detecting tags.
18516
18517 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18520         (gst_ebml_read_init), (gst_ebml_read_use_event),
18521         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18522         (gst_ebml_read_seek), (gst_ebml_read_skip),
18523         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18524         (gst_ebml_read_master):
18525         * gst/matroska/ebml-read.h:
18526         * gst/matroska/matroska-demux.c:
18527         (gst_matroska_demux_parse_contents),
18528         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18529           Disgustingly evil hack for working around INTERRUPT events and
18530           their extremely annoying habit of being a pain in the ass. We
18531           simply peek a cluster before reading any of it.
18532
18533 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * ext/musepack/gstmusepackdec.cpp:
18536           There's also floating point libmusepacks.
18537
18538 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18541         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18542           Set DURATION even if source buffer didn't. Also use increasing
18543           timestamps.
18544         * gst-libs/gst/riff/riff-media.c:
18545         (gst_riff_create_audio_caps_with_data):
18546           Block_align can have larger values than 8192.
18547
18548 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18551         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18552         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18553         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18554           Fix caps.
18555
18556 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18557
18558         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18559           Fix logic bug.
18560
18561 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18564           Yay, another one.
18565
18566 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18567
18568         * ext/esd/esdsink.c: (gst_esdsink_chain):
18569           Make error actually say something useful (fixes #156798).
18570         * gst-libs/gst/riff/riff-media.c:
18571         (gst_riff_create_video_caps_with_data),
18572         (gst_riff_create_video_template_caps):
18573           Add Intel Video 5.0 fourcc (IV50).
18574
18575 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18576
18577         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18578         detection on mono and stereo mp3 files.
18579
18580 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18581
18582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18583           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18584           the contained stream).
18585
18586 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18587
18588         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18589           Oops, remove debug.
18590
18591 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18592
18593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * gst/law/alaw-decode.c: (alawdec_getcaps):
18596         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18597           Prevent warnings when negotiating caps (fixes #159338).
18598
18599 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18600
18601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18602         (gst_ffmpegcsp_chain):
18603           Remove old leftover that shouldn't be there...
18604
18605 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18606
18607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18608
18609         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18610           Don't forward DISCONT events (fixes #159684).
18611
18612 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18613
18614         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18615           Unlink manually since sometimes bin disposal (and therefore
18616           pad unlinking) is delayed, which will cause a new media file
18617           to not be able to start playing instantly.
18618
18619 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18622           On mute of an unlinked stream, check for pad availability so
18623           we don't crash on unlinked pad.
18624
18625 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18628         (gst_avi_demux_massage_index):
18629           Fix quite humiliating bug in omitting 0-sized index chunks but
18630           forgetting to count them for timestamps.
18631
18632 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18633
18634         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18635           Actually leave the loop if we failed to sync. Don't crash.
18636
18637 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18640         (gst_dvd_demux_process_private):
18641         * gst/mpegstream/gstdvddemux.h:
18642           Fix crash (#159759). Doesn't work, though. :-(.
18643
18644 2004-11-28  Benjamin Otte  <otte@gnome.org>
18645
18646         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18647           more overwriting protection due to modifying channels one by one
18648           instead of all at once
18649
18650 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18651
18652         * gst/audioconvert/gstchannelmix.c:
18653         (gst_audio_convert_fill_normalize):
18654           Normalize using absolute values.
18655
18656 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18657
18658         * configure.ac:
18659         * ext/Makefile.am:
18660         * ext/directfb/Makefile.am:
18661         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18662         (gst_directfbvideosink_get_pixel_format),
18663         (gst_directfbvideosink_get_format_from_fourcc),
18664         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18665         (gst_directfbvideosink_sink_link),
18666         (gst_directfbvideosink_change_state),
18667         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18668         (gst_directfbvideosink_buffer_alloc),
18669         (gst_directfbvideosink_interface_supported),
18670         (gst_directfbvideosink_interface_init),
18671         (gst_directfbvideosink_navigation_send_event),
18672         (gst_directfbvideosink_navigation_init),
18673         (gst_directfbvideosink_set_property),
18674         (gst_directfbvideosink_get_property),
18675         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18676         (gst_directfbvideosink_base_init),
18677         (gst_directfbvideosink_class_init),
18678         (gst_directfbvideosink_get_type), (plugin_init):
18679         * ext/directfb/directfbvideosink.h: Adding a first version of
18680         directfbvideosink.
18681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18682         more.
18683
18684 2004-11-28  Benjamin Otte  <otte@gnome.org>
18685
18686         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18687           walk the samples backwards if out_channels > in_channels so we don't
18688           overwrite data
18689
18690 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18691
18692         * gst/audioconvert/Makefile.am:
18693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18694         (gst_audio_convert_link), (gst_audio_convert_change_state),
18695         (gst_audio_convert_channels):
18696         * gst/audioconvert/gstchannelmix.c:
18697         (gst_audio_convert_unset_matrix),
18698         (gst_audio_convert_fill_identical),
18699         (gst_audio_convert_fill_compatible),
18700         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18701         (gst_audio_convert_fill_others),
18702         (gst_audio_convert_fill_normalize),
18703         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18704         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18705         * gst/audioconvert/gstchannelmix.h:
18706           Implement a channel mixer.
18707
18708 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18709
18710         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18711         * ext/alsa/gstalsa.h:
18712         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18713         Make alsasink actually honor gst_element_set_clock and use that
18714         clock instead of its internal one.
18715
18716 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18717
18718         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18719         (gst_play_base_bin_change_state): nullify source and decoder when
18720         going from READY to NULL so that we don't try to do weird stuff with
18721         them when going from NULL to READY
18722         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18723         instead of g_object_unref
18724         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18725         it should be correct
18726         (gst_play_bin_change_state): don't call remove_sinks if we are
18727         currently disposing the object
18728
18729 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18730
18731         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18732           Don't forget bass if it's there. Else left channel is silent...
18733
18734 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18735
18736         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18737         (gst_a52dec_change_state):
18738           Don't do sample adjusting anymore, we use float audio now.
18739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18740           Don't fixate to non-existing properties.
18741
18742 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18743
18744         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18745         (gst_a52dec_change_state):
18746           Advertise that we can do surround sound.
18747
18748 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18749
18750         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18751           Add buffer-frames=0.
18752         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18753         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18754         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18755         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18756         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18757         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18758         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18759         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18760         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18761         * ext/dvdread/dvdreadsrc.h:
18762           Add seeking, querying for bytes, sectors, title, angle and
18763           chapter. Handle multiple chapters. Relicense to LGPL because
18764           Billy agreed on that (thanks Billy!).
18765
18766 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18767
18768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18769         call parent dispose method
18770
18771 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18772
18773         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18774         (gst_audio_clock_get_internal_time):
18775         Fix active <-> inactive transitions: ensure time value always
18776         grows and avoid abrupt value changes.
18777
18778 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18779
18780         * configure.ac:
18781         * gst/tta/Makefile.am:
18782         * gst/tta/crc32.h:
18783         * gst/tta/filters.h:
18784         * gst/tta/gsttta.c:
18785         * gst/tta/gstttadec.c:
18786         * gst/tta/gstttadec.h:
18787         * gst/tta/gstttaparse.c:
18788         * gst/tta/gstttaparse.h:
18789         * gst/tta/ttadec.h:
18790           added TTA parser and decoder
18791
18792 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18795         (probe_triggered), (check_queue), (buffer_underrun),
18796         (buffer_running), (buffer_overrun), (gen_source_element),
18797         (setup_source):
18798         * gst/playback/gstplaybasebin.h:
18799           Implement buffering. Needs some more work.
18800
18801 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18802
18803         * ext/theora/theoradec.c: (theora_dec_chain):
18804           Fix ilog mask range overflow.
18805
18806 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18809           Don't omit the last (which in case of dmix is the only :) )
18810           channel count. Don't set channels if <= 2.
18811
18812 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18813
18814         * gst/playback/gstplaybin.c: (gen_video_element),
18815         (gen_audio_element): Removed 2 obsolete comments
18816
18817 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18818
18819         * ext/vorbis/oggvorbisenc.c
18820         * ext/vorbis/vorbisenc.c :
18821           change description fields of those plugins to differentiate them
18822           (pitivi show Encoders by description, they had the same one)
18823
18824 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18825
18826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18827
18828         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18829         (gst_play_bin_set_property), (gen_video_element),
18830         (gen_audio_element):
18831           Refcounting fixes for provided audio-/videosinks.
18832
18833 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * gst/playback/gstplaybin.c: (gen_video_element),
18836         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18837           Don't reference all sinks, but only the video- and audiosinks.
18838           The vis. element should be disposed when we're done with it.
18839           We don't have any reason to keep it around. This fixes warnings
18840           when reusing playbin for playing multiple audio files with
18841           vis. enabled. Also release audio device on pause - idea stolen
18842           from Rhythmbox.
18843
18844 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18845
18846         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18847         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18848         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18849         * ext/alsa/gstalsaplugin.c: (plugin_init):
18850         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18851         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18852         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18853         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18854         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18855         (gst_faad_change_state), (plugin_init):
18856         * ext/faad/gstfaad.h:
18857         * ext/vorbis/vorbis.c: (plugin_init):
18858         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18859         * gst-libs/gst/audio/Makefile.am:
18860         * gst-libs/gst/audio/audio.c: (plugin_init):
18861         * gst-libs/gst/audio/multichannel.c:
18862         (gst_audio_check_channel_positions),
18863         (gst_audio_get_channel_positions),
18864         (gst_audio_set_channel_positions),
18865         (gst_audio_set_structure_channel_positions_list),
18866         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18867         (gst_audio_fixate_channel_positions):
18868         * gst-libs/gst/audio/multichannel.h:
18869         * gst-libs/gst/audio/testchannels.c: (main):
18870         * gst/audioconvert/gstaudioconvert.c:
18871         (gst_audio_convert_class_init), (gst_audio_convert_init),
18872         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18873         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18874         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18875         * gst/audioconvert/plugin.c: (plugin_init):
18876           Surround sound support.
18877
18878 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18881           Fix position for discont if we're close as well. Nitpicking, but
18882           saves a few milliseconds of extra waiting or skipping.
18883
18884 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18887           We sometimes need parsers for playback, so add those too.
18888
18889 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18890
18891         * configure.ac:
18892         * gst/apetag/Makefile.am:
18893         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18894         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18895         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18896         (gst_ape_demux_get_src_query_types),
18897         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18898         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18899         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18900         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18901         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18902         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18903         (gst_ape_demux_change_state):
18904         * gst/apetag/apedemux.h:
18905         * gst/apetag/apetag.c: (plugin_init):
18906         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18907         (plugin_init):
18908           APE v1/2 tag reader plus typefind function.
18909
18910 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * configure.ac:
18913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18914         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18915           Remove hacks for older core. Require newer core version
18916           accordingly.
18917
18918 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18919
18920         * gst/cdxaparse/Makefile.am:
18921         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18922         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18923         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18924         * gst/cdxaparse/gstcdxaparse.h:
18925         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18926         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18927         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18928         (gst_cdxastrip_get_src_query_types),
18929         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18930         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18931         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18932         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18933         * gst/cdxaparse/gstcdxastrip.h:
18934           SVCD/VCD header stripping separated from CDXA image parsing.
18935         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18936         (plugin_init):
18937           Add VCD/SVCD header typefinding for VCD/SVCD.
18938         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18939         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18940         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18941         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18942         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18943         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18944         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18945         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18946         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18947         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18948         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18949         * sys/vcd/vcdsrc.h:
18950           Fix up, add seeking, querying, URI interface. Works in totem now.
18951
18952 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18953
18954         * configure.ac:
18955           back to CVS
18956
18957 === release 0.8.6 ===
18958
18959 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18960
18961         * NEWS:
18962         * RELEASE:
18963         * configure.ac:
18964         * po/af.po:
18965         * po/az.po:
18966         * po/cs.po:
18967         * po/en_GB.po:
18968         * po/hu.po:
18969         * po/it.po:
18970         * po/nb.po:
18971         * po/nl.po:
18972         * po/or.po:
18973         * po/sq.po:
18974         * po/sr.po:
18975         * po/sv.po:
18976         * po/uk.po:
18977           releasing 0.8.6, "IOU Love"
18978
18979 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18980
18981         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18982
18983         * gst/playback/gstplaybasebin.c:
18984           Fix unplayable files error handling.  Fixes #158365
18985
18986 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18987
18988         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18989
18990         * gst/typefind/gsttypefindfunctions.c:
18991           Fix broken mp3 typefinding.  Fixes #158375
18992
18993 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18994
18995         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18996
18997         * ext/ogg/gstoggdemux.c:
18998           Fix sync on broken files.  Fixes #158976
18999
19000 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19001
19002         patch by: Edward Hervey <bilboed@bilboed.com>
19003
19004         * ext/libpng/gstpngenc.c:
19005           Copy over buffer properties.  Fixes #158832
19006
19007 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19008
19009         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19010
19011         * ext/dvdread/dvdreadsrc.c:
19012           Fixes invalid reads (#158462)
19013
19014 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19015
19016         * sys/v4l/gstv4lsrc.c:
19017         * sys/v4l/gstv4lsrc.h:
19018         * sys/v4l/v4lsrc_calls.c:
19019           Probe less and cache it.  Fixes #159187.
19020
19021 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19022
19023         * gst/videorate/gstvideorate.c:
19024           Handle all video formats. Fixes #159186.
19025
19026 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19027         * gst/synaesthesia/gstsynaesthesia.c:
19028         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19029         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19030         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19031         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19032         (gst_synaesthesia_change_state), (plugin_init):
19033         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19034         Force 320x200 output, as that's the only thing the underlying
19035         synaesthesia implementation supports. Still needs to be made
19036         re-entrant.
19037
19038 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * configure.ac:
19041           Fix mpeg2enc configure check (similar to mplex check below).
19042
19043 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19044
19045         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19046
19047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19048           Fix for gcc-2.95 (fixes #158221).
19049
19050 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19051
19052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19053           Re-add clock distribution hack (until new core is released).
19054           Fixes #158125.
19055
19056 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19057         * configure.ac:
19058           fix mplex configure check segfaulting on some systems (bug #140994)
19059
19060 2004-11-13  Benjamin Otte  <otte@gnome.org>
19061
19062         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19063           add debugging
19064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19065           do a wait when we enter the loop func with no data available to
19066           write instead of getting into an 100% CPU loop by just returning and
19067           being called again by the scheduler
19068
19069 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19070
19071         * configure.ac:
19072         * ext/libvisual/visual.c: (gst_visual_get_type),
19073         (libvisual_log_handler), (gst_visual_getcaps),
19074         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19075         (plugin_init):
19076           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19077         * ext/smoothwave/Makefile.am:
19078         * ext/smoothwave/demo-osssrc.c: (main):
19079         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19080         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19081         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19082         (plugin_init):
19083         * ext/smoothwave/gstsmoothwave.h:
19084           Make gstsmoothwave a working element in the 20th century.
19085
19086         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19087           Fix incorrect link function
19088
19089 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19090
19091         * gst/volume/gstvolume.c:
19092           Allow buffer-frames=0.
19093
19094 2004-11-12 Iain <iaingnome@gmail.com>
19095
19096         * configure.ac: Check for polypaudio
19097
19098         * ext/Makefile.am: Build the polyp dir
19099
19100         * ext/polyp: The polypsink sources.
19101
19102 2004-10-30 Iain <iaingnome@gmail.com>
19103
19104         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19105         caps to reflect the new number of channels.
19106
19107 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19108
19109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19110           Fix for negotiation order problem. This would show when the
19111           ALSA loopfuction was called before any other function. ALSA
19112           wouldn't do anything because we're not negotiated yet, leading
19113           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19114
19115 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19116
19117         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19118
19119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19120           No warnings (#157986).
19121
19122 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19123
19124         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19125           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19126
19127 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19128
19129         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19130           Signal no-more-pads (so it works in playbin).
19131
19132 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19133
19134         * ext/musepack/gstmusepackreader.cpp:
19135           Workaround for older core.
19136
19137 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19138
19139         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19140           Actually test for odd width/height rather than testing whether
19141           a temporary variable that was 0 before we subtracted 1 is now
19142           not equal to zero (which it always is).
19143
19144 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19145
19146         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19147         Fix compilation if HAVE_XVIDEO is not defined
19148
19149 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19150
19151         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19152         Fix compilation if HAVE_XVIDEO is not defined
19153
19154 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19155
19156         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19157         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19158         (gst_goom_change_state), (plugin_init):
19159         Use the bytestream adapter so goom doesn't depend on the input
19160         buffer size.
19161         Add a debug category
19162
19163 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19164
19165         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19166           Only set hardware parameters *after* negotiation. Before
19167           negotiation, it will set ANY and that seems to cause crashes
19168           (see e.g. #151288, #153227).
19169
19170 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19173           This seems to be antique leftover. It needs to pass error
19174           checking.
19175         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19176         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19177         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19178         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19179           Fix GstXOverlay implementation (#151059).
19180
19181 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19182
19183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19184           Don't assert (#157853).
19185
19186 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19187
19188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19189           Fix bytes/samples confustion.
19190         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19191           Fix for underrun (#144389).
19192
19193 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19196           Disable halfway-seek for pending release (since it needs a new
19197           core release).
19198
19199 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * sys/v4l/gstv4lsrc.c:
19202         * sys/v4l/gstv4lsrc.h:
19203         * sys/v4l/v4lsrc_calls.c:
19204           add autoprobe-fps property so we can separate autoprobing parts
19205
19206 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19207
19208         * sys/v4l/gstv4lsrc.c:
19209         * sys/v4l/v4lsrc_calls.c:
19210         initialise fourcc to catch unset fourcc's, and debug
19211
19212 2004-11-09  Wim Taymans  <wim@fluendo.com>
19213
19214         * gst/playback/README:
19215         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19216         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19217         (gst_play_bin_dispose), (gst_play_bin_set_property),
19218         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19219         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19220         (gst_play_bin_get_formats), (gst_play_bin_convert),
19221         (gst_play_bin_get_query_types), (gst_play_bin_query):
19222         Cleanups and some more documentation.
19223
19224 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19225
19226         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19227         (gst_cacasink_init), (gst_cacasink_chain):
19228         * ext/libcaca/gstcacasink.h:
19229         Cacasink inherits from VideoSink, so let that store the clock.
19230
19231 2004-11-09  Wim Taymans  <wim@fluendo.com>
19232
19233         * gst/playback/README:
19234         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19235         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19236         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19237         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19238         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19239         (setup_sinks):
19240         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19241         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19242         * gst/playback/gststreaminfo.h:
19243         Updated README.
19244         Only switch groups if all streams have muted (EOSed).
19245         Send Tags in sync with the stream playback instead of in
19246         the playback/preroll phase.
19247         Some cleanups, free the fakesrc elements.
19248
19249 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19250
19251         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19252           buffer-frames property was missing
19253         * ext/arts/gst_arts.c:
19254           rate missing from sinkcaps
19255         * ext/audiofile/gstafparse.c:
19256         * ext/audiofile/gstafsink.c:
19257         * ext/audiofile/gstafsrc.c:
19258         * ext/swfdec/gstswfdec.c:
19259           int audio doesn't know buffer-frames
19260         * ext/cdparanoia/gstcdparanoia.c:
19261           int audio doesn't know chunksize either
19262         * ext/nas/nassink.c:
19263           it's endianness, not endianess
19264         * gst-libs/gst/audio/audio.h:
19265           make float standard pad template caps really describe float
19266         * gst/law/mulaw.c: (linear_factory):
19267           signed only, please
19268         * gst/mpegstream/gstdvddemux.c:
19269           widths of 20 are not valid
19270
19271 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19272
19273         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19274
19275         * po/LINGUAS:
19276         * po/it.po:
19277           Add Italian
19278
19279 2004-11-08  Wim Taymans  <wim@fluendo.com>
19280
19281         * gst/playback/README:
19282         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19283         * gst/playback/gstplaybasebin.c: (probe_triggered),
19284         (gst_play_base_bin_change_state):
19285         Updated README, added more comments for fixmes etc..
19286
19287 2004-11-08  Wim Taymans  <wim@fluendo.com>
19288
19289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19290         We can remove this hack now.
19291
19292 2004-11-08  Wim Taymans  <wim@fluendo.com>
19293
19294         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19295         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19296         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19297         Only mix AYUV for maximum quality.
19298
19299 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19300
19301         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19302         (gst_ogg_demux_push), (gst_ogg_pad_push):
19303           Let's act as if we're synchronized now! :).
19304         * ext/theora/theoradec.c: (theora_dec_chain):
19305           Add some debug.
19306
19307 2004-11-08  Wim Taymans  <wim@fluendo.com>
19308
19309         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19310         (gst_alpha_set_property), (gst_alpha_sink_link),
19311         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19312         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19313         (gst_alpha_init_params), (gst_alpha_chain):
19314         Implement alpha functions for AYUV too, this increases
19315         accuracy quite a bit.
19316
19317 2004-11-08  Wim Taymans  <wim@fluendo.com>
19318
19319         * gst/ffmpegcolorspace/avcodec.h:
19320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19321         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19322         (gst_ffmpegcsp_avpicture_fill):
19323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19324         (gst_ffmpegcsp_caps_remove_format_info):
19325         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19326         (shrink12), (img_get_alpha_info), (deinterlace_line),
19327         (deinterlace_line_inplace):
19328         * gst/ffmpegcolorspace/imgconvert_template.h:
19329         Added AYUV colorspace and handle RGBA a bit more respectful.
19330
19331 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19332
19333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19334           Actually always send a discont (cornercase when resending the
19335           same serial-tagged chain twice).
19336
19337 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19338
19339         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19340         (gst_ximagesink_finalize):
19341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19342         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19343
19344 2004-11-08  Wim Taymans  <wim@fluendo.com>
19345
19346         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19347         Don't segfault on NULL data.
19348
19349 2004-11-08  Wim Taymans  <wim@fluendo.com>
19350
19351         * gst/playback/gstdecodebin.c: (unlinked):
19352         * gst/playback/gstplay-marshal.list:
19353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19354         (gst_play_base_bin_init), (group_create), (get_active_group),
19355         (get_building_group), (group_destroy), (group_commit),
19356         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19357         (add_element_stream), (no_more_pads), (probe_triggered),
19358         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19359         (state_change), (setup_source), (gst_play_base_bin_get_property),
19360         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19361         (gst_play_base_bin_link_stream),
19362         (gst_play_base_bin_get_streaminfo):
19363         * gst/playback/gstplaybasebin.h:
19364         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19365         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19366         Add support for chained ogg files. Prepare for playlist
19367         support. This patch introduces the concept of pad groups, which
19368         together compose one playable media file.
19369
19370 2004-11-07  David Schleef  <ds@schleef.org>
19371
19372         * testsuite/gst-lint: Check for pad templates that aren't statically
19373         scoped.
19374
19375 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19376
19377         * configure.ac:
19378         * ext/Makefile.am:
19379         * ext/musepack/Makefile.am:
19380         * ext/musepack/gstmusepackdec.cpp:
19381         * ext/musepack/gstmusepackdec.h:
19382         * ext/musepack/gstmusepackreader.cpp:
19383         * ext/musepack/gstmusepackreader.h:
19384           Add musepack decoder.
19385         * ext/faad/gstfaad.c: (gst_faad_base_init):
19386           Make pad templates static.
19387         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19388         (plugin_init):
19389           Add musepack typefinder, make mp3 typefinding work halfway stream,
19390           which doesn't actually work yet because id3demux doesn't implement
19391           _get_length().
19392
19393 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19396         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19397           Fix interrupt event handling (#144436).
19398
19399 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19402           Hide unused glory.
19403
19404 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19405
19406         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19407
19408         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19409           Fix weird caps (#157548).
19410
19411 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19412
19413         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19414
19415         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19416           Add missing NULL terminator (#157543).
19417
19418 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19419
19420         * gst/tcp/gsttcp.h:
19421         * gst/tcp/gsttcpclientsink.c:
19422         * gst/tcp/gsttcpclientsrc.c:
19423         * gst/tcp/gsttcpserversink.c:
19424         * gst/tcp/gsttcpserversrc.c:
19425           ports can go up to 65535.  Move common defines to gsttcp.h
19426
19427 2004-11-05  Wim Taymans  <wim@fluendo.com>
19428
19429         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19430         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19431         Added two more colorspaces.
19432
19433 2004-11-05  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         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19439         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19440         More stride fixes.
19441
19442 2004-11-05  Wim Taymans  <wim@fluendo.com>
19443
19444         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19445         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19446         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19447         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19448         (gst_videomixer_loop):
19449         More stride fixes.
19450
19451 2004-11-05  Benjamin Otte  <otte@gnome.org>
19452
19453         * ext/mad/gstmad.c: (gst_mad_chain):
19454           don't overflow data buffer. Flush not needed sync data when syncing
19455           failed.
19456
19457 2004-11-04  Wim Taymans  <wim@fluendo.com>
19458
19459         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19460         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19461         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19462         (gst_alpha_init_params), (gst_alpha_chain),
19463         (gst_alpha_change_state):
19464         Updated the chroma keying algorithm with something more
19465         sophisticated.
19466
19467 2004-11-03  Wim Taymans  <wim@fluendo.com>
19468
19469         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19470         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19471         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19472         Fix stride issues. Does not completely work for odd
19473         heights.
19474
19475 2004-11-03  Wim Taymans  <wim@fluendo.com>
19476
19477         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19478         (gst_alpha_chroma_key), (gst_alpha_chain):
19479         Fix stride issues. Does not completely work for odd
19480         heights.
19481
19482 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19483
19484         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19485         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19486         leak fixes
19487
19488 2004-11-03  Wim Taymans  <wim@fluendo.com>
19489
19490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19491         (gst_ffmpegcsp_avpicture_fill):
19492         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19493         (avpicture_alloc):
19494         * gst/ffmpegcolorspace/imgconvert_template.h:
19495         Use correct _fill function to get correct strides.
19496
19497 2004-11-02  David Schleef  <ds@schleef.org>
19498
19499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19500         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19501         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19502         Change all g_print()s to debugging.  Add a bunch of consistency
19503         checks.
19504
19505 2004-11-02  Wim Taymans  <wim@fluendo.com>
19506
19507         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19508         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19509         (unlinked), (no_more_pads), (close_link):
19510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19511         (unknown_type), (add_element_stream), (new_decoded_pad),
19512         (removed_decoded_pad), (setup_source):
19513         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19514         (gst_stream_info_class_init), (gst_stream_info_init),
19515         (gst_stream_info_new), (gst_stream_info_dispose),
19516         (stream_info_mute_pad), (gst_stream_info_set_property),
19517         (gst_stream_info_get_property):
19518         * gst/playback/gststreaminfo.h:
19519         Fix playback of multiple files.
19520         a slightly different approach to handling dynamic pad removals.
19521         This one only looks at pads that we have linked.
19522
19523 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19524
19525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19526         free" warning from libc.
19527
19528 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19531         (get_unconnected_element), (remove_starting_from), (pad_removed),
19532         (close_link):
19533           Implement support for dynamic pad changing. We listen to "live"
19534           pad removals (i.e. while playing) and re-setup autoplugging
19535           after that. Playbasebin/playbin need some more work for this
19536           to finally work, but decodebin supports (and replugs) chained
19537           ogg now.
19538
19539 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19540
19541         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19542         (gst_alsa_finalize):
19543         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19544         (gst_cdaudio_finalize):
19545         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19546         (cdparanoia_finalize):
19547         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19548         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19549         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19550         (dvdreadsrc_finalize):
19551         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19552         (gst_flacdec_finalize):
19553         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19554         (gst_flacenc_finalize):
19555         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19556         (gst_gnomevfssink_finalize):
19557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19558         (gst_gnomevfssrc_finalize):
19559         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19560         (gst_fameenc_finalize):
19561         * ext/nas/nassink.c: (gst_nassink_class_init),
19562         (gst_nassink_finalize):
19563         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19564         (gst_sdlvideosink_class_init):
19565         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19566         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19567         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19568         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19569         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19570         (gst_x_window_listener_dispose):
19571         * gst/audioscale/gstaudioscale.c:
19572         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19573         (play_on_demand_finalize):
19574         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19575         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19576         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19577         (cdplayer_finalize):
19578         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19579         (gst_glimagesink_class_init):
19580         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19581         (gst_osselement_finalize):
19582         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19583         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19584         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19585           Fixes a bunch of problems with finalize and dispose functions,
19586           either assumptions that dispose is only called once, or not calling
19587           the parent class dispose/finalize function
19588
19589 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19590
19591         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19592           added two api precondition guards
19593           use g_strdup with getenv to fix crash when using ENVVAR
19594
19595 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19596         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19597         (gst_esdsink_finalize):
19598         Use a finalize function, not dispose, and more importantly,
19599         call the parent class finalize function too
19600
19601 2004-11-01  Johan Dahlin  <johan@gnome.org>
19602
19603         * ext/ogg/gstoggdemux.c:
19604         * gst/tags/gstvorbistag.c:
19605         Plug leaks.
19606
19607 2004-10-31  Benjamin Otte  <otte@gnome.org>
19608
19609         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19610           lotsa memleaks today. But they're all small...
19611
19612 2004-10-31  Benjamin Otte  <otte@gnome.org>
19613
19614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19615           another memleak crushed
19616
19617 2004-10-31  Benjamin Otte  <otte@gnome.org>
19618
19619         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19620           fix memleak
19621
19622 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19625           Hack to prevent crash when going to READY inside signal handler
19626           while this function is active.
19627
19628 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * gst/ffmpegcolorspace/Makefile.am:
19631         * gst/ffmpegcolorspace/avcodec.h:
19632         * gst/ffmpegcolorspace/common.h:
19633         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19634         * gst/ffmpegcolorspace/dsputil.h:
19635         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19637         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19638         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19639         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19640         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19641         (gst_ffmpegcsp_avpicture_fill):
19642         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19644         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19645         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19646         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19647         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19648         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19649         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19650         * gst/ffmpegcolorspace/imgconvert.c:
19651         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19652         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19653         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19654         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19655         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19656         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19657         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19658         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19659         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19660         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19661         (grow21), (grow22), (grow41), (grow44), (conv411),
19662         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19663         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19664         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19665         (avpicture_free), (is_yuv_planar), (img_convert),
19666         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19667         (deinterlace_line_inplace), (deinterlace_bottom_field),
19668         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19669         * gst/ffmpegcolorspace/imgconvert_template.h:
19670         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19671         * gst/ffmpegcolorspace/mmx.h:
19672         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19673         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19674         (av_freep), (avcodec_get_context_defaults),
19675         (avcodec_alloc_context), (avcodec_init):
19676           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19677           handling plus update from ffmpeg CVS. Large clean-up.
19678
19679 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * gst/playback/Makefile.am:
19682           We need the marshallers for decodebin, too.
19683
19684 2004-10-30  David Schleef  <ds@schleef.org>
19685
19686         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19687           quicktime typefinding work with 64-bit offsets.
19688
19689 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19690
19691         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19692           Set EOS on the element when processing an EOS event.
19693         * ext/speex/gstspeexdec.h:
19694         * ext/speex/gstspeexenc.h:
19695           Only keep a const ptr to the mode
19696         * gst-libs/gst/riff/riff-media.c:
19697         (gst_riff_create_audio_caps_with_data),
19698         (gst_riff_create_audio_template_caps):
19699           Allow WMAV3, with up to 6 channels.
19700         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19701           Don't call gst_pad_set_event_function on a sink pad.
19702         * gst/mpegstream/gstdvddemux.c:
19703         (gst_dvd_demux_get_subpicture_stream),
19704         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19705           Copy the explicit caps that were set across to the cur_* pads,
19706           instead of trying to use a possibly non-existent negotiated caps.
19707           Reset the type of subpicture pads to UNKNOWN after calling
19708           init_stream, so that the caps get set.
19709
19710 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19711
19712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19713
19714         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19715           Don't touch buffer if it is of size 0 (fixes #151064).
19716
19717 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19720           Synchronized discont handling.
19721
19722 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19725         (gst_ogg_demux_push):
19726           Make seeking sort-of exact again (fixes #156387).
19727
19728 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * gst/playback/gstplaybasebin.c: (unknown_type),
19731         (add_element_stream), (new_decoded_pad),
19732         (gst_play_base_bin_change_state):
19733         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19734         (gst_stream_info_init), (gst_stream_info_new),
19735         (gst_stream_info_dispose), (gst_stream_info_get_property):
19736         * gst/playback/gststreaminfo.h:
19737           Make caps explicitely available. Makes testing for unsupported
19738           types possible. Improves error reporting.
19739
19740 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * gst/audioconvert/gstaudioconvert.c:
19743         (gst_audio_convert_buffer_to_default_format):
19744           Really don't touch read-only buffers (#156563).
19745
19746 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19747
19748         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19749
19750         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19751           Fix memleak (#155223).
19752
19753 2004-10-29  Wim Taymans  <wim@fluendo.com>
19754
19755         * gst/tcp/.cvsignore:
19756         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19757         (gst_multifdsink_class_init), (gst_multifdsink_init),
19758         (gst_multifdsink_add), (gst_multifdsink_remove),
19759         (gst_multifdsink_remove_client_link), (is_sync_frame),
19760         (gst_multifdsink_new_client),
19761         (gst_multifdsink_handle_client_write),
19762         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19763         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19764         (gst_multifdsink_get_property):
19765         * gst/tcp/gstmultifdsink.h:
19766         Added burst on connect sync_method, deprecated sync_clients,
19767         streamlined the sync code some more.
19768
19769 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19770
19771         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19772         (gst_play_base_bin_change_state):
19773           Improve error reporting.
19774
19775 2004-10-28  Wim Taymans  <wim@fluendo.com>
19776
19777         * gst/tcp/Makefile.am:
19778         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19779         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19780         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19781         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19782         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19783         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19784         (gst_fdset_wait):
19785         Added more locks around fdset structures. Fixed/reworked
19786         the poll array resizing code.
19787         Added stress test for fdset.
19788
19789 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19790
19791         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19792         fix build
19793
19794 2004-10-28  Benjamin Otte  <otte@gnome.org>
19795
19796         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19797           fix link function to always query channels and query width for
19798           floats
19799         * configure.ac:
19800           add equalizer dir
19801         * gst/equalizer/Makefile.am:
19802         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19803         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19804         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19805         (arg_to_scale), (setup_filter),
19806         (gst_iir_equalizer_compute_frequencies),
19807         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19808         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19809         (plugin_init):
19810           add an equalizer
19811
19812 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19813
19814         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19815
19816         * po/LINGUAS:
19817         * po/nb.po:
19818           Added Norwegian Bokmaal translation
19819
19820 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19823           Don't break on options (fixes #156488).
19824
19825 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19826
19827         * configure.ac:
19828         * ext/cdaudio/Makefile.am:
19829         * sys/Makefile.am:
19830           fix build on older automake
19831
19832 2004-10-26  Wim Taymans  <wim@fluendo.com>
19833
19834         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19835         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19836         Allow a little margin when negotiating the framerate.
19837
19838 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19839
19840         * gst/level/gstlevel.c:
19841           synchonised naming of pads and pad-templates
19842
19843 2004-10-26  Wim Taymans  <wim@fluendo.com>
19844
19845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19846         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19847         (_find_streams_check), (gst_ogg_demux_push):
19848         Fix EOS again. Needs to be done in a better way. We should not
19849         remove the pad if there is no new chained stream.
19850
19851 2004-10-26 Iain <iaingnome@gmail.com>
19852
19853         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19854         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19855         of the caps.
19856         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19857         pad.
19858         (interleave_release_pad): Remove the pad.
19859         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19860         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19861         the set device.
19862         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19863         attrs
19864         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19865         (gst_xvimagesink_finalize): Free the par.
19866
19867 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19870         (gst_avimux_stop_file):
19871           First calculate the rate, and only then use it. Hdr.rate is a
19872           multiple and not a derivative of hdr.scale. Scale is not the
19873           same as blockalign but is solely related to rate.
19874
19875 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19876
19877         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19878         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19879           Implement seeking.
19880
19881 2004-10-25  James Henstridge  <james@jamesh.id.au>
19882
19883         Reviewed by:  David Schleef  <ds@schleef.org>
19884
19885         * examples/gstplay/player.c: (got_stream_length), (main):
19886         * examples/seeking/cdplayer.c: (update_scale):
19887         * examples/seeking/seek.c: (format_value), (update_scale):
19888         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19889         (stop_seek):
19890         Build fixes on AMD64.
19891
19892 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19893
19894         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19895
19896         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19897         Fix for some v4l cards which hang in v4lsrc
19898
19899 2004-10-25  Wim Taymans  <wim@fluendo.com>
19900
19901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19902         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19903         Make sure to remove the pad when a new chain is
19904         encountered. Set some vars to NULL so we don't try
19905         to reference freed memory.
19906
19907 2004-10-25  Wim Taymans  <wim@fluendo.com>
19908
19909         * examples/seeking/Makefile.am:
19910         * examples/seeking/cdplayer.c: (update_scale):
19911         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19912         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19913         (format_value), (update_scale), (iterate), (start_seek),
19914         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19915         (print_usage), (main):
19916         Added some more examples, update others.
19917
19918 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19921         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19922         * ext/theora/theoradec.c: (theora_dec_chain):
19923         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19924           Add codec-name metadata.
19925
19926 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19927
19928         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19931         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19932         * ext/alsa/gstalsamixertrack.h:
19933         * po/POTFILES.in:
19934           ALSA mixer track label internationalization (#154054).
19935
19936 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19937
19938         * ext/theora/theoradec.c: (theora_dec_chain):
19939           Export bitrate as metadata.
19940
19941 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19942
19943         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19944         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19945         * ext/alsa/gstalsamixertrack.h:
19946           Fix names, fix loop.
19947
19948 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19951         (speex_dec_convert):
19952           sinkconvert function so oggdemux can get the file length (totem).
19953
19954 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19955
19956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19959           Don't push incomplete packets.
19960         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19961           Fix MPEG-4 audio typefinding.
19962
19963 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19964
19965         * sys/v4l/Makefile.am:
19966         * sys/v4l/gstv4l.c: (plugin_init):
19967         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19968         (gst_v4lelement_init), (gst_v4lelement_dispose),
19969         (gst_v4lelement_change_state):
19970         * sys/v4l/gstv4lelement.h:
19971         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19972         (gst_v4l_xoverlay_close), (idle_refresh),
19973         (gst_v4l_xoverlay_set_xwindow_id):
19974         * sys/v4l/gstv4lxoverlay.h:
19975         * sys/v4l/v4l-overlay_calls.c:
19976         * sys/v4l/v4l_calls.h:
19977         * sys/v4l2/Makefile.am:
19978         * sys/v4l2/gstv4l2.c: (plugin_init):
19979         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19980         (gst_v4l2element_init), (gst_v4l2element_dispose),
19981         (gst_v4l2element_change_state):
19982         * sys/v4l2/gstv4l2element.h:
19983         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19984         (gst_v4l2_xoverlay_close), (idle_refresh),
19985         (gst_v4l2_xoverlay_set_xwindow_id):
19986         * sys/v4l2/gstv4l2xoverlay.h:
19987         * sys/v4l2/v4l2-overlay_calls.c:
19988         * sys/v4l2/v4l2_calls.h:
19989           Remove client-side overlay handling, use the X-server v4l plugin
19990           for that. Nicer overlay, less code. Also make the plugin
19991           compileable without X (but then without overlay, obviously).
19992           Makes xwindowlistener obsolete, should we remove that?
19993
19994 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19997         (gst_osssrc_src_query):
19998         * sys/oss/gstosssrc.h:
19999           OK, so people want offset in DEFAULT. This time, actually fix all
20000           cases.
20001         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20002           Add FPS properly.
20003
20004 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20005
20006         * gst/asfdemux/gstasfmux.c:
20007         * gst/avi/gstavimux.c:
20008           Framerate.
20009
20010 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20011
20012         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20013           Fix properties (channel, norm, frequency).
20014
20015 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20018           Flag typo.
20019         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20020           No warnings.
20021
20022 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20023
20024         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20025           Fix hang.
20026
20027 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20028
20029         * sys/v4l2/gstv4l2element.h:
20030           Yet Another Hack (tm) for kernel header borkedness.
20031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20032         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20033         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20034         (gst_v4l2src_change_state):
20035         * sys/v4l2/gstv4l2src.h:
20036         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20037         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20038           Fix caps, keep track of state, work.
20039
20040 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20043           Quiet.
20044
20045 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20046
20047         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20048           Don't mix bytes and samples.
20049
20050 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * ext/ogg/gstoggmux.c:
20053           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20054           and theora. Any is incorrect.
20055         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20056           Fix caps.
20057         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20058         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20059         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20060         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20061         * sys/v4l/gstv4lmjpegsrc.h:
20062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20063         (gst_v4lsrc_change_state):
20064         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20065         (gst_v4lmjpegsrc_capture_stop):
20066           Fix caps. Keep track of internal state. Work.
20067
20068 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * ext/Makefile.am:
20071           Fix the build fixes.
20072
20073 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20074
20075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20076         (gst_ogg_demux_src_event), (_find_chain_seek),
20077         (gst_ogg_pad_push):
20078           Check for pad availability before using it.
20079         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20080           Fix parsing of chained ogg. Needs more work on the decoder side.
20081
20082 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20083
20084         * gst/spectrum/Makefile.am:
20085         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20086         (idle_func):
20087           Fix demo and reenable it. Yes, I'm currently playing with audio
20088           analysis tools
20089
20090 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20093           We love it if files that start at zero work too...
20094
20095 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20096
20097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20098           Handle files with missing EOS headers.
20099
20100 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20101
20102         * gst/tcp/gsttcpserversink.c:
20103         (gst_tcpserversink_handle_server_read),
20104         (gst_tcpserversink_init_send):
20105         Zero some variables first (need for accept not to return EINVAL)
20106
20107 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20108
20109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20110         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20111         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20112         (theora_dec_chain):
20113         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20114         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20115           Seeking and querying finetune.
20116
20117 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20118
20119         * configure.ac:
20120         * ext/Makefile.am:
20121         * ext/raw1394/Makefile.am:
20122           fix the build
20123
20124 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20125
20126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20127           Wrong return.
20128         * gst/playback/Makefile.am:
20129         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20130         * gst/playback/gstplay-marshal.list:
20131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20132           Fix marshallers.
20133
20134 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20135
20136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20137           Silence.
20138
20139 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20142         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20143         (gst_ogg_pad_push):
20144           Yay for non-lineair granulepos in theora.
20145
20146 2004-10-18  Wim Taymans  <wim@fluendo.com>
20147
20148         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20149         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20150         * ext/dv/gstdvdec.h:
20151         Make sure we renegotiate aspect ratio when the camera switches.
20152
20153 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20154
20155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20156         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20157           Start at zero.
20158         * ext/theora/theoradec.c: (theora_dec_chain):
20159           Skip headers. Bad idea for chained ogg, but fixes seeking.
20160
20161 2004-10-18  Wim Taymans  <wim@fluendo.com>
20162
20163         * configure.ac:
20164         I swear, this is the last time I touch this.
20165
20166 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20167
20168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20169         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20170         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20171           Faster seeking.
20172         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20173           Time-to-default conversion.
20174         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20175           Don't error on unknown packets, just skip. We should probably
20176           read them if we want to support chained ogg.
20177
20178 2004-10-18  Wim Taymans  <wim@fluendo.com>
20179
20180         * configure.ac:
20181         Added cdaudio to wrong list.
20182
20183 2004-10-18  Wim Taymans  <wim@fluendo.com>
20184
20185         * configure.ac:
20186         Revive cdaudio.
20187
20188 2004-10-18  Wim Taymans  <wim@fluendo.com>
20189
20190         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20191         (gst_dvdec_video_link), (gst_dvdec_push):
20192         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20193         (gst_smokeenc_resync), (gst_smokeenc_chain):
20194         Fix mimetype on smoke encoder.
20195         Add aspect ratio to dvdec. Not sure if these
20196         values are correct though....
20197
20198 2004-10-18  Wim Taymans  <wim@fluendo.com>
20199
20200         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20201         Fix vorbis property descriptions and ranges.
20202
20203 2004-10-18  Wim Taymans  <wim@fluendo.com>
20204
20205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20206         Really do nothing when no data is available.
20207         Go to the playing state when the stream is not seekable
20208         instead of failing.
20209
20210 2004-10-18  Wim Taymans  <wim@fluendo.com>
20211
20212         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20213         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20214         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20215         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20216         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20217         Added uri handler for cd://
20218         Port to new API.
20219
20220 2004-10-18  Wim Taymans  <wim@fluendo.com>
20221
20222         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20223         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20224         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20225         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20226         (remove_prerolls), (unknown_type), (add_element_stream),
20227         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20228         (gst_play_base_bin_remove_element),
20229         (gst_play_base_bin_link_stream):
20230         * gst/playback/gstplaybin.c: (gen_video_element),
20231         (gen_vis_element), (remove_sinks), (setup_sinks):
20232         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20233         (gst_stream_info_get_type), (gst_stream_info_class_init),
20234         (gst_stream_info_init), (gst_stream_info_new),
20235         (gst_stream_info_dispose), (stream_info_mute_pad),
20236         (gst_stream_info_set_property), (gst_stream_info_get_property):
20237         * gst/playback/gststreaminfo.h:
20238         Add sink padtemplate to decodebin.
20239         Added some more comments.
20240         Make queue size configurable in playbasebin.
20241         Added possibility to use elements as sinks (ex cdaudio).
20242
20243 2004-10-15  Wim Taymans  <wim@fluendo.com>
20244
20245         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20246         (gst_speexenc_chain):
20247         Fix speex timestamps so that it gets muxed properly.
20248
20249 2004-10-15  Wim Taymans  <wim@fluendo.com>
20250
20251         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20252         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20253         (gst_dv1394src_init), (gst_dv1394src_dispose),
20254         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20255         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20256         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20257         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20258         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20259         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20260         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20261         * ext/raw1394/gstdv1394src.h:
20262         Added conversion/query functions.
20263         Update buffer timestamps,
20264         Added signals.
20265         Added uri dv:// so it might play from the firewire in playbin.
20266         Fix a possible leak.
20267         Added debugging.
20268
20269 2004-10-15  Wim Taymans  <wim@fluendo.com>
20270
20271         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20272         (gst_dv1394src_init), (gst_dv1394src_set_property),
20273         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20274         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20275         * ext/raw1394/gstdv1394src.h:
20276         Added AV/C VTR control support needed for some cameras.
20277         Added automatic port detection.
20278         Added properties for selecting the channel.
20279         The configure.ac script is not yet updated to reflect the
20280         new libavc1394 and librom1394 dependencies.
20281
20282 2004-10-15  Wim Taymans  <wim@fluendo.com>
20283
20284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20285         (qtdemux_parse), (gst_qtdemux_handle_esds):
20286         An esds box is not a container.
20287         Fix parsing of mp4v boxes.
20288         Do not try to renegotiate fps for each frame. Need to
20289         find a better method. This should fix mp4 playback.
20290
20291 2004-10-14  David Schleef  <ds@schleef.org>
20292
20293         * configure.ac: update for swfdec-0.3 and liboil-0.2
20294         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20295         * ext/swfdec/gstswfdec.h: same
20296         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20297         * gst/videotestsrc/videotestsrc.c: same
20298
20299 2004-10-14  Wim Taymans  <wim@fluendo.com>
20300
20301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20302         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20303         (is_sync_frame), (gst_multifdsink_new_client),
20304         (gst_multifdsink_handle_client_write),
20305         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20306         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20307         Turn warnings into info.
20308         Don't allow a state change in the streaming thread.
20309
20310 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20311
20312         * ext/vorbis/oggvorbisenc.c:
20313         * ext/vorbis/vorbisdec.c:
20314           fix template sample rate
20315
20316 2004-10-13  Wim Taymans  <wim@fluendo.com>
20317
20318         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20319         Decoding the header first fixes some problems in resyncing
20320         in more mp3s.
20321
20322 2004-10-12  Wim Taymans  <wim@fluendo.com>
20323
20324         * gst/playback/gstplaybin.c: (gen_video_element),
20325         (gen_vis_element), (remove_sinks), (setup_sinks):
20326         Added vis plugin support, need to configure the vis
20327         element to activate it.
20328
20329 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20330
20331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20332         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20333           Some debug.
20334         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20335         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20336         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20337         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20338         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20339         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20340         * gst/avi/gstavidemux.h:
20341           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20342           recovery (where, if part of the index is broken, we will still read
20343           the rest of the index and recover the broken part by stream
20344           scanning). More broken media support. EOS workarounds. General AVI
20345           braindamage headache recovery. Aspirin included.
20346
20347 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20350         (cdparanoia_event), (cdparanoia_query):
20351           Get rid of hideous lead-in.
20352
20353 2004-10-11  Wim Taymans  <wim@fluendo.com>
20354
20355         * gst/playback/gstplaybasebin.c: (setup_source):
20356         Wrong var used to get g_list_next.
20357
20358 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20359
20360         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20361         (cdparanoia_get), (cdparanoia_open):
20362           Report discid as metadata, add duration.
20363
20364 2004-10-11  Wim Taymans  <wim@fluendo.com>
20365
20366         * gst/playback/gstplaybasebin.c: (setup_source):
20367         Cleanup the previous pipeline a little earlier for the
20368         case that a source element provides raw data.
20369
20370 2004-10-11  Benjamin Otte  <otte@gnome.org>
20371
20372         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20373           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20374           consuming the last 128 bytes, even though it was valid mp3 data.
20375
20376 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20377
20378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20379         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20380         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20381         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20382
20383 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20384
20385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20386         Fix for webcams that support only specific width or height
20387
20388 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20389
20390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20391
20392         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20393           Fix wrong discont event setup (fixes #154967).
20394
20395 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20396
20397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20398
20399         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20400           Error out on invalid data (fixes #154807).
20401
20402 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20403
20404         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * ext/dvdread/dvdreadsrc.c: (_read):
20407           Make titles > 0 work again (fixes #154834).
20408
20409 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * gst-libs/gst/riff/riff-media.c:
20412         (gst_riff_create_video_template_caps):
20413           WMV3 missing in template caps.
20414
20415 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20418           OK, so the original code was too strict. It makes random AVI files
20419           hang for seconds upon opening, which is unacceptable and is far
20420           beyond the original goal of getting multiple chunks for one-chunk
20421           sounc stream files. So now do just that.
20422
20423 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20424
20425         * gst/playback/gstplaybasebin.c: (setup_source),
20426         (gst_play_base_bin_change_state):
20427           Actually clean up streaminfo if output fails. This would trigger
20428           if, for example, there was no CD in the drive. No preroll, so
20429           a streaminfo structure is created, but the subsequent state change
20430           of the thread fails.
20431         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20432           Don't change state if parent failed.
20433
20434 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20437         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20438         (gen_video_element), (remove_sinks):
20439           Add small bits of code for screenshot handling.
20440
20441 2004-10-08  Wim Taymans  <wim@fluendo.com>
20442
20443         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20444         (gen_video_element), (gen_audio_element), (setup_sinks):
20445         Don't assume the user provided sinks are named "sink"...
20446
20447 2004-10-08  Wim Taymans  <wim@fluendo.com>
20448
20449         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20450         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20451         (gst_play_base_bin_link_stream):
20452         Do not try to autoplug sources that generate raw streams like
20453         cdparanoia.
20454         disconnect the preroll overrun signal when we don't need it anymore.
20455
20456 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20457
20458         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20459         Added reworked patch from #154903 from milosz derezynski (deadchip).
20460
20461 2004-10-08  Wim Taymans  <wim@fluendo.com>
20462
20463         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20464         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20465         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20466         (cdparanoia_convert), (cdparanoia_uri_get_type),
20467         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20468         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20469         * ext/cdparanoia/gstcdparanoia.h:
20470         This adds the cdda://<tracknum> uri.
20471
20472 2004-10-08  Wim Taymans  <wim@fluendo.com>
20473
20474         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20475         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20476         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20478         (unknown_type), (gst_play_base_bin_remove_element),
20479         (gst_play_base_bin_link_stream):
20480         * gst/playback/gstplaybasebin.h:
20481         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20482         (gst_play_bin_set_property), (gen_video_element),
20483         (gen_audio_element), (setup_sinks):
20484         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20485         (gst_stream_info_get_type), (gst_stream_info_class_init),
20486         (gst_stream_info_init), (gst_stream_info_new),
20487         (gst_stream_info_dispose), (stream_info_mute_pad),
20488         (gst_stream_info_set_property), (gst_stream_info_get_property):
20489         * gst/playback/gststreaminfo.h:
20490         Reuse the audio and video bins.
20491         Some internal cleanups in the stream selection code.
20492
20493 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20494
20495         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20496         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20497         * sys/ximage/ximagesink.h:
20498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20499         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20500         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20501         not coming from those elements. Moreover these elements should not keep
20502         the xid they have been given when in NULL state.
20503
20504 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20505
20506         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20507         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20508         * sys/ximage/ximagesink.h:
20509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20510         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20511         * sys/xvimage/xvimagesink.h:
20512           Actually only create a new toplevel window if we're not gonna
20513           embed it right after.
20514
20515 2004-10-07  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20518         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20519         * gst/playback/gstplaybin.c: (setup_sinks):
20520         Implement muting/unmuting of streams, mute streams that are not
20521         used.
20522
20523 2004-10-07  Wim Taymans  <wim@fluendo.com>
20524
20525         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20526         (plugin_init):
20527         Added lame audio/x-ac3 typefind function.
20528
20529 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20530
20531         * configure.ac:
20532           bump nano to cvs
20533
20534 === release 0.8.5 ===
20535
20536 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20537
20538         * NEWS:
20539         * RELEASE:
20540         * configure.ac:
20541           releasing 0.8.5, "Take You On"
20542
20543 2004-10-06  Wim Taymans  <wim@fluendo.com>
20544
20545         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20546         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20547         (no_more_pads), (close_link), (type_found):
20548         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20549         * gst/playback/gstplaybin.c: (gen_video_element):
20550         Do not signal the no_more_pads after the first pad when
20551         we are plugging a non dynamic element with multiple
20552         output pads (like swfdec, dvdec, ...).
20553
20554 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20555
20556         * configure.ac:
20557           bump for prerelease
20558
20559 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20560
20561         * gst/wavparse/gstwavparse.c:
20562           add ATRAC3 to STATIC CAPS to fix a warning
20563
20564         * gst/matroska/ebml-read.c:
20565         * gst-libs/gst/riff/riff-read.c:
20566           fix typos
20567
20568 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20569
20570         * gst-libs/gst/riff/riff-media.c:
20571           generate caps for ATRAC3 audio streams
20572
20573         * gst/realmedia/rmdemux.c:
20574           generate caps for ATRAC3 audio streams
20575
20576 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20577
20578         * gst/wavparse/Makefile.am
20579         * gst/wavparse/riff.h
20580         * gst/wavparse/wavparse.vcproj
20581           riff.h removal (unused and duplication with riff-ids.h)
20582
20583 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20584
20585         * gst/wavparse/gstwavparse.h
20586           remove duplicated defines for audio codec codes
20587
20588         * gst-libs/gst/riff/riff-ids.h
20589         * gst/wavenc/riff.h:
20590           add "4CC" code for ATRAC3 audio streams
20591           add "4CC" code for ITU_G721_ADPCM (unused for now)
20592
20593 2004-10-06  Wim Taymans  <wim@fluendo.com>
20594
20595         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20596         Actually _do_ negotiation. Pass gdouble as arg instead
20597         of guint64 for the framerate.
20598
20599 2004-10-06  Wim Taymans  <wim@fluendo.com>
20600
20601         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20602         (find_compatibles), (close_pad_link), (try_to_link_1),
20603         (no_more_pads), (close_link), (type_found):
20604         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20605         * gst/playback/gstplaybin.c: (gen_video_element),
20606         (gen_audio_element):
20607         Set state on newly added element to READY so that negotiation
20608         can happen ASAP.
20609         Addes some more debug info.
20610         Do not try to plug pads with multiple caps structures or ANY
20611         because it is too dangerous since we do not do dynamic
20612         replugging.
20613
20614 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20615
20616         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20617
20618         * po/LINGUAS:
20619         * po/or.po:
20620           add Oriya translation
20621
20622 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20623
20624         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20625           Prevent overwrite of size member. Makes audio sound crappy.
20626
20627 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20628
20629         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20630         Add rmvb to the list of known RealMedia extensions
20631
20632 2004-10-05  Wim Taymans  <wim@fluendo.com>
20633
20634         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20635         (mngdec_openstream), (mngdec_closestream),
20636         (mngdec_handle_sink_event), (mngdec_readdata),
20637         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20638         (mngdec_getcanvasline), (mngdec_refresh),
20639         (gst_mngdec_change_state):
20640         Set the framerate correctly.
20641
20642 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20645           There was something wrong with the index massaging.
20646
20647 2004-10-04  Wim Taymans  <wim@fluendo.com>
20648
20649         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20650         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20651         (gst_smokedec_chain):
20652         * ext/jpeg/gstsmokedec.h:
20653         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20654         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20655         * ext/jpeg/gstsmokeenc.h:
20656         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20657         (smokecodec_decode_new), (smokecodec_info_free),
20658         (smokecodec_set_quality), (smokecodec_get_quality),
20659         (smokecodec_set_threshold), (smokecodec_get_threshold),
20660         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20661         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20662         (smokecodec_encode), (smokecodec_parse_id),
20663         (smokecodec_parse_header), (smokecodec_decode):
20664         * ext/jpeg/smokecodec.h:
20665         * ext/jpeg/smokeformat.h:
20666         Updated smoke, new bitstream, allows embedding in ogg.
20667
20668 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20671           Fix seeking in some files. All this code is no longer needed (and
20672           actually breaks stuff) because we now synchronize the full index
20673           right when reading the header.
20674
20675 2004-10-04  Wim Taymans  <wim@fluendo.com>
20676
20677         * configure.ac:
20678         configure update for libmng.
20679
20680 2004-10-04  Wim Taymans  <wim@fluendo.com>
20681
20682         * ext/libmng/Makefile.am:
20683         * ext/libmng/gstmng.c: (plugin_init):
20684         * ext/libmng/gstmng.h:
20685         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20686         (gst_mngdec_base_init), (gst_mngdec_class_init),
20687         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20688         (gst_mngdec_loop), (gst_mngdec_get_property),
20689         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20690         (mngdec_closestream), (mngdec_handle_sink_event),
20691         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20692         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20693         (gst_mngdec_change_state):
20694         * ext/libmng/gstmngdec.h:
20695         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20696         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20697         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20698         (gst_mngenc_chain), (gst_mngenc_get_property),
20699         (gst_mngenc_set_property):
20700         * ext/libmng/gstmngenc.h:
20701         Added basic MNG decoder. Needs more work. The encoder does
20702         not work yet.
20703
20704 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20705
20706         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20707         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20708         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20709           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20710           no-more-pads.
20711
20712 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20713
20714         * configure.ac:
20715           you need at least 1.0.4 of speex
20716
20717 2004-10-04 Iain <iaingnome@gmail.com>
20718
20719         * ext/speex/gstspeexdec.h: Revert the includes changes.
20720
20721         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20722
20723 2004-09-30 Iain <iaingnome@gmail.com>
20724
20725         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20726         found during init or set as a property instead of hardcoding /dev/audio
20727
20728 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20729
20730         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20731         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20732         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20733         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20734         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20735         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20736         (gst_rmdemux_dump_data):
20737           Use debug category, fix EOS handling. filesrc ! rmdemux now
20738           works.
20739
20740 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20743         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20744         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20745           Improve allocation, cutting and sorting of the index. How takes a
20746           few seconds instead of minutes.
20747
20748 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20749
20750         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20751           fixed compilation
20752
20753 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20754
20755         * gst-libs/gst/riff/riff-media.c:
20756         (gst_riff_create_video_caps_with_data),
20757         (gst_riff_create_video_template_caps):
20758           Add wing commander format mimetype/fourccs.
20759         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20760           Don't crash if some value is 0.
20761
20762 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * gst-libs/gst/riff/riff-media.c:
20765         (gst_riff_create_video_caps_with_data),
20766         (gst_riff_create_video_template_caps):
20767           Add DIB fourcc (raw, palettized 8-bit RGB).
20768         * gst-libs/gst/riff/riff-read.c:
20769         (gst_riff_read_strf_vids_with_data):
20770           Oops, fix strf_data reading bug.
20771         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20772           Use a non-NULL tag.
20773         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20774           Time for hacks. Sorry Dave. At least one quicktime movie (a
20775           trailer) that I've encountered contains multiple video tracks.
20776           One of those is the actual video track, the other are one-frame
20777           tracks (images). Unfortunately, the number of frames according
20778           to the trak header is 1 for each, so that doesn't help. So
20779           instead, I look at the duration and discard tracks with a
20780           duration shorter than 20% of the length of the stream. Better
20781           than nothing.
20782
20783 2004-10-01  Christian Schaller <christian@fluendo.com>
20784
20785         * ext/ivorbis/vorbis.c:
20786           Patch from Phil Blundell (Bug 152341)
20787
20788 2004-10-01  Wim Taymans  <wim@fluendo.com>
20789
20790         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20791         (speex_dec_get_formats), (speex_dec_convert),
20792         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20793         (speex_dec_chain), (gst_speexdec_get_property),
20794         (gst_speexdec_set_property):
20795         Small cleanups.
20796
20797 2004-10-01  Wim Taymans  <wim@fluendo.com>
20798
20799         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20800         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20801         (gst_wavparse_other), (gst_wavparse_loop),
20802         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20803         (gst_wavparse_srcpad_event):
20804         * gst/wavparse/gstwavparse.h:
20805         Added some more debugging info.
20806         Fix the case where the length of the file is 0.
20807         Make sure we seek to sample borders.
20808
20809 2004-10-01  Wim Taymans  <wim@fluendo.com>
20810
20811         * gst/playback/README:
20812         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20813         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20814         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20815         Add some debug info to decodebin, update README
20816
20817 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20820           Don't use g_print(); use GST_DEBUG().
20821
20822 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20823
20824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20825         (gst_ogg_mux_queue_pads):
20826           Handle EOS properly.
20827
20828 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20829
20830         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20833         (gst_faad_chain), (gst_faad_change_state):
20834         * ext/faad/gstfaad.h:
20835           Allow playback of raw (unframed) MPEG AAC files (#148993).
20836
20837 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20838
20839         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20840
20841         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20842           Throw error if we didn't recognize the stream. Fixes #152289.
20843
20844 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20845
20846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20847           Fix negotiation.
20848
20849 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20850
20851         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20852
20853         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20854           Fix memleak.
20855
20856 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20857
20858         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20859
20860         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20861           Solve #152805.
20862         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20863           Solve 152806.
20864
20865 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20866
20867         * gst-libs/gst/riff/riff-media.c:
20868         (gst_riff_create_video_caps_with_data),
20869         (gst_riff_create_audio_caps_with_data):
20870           Add codec_data handling (like asfdemux used to do).
20871         * gst/asfdemux/gstasf.c: (plugin_init):
20872         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20873         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20874           Use riff-media for caps creation instead of our own (mostly
20875           broken) copy of its functions.
20876
20877 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20878
20879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20880           Don't actually error out if we get another return value than
20881           -EINVAL. Opposite to what I first thought, drivers have random
20882           return values for this, although -EINVAL is the expected return
20883           value. Since this is not fatal, we shouldn't use
20884           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20885
20886 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20887
20888         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20889         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20890         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20891         (dvdreadsrc_get), (dvdreadsrc_open_file),
20892         (dvdreadsrc_change_state):
20893           Fix. Don't do one big huge loop around the whole DVD, that will
20894           cache all data and thus eat sizeof(dvd) (several GB) before we
20895           see something.
20896         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20897           Actually NULL'ify event after using it.
20898         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20899         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20900         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20901         (gst_ebml_read_seek), (gst_ebml_read_skip):
20902           Handle events.
20903         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20904         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20905         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20906           Fix timing (this will probably break if I seek using menus, but
20907           I didn't get there yet). VOBs and normal DVDs should now work.
20908           Add a mpeg2-only pad with high rank so this get autoplugged for
20909           MPEG-2 movies.
20910         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20911         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20912         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20913         (gst_mpeg_demux_get_audio_stream),
20914         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20915         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20916           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20917           MPEG-1 but use dvddemux for MPEG-2.
20918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20919         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20920         (gst_mpeg_parse_parse_packhead):
20921           Timing. Only add pad template if it exists. Add sink template from
20922           class and not from ourselves. This means we will always use the
20923           correct sink template even if it is not the one defined in this
20924           file.
20925
20926 2004-09-29  Wim Taymans  <wim@fluendo.com>
20927
20928         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20929         (gst_mpeg_demux_parse_pes):
20930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20931         Fix playback of mpeg again, timestamps where screwed up by
20932         patch 1.61.
20933
20934 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20935
20936         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20937           Only return true if we actually filled something in. Prevents
20938           player applications from showing a random length for flac files.
20939         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20940         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20941         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20942         (gst_riff_read_strf_vids_with_data),
20943         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20944           OK, ok, so I implemented event handling. Apparently it's normal
20945           that we receive random events at random points without asking
20946           for it.
20947         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20948         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20949         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20950         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20951         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20952         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20953         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20954         * gst/avi/gstavidemux.h:
20955           Implement non-lineair chunk handling and subchunk processing.
20956           The first solves playback of AVI files where the audio and video
20957           data of individual buffers that we read are not synchronized.
20958           This should not happen according to the wonderful AVI specs, but
20959           of course it does happen in reality. It is also a prerequisite for
20960           the second. Subchunk processing allows us to cut chunks in small
20961           pieces and process each of these pieces separately. This is
20962           required because I've seen several AVI files with incredibly large
20963           audio chunks, even some files with only one audio chunk for the
20964           whole file. This allows for proper playback including seeking.
20965           This patch is supposed to fix all AVI A/V sync issues.
20966         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20967         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20968           Work.
20969         * gst/modplug/gstmodplug.cc:
20970           Proper return value setting for the query() function.
20971         * gst/playback/gstplaybasebin.c: (setup_source):
20972           Being in non-playing state (after, e.g., EOS) is not necessarily
20973           a bad thing. Allow for that. This fixes playback of short files.
20974           They don't actually playback fully now, because the clock already
20975           runs. This means that small files (<500kB) with a small length
20976           (<2sec) will still not or barely play. Other files, such as mod
20977           or flx, will work correctly, however.
20978
20979 2004-09-28  Wim Taymans  <wim@fluendo.com>
20980
20981         * ext/speex/gstspeex.c: (plugin_init):
20982         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20983         (gst_speex_dec_class_init), (speex_dec_get_formats),
20984         (speex_get_event_masks), (speex_get_query_types),
20985         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20986         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20987         (gst_speexdec_get_property), (gst_speexdec_set_property),
20988         (speex_dec_change_state):
20989         * ext/speex/gstspeexdec.h:
20990         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20991         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20992         (gst_speexenc_base_init), (gst_speexenc_class_init),
20993         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20994         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20995         (gst_speexenc_src_query), (gst_speexenc_init),
20996         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20997         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20998         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20999         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21000         (gst_speexenc_chain), (gst_speexenc_get_property),
21001         (gst_speexenc_set_property), (gst_speexenc_change_state):
21002         * ext/speex/gstspeexenc.h:
21003         Rewrote speex encoder, make sure it can be embedded in ogg.
21004         Implemented speex decoder.
21005
21006 2004-09-28  Christian Schaller <christian@fluendo.com>
21007
21008         * configure.ac:
21009         Remove kioslave plugin. Markey is brewing a new working one
21010         * ext/Makefile.am: Remove kioslave plugin
21011         * ext/kio: remove
21012         * gst-plugins.spec.in: remove kio plugin from spec
21013
21014 2004-09-27  Wim Taymans  <wim@fluendo.com>
21015
21016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21017         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21018         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21019         (gst_multifdsink_new_client),
21020         (gst_multifdsink_handle_client_write),
21021         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21022         (gst_multifdsink_handle_clients):
21023         * gst/tcp/gstmultifdsink.h:
21024         Make syncing to keyframes actually work for new clients and lagging
21025         clients.
21026
21027 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21028
21029         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21030         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21031         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21032         * gst/debug/gstnavigationtest.h:
21033           make navigationtest display button-press and button-release events
21034
21035 2004-09-26 Iain <iaingnome@gmail.com>
21036
21037         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21038         the channels have received a new media event.
21039         (interleave_buffered_loop): Compresses a new media event on all
21040         channels into one.
21041
21042 2004-09-26 Iain <iaingnome@gmail.com>
21043
21044         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21045         call the sinkpad's default event handler and not the srcpads. He also
21046         says this is confusing :)
21047         (gst_wavenc_stop_file): Company says that seek events only go upstream
21048         we should send a discontinuous downstream instead.
21049
21050 2004-09-25  Christian Schaller <christian@fluendo.com>
21051
21052         * Update SPEC file to be usable in conjunction with Fedora Core,
21053           Fedora.us and freshrpms packages
21054         * Fix typo in multifilesrc test Makefile
21055
21056 2004-09-24  Wim Taymans  <wim@fluendo.com>
21057
21058         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21059         Only signal the no_more_pads signal when we have
21060         added the stream to our list.
21061
21062 2004-09-24  Wim Taymans  <wim@fluendo.com>
21063
21064         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21065         (new_decoded_pad):
21066         * gst/playback/gstplaybasebin.h:
21067         * gst/playback/gstplaybin.c: (setup_sinks):
21068         Don't try to preroll or decode more than one audio/video
21069         track.
21070
21071 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21072
21073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21074           Throw error if we failed to find a suitable output. This should
21075           throw an error if we successfully set up a pipeline (e.g. because
21076           we recognized a media file) but found no decodable streams in it
21077           (e.g. because it contains only media stream types for which we
21078           have no decoders, or because it's not a media type).
21079
21080 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21081
21082         * ext/dirac/Makefile.am:
21083         * ext/dirac/gstdirac.cc:
21084         * ext/dirac/gstdiracdec.cc:
21085         * ext/dirac/gstdiracdec.h:
21086           Do something. Don't actually know if this works because I don't
21087           have a demuxer yet.
21088         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21089           Add channels=1 to caps returned from _getcaps().
21090         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21091         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21092         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21093         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21094         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21095         (gst_ogm_parse_change_state):
21096           Separate between audio/video so ogmaudioparse actually uses the
21097           audio pad templates. Both audio and video work now, including
21098           autoplugging. Also use sometimes-srcpad hack.
21099         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21100           Handle events better. Don't hang on infinite loops.
21101         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21102         (gst_avi_demux_init), (gst_avi_demux_reset),
21103         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21104         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21105         (gst_avi_demux_change_state):
21106         * gst/avi/gstavidemux.h:
21107           Improve A/V sync. Still not perfect.
21108         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21109         (gst_ebml_read_skip):
21110           Handle events better.
21111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21112         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21113         (qtdemux_audio_caps):
21114           Add IMA4. Improve event handling. Save offset after a seek when
21115           the headers are at the end of the file so that we don't end up in
21116           an infinite loop.
21117         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21118           Add low-priority typefind support for files with no length.
21119
21120 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21121
21122         * testsuite/multifilesink/Makefile.am:
21123         fix typo
21124
21125 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21126
21127         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21129         mistakes from thaytan's patches.
21130
21131 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21132
21133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21134           For completeness, XSync in the destroy function as xvimage does.
21135
21136 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21137
21138         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21139            Correct caps negotiation
21140         * gst/volume/gstvolume.c: (volume_chain_float),
21141         (volume_chain_int16):
21142            Modify debug output to be little more informative
21143         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21145         (gst_xvimagesink_xvimage_destroy):
21146           Add XSync calls after detaching from the shared memory segment to
21147           avoid a crash.
21148
21149 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21150
21151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21152         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21153         * ext/vorbis/vorbis.c: (plugin_init):
21154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21155         (gst_vorbisenc_chain):
21156         * ext/vorbis/vorbisenc.h:
21157         remove explicit newmedia support from oggmux and vorbisenc
21158         add debug category to vorbisenc
21159         * gst/multifilesink/gstmultifilesink.c:
21160         (gst_multifilesink_class_init), (gst_multifilesink_init),
21161         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21162         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21163         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21164         (plugin_init):
21165         * gst/multifilesink/gstmultifilesink.h:
21166         add support for streamheader in multifilesink
21167
21168 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21171         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21172         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21173           Prevent infinite loops. More correct error reporting.
21174         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21175           Error out if negotiation fails.
21176         * gst/playback/gstplaybasebin.c: (setup_source),
21177         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21178         (gst_play_base_bin_found_tag):
21179           Error/tag forwarding. Pre-roll fixes for source errors on state
21180           changes (e.g. "file does not exist") to prevent hangs.
21181
21182 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21183
21184         * testsuite/multifilesink/Makefile.am:
21185         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21186         (gst_newmedia_class_init), (gst_newmedia_init),
21187         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21188         (newfile_signal), (test_signal), (main):
21189         * testsuite/multifilesink/multifilesrc_test.c: (main):
21190         * testsuite/multifilesink/oggtheora_test.c:
21191         (gst_newmedia_base_init), (gst_newmedia_class_init),
21192         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21193         (test_format), (newfile_signal), (test_signal), (main):
21194         * testsuite/multifilesink/oggvorbis_test.c:
21195         (gst_newmedia_base_init), (gst_newmedia_class_init),
21196         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21197         (test_format), (newfile_signal), (test_signal), (main):
21198         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21199         (gst_newmedia_class_init), (gst_newmedia_init),
21200         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21201         (newfile_signal), (test_signal), (main):
21202         New media tests
21203
21204 2004-09-20  Christian Schaller <christian@fluendo.com>
21205
21206         * Fix mikmod license to LGPL as they have relicensed
21207         * Move Dirac and Effectv into LGPL section of README_license
21208
21209 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21212         (gst_mad_change_state):
21213           Allow for mp3 rate/channels changes. However, only very
21214           conservatively. Reason that we *have* to enable this is smiply
21215           because the mad find_sync() function is not good enough, it will
21216           regularly sync on random data as valid frames and therefore make
21217           us provide random caps as *final* caps of the stream. The best fix
21218           I could think of is to simply require several of the same stream
21219           changes in a row before we change caps.
21220           The actual testcase that works now is #
21221         * ext/ogg/Makefile.am:
21222         * ext/ogg/gstogg.c: (plugin_init):
21223         * ext/ogg/gstogmparse.c:
21224           OGM support (video only for now; I need an audio sample file).
21225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21226         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21227         (gst_asf_demux_add_video_stream):
21228           WMV extradata.
21229         * gst/playback/gstplaybasebin.c: (unknown_type):
21230           Don't error out on single unknown-types after all. It's wrong.
21231           If we found type of video and audio but not of a subtitle stream,
21232           it will still error out (which is unwanted). Will find a better fix
21233           later on.
21234         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21235         (ogmaudio_type_find), (plugin_init):
21236           OGM support.
21237
21238 2004-09-20  Johan Dahlin  <johan@gnome.org>
21239
21240         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21241         after setting caps.
21242
21243 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21244
21245         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21246         * gst/wavenc/gstwavenc.h:
21247         Added newmedia support to wavenc
21248
21249 2004-09-17  Wim Taymans  <wim@fluendo.com>
21250
21251         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21252         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21253         (gst_fdset_fd_can_write), (gst_fdset_wait):
21254         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21255         (gst_multifdsink_init), (gst_multifdsink_add),
21256         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21257         (gst_multifdsink_remove_client_link),
21258         (gst_multifdsink_client_queue_buffer),
21259         (gst_multifdsink_handle_client_write),
21260         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21261         (gst_multifdsink_close), (gst_multifdsink_change_state):
21262         * gst/tcp/gstmultifdsink.h:
21263         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21264         (gst_tcpserversink_removed):
21265         Small cleanups in fdset.c
21266         Use a hastable to map fd to the client structure for faster
21267         lookup in _remove and get_stats.
21268         Added virtual function to close the fds.
21269         Handle clients even when the select/poll call was unblocked because
21270         of a command.
21271         Implement syncing to keyframe in the recovery procedure.
21272
21273 2004-09-16 Iain <iaingnome@gmail.com>
21274
21275         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21276         try caps.
21277
21278 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21279
21280         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21281           Caps are only set if the type of the stream is unknown, but this
21282           is initialized in ->init_stream(), so set to UNKNOWN after calling
21283           ->init_stream() so that capsnego starts.
21284
21285 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21286
21287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21288         (gst_avi_demux_stream_data):
21289           Just hardcode for raw audio then. AVI audio sucks.
21290
21291 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21292
21293         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21294         * gst/matroska/matroska-mux.c: (audiosink_templ),
21295         (gst_matroska_mux_audio_pad_link):
21296         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21297         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21298
21299 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21300
21301         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21302         (gst_avi_demux_stream_data):
21303           Try to fix a/v sync issues.
21304
21305 2004-09-15  David Schleef  <ds@schleef.org>
21306
21307         * configure.ac: remove NASM check, since we don't use it.  Update
21308         dirac check to 0.4
21309         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21311         Initialized variables.
21312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21313         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21314         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21315         SVQ3 format
21316
21317 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21318
21319         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21320         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21321         * gst/avi/gstavidemux.h:
21322           Fix for compressed audio (mp3) timestamp generation. How did this
21323           ever work?
21324
21325 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21326
21327         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21328           Volume is a double not a float.
21329
21330 2004-09-15  Wim Taymans  <wim@fluendo.com>
21331
21332         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21333         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21334         Don't close the fd in multifdsink as we didn't open it in the
21335         first place. Some cleanups.
21336
21337 2004-09-15  Wim Taymans  <wim@fluendo.com>
21338
21339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21341         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21342         Fix the case where the muxer would mark pages as delta
21343         frames when they are not (vorbis only ogg).
21344
21345 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21346
21347         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21348         (gst_play_base_bin_change_state):
21349           Handle the case where we failed to setup a clear pipeline. This
21350           will throw an error (or EOS, another nice case) and if you don't
21351           catch that, the app will wait for the signal forever (and thus
21352           hang).
21353
21354 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21355
21356         * ext/gnomevfs/gstgnomevfssink.c:
21357         (gst_gnomevfssink_uri_get_protocols):
21358         * ext/gnomevfs/gstgnomevfssrc.c:
21359         (gst_gnomevfssrc_uri_get_protocols):
21360         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21361         * ext/gnomevfs/gstgnomevfsuri.h:
21362           Use _uri_new() instead of _open(), so it doesn't take as long and
21363           Christophe's computer won't hang.
21364         * gst/playback/gstplaybasebin.c: (unknown_type):
21365           Throw error on unknown media type, so apps actually display it.
21366
21367 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21368
21369         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21370           this script to work on Solaris since bash shell handles echo
21371           differenly than bash.
21372
21373 2004-09-17  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21376         (setup_source), (gst_play_base_bin_set_property),
21377         (gst_play_base_bin_add_element):
21378         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21379         Some more work on making sure seeking pauses the pipeline and
21380         that changing the uri actually does something.
21381
21382 2004-09-17  Wim Taymans  <wim@fluendo.com>
21383
21384         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21386         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21387         (gst_tcpserversink_close):
21388         Be a bit more paranoid when freeing memory.
21389
21390 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21391
21392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21393         (qtdemux_parse_trak):
21394           Don't crash by dividing by zero (see sample movie in #126922).
21395
21396 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21397
21398         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21399           Don't touch non-existing data (fixes crash on file in #140147).
21400
21401 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21402
21403         * gst/playback/gstplaybasebin.c:
21404         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21405           Handle double disposals, and proper change of URIs.
21406
21407 2004-09-13  Martin Eikermann <meiker@upb.de>
21408
21409         * gst/mpegstream/gstmpegparse.c:
21410           fix synchronistation for streams recorded from digital PCR
21411           fixes bug #119376
21412
21413 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * ext/gnomevfs/Makefile.am:
21416         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21417         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21418         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21419         (gst_gnomevfssink_uri_get_type),
21420         (gst_gnomevfssink_uri_get_protocols),
21421         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21422         (gst_gnomevfssink_uri_handler_init),
21423         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21424         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21426         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21427         (gst_gnomevfssrc_uri_get_type),
21428         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21429         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21430         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21431         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21432         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21433         * ext/gnomevfs/gstgnomevfsuri.h:
21434           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21435           of fake URIs to see which this version of Gnome-VFS likes, and
21436           uses that for the Gst-URI interface. Makes playbin support http://
21437           streams. Also fix up some stupid behaviour in gnomevfssrc.
21438
21439 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21440
21441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21442         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21443         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21444         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21445           Update mixer (to sync with other sessions) if we try to obtain
21446           a new value. This makes alsamixer work accross applications.
21447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21448           Only call sync functions if we're running, else alsalib asserts.
21449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21450           Sometimes fails to compile. Possibly a gcc bug.
21451         * gst/playback/gstplaybin.c: (gen_video_element),
21452         (gen_audio_element):
21453           Add a reference to an application-provided object, because we lose
21454           this same reference if we add it to the bin. If we don't do this,
21455           we can only use this object once and thus crash if we go from
21456           ready to playing, back to ready and back to playing again.
21457           Also add an audioscale element because several cheap soundcards -
21458           like mine - don't support all samplerates.
21459         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21460         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21461           Fix wrong order or PAR calls. Makes automatically obtained PAR
21462           from the X server atually being used.
21463
21464 2004-09-12  David Schleef  <ds@schleef.org>
21465
21466         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21467         #151887, #152102, #152247.
21468         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21469         * examples/seeking/cdparanoia.c: same
21470         * examples/seeking/cdplayer.c: same
21471         * examples/seeking/seek.c: same
21472         * examples/seeking/spider_seek.c: same
21473         * examples/seeking/vorbisfile.c: same
21474         * examples/stats/mp2ogg.c: same
21475         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21476         (gst_esdsink_dispose): Dispose of element properly.
21477         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21478         fixes.
21479         * ext/nas/nassink.c: (gst_nassink_class_init),
21480         (gst_nassink_dispose): Dispose of element correctly.
21481         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21482         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21483         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21484         Fix 64-bit warning.
21485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21486         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21487         Fix 64-bit warning.
21488
21489 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21490
21491         * configure.ac : change speex detection as 1.1.6 now uses
21492           .pc/pkg-config and they changed their headers location.
21493
21494 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21495
21496         * gst/matroska/matroska-mux.h:
21497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21498         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21499         (gst_matroska_mux_write_data):
21500           Write multiple blocks/frames per cluster.
21501                 Write meta-seek information (seek heads).
21502
21503 2004-09-09  Scott Wheeler <wheeler@kde.org>
21504
21505         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21506         (gst_play_bin_set_property), (gst_play_bin_get_property),
21507         (gen_audio_element), (gen_audio_element):
21508           Add a volume element / property to the pipeline.
21509
21510 2004-09-07  Wim Taymans  <wim@fluendo.com>
21511
21512         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21513         Copy timestamps from the master pad to the output buffers.
21514
21515 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * ext/raw1394/gstdv1394src.c:
21518           throw errors when applicable
21519
21520 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21521
21522         * gst/matroska/ebml-ids.h:
21523         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21524         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21526           automatically convert unix time <-> ebml time when reading/writing
21527           a date, use gst_ebml_write_uint to write CUETIME,
21528           not gst_ebml_write_date.
21529         * gst/matroska/matroska-ids.h:
21530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21531         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21532         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21533         (gst_matroska_mux_write_data):
21534           Write track and segment UIDs, write muxing date, write
21535           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21536           Create cues for audio only files.
21537
21538 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21539
21540         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21541         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21542           Re-commit ALSA switches.
21543         * gst/adder/gstadder.c: (gst_adder_loop):
21544           64-bit fix (#151416).
21545         * gst/debug/progressreport.c: (gst_progressreport_report):
21546           64-bit fix (#151419).
21547         * gst/matroska/matroska-demux.c:
21548         (gst_matroska_demux_parse_contents):
21549           64-bit fix (#151420).
21550         * gst/playback/test3.c: (update_scale):
21551           64-bit fix (#151421).
21552
21553 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         * configure.ac:
21556           bump nano to cvs
21557
21558 === release 0.8.4 ===
21559
21560 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21561
21562         * configure.ac: releasing 0.8.4, "Alias"
21563
21564 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * ext/theora/Makefile.am:
21567           fix makefile.  Fixes #151462.
21568
21569 2004-08-30  Wim Taymans  <wim@fluendo.com>
21570
21571         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21572         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21573         (gst_multifdsink_remove_client_link),
21574         (gst_multifdsink_client_queue_buffer),
21575         (gst_multifdsink_handle_client_write):
21576         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21577         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21578         Fix some memory leaks.
21579
21580 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21581
21582         Patch by: David Schleef
21583
21584         * configure.ac:
21585         * sys/Makefile.am:
21586           rename our detection macro for V4L2.  Fixes #151236.
21587
21588 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         Patch by: David Schleef
21591
21592         * configure.ac:
21593           check to define LAMEPRESET.  Fixes #151232.
21594
21595 2004-08-27  David Schleef  <ds@schleef.org>
21596
21597         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21598         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21599         (gst_glimagesink_fixate):  Move local variable declarations to
21600         make gcc-2.95 happy.
21601
21602 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21603
21604         * configure.ac:
21605           bump nano for prerelease
21606
21607 2004-08-27  David Schleef  <ds@schleef.org>
21608
21609         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21610         * sys/sunaudio/gstsunaudiosrc.c:
21611         * sys/sunaudio/gstsunaudiosrc.h:
21612
21613 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21614
21615         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21616         handle EOS correctly
21617         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21618         * gst/matroska/matroska-mux.h:
21619         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21620         VFW compatibility mode
21621
21622 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21623
21624         patch by: Zaheer Abbas Merali
21625
21626         * ext/ogg/gstoggmux.c:
21627         * ext/vorbis/vorbisenc.c:
21628         * ext/vorbis/vorbisenc.h:
21629           handle NEWMEDIA
21630
21631 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21632
21633         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21634         fix byte order reversion on little endian machines.
21635         * gst/matroska/matroska-mux.c: (audiosink_templ),
21636         (gst_matroska_mux_audio_pad_link):
21637         add TTA codec to the list of supported codecs.
21638         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21639         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21640         (gst_matroska_mux_write_data):
21641         * gst/matroska/matroska-mux.h:
21642         write segment duration correctly, write muxing app string, fixes bugs
21643         #140897 and #140898.
21644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21645         wait for all pads to be negotiated before starting to mux.
21646
21647 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21648
21649         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21650         * ext/lame/gstlame.h:
21651         Added new media support to lame
21652
21653 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21654
21655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21656         send vorbis headers at the beginning of a stream, fixes bug #141554.
21657         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21658         bug #148950.
21659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21660         (gst_matroska_demux_plugin_init):
21661         * gst/matroska/matroska-ids.h:
21662         enable demuxing of TTA audio streams, fixes bug #148951.
21663         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21664         enable typefinding for TTA audio files, fixes bug #148711.
21665         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21666         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21667         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21668
21669 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21670
21671         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21672         (gst_riff_read_element_data), (gst_riff_read_seek),
21673         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21674         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21675         <teuf@gnome.org>
21676
21677 2004-08-23 Iain <iaingnome@gmail.com>
21678
21679         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21680         tags. They appear to be handled differently to normal.
21681         (tag_list_to_id3_tag_foreach): Ditto.
21682
21683 2004-08-22  Wim Taymans  <wim@fluendo.com>
21684
21685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21686         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21687         Make sure we never send -1 granulepos.
21688
21689 2004-08-20  Wim Taymans  <wim@fluendo.com>
21690
21691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21692         (gst_ogg_mux_loop):
21693         I will accept bitchslappings with non sharp objects.
21694
21695 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21696
21697         * configure.ac:
21698         Clean up the test for lame presets
21699
21700 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21701
21702         * configure.ac:
21703         * ext/lame/Makefile.am:
21704         * ext/lame/gstlame.c: (gst_lame_class_init),
21705         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21706         Only enable lame presets if version of lame has presets in API
21707
21708 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21709         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21710         * gst/udp/gstudpsrc.h:
21711           Don't call gst_pad_push in a get function. Fixes #150449
21712
21713 2004-08-18  Wim Taymans  <wim@fluendo.com>
21714
21715         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21716         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21717         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21718         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21719         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21720         (gst_fdset_wait):
21721         * gst/tcp/gstfdset.h:
21722         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21723         (gst_multifdsink_client_queue_buffer),
21724         (gst_multifdsink_handle_client_write):
21725         * gst/tcp/gstmultifdsink.h:
21726         Some extra checks in gstfdset.
21727         Only use send() when the fd is a socket. Don't try to
21728         read from write only fds.
21729
21730 2004-08-18  Wim Taymans  <wim@fluendo.com>
21731
21732         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21733         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21734         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21735         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21736         (gst_fdset_wait):
21737         Add more locking and bounds checking.
21738
21739 2004-08-18  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21742         Realloc test fdset in the lock and right before starting
21743         the poll call. Bump the limit to 4096.
21744
21745 2004-08-17  David Schleef  <ds@schleef.org>
21746
21747         * sys/sunaudio/Makefile.am:
21748         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21749         of rates and channels.  Make debugging less obnoxious.
21750
21751         Patch from Balamurali Viswanathan implementing a mixer for
21752         Sun audio.  (bug #144091):
21753         * sys/sunaudio/gstsunelement.c:
21754         * sys/sunaudio/gstsunelement.h:
21755         * sys/sunaudio/gstsunmixer.c:
21756         * sys/sunaudio/gstsunmixer.h:
21757
21758 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21759
21760         * gst/audioscale/gstaudioscale.c:
21761         * gst/audioscale/gstaudioscale.h:
21762         made audioscale resample from any sample rate to any sample rate
21763
21764 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         * ext/libpng/gstpngdec.c:
21767           error out on unsupported types
21768
21769 2004-08-17  Iain <iaingnome@gmail.com>
21770
21771         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21772         mid_side and loose_mid_side properties if its a stereo stream.
21773
21774 2004-08-17  Wim Taymans  <wim@fluendo.com>
21775
21776         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21777         (theora_get_formats), (theora_dec_src_convert),
21778         (theora_dec_sink_convert), (theora_dec_src_query),
21779         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21780         Add a debug line.
21781
21782 2004-08-17  Wim Taymans  <wim@fluendo.com>
21783
21784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21785         (gst_ogg_pad_push):
21786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21787         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21788         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21789         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21790         Mark delta units in the muxer.
21791         Try to decode the packet after an out-of-sync error from
21792         libogg.
21793
21794 2004-08-17  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21797         (gst_multifdsink_init), (gst_multifdsink_add),
21798         (gst_multifdsink_client_queue_buffer),
21799         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21800         * gst/tcp/gstmultifdsink.h:
21801         Added option to send a keyframe to clients as the first buffer.
21802         Make timeout property writable.
21803
21804 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         patch by: Wim Taymans
21807
21808         * gst/tcp/gstfdset.c:
21809         * gst/tcp/gstmultifdsink.c:
21810           fix index comparison, should include 0
21811
21812 2004-08-16  Wim Taymans  <wim@fluendo.com>
21813
21814         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21815         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21816         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21817         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21818         (gst_fdset_wait):
21819           copy when reallocing for poll so the select arguments don't get
21820           changed during the call
21821
21822 2004-08-16  Wim Taymans  <wim@fluendo.com>
21823
21824         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21825         (gst_theora_enc_class_init), (theora_enc_sink_link),
21826         (theora_buffer_from_packet), (theora_enc_chain):
21827         Fix bug where buffers were not marked as keyframes
21828         correctly.
21829
21830 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21831
21832         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21833         (gst_lame_preset_get_type), (gst_lame_class_init):
21834         describe the enum values for vbr mode and presets more verbosely
21835
21836 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21837
21838         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21839         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21840         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21841         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21842         * ext/lame/gstlame.h:
21843         add preset property to lame so it can use lame presets
21844
21845 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21846
21847         * ext/lame/gstlame.c: (gst_lame_get_property):
21848         whoops forgot break, thanks teuf
21849
21850 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21851
21852         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21853         (gst_lame_class_init), (gst_lame_src_getcaps),
21854         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21855         (gst_lame_get_property), (gst_lame_setup):
21856         * ext/lame/gstlame.h:
21857         fix lame's broken vbr stuff, allow it to resample if need be, and also
21858         make xing header optional
21859
21860 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21861
21862         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21863         added getcaps function so samplerate doesnt get fixated to silly values
21864
21865 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21866
21867         * ext/lame/gstlame.c: (gst_lame_src_link):
21868         revert previous fix
21869
21870 2004-08-12  Johan Dahlin  <johan@gnome.org>
21871
21872         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21873         checks. Doesn't matter what state we are in. Interfaces are a
21874         compile time thing, not runtime. It also broke the python bindings.
21875
21876 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21877
21878         * ext/lame/gstlame.c: (gst_lame_src_link):
21879         made source pad link function check if sinkpad is ok..fixes the problem
21880         where core fixates the output rate of lame stupidly
21881
21882 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21883
21884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21885         * sys/v4l/v4l_calls.c:
21886         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21887           fix fixate function to handle nonsimple caps.
21888           remove bogus check in _link
21889           cleanups
21890
21891 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21892
21893         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21894         set default compression ratio parameter to 0.0 so bitrate parameter
21895         works :)
21896
21897 2004-08-11  David Schleef  <ds@schleef.org>
21898
21899         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21900
21901 2004-08-11  David Schleef  <ds@schleef.org>
21902
21903         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21904         before.
21905
21906 2004-08-11  David Schleef  <ds@schleef.org>
21907
21908         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21909
21910 2004-08-11  David Schleef  <ds@schleef.org>
21911
21912         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21913           license field
21914         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21915         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21916           LGPL.
21917         * gst/auparse/gstauparse.c: Fix plugin license field.
21918         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21919         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21920         * gst/rtp/gstrtp.c: Fix plugin license field.
21921
21922 2004-08-11  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst/tcp/Makefile.am:
21925         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21926         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21927         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21928         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21929         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21930         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21931         (gst_fdset_fd_can_write), (gst_fdset_wait):
21932         * gst/tcp/gstfdset.h:
21933         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21934         (gst_multifdsink_class_init), (gst_multifdsink_init),
21935         (gst_multifdsink_add), (gst_multifdsink_remove),
21936         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21937         (gst_multifdsink_remove_client_link),
21938         (gst_multifdsink_handle_client_read),
21939         (gst_multifdsink_client_queue_data),
21940         (gst_multifdsink_client_queue_caps),
21941         (gst_multifdsink_client_queue_buffer),
21942         (gst_multifdsink_handle_client_write),
21943         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21944         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21945         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21946         (gst_multifdsink_close):
21947         * gst/tcp/gstmultifdsink.h:
21948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21949         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21950         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21951         (gst_tcpserversink_close):
21952         * gst/tcp/gsttcpserversink.h:
21953         Abstracted away the select call, implemented poll (yes we ran into
21954         the 1024 limit in production).
21955
21956 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * gst/tcp/gsttcp.c:
21959         * gst/tcp/gsttcpplugin.c:
21960           improve debuggging, remove assert
21961
21962 2004-08-10  Wim Taymans  <wim@fluendo.com>
21963
21964         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21965         (gst_client_status_get_type), (gst_multifdsink_class_init),
21966         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21967         (gst_multifdsink_handle_client_read),
21968         (gst_multifdsink_handle_client_write),
21969         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21970         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21971         (gst_multifdsink_get_property):
21972         * gst/tcp/gstmultifdsink.h:
21973         * gst/tcp/gsttcp-marshal.list:
21974         Starting to prepare for specifying buffer time in other units
21975         than buffers. Expose remove reason in signal.
21976
21977 2004-08-10  Wim Taymans  <wim@fluendo.com>
21978
21979         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21980         (gst_multifdsink_remove), (gst_multifdsink_clear),
21981         (gst_multifdsink_remove_client_link),
21982         (gst_multifdsink_handle_client_read),
21983         (gst_multifdsink_client_queue_data),
21984         (gst_multifdsink_client_queue_buffer),
21985         (gst_multifdsink_handle_client_write),
21986         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21987         (gst_multifdsink_chain), (gst_multifdsink_close):
21988         * gst/tcp/gstmultifdsink.h:
21989         Added more debugging info. Changed the way clients are
21990         removed from the lists. Fixed a bug where a bad file descriptor
21991         could cause many clients to be removed.
21992
21993 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21994
21995         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21996           allow all pixel-aspect-ratios, not just 1:1
21997
21998 2004-08-09  David Schleef  <ds@schleef.org>
21999
22000         * sys/glsink/ARB_multitexture.h:  Remove old files.
22001         * sys/glsink/EXT_paletted_texture.h:
22002         * sys/glsink/NV_register_combiners.h:
22003         * sys/glsink/gstgl_nvimage.c:
22004         * sys/glsink/gstgl_pdrimage.c:
22005         * sys/glsink/gstgl_rgbimage.c:
22006         * sys/glsink/gstglsink.c:
22007         * sys/glsink/gstglsink.h:
22008         * sys/glsink/gstglxwindow.c:
22009         * sys/glsink/regcomb_yuvrgb.c:
22010
22011 2004-08-09  David Schleef  <ds@schleef.org>
22012
22013         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22014         GL sink plugin.  (Bug #147302)
22015
22016         * configure.ac: Test for OpenGL
22017         * sys/Makefile.am: Use test for OpenGL
22018         * sys/glsink/Makefile.am:
22019         * sys/glsink/glimagesink.c: rewrite
22020         * sys/glsink/glimagesink.h: rewrite
22021
22022 2004-08-09  David Schleef  <ds@schleef.org>
22023
22024         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22025         sane framerates.
22026         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22028         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22029
22030 2004-08-09  Wim Taymans  <wim@fluendo.com>
22031
22032         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22033         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22034         (gst_multifdsink_client_remove),
22035         (gst_multifdsink_handle_client_read),
22036         (gst_multifdsink_handle_client_write),
22037         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22038         Do a bit more logging, make the client_read code more robust.
22039
22040 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22041
22042         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22043         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22044         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22045         (gst_jpegdec_init), (gst_jpegdec_chain):
22046         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22047         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22048           cleanups, debugging fixes and memleak plugging
22049
22050 2004-08-09  Wim Taymans  <wim@fluendo.com>
22051
22052         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22053         (theora_get_formats), (theora_dec_src_convert),
22054         (theora_dec_sink_convert), (theora_dec_src_query),
22055         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22056         (theora_dec_change_state):
22057         Don't crash on missing header packets.
22058
22059 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22060
22061         * po/LINGUAS:
22062         * po/sq.po:
22063           Added Albanian translation (Laurent Dhima)
22064         * po/cs.po:
22065           updated
22066
22067 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22068
22069         * ext/lame/gstlame.c:
22070           fix/add debugging
22071
22072 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22073
22074         * sys/ximage/ximagesink.c:
22075         * sys/xvimage/xvimagesink.c:
22076           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22077
22078 2004-08-06  Wim Taymans  <wim@fluendo.com>
22079
22080         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22081         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22082         (gst_multifdsink_client_remove),
22083         (gst_multifdsink_handle_client_read),
22084         (gst_multifdsink_handle_client_write),
22085         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22086         Make sure we don't try to read more from a client that what
22087         ioctl says us or we deadlock.
22088
22089 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22090
22091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22092         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22093         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22094           decouple running_time and n_frames so it can handle changing
22095           framerate while running
22096
22097 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22098
22099         * po/nl.po:
22100         * po/sv.po:
22101           updated translations
22102
22103 2004-08-04  Benjamin Otte  <otte@gnome.org>
22104
22105         * gst/videotestsrc/gstvideotestsrc.c:
22106         (gst_videotestsrc_get_capslist), (generate_capslist),
22107         (plugin_init):
22108           generate the list of supported caps at startup and reuse it instead
22109           of always generating it
22110
22111 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22112
22113         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22114           whoops, last checkin broke normal build
22115
22116 2004-08-03  Benjamin Otte  <otte@gnome.org>
22117
22118         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22119         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22120         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22121         (gst_alsa_mixer_get_option):
22122         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22123         (dvdnavsrc_print_event):
22124         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22126         (gst_ogg_mux_pad_unlink):
22127         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22128         (gst_multipart_mux_pad_unlink):
22129         * gst/videofilter/gstvideobalance.c:
22130         (gst_videobalance_colorbalance_set_value):
22131         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22132         (gst_videomixer_pad_unlink):
22133         * po/uk.po:
22134         * sys/oss/gstossmixer.c:
22135         * sys/v4l/gstv4lcolorbalance.c:
22136         * sys/v4l/gstv4ltuner.c:
22137         * sys/v4l/v4lsrc_calls.c:
22138         * sys/v4l2/gstv4l2colorbalance.c:
22139         * sys/v4l2/gstv4l2tuner.c:
22140           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22141
22142 2004-08-03  Benjamin Otte  <otte@gnome.org>
22143
22144         * examples/dynparams/filter.c: (ui_control_create):
22145         * examples/gstplay/player.c: (print_tag):
22146         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22147         * ext/gdk_pixbuf/gstgdkanimation.c:
22148         (gst_gdk_animation_iter_may_advance):
22149         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22150         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22151         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22152         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22154         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22155         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22156         * gst/sine/demo-dparams.c: (main):
22157         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22158         * testsuite/alsa/formats.c: (create_pipeline):
22159         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22160           fixes for G_DISABLE_ASSERT and friends
22161         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22162         (mp3_type_frame_length_from_header), (mp3_type_find),
22163         (plugin_init):
22164           require mp3 typefinding to have at least MIN_HEADERS valid headers
22165           add typefinding for AAC adts files
22166
22167 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22168
22169         * sys/ximage/ximagesink.c:
22170         (gst_ximagesink_calculate_pixel_aspect_ratio):
22171         * sys/xvimage/xvimagesink.c:
22172         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22173         Make sure we calculate pixel-aspect-ratio using floating point maths
22174
22175 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22176
22177         * po/uk.po:
22178           updated translation
22179
22180 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22181
22182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22184           add debugging for display PAR calculation
22185
22186 2004-08-02  David Schleef  <ds@schleef.org>
22187
22188         * configure.ac: Fix mikmod CFLAGS.
22189
22190 2004-07-27  Benjamin Otte  <otte@gnome.org>
22191
22192         * gst/audioscale/gstaudioscale.c:
22193         - fix templates to only support S16, it's the only format that works
22194         - make caps nego code use try_set_caps_nonfixed and fixation instead
22195         of try_set_caps twice, which is not nice for autopluggers
22196         - change rank to secondary, so autopluggers can pick it up after
22197         audioconvert
22198
22199 2004-08-02  Iain <iain@prettypeople.org>
22200
22201         * gst/interleave/interleave.c (interleave_init),
22202         (interleave_request_new_pad),
22203         (interleave_pad_removed),
22204         (interleave_buffered_loop): Use the real pad count, not the artificial
22205         one.
22206
22207 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22208
22209         * configure.ac: bump nano back to development
22210
22211 === release 0.8.3 ===
22212
22213 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22214
22215         * configure.ac: releasing 0.8.3, "Water"
22216
22217 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * sys/xvimage/xvimagesink.c:
22220         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22221         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22222         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22223         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22224         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22225         * sys/xvimage/xvimagesink.h:
22226           apply similar PAR fixes as to ximagesink
22227
22228 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         patch from: Benjamin Otte
22231
22232         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22233           add link function to lame.  Fixes #148986.
22234
22235 2004-08-02  Johan Dahlin  <johan@gnome.org>
22236
22237         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22238         fix debugging log
22239
22240 2004-07-30  David Schleef  <ds@schleef.org>
22241
22242         * gst/videomixer/Makefile.am: Fix things that should have been
22243         fixed in the last checkin.
22244
22245 2004-07-30  David Schleef  <ds@schleef.org>
22246
22247         * gst/multipart/Makefile.am: Fix things that should have been
22248         fixed in the last checkin.
22249
22250 2004-07-30  David Schleef  <ds@schleef.org>
22251
22252         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22253
22254 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * configure.ac:
22257           bump nano for prerelease
22258         * po/af.po:
22259         * po/az.po:
22260         * po/cs.po:
22261         * po/en_GB.po:
22262         * po/hu.po:
22263         * po/nl.po:
22264         * po/sr.po:
22265         * po/sv.po:
22266         * po/uk.po:
22267           updates
22268
22269 2004-07-30  Wim Taymans  <wim@fluendo.com>
22270
22271         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22272         (gst_multifdsink_add), (gst_multifdsink_remove),
22273         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22274         (gst_multifdsink_client_remove),
22275         (gst_multifdsink_handle_client_write),
22276         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22277         * gst/tcp/gstmultifdsink.h:
22278         Recover from a select with a bad file descriptor by removing
22279         the client.
22280
22281 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22282
22283         * configure.ac:
22284           fix requirement of core
22285         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22286         (gst_play_pipeline_setup):
22287           don't use colorspace element.  do use hermescolorspace element.
22288           make macro to get a colorspace element.
22289           mark strings for translation.
22290         * po/POTFILES.in:
22291           add play.c
22292         * po/af.po:
22293         * po/az.po:
22294         * po/cs.po:
22295         * po/en_GB.po:
22296         * po/hu.po:
22297         * po/nl.po:
22298         * po/sr.po:
22299         * po/sv.po:
22300         * po/uk.po:
22301           update translations
22302
22303 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22304
22305         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22306         fix default for newmedia flag
22307
22308 2004-07-30  Wim Taymans  <wim@fluendo.com>
22309
22310         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22311         (gst_theora_dec_init), (theora_get_formats),
22312         (theora_dec_src_convert), (theora_dec_sink_convert),
22313         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22314         (theora_dec_chain), (theora_dec_set_property),
22315         (theora_dec_get_property):
22316         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22317         (gst_theora_enc_class_init), (gst_theora_enc_init),
22318         (theora_enc_sink_link), (theora_enc_chain),
22319         (theora_enc_set_property), (theora_enc_get_property):
22320         Added cropping option to theora decoder.
22321         Added border option to theora encoder.
22322
22323 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22324
22325         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22326         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22327         (gst_pngenc_set_property):
22328         * ext/libpng/gstpngenc.h:
22329         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
22330
22331 2004-07-30  Wim Taymans  <wim@fluendo.com>
22332
22333         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22334         (theora_enc_sink_link), (theora_enc_chain),
22335         (theora_enc_set_property), (theora_enc_get_property):
22336         Fix encoding of non-multiple-of-16 video.
22337
22338 2004-07-29  David Schleef  <ds@schleef.org>
22339
22340         * configure.ac: make test for audiofile more strict
22341
22342 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22343
22344         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22345           give different names to typefind functions
22346
22347 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22350         (gst_ximagesink_calculate_pixel_aspect_ratio),
22351         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22352         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22353         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22354         (gst_ximagesink_get_property), (gst_ximagesink_init):
22355         * sys/ximage/ximagesink.h:
22356           allocate PAR's dynamically.
22357           use autodetected PAR if no object-set PAR is given.
22358           add workaround for directfb's X not setting physical size.
22359           fix to xvimagesink will follow tomorrow.
22360
22361 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22362
22363         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22364         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22365         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22366         (gst_shout2send_class_init), (gst_shout2send_init),
22367         (set_shout_metadata), (gst_shout2send_set_metadata),
22368         (gst_shout2send_chain), (gst_shout2send_set_property),
22369         (gst_shout2send_get_property), (gst_shout2send_connect),
22370         (gst_shout2send_change_state):
22371         * ext/shout2/gstshout2.h:
22372         - fix for sending mp3 audio to icecast2 server, if pad link function not
22373         called before PAUSED state
22374         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22375         - added tagging support for mp3 audio broadcasted
22376         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22377         debug info
22378
22379 2004-07-28  Wim Taymans  <wim@fluendo.com>
22380
22381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22382         (gst_ogg_demux_push):
22383         Return query failure when we don't know the length of
22384         an ogg stream insteda of returning TRUE with a bogus value.
22385
22386 2004-07-28  Wim Taymans  <wim@fluendo.com>
22387
22388         * ext/theora/theoradec.c: (theora_get_formats),
22389         (theora_dec_src_convert), (theora_dec_sink_convert),
22390         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22391         (theora_dec_chain):
22392         Don't screw up the 1 Chroma for 1 luma sample situation when we
22393         have an odd offset/width by adding a black border in those cases.
22394
22395 2004-07-28  Wim Taymans  <wim@fluendo.com>
22396
22397         * ext/theora/theoradec.c: (theora_get_formats),
22398         (theora_dec_src_convert), (theora_dec_sink_convert),
22399         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22400         (theora_dec_chain):
22401         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22402         Added first attempt at cropping of the image as required by the
22403         theora spec. We need more properties in the caps (offset_x,
22404         offset_y,stride) to implement this correctly.
22405
22406 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22407
22408         * ext/dvdnav/README:
22409           Update the README to use dvddemux
22410         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22411           Ensure getcaps returns a subset of the template caps
22412         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22413         (gst_mpeg2subt_init):
22414           Ensure getcaps returns a subset of the template caps
22415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22416         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22417         (gst_dvd_demux_get_subpicture_stream),
22418         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22419         * gst/mpegstream/gstdvddemux.h:
22420           Set the explicit caps on the current_video pad before pushing
22421           anything
22422         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22423         (gst_mpeg_demux_get_audio_stream):
22424           Free caps used to gst_pad_set_explicit_caps, which takes a const
22425           GstCaps *
22426
22427 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22428
22429         * configure.ac: update GStreamer requirement to 0.8.4 because of
22430           GstFraction.
22431
22432 2004-07-28  Wim Taymans  <wim@fluendo.com>
22433
22434         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22435         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22436         Add the pad to the element after setting up the caps. This
22437         makes it a lot easier to autoplug.
22438
22439 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22440
22441         * gst/median/gstmedian.c:
22442         * gst/mpeg2subt/gstmpeg2subt.c:
22443         * gst/mpegaudioparse/gstmpegaudioparse.c:
22444         * gst/mpegstream/gstdvddemux.c:
22445         * gst/mpegstream/gstmpegdemux.c:
22446         * gst/mpegstream/gstmpegpacketize.c:
22447         * gst/rtjpeg/gstrtjpeg.c:
22448         * gst/rtjpeg/gstrtjpegdec.c:
22449         * gst/rtjpeg/gstrtjpegenc.c:
22450         * gst/sine/gstsinesrc.c:
22451         * gst/smooth/gstsmooth.c:
22452         * gst/smpte/gstsmpte.c:
22453         * gst/smpte/gstsmpte.h:
22454         * gst/stereo/gststereo.c:
22455         * gst/videofilter/gstgamma.c:
22456         * gst/videofilter/gstvideobalance.c:
22457         * gst/videofilter/gstvideofilter.c:
22458         * gst/videofilter/gstvideoflip.c:
22459         * gst/videoscale/gstvideoscale.c:
22460         * gst/videoscale/videoscale.c:
22461         * gst/videotestsrc/gstvideotestsrc.c:
22462         * gst/videotestsrc/videotestsrc.c:
22463         * gst/wavenc/gstwavenc.c:
22464         * gst/wavparse/gstwavparse.c:
22465           fix local includes and 64 bits constants
22466
22467 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22468
22469         * win32/gst.sln:
22470         * gst-libs/gst/*/*.vcproj:
22471         * gst/*/*.vcproj:
22472           more working plugins
22473
22474 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22475
22476         * testsuite/alsa/Makefile.am:
22477         * testsuite/alsa/srcstate.c:
22478         add test for alsasrc changing state
22479
22480 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22481
22482         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22483         (gst_silence_get):
22484         * gst/silence/gstsilence.h:
22485         fix silence generation for 16bit raw audio
22486
22487 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22488
22489         * gst/matroska/matroska-demux.c:
22490         (gst_matroska_demux_parse_metadata),
22491         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22492         * gst/mpegaudio/common.c:
22493         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22494         (gst_videoscale_getcaps), (gst_videoscale_link),
22495         (gst_videoscale_src_fixate), (gst_videoscale_init),
22496         (gst_videoscale_finalize):
22497         * gst/videoscale/gstvideoscale.h:
22498         * gst/videotestsrc/gstvideotestsrc.c:
22499         (gst_videotestsrc_get_capslist):
22500         * gst/wavenc/gstwavenc.c:
22501         * sys/oss/gstossmixer.c: (fill_labels):
22502         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22503         (gst_ximagesink_handle_xevents),
22504         (gst_ximagesink_calculate_pixel_aspect_ratio),
22505         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22506         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22507         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22508         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22509         (gst_ximagesink_init), (gst_ximagesink_class_init):
22510         * sys/ximage/ximagesink.h:
22511         * sys/xvimage/xvimagesink.c:
22512         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22513         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22514         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22515         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22516         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22517         * sys/xvimage/xvimagesink.h:
22518           first batch of pixel aspect ratio commits.
22519
22520 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22521
22522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22523         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22524         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22525           handle stride, needs work if we want to move stride handling
22526           upstream, but works correctly for our purposes.
22527
22528 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22529
22530         * gst/videoscale/README:
22531           add testing examples
22532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22533         (gst_videoscale_chain):
22534         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22535         (gst_videoscale_get_size):
22536           add get_size function that handles stride like videotestsrc.
22537           fixes conversion for YUV formats for as much as I can test them.
22538
22539 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22540
22541         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22542         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22544         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22545         (gst_xvimagesink_xvimage_put):
22546           further cleanups, logging, error handling and synchronizing
22547
22548 2004-07-27  Wim Taymans  <wim@fluendo.com>
22549
22550         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22551         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22552         (gst_videomixer_pad_set_property),
22553         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22554         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22555         (gst_videomixer_class_init), (gst_videomixer_init),
22556         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22557         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22558         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22559         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22560         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22561         (gst_videomixer_loop), (plugin_init):
22562         Be a nicer negotiation citizen and provide a getcaps function on
22563         the srcpad. This also fixes a crash when resizing.
22564
22565 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22566
22567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22568         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22569
22570 2004-07-27  Wim Taymans  <wim@fluendo.com>
22571
22572         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22573         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22574         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22575         (gst_pngenc_set_property):
22576         * ext/libpng/gstpngenc.h:
22577         Added snapshot property to pngenc.
22578         removed g_print from pngdec
22579
22580 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22581
22582         * gst/ac3parse/ac3parse.vcproj
22583         * gst/adder/adder.vcproj
22584         * gst/alpha/alpha.vcproj
22585         * gst/alpha/alphacolor.vcproj
22586         * gst/asfdemux/asf.vcproj
22587         * gst/audioconvert/audioconvert.vcproj
22588         * gst/audiorate/audiorate.vcproj
22589         * gst/audioscale/audioscale.vcproj
22590         * gst/auparse/auparse.vcproj
22591         * gst/avi/avi.vcproj
22592         * gst/cdxaparse/cdxaparse.vcproj
22593         * gst/chart/chart.vcproj
22594         * gst/colorspace/colorspace.vcproj
22595         * gst/cutter/cutter.vcproj
22596         * gst/debug/debug.vcproj
22597         * gst/debug/efence.vcproj
22598         * gst/debug/navigationtest.vcproj
22599         * gst/deinterlace/deinterlace.vcproj
22600         * gst/effectv/effectv.vcproj
22601         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22602         * gst/filter/filter.vcproj
22603         * gst/flx/flxdec.vcproj
22604         * gst/goom/goom.vcproj
22605         * gst/interleave/interleave.vcproj
22606         * gst/law/alaw.vcproj
22607         * gst/law/mulaw.vcproj
22608         * gst/matroska/matroska.vcproj
22609         * gst/median/median.vcproj
22610         * gst/mixmatrix/mixmatrix.vcproj
22611         * gst/mpeg1sys/mpeg1systemencode.vcproj
22612         * gst/mpeg1videoparse/mp1videoparse.vcproj
22613         * gst/mpeg2sub/mpeg2subt.vcproj
22614         * gst/mpegaudio/mpegaudio.vcproj
22615         * gst/mpegaudioparse/mpegaudioparse.vcproj
22616         * gst/mpegstream/mpegstream.vcproj
22617         * gst/multifilesink/multifilesink.vcproj
22618         * gst/multipart/multipart.vcproj
22619         * gst/oneton/oneton.vcproj
22620         * gst/overlay/overlay.vcproj
22621         * gst/passthrough/passthrough.vcproj
22622         * gst/qtdemux/qtdemux.vcproj
22623         * gst/realmedia/rmdemux.vcproj
22624         * gst/rtjpeg/rtjpeg.vcproj
22625         * gst/rtp/rtp.vcproj
22626         * gst/silence/silence.vcproj
22627         * gst/sine/sinesrc.vcproj
22628         * gst/smooth/smooth.vcproj
22629         * gst/smpte/smpte.vcproj
22630         * gst/spectrum/spectrum.vcproj
22631         * gst/speed/speed.vcproj
22632         * gst/stereo/stereo.vcproj
22633         * gst/switch/switch.vcproj
22634         * gst/tags/tagedit.vcproj
22635         * gst/tcp/tcp.vcproj
22636         * gst/typefind/typefindfunctions.vcproj
22637         * gst/udp/udp.vcproj
22638         * gst/videobox/videobox.vcproj
22639         * gst/videocrop/videocrop.vcproj
22640         * gst/videodrop/videodrop.vcproj
22641         * gst/videofilter/gamma.vcproj
22642         * gst/videofilter/videobalance.vcproj
22643         * gst/videofilter/videofilter.vcproj
22644         * gst/videofilter/videoflip.vcproj
22645         * gst/videoflip/videoflip.vcproj
22646         * gst/videomixer/videomixer.vcproj
22647         * gst/videorate/videorate.vcproj
22648         * gst/videoscale/videoscale.vcproj
22649         * gst/videotestsrc/videotestsrc.vcproj
22650         * gst/virtualdub/virtualdub.vcproj
22651         * gst/volenv/volenv.vcproj
22652         * gst/volume/volume.vcproj
22653         * gst/wavenc/wavenc.vcproj
22654         * gst/wavparse/wavparse.vcproj
22655         * gst/y4m/y4menc.vcproj
22656         * gst-libs/gst/audio/audio.vcproj
22657         * gst-libs/gst/audio/audiofilter.vcproj
22658         * gst-libs/gst/colorbalance/colorbalance.vcproj
22659         * gst-libs/gst/idct/idtc.vcproj
22660         * gst-libs/gst/media-info/media-info.vcproj
22661         * gst-libs/gst/mixer/mixer.vcproj
22662         * gst-libs/gst/navigation/navigation.vcproj
22663         * gst-libs/gst/play/play.vcproj
22664         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22665         * gst-libs/gst/resample/resample.vcproj
22666         * gst-libs/gst/riff/riff.vcproj
22667         * gst-libs/gst/tuner/tuner.vcproj
22668         * gst-libs/gst/video/video.vcproj
22669         * gst-libs/gst/xoverlay/xoverlay.vcproj
22670           avoid problems with math.h, fix release dependancy
22671           rename GStreamer-0.8.lib to libgstreamer.lib
22672
22673 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22674
22675         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22677         the atom is not available we have to unlock the mutex. Fixes #148023
22678
22679 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22680
22681         * gst-libs/gst/media-info/media-info.h:
22682           issue for a vararg macro with MSVC
22683
22684 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22685
22686         * gst/effectv/effectv.vcproj
22687         * gst-libs/gst/idct/idct.vcproj:
22688         * gst-libs/gst/media-info/media-info.vcproj:
22689         * gst-libs/gst/navigation/navigation.vcproj:
22690         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22691         * gst-libs/gst/video/video.vcproj:
22692         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22693           fixes for build problems
22694
22695 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22696
22697         * gst-libs/gst/audio/audio.def:
22698         * gst-libs/gst/audio/riff.def:
22699           add some definitions needed by plugins
22700
22701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22702
22703         * gst/asfdemux/gstasfmux.c
22704           Fix some 64 bits constants to be glib friendly
22705
22706 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22707
22708         * gst/ac3parse/gstac3parse.c
22709         * gst/audioscale/gstaudioscale.c
22710         * gst/auparse/gstauparse.c
22711         * gst/colorspace/gstcolorspace.c
22712         * gst/colorspace/yuv2rgb.h
22713           local include fixes
22714
22715 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22716
22717         * win32/gst.sln
22718           add more plugins to the build
22719
22720 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22721
22722         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22723         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22724
22725 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22726
22727         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22728         (gst_level_set_property), (gst_level_get_property),
22729         (gst_level_base_init), (gst_level_class_init):
22730           add debugging categories.  cleanups.
22731
22732 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22733
22734         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22735         (gst_videoscale_planar411), (gst_videoscale_planar400),
22736         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22737         (gst_videoscale_scale_nearest_str1),
22738         (gst_videoscale_scale_nearest_str2),
22739         (gst_videoscale_scale_nearest_str4),
22740         (gst_videoscale_scale_nearest_16bit),
22741         (gst_videoscale_scale_nearest_24bit):
22742           fixed stride issues
22743           tested with 320x240 -> 321, 322, 324 x240
22744           tested with YV12, I420, YUY2, UYVY
22745           fixed packed422rev (don't think it could have worked before)
22746           by testing with UYVY
22747
22748 2004-07-26  Benjamin Otte  <otte@gnome.org>
22749
22750         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22751         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22752         (plugin_init):
22753           add debugging category, add error checks like checking return values
22754           of setup calls, make sure it still works after
22755           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22756
22757 2004-07-26  Wim Taymans  <wim@fluendo.com>
22758
22759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22760         (gst_mpeg_demux_get_audio_stream),
22761         (gst_mpeg_demux_process_private):
22762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22763         Check for error codes from the negotiation functions. Make sure
22764         we really set the pad caps when a new pad is created.
22765
22766 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22767
22768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22769         (gst_ffmpeg_caps_to_pix_fmt):
22770         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22772         (gst_ffmpegcolorspace_pad_link):
22773           don't make function do two things at the same time without reason.
22774
22775 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22776
22777         * gst/ac3parse/ac3parse.vcproj
22778         * gst/adder/adder.vcproj
22779         * gst/alpha/alpha.vcproj
22780         * gst/alpha/alphacolor.vcproj
22781         * gst/asfdemux/asf.vcproj
22782         * gst/audioconvert/audioconvert.vcproj
22783         * gst/audiorate/audiorate.vcproj
22784         * gst/audioscale/audioscale.vcproj
22785         * gst/auparse/auparse.vcproj
22786         * gst/avi/avi.vcproj
22787         * gst/cdxaparse/cdxaparse.vcproj
22788         * gst/chart/chart.vcproj
22789         * gst/colorspace/colorspace.vcproj
22790         * gst/cutter/cutter.vcproj
22791         * gst/debug/debug.vcproj
22792         * gst/debug/efence.vcproj
22793         * gst/debug/navigationtest.vcproj
22794         * gst/deinterlace/deinterlace.vcproj
22795         * gst/effectv/effectv.vcproj
22796         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22797         * gst/filter/filter.vcproj
22798         * gst/flx/flxdec.vcproj
22799         * gst/goom/goom.vcproj
22800         * gst/interleave/interleave.vcproj
22801         * gst/law/alaw.vcproj
22802         * gst/law/mulaw.vcproj
22803         * gst/matroska/matroska.vcproj
22804         * gst/median/median.vcproj
22805         * gst/mixmatrix/mixmatrix.vcproj
22806         * gst/mpeg1sys/mpeg1systemencode.vcproj
22807         * gst/mpeg1videoparse/mp1videoparse.vcproj
22808         * gst/mpeg2sub/mpeg2subt.vcproj
22809         * gst/mpegaudio/mpegaudio.vcproj
22810         * gst/mpegaudioparse/mpegaudioparse.vcproj
22811         * gst/mpegstream/mpegstream.vcproj
22812         * gst/multifilesink/multifilesink.vcproj
22813         * gst/multipart/multipart.vcproj
22814         * gst/oneton/oneton.vcproj
22815         * gst/overlay/overlay.vcproj
22816         * gst/passthrough/passthrough.vcproj
22817         * gst/qtdemux/qtdemux.vcproj
22818         * gst/realmedia/rmdemux.vcproj
22819         * gst/rtjpeg/rtjpeg.vcproj
22820         * gst/rtp/rtp.vcproj
22821         * gst/silence/silence.vcproj
22822         * gst/sine/sinesrc.vcproj
22823         * gst/smooth/smooth.vcproj
22824         * gst/smpte/smpte.vcproj
22825         * gst/spectrum/spectrum.vcproj
22826         * gst/speed/speed.vcproj
22827         * gst/stereo/stereo.vcproj
22828         * gst/switch/switch.vcproj
22829         * gst/tags/tagedit.vcproj
22830         * gst/tcp/tcp.vcproj
22831         * gst/typefind/typefindfunctions.vcproj
22832         * gst/udp/udp.vcproj
22833         * gst/videobox/videobox.vcproj
22834         * gst/videocrop/videocrop.vcproj
22835         * gst/videodrop/videodrop.vcproj
22836         * gst/videofilter/gamma.vcproj
22837         * gst/videofilter/videobalance.vcproj
22838         * gst/videofilter/videofilter.vcproj
22839         * gst/videofilter/videoflip.vcproj
22840         * gst/videoflip/videoflip.vcproj
22841         * gst/videomixer/videomixer.vcproj
22842         * gst/videorate/videorate.vcproj
22843         * gst/videoscale/videoscale.vcproj
22844         * gst/videotestsrc/videotestsrc.vcproj
22845         * gst/virtualdub/virtualdub.vcproj
22846         * gst/volenv/volenv.vcproj
22847         * gst/volume/volume.vcproj
22848         * gst/wavenc/wavenc.vcproj
22849         * gst/wavparse/wavparse.vcproj
22850         * gst/y4m/y4menc.vcproj
22851           more plugins supported under windows
22852
22853 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22854
22855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22856         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22857         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22859         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22860           Add debugging statements.  Use the sizes as returned by the
22861           *CreateImage calls.
22862
22863 2004-07-26  Johan Dahlin  <johan@gnome.org>
22864
22865         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22866         the pad is negotiated.
22867
22868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22869
22870 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22871
22872         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22873         * gst-libs/gst/idct/idct.vcproj:
22874         * gst-libs/gst/media-info/media-info.vcproj:
22875         * gst-libs/gst/mixer/mixer.vcproj:
22876         * gst-libs/gst/navigation/navigation.vcproj:
22877         * gst-libs/gst/play/play.vcproj:
22878         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22879         * gst-libs/gst/resample/resample.vcproj:
22880         * gst-libs/gst/tuner/tuner.vcproj:
22881         * gst-libs/gst/video/video.vcproj:
22882         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22883           more plugins supported under windows
22884
22885 2004-07-25 Iain <iain@prettypeople.org>
22886
22887         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22888         pad now rather than when the pad is created because state changes wipe
22889         explicit caps (fixes #148043).
22890
22891 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22892
22893         reviewed by Benjamin Otte  <otte@gnome.org>
22894
22895         * ext/mad/gstmad.c:
22896           fix mad plugin crashing on Sun (fixes #148289)
22897
22898 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22899
22900         * gst/avi/avi.def:
22901         * gst/avi/avi.vcproj:
22902         * gst/matroska/matroska.def:
22903         * gst/matroska/matroska.vcproj:
22904           remove unused .def files
22905
22906 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22907
22908         * gst-libs/gst/audio/gstaudiofilter.c:
22909           Clean the local include
22910
22911 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22912
22913         * win32/gst.sln:
22914         * gst-libs/gst/audio/audio.def:
22915         * gst-libs/gst/audio/audio.vcproj:
22916         * gst-libs/gst/audio/audiofilter.vcproj:
22917         * gst-libs/gst/audio/riff.def:
22918         * gst-libs/gst/audio/riff.vcproj:
22919         * gst-libs/gst/gst-libs.def:
22920         * gst-libs/gst/gst-libs.vcproj:
22921         * gst/avi/avi.vcproj:
22922         * gst/avi/avi.vcproj:
22923           Copy the files where needed after building, cleaner projects
22924
22925 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22926
22927         * gst/matroska/ebml-write.c:
22928           Fix some 64 bits constants to be glib friendly
22929
22930 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22931
22932         * win32/gst.sln:
22933         * gst-libs/gst/gst-libs.def:
22934         * gst-libs/gst/gst-libs.vcproj:
22935         * gst/matroska/matroska.def:
22936         * gst/matroska/matroska.vcproj:
22937           Add the preliminary canvas to build plugins on Win32
22938
22939 2004-07-23  Benjamin Otte  <otte@gnome.org>
22940
22941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22942           don't enfore negotiation from source side, it breaks
22943           sinesrc ! audioconvert ! osssink
22944
22945 2004-07-22  David Schleef  <ds@schleef.org>
22946
22947         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22948         for ELF files, since they can easily be recognized as audio/mpeg.
22949         (bug #147441)
22950
22951 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22952
22953         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22954         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22955         (gst_videoscale_scale_nearest_24bit),
22956         (gst_videoscale_scale_nearest_16bit):
22957           fix 16bit and 24bit for stride (24bit might need testing)
22958           don't pretend we do more than one algorithm
22959
22960 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22961
22962         * configure.ac:
22963         * gst/Makefile.am:
22964         * gst/multifilesink/Makefile.am:
22965         * gst/multifilesink/gstmultifilesink.c:
22966         (gst_multifilesink_get_formats),
22967         (gst_multifilesink_get_query_types), (_do_init),
22968         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22969         (gst_multifilesink_init), (gst_multifilesink_dispose),
22970         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22971         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22972         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22973         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22974         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22975         (gst_multifilesink_uri_get_type),
22976         (gst_multifilesink_uri_get_protocols),
22977         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22978         (gst_multifilesink_uri_handler_init), (plugin_init):
22979         * gst/multifilesink/gstmultifilesink.h:
22980         * testsuite/Makefile.am:
22981         * testsuite/multifilesink/Makefile.am:
22982         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22983         (gst_newmedia_class_init), (gst_newmedia_init),
22984         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22985         (newfile_signal), (test_signal), (main):
22986         multifilesink plugin for creating new files every time a new media
22987         discontinuity event occurs
22988
22989 2004-07-22  Wim Taymans  <wim@fluendo.com>
22990
22991         * gst/alpha/Makefile.am:
22992         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22993         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22994         (gst_alpha_color_init), (gst_alpha_color_set_property),
22995         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22996         (transform), (gst_alpha_color_chain),
22997         (gst_alpha_color_change_state), (plugin_init):
22998         Stupid plugin to to RGBA to AYUV conversion because none of
22999         the colorspace plugins can handle that yet.
23000
23001 2004-07-22  Wim Taymans  <wim@fluendo.com>
23002
23003         * examples/seeking/seek.c: (update_scale), (main):
23004         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23005         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23006         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23007         (gst_decode_bin_init), (gst_decode_bin_dispose),
23008         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23009         (no_more_pads), (close_link), (type_found),
23010         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23011         (plugin_init):
23012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23013         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23014         (gst_play_base_bin_dispose), (queue_overrun),
23015         (gen_preroll_element), (remove_prerolls), (unknown_type),
23016         (no_more_pads), (new_stream), (setup_source),
23017         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23018         (play_base_eos), (gst_play_base_bin_change_state),
23019         (gst_play_base_bin_add_element),
23020         (gst_play_base_bin_remove_element),
23021         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23022         (gst_play_base_bin_unlink_stream),
23023         (gst_play_base_bin_get_streaminfo):
23024         * gst/playback/gstplaybin.c: (gen_video_element),
23025         (gen_audio_element):
23026         * gst/playback/gststreaminfo.h:
23027         More playback updates, attempt to fix things after the state change
23028         breakage.
23029
23030 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23031
23032         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23033         (gst_videoscale_scale_nearest_16bit):
23034           comment algorithm
23035
23036 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23037
23038         * gst/videotestsrc/gstvideotestsrc.c:
23039         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23040         (gst_videotestsrc_init), (gst_videotestsrc_get),
23041         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23042         (gst_videotestsrc_get_property):
23043         * gst/videotestsrc/gstvideotestsrc.h:
23044         * gst/videotestsrc/videotestsrc.c:
23045         * gst/videotestsrc/videotestsrc.h:
23046           cleanup and commenting
23047
23048 2004-07-21  Wim Taymans  <wim@fluendo.com>
23049
23050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23051         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23052         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23053         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23054         (_find_chain_get_unknown_part), (_find_streams_check),
23055         (gst_ogg_demux_push), (gst_ogg_pad_push):
23056         * ext/theora/theoradec.c: (theora_get_formats),
23057         (theora_dec_src_convert), (theora_dec_sink_convert),
23058         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23059         (theora_dec_chain):
23060         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23061         (vorbis_dec_convert), (vorbis_dec_src_query),
23062         (vorbis_dec_src_event), (vorbis_dec_event):
23063         More seeking fixes, oggdemux now supports seeking to time and
23064         uses the downstream element to convert granulepos to time.
23065         Seeking in theora-only ogg files now works.
23066
23067 2004-07-21  Wim Taymans  <wim@fluendo.com>
23068
23069         * ext/theora/theoradec.c: (gst_theora_dec_init),
23070         (theora_get_formats), (theora_get_event_masks),
23071         (theora_get_query_types), (theora_dec_src_convert),
23072         (theora_dec_sink_convert), (theora_dec_src_query),
23073         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23074         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23075         (vorbis_get_event_masks), (vorbis_get_query_types),
23076         (gst_vorbis_dec_init), (vorbis_dec_convert),
23077         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23078         Added query/convert/formats functions to vorbis and theora decoders
23079         so that the outside world can use them too. Fixed seeking on an
23080         ogg/theora/vorbis file by disabling the seeking seeking on the
23081         theora srcpad.
23082
23083 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23084
23085         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23086         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23087         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23088         images creation for both elements. We don't create the image on caps
23089         nego or renego, we just destroy the internal one if present if it does
23090         not match the needs. The chain function takes care of creating a new
23091         image when needed.
23092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23093         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23094         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23095         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23096         the image format information. The buffer pool checks for the context
23097         image format and discard images with different formats.
23098         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23099
23100 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23101
23102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23103         (gst_ffmpegcolorspace_chain):
23104           no point in doing any chaining if the pad we want to push from
23105           isn't usable.
23106
23107 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23108
23109         * gst-libs/gst/riff/riff-media.c:
23110         (gst_riff_create_audio_caps_with_data):
23111           Fix double end-to-native symbol conversion (#148021).
23112
23113 2004-07-20  David Schleef  <ds@schleef.org>
23114
23115         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23116         Don't use an Atom that doesn't exist.
23117
23118 2004-07-20  Wim Taymans  <wim@fluendo.com>
23119
23120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23121         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23122         (gst_multifdsink_client_remove),
23123         (gst_multifdsink_handle_client_write),
23124         (gst_multifdsink_queue_buffer):
23125         * gst/tcp/gstmultifdsink.h:
23126         More multifdsink stats. Avoid deadlock by releasing locks
23127         before sending out a signal.
23128
23129 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * po/LINGUAS:
23132         * po/hu.po:
23133           added Hungarian translation (Laszlo Dvornik)
23134
23135 2004-07-20  Wim Taymans  <wim@fluendo.com>
23136
23137         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23138         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23139         (gst_multifdsink_handle_client_write),
23140         (gst_multifdsink_queue_buffer):
23141         * gst/tcp/gsttcp-marshal.list:
23142         Fixed the stupid marshal definition.
23143
23144 2004-07-20  Wim Taymans  <wim@fluendo.com>
23145
23146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23147         (gst_multifdsink_init), (gst_multifdsink_add),
23148         (gst_multifdsink_client_remove),
23149         (gst_multifdsink_handle_client_write),
23150         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23151         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23152         (gst_multifdsink_init_send):
23153         * gst/tcp/gstmultifdsink.h:
23154         Added more stats, added timeout for a client, fixed some typos
23155         and added some comments.
23156
23157 2004-07-20  Wim Taymans  <wim@fluendo.com>
23158
23159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23160         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23161         (gst_multifdsink_client_remove),
23162         (gst_multifdsink_handle_client_write):
23163         * gst/tcp/gstmultifdsink.h:
23164         * gst/tcp/gsttcp-marshal.list:
23165         Added get_stats method that returns a GValueArray of
23166         stats values.
23167
23168 2004-07-19  Benjamin Otte  <otte@gnome.org>
23169
23170         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23171           make sure longname, description and author are valid UTF-8
23172
23173 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23174
23175         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23176         (gst_ximagesink_set_property):
23177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23178         (gst_xvimagesink_set_property):
23179           make sure SYNCHRONOUS is respected after getting the X context
23180
23181 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23182
23183         * gst/matroska/matroska-demux.c:
23184         (gst_matroska_demux_handle_src_event),
23185         (gst_matroska_demux_parse_blockgroup):
23186         * gst/matroska/matroska-ids.h:
23187           add BlockReference tag and ignore it to clear out log.
23188           ignore NAVIGATION events to clear out log.
23189
23190 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23191
23192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23193         (gst_matroska_demux_add_stream):
23194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23195           add debug categories
23196
23197 2004-07-16  Wim Taymans  <wim@fluendo.com>
23198
23199         * ext/libpng/Makefile.am:
23200         * ext/libpng/gstpng.c: (plugin_init):
23201         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23202         (gst_pngdec_get_type), (gst_pngdec_base_init),
23203         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23204         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23205         * ext/libpng/gstpngdec.h:
23206         Added png decoder.
23207
23208 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23209
23210         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23211         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23212         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23213         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23214         (gst_ximagesink_buffer_alloc):
23215         * sys/ximage/ximagesink.h:
23216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23217         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23218         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23219         (gst_xvimagesink_buffer_alloc):
23220         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23221         again. Using internal data pointer of the x(v)image to store image's
23222         data to be coherent with the buffer alloc mechanism. Investigated the
23223         image destruction code to be sure that everything gets freed correctly.
23224
23225 2004-07-16  Wim Taymans  <wim@fluendo.com>
23226
23227         * gst-libs/gst/riff/riff-read.c:
23228         (gst_riff_read_strf_vids_with_data),
23229         (gst_riff_read_strf_auds_with_data):
23230         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23231         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23232         Make sure we don't create 0 sized subbuffers in riff-read.
23233         Signal the no more pads signal after reading the avi header.
23234
23235 2004-07-16  Wim Taymans  <wim@fluendo.com>
23236
23237         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23238         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23239         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23240         (gst_decode_bin_init), (gst_decode_bin_dispose),
23241         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23242         (no_more_pads), (close_link), (type_found),
23243         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23244         (gst_decode_bin_change_state), (plugin_init):
23245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23246         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23247         (gst_play_base_bin_dispose), (queue_overrun),
23248         (gen_preroll_element), (remove_prerolls), (unknown_type),
23249         (no_more_pads), (new_stream), (setup_source),
23250         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23251         (play_base_eos), (gst_play_base_bin_change_state),
23252         (gst_play_base_bin_add_element),
23253         (gst_play_base_bin_remove_element),
23254         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23255         (gst_play_base_bin_unlink_stream),
23256         (gst_play_base_bin_get_streaminfo):
23257         * gst/playback/gstplaybasebin.h:
23258         Better error recovery. Added configurable preroll queue size. Faster
23259         detection of no-more-pads.
23260
23261 2004-07-16  Wim Taymans  <wim@fluendo.com>
23262
23263         * gst-libs/gst/video/video.h:
23264         Added 32 bits RGBA. Not sure if we should use another mime-type
23265         for alpha rgb. Currently the presence of the alpha_mask property
23266         signals an alpha channel.
23267
23268 2004-07-16  Wim Taymans  <wim@fluendo.com>
23269
23270         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23272         FPS seems to be 0.0 to MAX everywhere else.
23273
23274 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23275
23276         * gst-libs/gst/riff/riff-media.c:
23277         (gst_riff_create_video_caps_with_data):
23278           mp42/mp43 (no caps) exist too.
23279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23280           Set pixel_width/height; we've got them in-caps.
23281         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23282         * gst/wavparse/gstwavparse.c: (plugin_init):
23283           Both are valid primary.
23284         * sys/oss/gstossmixer.c:
23285           Remove i18n hack and enable translations.
23286
23287 2004-07-15  Benjamin Otte  <otte@gnome.org>
23288
23289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23290         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23291           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23292
23293 2004-07-15  Benjamin Otte  <otte@gnome.org>
23294
23295         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23296         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23297         (gst_alsa_close_audio):
23298           disable some of the debugging code for now. Writing debugging to a
23299           buffer is broken in current alsalib releases.
23300
23301 2004-07-12  Benjamin Otte  <otte@gnome.org>
23302
23303         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23304           use bufferpools
23305
23306 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23307
23308         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23309         (theora_dec_src_query), (theora_dec_event):
23310         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23311           add debugging categories.  Remove \n's.
23312
23313 2004-07-13  Johan Dahlin  <johan@gnome.org>
23314
23315         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23316         (gst_play_bin_get_property): Impl.
23317
23318 2004-07-13  Wim Taymans  <wim@fluendo.com>
23319
23320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23321         When trying to find the stream length, seek back N pages
23322         instead of just one, where N is the number of streams in
23323         the current chain.
23324
23325 2004-07-13  Wim Taymans  <wim@fluendo.com>
23326
23327         * gst-libs/gst/riff/riff-media.c:
23328         (gst_riff_create_audio_caps_with_data),
23329         (gst_riff_create_audio_caps),
23330         (gst_riff_create_audio_template_caps):
23331         * gst-libs/gst/riff/riff-media.h:
23332         * gst-libs/gst/riff/riff-read.c:
23333         (gst_riff_read_strf_vids_with_data),
23334         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23335         * gst-libs/gst/riff/riff-read.h:
23336         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23337         (gst_avi_demux_add_stream):
23338         Set codec_data on caps for avidemuxer.
23339
23340 2004-07-12  David Schleef  <ds@schleef.org>
23341
23342         * configure.ac: Fix test for Objective C
23343
23344 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23345         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23346         (gst_gdk_pixbuf_chain):
23347           Add svg and pcx to template caps, and ensure that getcaps returns a
23348           subset of the template caps.
23349           Copy each row manually for output, as gdkpixbuf may pad the
23350           rowstride to a 32-bit word boundary.
23351
23352 2004-07-12  Wim Taymans  <wim@fluendo.com>
23353
23354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23355         (gst_riff_create_video_template_caps):
23356         Fix the template caps to include some more media types.
23357
23358 2004-07-12  Wim Taymans  <wim@fluendo.com>
23359
23360         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23361         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23362         (compare_ranks), (print_feature), (gst_decode_bin_init),
23363         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23364         (try_to_link_1), (new_pad), (close_link), (type_found),
23365         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23366         (gst_decode_bin_change_state), (plugin_init):
23367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23368         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23369         (gst_play_base_bin_dispose), (queue_overrun),
23370         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23371         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23372         (gst_play_base_bin_get_property), (play_base_eos),
23373         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23374         (gst_play_base_bin_remove_element),
23375         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23376         (gst_play_base_bin_unlink_stream),
23377         (gst_play_base_bin_get_streaminfo):
23378         * gst/playback/gstplaybasebin.h:
23379         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23380         (gst_play_bin_class_init), (gst_play_bin_init),
23381         (gst_play_bin_dispose), (gst_play_bin_set_property),
23382         (gst_play_bin_get_property), (gen_video_element),
23383         (gen_audio_element), (remove_sinks), (setup_sinks),
23384         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23385         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23386         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23387         (gst_play_bin_query), (plugin_init):
23388         * gst/playback/test4.c: (main):
23389         More fixes on reusing of the element.
23390
23391 2004-07-11  Benjamin Otte  <otte@gnome.org>
23392
23393         * ext/mad/gstmad.c: (normal_seek):
23394           allow seeking for other methods than just SET
23395
23396 2004-07-11  Andy Wingo  <wingo@pobox.com>
23397
23398         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23399         float, "any" caps -> buffer_frames=[0,MAX].
23400
23401         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23402         doesn't intersect our caps with the template any more. Do it
23403         ourselves.
23404         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23405
23406 2004-07-09  Wim Taymans  <wim@fluendo.com>
23407
23408         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23409         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23410         (compare_ranks), (print_feature), (gst_decode_bin_init),
23411         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23412         (try_to_link_1), (new_pad), (close_link), (type_found),
23413         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23414         (gst_decode_bin_change_state), (plugin_init):
23415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23416         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23417         (gst_play_base_bin_dispose), (queue_overrun),
23418         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23419         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23420         (gst_play_base_bin_get_property), (play_base_eos),
23421         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23422         (gst_play_base_bin_remove_element),
23423         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23424         (gst_play_base_bin_unlink_stream),
23425         (gst_play_base_bin_get_streaminfo):
23426         * gst/playback/gstplaybasebin.h:
23427         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23428         (gst_play_bin_class_init), (gst_play_bin_init),
23429         (gst_play_bin_dispose), (gst_play_bin_set_property),
23430         (gst_play_bin_get_property), (gen_video_element),
23431         (gen_audio_element), (remove_sinks), (setup_sinks),
23432         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23433         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23434         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23435         (gst_play_bin_query), (plugin_init):
23436         * gst/playback/test4.c: (main):
23437         Work on object reuse and seeking.
23438
23439 2004-07-09  Wim Taymans  <wim@fluendo.com>
23440
23441         * examples/seeking/seek.c: (iterate):
23442         Don't consume all CPU in the idle loop.
23443
23444 2004-07-09  Wim Taymans  <wim@fluendo.com>
23445
23446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23447         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23448         Add pad to element *after* setting the pad functions so that
23449         the scheduler can use the correct ones.
23450
23451 2004-07-09  Wim Taymans  <wim@fluendo.com>
23452
23453         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23454         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23455         Sync to keyframe after seek
23456
23457 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23458
23459         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23461         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23462         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23463         * ext/libvisual/visual.c: (gst_visual_change_state):
23464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23465         * ext/theora/theoradec.c: (theora_dec_change_state):
23466         * ext/theora/theoraenc.c: (theora_enc_change_state):
23467         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23468         * gst-libs/gst/navigation/navigation.c:
23469         * gst/adder/gstadder.c: (gst_adder_change_state):
23470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23471         (gst_audio_convert_get_buffer):
23472         * gst/multipart/multipartdemux.c:
23473         (gst_multipart_demux_change_state):
23474         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23476         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23477         * gst/videoscale/gstvideoscale.c:
23478         (gst_videoscale_handle_src_event):
23479         * gst/volume/gstvolume.c: (volume_chain_int16):
23480           don't assert in state change, this should be done by the base
23481           GstElement class.
23482           various debugging fixes.
23483
23484 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23485
23486         * configure.ac:
23487         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23488         (gst_play_dispose), (gst_play_set_location),
23489         (gst_play_set_data_src), (gst_play_set_video_sink),
23490         (gst_play_set_audio_sink), (gst_play_set_visualization),
23491         (gst_play_connect_visualization), (gst_play_get_sink_element),
23492         (gst_play_get_all_by_interface):
23493         * gst-libs/gst/play/play.h:
23494           add new method to get elements implementing an interface.
23495           add various error logging
23496
23497 2004-07-08  Wim Taymans  <wim@fluendo.com>
23498
23499         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23500         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23501         (make_playerbin_pipeline), (query_durations_elems),
23502         (query_durations_pads), (query_positions_elems),
23503         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23504         (main):
23505         Added playbin seeking example.
23506
23507 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23508
23509         * gst-libs/gst/play/play.c: (gst_play_set_location),
23510         (gst_play_set_data_src), (gst_play_set_video_sink),
23511         (gst_play_set_audio_sink), (gst_play_set_visualization),
23512         (gst_play_connect_visualization), (gst_play_get_framerate):
23513           use a macro to look up elements from hash table
23514
23515 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23516
23517         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23518         (gst_play_get_length_callback), (gst_play_set_location),
23519         (gst_play_seek_to_time), (gst_play_set_data_src),
23520         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23521         (gst_play_set_visualization), (gst_play_connect_visualization),
23522         (gst_play_get_sink_element):
23523         - add debugging info
23524         - fix looking up sink elements by iterating over complete caps
23525         - put everything except for source and autoplugger in a complete bin
23526
23527 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23528
23529         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23531         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23532         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23533         * ext/alsa/gstalsasink.h:
23534         - add debugging info
23535         - clean up schizophrenia of data/buffer/event
23536         - fix double event unref error
23537
23538 2004-07-08  Wim Taymans  <wim@fluendo.com>
23539
23540         * gst/playback/Makefile.am:
23541         Add headers to noinst
23542
23543 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23544
23545         * tools/gst-launch-ext-m.m:
23546         * tools/gst-launch-ext.1.in:
23547           convert to the third millenium
23548
23549 2004-07-07  David Schleef  <ds@schleef.org>
23550
23551         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23552
23553 2004-07-07  Wim Taymans  <wim@fluendo.com>
23554
23555         * gst/playback/Makefile.am:
23556         * gst/playback/README:
23557         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23558         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23559         (compare_ranks), (print_feature), (gst_decode_bin_init),
23560         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23561         (try_to_link_1), (new_pad), (close_link), (type_found),
23562         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23563         (plugin_init):
23564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23565         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23566         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23567         (gen_preroll_element), (no_more_pads), (new_stream),
23568         (setup_source), (gst_play_base_bin_set_property),
23569         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23570         (gst_play_base_bin_add_element),
23571         (gst_play_base_bin_remove_element),
23572         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23573         (gst_play_base_bin_unlink_stream),
23574         (gst_play_base_bin_get_streaminfo):
23575         * gst/playback/gstplaybasebin.h:
23576         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23577         (gst_play_bin_class_init), (gst_play_bin_init),
23578         (gst_play_bin_dispose), (gst_play_bin_set_property),
23579         (gst_play_bin_get_property), (gen_video_element),
23580         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23581         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23582         (gst_play_bin_get_formats), (gst_play_bin_convert),
23583         (gst_play_bin_get_query_types), (gst_play_bin_query),
23584         (plugin_init):
23585         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23586         (gst_stream_info_get_type), (gst_stream_info_class_init),
23587         (gst_stream_info_init), (gst_stream_info_new),
23588         (gst_stream_info_dispose), (gst_stream_info_set_property),
23589         (gst_stream_info_get_property):
23590         * gst/playback/gststreaminfo.h:
23591         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23592         (main):
23593         * gst/playback/test2.c: (main):
23594         * gst/playback/test3.c: (update_scale), (main):
23595         More playbin fixes. Added README. Do better element filtering.
23596         Added base class to preroll media. Added test apps.
23597
23598 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23599
23600         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23601         * ext/mpeg2dec/gstmpeg2dec.h:
23602           various debugging improvements.  Reset stream to next picture
23603           instead of sequence header, otherwise seeks cannot work.
23604
23605 2004-07-07  Wim Taymans  <wim@fluendo.com>
23606
23607         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23608         (gst_video_box_class_init), (gst_video_box_set_property),
23609         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23610         Use pad_alloc where possible.
23611
23612 2004-07-07  Wim Taymans  <wim@fluendo.com>
23613
23614         * sys/oss/gstosselement.c: (gst_osselement_reset),
23615         (gst_osselement_parse_caps):
23616         * sys/oss/gstosselement.h:
23617         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23618         Fix offset on osssrc.
23619
23620 2004-07-07  Wim Taymans  <wim@fluendo.com>
23621
23622         * ext/theora/theora.c: (plugin_init):
23623         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23624         (theora_dec_src_query), (theora_dec_chain):
23625         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23626         (theora_enc_sink_link), (theora_buffer_from_packet),
23627         (theora_push_packet), (theora_enc_chain):
23628         Fix theora granulepos calculation.
23629         Fix overflow in duration/position calculation.
23630         Bump rank to PRIMARY for theoradec.
23631         Use granulepos of last packet to calculate position.
23632         Set keyframe flag on buffers when needed.
23633
23634 2004-07-06  David Schleef  <ds@schleef.org>
23635
23636         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23637         serious?  (Fixed, obviously.)
23638
23639 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23640
23641         * po/LINGUAS:
23642         * po/cs.po:
23643           added Czech translation (Miloslav Trmac)
23644
23645 2004-07-05  Wim Taymans  <wim@fluendo.com>
23646
23647         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23648         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23649         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23650         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23651         (close_link), (type_found), (gst_decode_bin_set_property),
23652         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23653         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23654         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23655         (gst_decode_bin_query), (plugin_init):
23656         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23657         (gst_play_bin_class_init), (gst_play_bin_init),
23658         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23659         (get_video_element), (new_pad), (setup_source),
23660         (gst_play_bin_set_property), (gst_play_bin_get_property),
23661         (gst_play_bin_change_state), (gst_play_bin_add_element),
23662         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23663         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23664         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23665         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23666         * gst/playback/test.c: (main):
23667         More fixes, cleaned up playbin, make it use decodebin. Added
23668         threaded property to playbin.
23669
23670 2004-07-05  Wim Taymans  <wim@fluendo.com>
23671
23672         * configure.ac:
23673         * gst/playback/Makefile.am:
23674         * gst/playback/decodetest.c: (main):
23675         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23676         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23677         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23678         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23679         (close_link), (type_found), (gst_decode_bin_set_property),
23680         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23681         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23682         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23683         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23684         (plugin_init):
23685         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23686         (gst_play_bin_class_init), (gst_play_bin_init),
23687         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23688         (collect_sink_pads), (find_compatibles), (close_pad_link),
23689         (try_to_link_1), (new_pad), (close_link), (type_found),
23690         (setup_source), (gst_play_bin_set_property),
23691         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23692         (compare_ranks), (gst_play_bin_collect_factories),
23693         (gst_play_bin_change_state), (gst_play_bin_add_element),
23694         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23695         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23696         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23697         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23698         * gst/playback/test.c: (main):
23699         Added some playback helper elements and some test apps, very alpha
23700         still.
23701
23702 2004-07-04  Benjamin Otte  <otte@gnome.org>
23703
23704         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23705           only restart audio when we indeed have an xrun to fix repeated
23706           xruns. Fix suggested by Giuliano Pochini.
23707
23708 2004-07-03  David Schleef  <ds@schleef.org>
23709
23710         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23711         call to gst_debug_log() if debugging is disabled (bug #145118)
23712
23713 2004-07-03  Benjamin Otte  <otte@gnome.org>
23714
23715         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23716           use our own functions for restarting the alsa device.
23717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23718           I should apply patches myself - use MIN for the third argument, not
23719           the second, this fixes seeking
23720
23721 2004-07-02  David Schleef  <ds@schleef.org>
23722
23723         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23724         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23725         do with the logic.
23726
23727 2004-07-02  David Schleef  <ds@schleef.org>
23728
23729         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23730         output buffers.  Fix logic mistake.  (bug #144866)
23731
23732 2004-07-02  David Schleef  <ds@schleef.org>
23733
23734         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23735         on X.  (bug #144753)
23736
23737 2004-07-02  David Schleef  <ds@schleef.org>
23738
23739         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23740         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23741         (bug #144624)
23742         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23743         (gst_osselement_rate_probe_check): Add another workaround for
23744         buggy drivers (bug #145336)
23745
23746 2004-07-02  David Schleef  <ds@schleef.org>
23747
23748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23749         Most systems don't have MSG_NOSIGNAL.
23750
23751 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * Makefile.am:
23754         * gst-libs/gst/colorbalance/Makefile.am:
23755         * gst-libs/gst/mixer/Makefile.am:
23756         * gst-libs/gst/play/Makefile.am:
23757         * gst-libs/gst/tuner/Makefile.am:
23758           (hopefully) fix both install and dist and make error message useful.
23759           needs testing across automakes.
23760
23761 2004-07-02  Benjamin Otte  <otte@gnome.org>
23762
23763         * ext/ogg/gstogg.c: (plugin_init):
23764           we require bytestream now
23765         * ext/ogg/gstoggdemux.c:
23766           huge diff to implement chain setup in a fast and generic way. This
23767           improves tag reading and startup of huge files (read: Theora videos)
23768           quite a bit. It probably contains bugs, too, so please test.
23769           Seeking is not improved to the fast method.
23770
23771 2004-06-29  Wim Taymans  <wim@fluendo.com>
23772
23773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23774         * ext/ogg/gstoggmux.c:
23775         Fix memleak in oggdemux when running unconnected pads.
23776         doc update in mux, start working on keyframe mode.
23777
23778 2004-06-29  Benjamin Otte  <otte@gnome.org>
23779
23780         * sys/oss/gstosssink.c:
23781         * sys/oss/gstosssrc.c:
23782           advertise correct template caps - we indeed do non-native endianness
23783           and 8bit audio has no endianness
23784         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23786           avoid (wrong) duplications in getcaps function and return
23787           template caps
23788
23789 2004-06-29  Wim Taymans  <wim@fluendo.com>
23790
23791         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23792         (gst_multifdsink_class_init), (gst_multifdsink_add),
23793         (gst_multifdsink_remove), (gst_multifdsink_clear),
23794         (gst_multifdsink_client_remove),
23795         (gst_multifdsink_handle_client_read),
23796         (gst_multifdsink_client_queue_data),
23797         (gst_multifdsink_client_queue_caps),
23798         (gst_multifdsink_client_queue_buffer),
23799         (gst_multifdsink_handle_client_write),
23800         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23801         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23802         (gst_multifdsink_init_send), (gst_multifdsink_close):
23803         Fix wrong GList iteration that could crash the server when
23804         more then 2 clients disconnect at the same time. Read all the
23805         pending commands in one batch to recover from command storms under
23806         very heavy load.
23807
23808 2004-06-28  Wim Taymans  <wim@fluendo.com>
23809
23810         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23811         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23812         (gst_videomixer_pad_set_property),
23813         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23814         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23815         (gst_videomixer_class_init), (gst_videomixer_init),
23816         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23817         (pad_zorder_compare), (gst_videomixer_sort_pads),
23818         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23819         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23820         (gst_videomixer_update_queues), (gst_videomixer_loop),
23821         (plugin_init):
23822         Avoid divide by zero, choose masterpad as the pad with the highest
23823         framerate.
23824
23825 2004-06-27  Julien Moutte  <julien@moutte.net>
23826
23827         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23828         (gst_ximagesink_xwindow_new):
23829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23830         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23831         function directly. We might want to call it from somewhere else one day.
23832
23833 2004-06-27  Julien Moutte  <julien@moutte.net>
23834
23835         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23836         (gst_ximagesink_xwindow_new):
23837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23838         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23839         window decorations.
23840
23841 2004-06-27  Wim Taymans  <wim@fluendo.com>
23842
23843         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23844         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23845         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23846         (gst_dvdec_set_property), (gst_dvdec_get_property):
23847         * ext/dv/gstdvdec.h:
23848         Implement drop_factor property to lower the framerate with
23849         a factor.
23850
23851 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23852
23853         * gst-libs/gst/colorbalance/Makefile.am:
23854         * gst-libs/gst/mixer/Makefile.am:
23855         * gst-libs/gst/play/Makefile.am:
23856         * gst-libs/gst/tuner/Makefile.am:
23857           unbreak Company's fix that didn't install the -enum.h files
23858
23859 2004-06-27  Wim Taymans  <wim@fluendo.com>
23860
23861         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23862         (gst_dvdec_change_state):
23863         * ext/dv/gstdvdec.h:
23864         Fix timestamp, duration and offset of the buffers.
23865
23866 2004-06-27  Wim Taymans  <wim@fluendo.com>
23867
23868         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23869         (gst_multifdsink_class_init), (gst_multifdsink_add),
23870         (gst_multifdsink_remove), (gst_multifdsink_clear),
23871         (gst_multifdsink_client_remove),
23872         (gst_multifdsink_handle_client_read),
23873         (gst_multifdsink_client_queue_data),
23874         (gst_multifdsink_client_queue_caps),
23875         (gst_multifdsink_client_queue_buffer),
23876         (gst_multifdsink_handle_client_write),
23877         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23878         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23879         (gst_multifdsink_init_send), (gst_multifdsink_close):
23880         * gst/tcp/gstmultifdsink.h:
23881         * gst/tcp/gsttcpserversink.c:
23882         (gst_tcpserversink_handle_server_read),
23883         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23884         More multifdsink fixes, more recovery policy fixes.
23885         Removed stupid g_print
23886
23887 2004-06-26  Wim Taymans  <wim@fluendo.com>
23888
23889         * gst/tcp/Makefile.am:
23890         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23891         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23892         (gst_multifdsink_class_init), (gst_multifdsink_init),
23893         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23894         (gst_multifdsink_handle_client_read),
23895         (gst_multifdsink_client_queue_data),
23896         (gst_multifdsink_client_queue_caps),
23897         (gst_multifdsink_client_queue_buffer),
23898         (gst_multifdsink_handle_client_write),
23899         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23900         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23901         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23902         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23903         (gst_multifdsink_close), (gst_multifdsink_change_state):
23904         * gst/tcp/gstmultifdsink.h:
23905         * gst/tcp/gsttcpplugin.c: (plugin_init):
23906         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23907         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23908         (gst_tcpserversink_handle_server_read),
23909         (gst_tcpserversink_handle_select),
23910         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23911         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23912         * gst/tcp/gsttcpserversink.h:
23913         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23914         one of the locks, added recovery policy to multifdsink.
23915
23916 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23917
23918         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23919           fix decision for when getting frames with same timestamp
23920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23921         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23922         (gst_v4lsrc_get_property):
23923         * sys/v4l/gstv4lsrc.h:
23924           add latency offset property
23925
23926 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23927
23928         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23929         (plugin_init):
23930           fix debugging. add category.
23931
23932 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23933
23934         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23935           fix wrong offsets
23936
23937 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23938
23939         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23940         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23941         (gst_alsa_src_change_state):
23942           return a time that is in sync with the element's processing
23943
23944 2004-06-25  Wim Taymans  <wim@fluendo.com>
23945
23946         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23947         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23948         (gst_tcpserversink_client_remove),
23949         (gst_tcpserversink_handle_client_read),
23950         (gst_tcpserversink_client_queue_data),
23951         (gst_tcpserversink_client_queue_caps),
23952         (gst_tcpserversink_client_queue_buffer),
23953         (gst_tcpserversink_handle_client_write),
23954         (gst_tcpserversink_queue_buffer),
23955         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23956         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23957         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23958         (gst_tcpserversink_close):
23959         * gst/tcp/gsttcpserversink.h:
23960         Serversink rewrite. Really do non blocking writes to clients and
23961         maintain an internal queue to handle slower clients while not
23962         disturbing fast clients.
23963
23964 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23967           better debug, don't override OFFSET and OFFSET_END
23968
23969 2004-06-25  Iain <iain@prettypeople.org>
23970
23971         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23972         name=source for the wavparse pipeline.
23973
23974 2004-06-24  Johan Dahlin  <johan@gnome.org>
23975
23976         * ext/theora/theoraenc.c (theora_enc_chain): Call
23977         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23978         streamheader caps are set correctly.
23979
23980 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23981
23982         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23983         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23984           respect minimum bitrate; same could be done for max bitrate
23985
23986 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23987
23988         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23989         (gst_vorbisenc_setup):
23990           fix sample rate range
23991
23992 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23993
23994         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23995         (gst_oggvorbisenc_setup):
23996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23997         (gst_vorbisenc_setup):
23998           resolve ambiguities in code and description
23999
24000 2004-06-24  Wim Taymans  <wim@fluendo.com>
24001
24002         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24003         * ext/alsa/gstalsa.h:
24004         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24005         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24006         Use alsa trigger_tstamp to get the timestamp of the first
24007         sample in the buffer for more precise sync. Some cleanups.
24008
24009 2004-06-24  Wim Taymans  <wim@fluendo.com>
24010
24011         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24012         (gst_audiorate_init), (gst_audiorate_chain),
24013         (gst_audiorate_set_property), (gst_audiorate_get_property):
24014         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24015         (gst_videorate_chain):
24016         Added some logging, fixed an overflow bug in videorate.
24017
24018 2004-06-24  Benjamin Otte  <otte@gnome.org>
24019
24020         * ext/kio/Makefile.am:
24021           fix for builddir != srcdir and distcheck
24022
24023 2004-06-24  Benjamin Otte  <otte@gnome.org>
24024
24025         * gst-libs/gst/colorbalance/Makefile.am:
24026         * gst-libs/gst/mixer/Makefile.am:
24027         * gst-libs/gst/play/Makefile.am:
24028         * gst-libs/gst/tuner/Makefile.am:
24029         * gst/tcp/Makefile.am:
24030         * sys/dxr3/Makefile.am:
24031           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24032           tarball.
24033           Also add all *.list files that were missing.
24034         * Makefile.am:
24035           add a distcheck hook to ensure the above doesn't happen again.
24036
24037 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24038
24039         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24040
24041 2004-06-23  Colin Walters  <walters@redhat.com>
24042
24043         * m4/Makefile.am: Distribute gst-fionread.m4.
24044
24045 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24046
24047         * configure.ac: back to dev
24048
24049 2004-06-23  Wim Taymans  <wim@fluendo.com>
24050
24051         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24052         (gst_alsa_xrun_recovery):
24053         * ext/alsa/gstalsa.h:
24054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24055         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24056         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24057         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24058         (gst_alsa_src_loop):
24059         Add clock to alsasrc. Take new capture timestamp when
24060         restarting after an overrun. Split up some functions between
24061         alsasrc and alsasink.
24062
24063 === release 0.8.2 ===
24064
24065 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24066
24067         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24068         (gst_alsa_change_state), (gst_alsa_update_avail),
24069         (gst_alsa_xrun_recovery):
24070         * ext/alsa/gstalsa.h:
24071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24072           merge back changes from release
24073
24074 2004-06-23  Wim Taymans  <wim@fluendo.com>
24075
24076         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24077         (gst_audiorate_init), (gst_audiorate_chain),
24078         (gst_audiorate_set_property), (gst_audiorate_get_property):
24079         Implement sample dropping and notify
24080
24081 2004-06-22  Wim Taymans  <wim@fluendo.com>
24082
24083         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24084         (theora_enc_sink_link), (theora_buffer_from_packet),
24085         (theora_push_packet), (theora_enc_chain):
24086         Some cleanups, make sure the timestamps are correct.
24087
24088 2004-06-22  Wim Taymans  <wim@fluendo.com>
24089
24090         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24091         (gst_alsa_change_state), (gst_alsa_update_avail),
24092         (gst_alsa_xrun_recovery):
24093         * ext/alsa/gstalsa.h:
24094         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24095         Cleanups, take queued samples into account when reporting
24096         the time.
24097
24098 2004-06-22  Wim Taymans  <wim@fluendo.com>
24099
24100         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24101         (gst_videorate_init):
24102         Initialize the property as well.
24103
24104 2004-06-22  Wim Taymans  <wim@fluendo.com>
24105
24106         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24107         (gst_videorate_init), (gst_videorate_chain),
24108         (gst_videorate_set_property), (gst_videorate_get_property):
24109         Add property to make videorate silent.
24110         Add property to prefer new frames over old ones.
24111
24112 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24113
24114         * sys/osxvideo/Makefile.am:
24115         Workaround so that the osxvideo .so file gets linked with the
24116         Cocoa, OpenGL and QuickTime frameworks
24117
24118 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24119
24120         * sys/osxaudio/Makefile.am:
24121         Workaround so that the osxaudio .so file gets linked with the
24122         CoreAudio framework
24123
24124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24125
24126         * configure.ac:
24127         Whoops, my fault...fixed build issues
24128
24129 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24130
24131         * configure.ac:
24132         Add objective-c support if running in Darwin/Mac OS X
24133         * sys/Makefile.am:
24134         * sys/osxvideo:
24135         * sys/osxvideo/Makefile.am:
24136         * sys/osxvideo/osxvideosink.h:
24137         * sys/osxvideo/osxvideosink.m:
24138         * sys/osxvideo/cocoawindow.h:
24139         * sys/osxvideo/cocoawindow.m:
24140         Add osxvideosink, a cocoa-based osx video sink
24141
24142
24143 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24144         * ext/dvdnav/gst-dvd:
24145         Grab the gconf key from the right spot
24146         * gst/debug/gstnavseek.c: (gst_navseek_init),
24147         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24148         (gst_navseek_chain):
24149         * gst/debug/gstnavseek.h:
24150           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24151           and loop parameters of a segment seek.
24152         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24153         (gst_videotestsrc_get_event_masks),
24154         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24155         * gst/videotestsrc/gstvideotestsrc.h:
24156           Add seeking support to videotestsrc
24157           Initialise the timestamp_offset variable.
24158
24159 2004-06-18  Wim Taymans  <wim@fluendo.com>
24160
24161         * ext/sidplay/gstsiddec.cc:
24162         Fix negotiation and set correct end offset.
24163
24164 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24165
24166         * configure.ac: branch and prerelease
24167
24168 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24169
24170         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24171         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24172         (gst_tcpclientsrc_init_receive):
24173         * gst/tcp/gsttcpclientsrc.h:
24174           read caps when connecting to server for GDP so we set them correctly
24175
24176 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24177
24178         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24179           notify drops and duplicates
24180         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24181           no good reason to limit ourselves to 100x100
24182
24183 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24184
24185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24186         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24187         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24188         (gst_v4lsrc_get_property):
24189         * sys/v4l/gstv4lsrc.h:
24190         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24191         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24192         (gst_v4l_set_audio):
24193         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24194         (gst_v4lsrc_try_capture):
24195         * sys/v4l/v4lsrc_calls.h:
24196           change try_palette to more general try_capture
24197           add autoprobe option so we can turn off autoprobing
24198           various fixes
24199
24200 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * configure.ac:
24203           add videorate
24204         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24205         (gst_ximagesink_class_init):
24206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24207         (gst_xvimagesink_class_init):
24208           run them as finalize, not dispose, since dispose can be invoked
24209           multiple times
24210
24211 2004-06-17  Wim Taymans  <wim@fluendo.com>
24212
24213         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24214         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24215         * ext/alsa/gstalsa.h:
24216         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24217         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24218         (gst_alsa_src_change_state):
24219         * ext/alsa/gstalsasrc.h:
24220         Make the xrun code timestamp and offset the buffers correctly.
24221         moved the clock to the base class, use alsa methods to get time.
24222         Do correct timestamping on outgoing buffers.
24223
24224 2004-06-17  Wim Taymans  <wim@fluendo.com>
24225
24226         * gst/audiorate/Makefile.am:
24227         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24228         (gst_audiorate_base_init), (gst_audiorate_class_init),
24229         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24230         (gst_audiorate_set_property), (gst_audiorate_get_property),
24231         (gst_audiorate_change_state), (plugin_init):
24232         Added an audiorate converter that fills in gaps.
24233
24234 2004-06-17  Johan Dahlin  <johan@gnome.org>
24235
24236         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24237
24238 2004-06-16  Wim Taymans  <wim@fluendo.com>
24239
24240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24242         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24243         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24244         (gst_v4lsrc_get_property):
24245         * sys/v4l/gstv4lsrc.h:
24246         Added a copy mode to v4lsrc where it will output a copied version
24247         of its internal hardware buffer.
24248         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24249         can't | them.
24250
24251 2004-06-16  Wim Taymans  <wim@fluendo.com>
24252
24253         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24254         Timestamp fixes.
24255
24256 2004-06-16  Wim Taymans  <wim@fluendo.com>
24257
24258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24259         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24260         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24261         (gst_v4lsrc_get_property):
24262         * sys/v4l/gstv4lsrc.h:
24263         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24264         Added a sync mode enum property to control v4lsrc timestamp method
24265         Removed the use-fixed-fps property and moved functionality in
24266         the enum.
24267         Don't error on an error value from v4l-conf, it might not always
24268         be a real error.
24269
24270 2004-06-16  Wim Taymans  <wim@fluendo.com>
24271
24272         * gst/videorate/Makefile.am:
24273         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24274         (gst_videorate_base_init), (gst_videorate_class_init),
24275         (gst_videorate_getcaps), (gst_videorate_link),
24276         (gst_videorate_init), (gst_videorate_chain),
24277         (gst_videorate_set_property), (gst_videorate_get_property),
24278         (gst_videorate_change_state), (plugin_init):
24279         Added a video timestamp corrector.
24280
24281 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24282
24283         fixed a potential leak with previous commit
24284
24285         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24286
24287 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24288
24289         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24290         Added missing refcount, fixes bug #144425
24291         Cheers Tim for finding the bug
24292
24293 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24294
24295         * sys/v4l/gstv4l.c: (plugin_init):
24296         * sys/v4l/gstv4lcolorbalance.c:
24297         * sys/v4l/gstv4lcolorbalance.h:
24298         * sys/v4l/gstv4lelement.c:
24299         * sys/v4l/gstv4lelement.h:
24300         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24301         * sys/v4l/gstv4lmjpegsink.h:
24302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24303         * sys/v4l/gstv4lmjpegsrc.h:
24304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24305         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24306         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24307         * sys/v4l/gstv4lsrc.h:
24308         * sys/v4l/gstv4ltuner.c:
24309         * sys/v4l/gstv4ltuner.h:
24310         * sys/v4l/gstv4lxoverlay.c:
24311         * sys/v4l/gstv4lxoverlay.h:
24312         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24313         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24314         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24315         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24316         (gst_v4l_set_audio):
24317         * sys/v4l/v4l_calls.h:
24318         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24319         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24320         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24321         (gst_v4lmjpegsink_playback_init),
24322         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24323         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24324         (gst_v4lmjpegsink_playback_stop),
24325         (gst_v4lmjpegsink_playback_deinit):
24326         * sys/v4l/v4lmjpegsink_calls.h:
24327         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24328         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24329         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24330         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24331         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24332         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24333         * sys/v4l/v4lmjpegsrc_calls.h:
24334         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24335         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24336         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24337         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24338         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24339         (gst_v4lsrc_try_palette):
24340         * sys/v4l/v4lsrc_calls.h:
24341           bunch of paranoia cleanups
24342
24343 2004-06-14  David Schleef  <ds@schleef.org>
24344
24345         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24346         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24347         Send discont events and change timestamps appropriately when
24348         we get a seek event.  (bug #144240)
24349         * ext/cdparanoia/gstcdparanoia.h:
24350
24351 2004-06-14  Benjamin Otte  <otte@gnome.org>
24352
24353         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24354           snd_pcm_hw_params_set_rate  since the latter fails for no good
24355           reason on some setups.
24356
24357 2004-06-14  David Schleef  <ds@schleef.org>
24358
24359         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24360         standard.  Thank you for playing.
24361
24362 2004-06-14  Wim Taymans  <wim@fluendo.com>
24363
24364         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24365         Patch 1.3 broke the ordering of the colorspace info and
24366         made the plugin basically work by coincidence, reordered
24367         the info.
24368
24369 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24370
24371         * ext/lame/gstlame.c:
24372         * ext/mad/gstmad.c:
24373           sync caps.  Make sure mad can only output a list of rates, not
24374           a full range.  In the future, have three caps lists for each of the
24375           mpeg versions.  Change mpegversion to a double as well.
24376
24377 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24378
24379         * gst/volume/.cvsignore:
24380         * gst/volume/Makefile.am:
24381         * gst/volume/demo.c: (value_changed_callback), (idler),
24382         (setup_gui), (main):
24383           added small demo app
24384
24385 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24386         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24387         * ext/esd/esdsink.h:
24388         Close the esd connection on pause, because esd will just wait -
24389         blocking all other esd clients indefinitely.
24390
24391 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24392
24393         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24394           previous commit with GST_DEBUG
24395
24396 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24397
24398         * configure.ac:
24399           add a header check for a dvdread header in dvdnav.  Fixes #133002
24400
24401 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24402
24403         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24404         * gst/tcp/gsttcpclientsink.h:
24405         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24406         * gst/tcp/gsttcpclientsrc.h:
24407         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24408         (gst_tcpserversink_handle_server_read),
24409         (gst_tcpserversink_init_send):
24410         * gst/tcp/gsttcpserversink.h:
24411         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24412         * gst/tcp/gsttcpserversrc.h:
24413         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24414         version of IP)
24415
24416 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24417
24418         * configure.ac:
24419         Added ogg library so that OSX detects libtheora properly
24420
24421 2004-06-11  Wim Taymans  <wim@fluendo.com>
24422
24423         * ext/theora/theoradec.c: (theora_dec_chain),
24424         (theora_dec_change_state):
24425         Don't try to decode frames before we received a keyframe.
24426
24427 2004-06-11  Wim Taymans  <wim@fluendo.com>
24428
24429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24430         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24431         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24432         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24433         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24434         Added property to set the maximum delay of a page.
24435
24436 2004-06-10  Wim Taymans  <wim@fluendo.com>
24437
24438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24439         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24440         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24441         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24442         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24443         Added max-delay property to control the maximum amount
24444         of data to put in one page.
24445
24446 2004-06-10  Wim Taymans  <wim@fluendo.com>
24447
24448         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24449         (gst_theora_enc_init), (theora_enc_sink_link),
24450         (theora_buffer_from_packet), (theora_enc_set_property),
24451         (theora_enc_get_property):
24452         Set duration on encoded buffer, added some more properties
24453
24454 2004-06-10  Wim Taymans  <wim@fluendo.com>
24455
24456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24457         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24458         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24459         * ext/theora/theoraenc.c: (theora_enc_chain):
24460         Fix refcounting bugs
24461
24462 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24465         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24466         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24467         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24468         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24469         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24470         (gst_asf_demux_change_state):
24471         * gst/asfdemux/gstasfdemux.h:
24472           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24473           feels like. I think we should set a new requirement for demuxers
24474           from now on to implement sane loop functions, data loops, query
24475           and seek functions before first commit into CVS. And this commit
24476           fixes all of the above.
24477
24478 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24479
24480         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24481           vorbis comments are properly encoded in UTF-8 before adding them
24482           to a GstTagList
24483
24484 2004-06-09  Benjamin Otte  <otte@gnome.org>
24485
24486         * ext/alsa/gstalsa.c: (add_channels):
24487           handle min <= max correctly
24488         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24489         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24490           add fixation functions so we fixate correctly. No preferring of alaw
24491           anymore because it's the first structure.
24492         * ext/alsa/gstalsa.h:
24493         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24494         (gst_alsa_hw_params_dump):
24495           add functions to ease debugging in alsalib
24496         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24497         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24498         (gst_alsa_start_audio):
24499           only specify hw params if we really setup a format (fixes #134007 -
24500           or at least works around it)
24501
24502 2004-06-09  Wim Taymans  <wim@fluendo.com>
24503
24504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24505         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24506         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24507         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24508         (gst_ogg_mux_loop):
24509         Use stream caps to setup the initial pages in the ogg stream.
24510         Correctly set the streamheader caps on the srcpad.
24511
24512 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24513
24514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24515         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24516         (gst_v4lsrc_getcaps):
24517         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24518         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24519           add querying of fps lists for webcams.  Negotiating to a framerate
24520           now works.
24521
24522 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24523
24524         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24525         (theora_push_buffer), (theora_push_packet),
24526         (theora_set_header_on_caps), (theora_enc_chain):
24527           mark buffers and put on streamheader, raw theora streaming
24528           now works too, whee
24529
24530 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24531
24532         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24533         (gst_tcp_gdp_read_caps):
24534           do a looping read for caps and GDP headers too
24535
24536 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24537
24538         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24539         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24540           return EOS instead of NULL in _get
24541
24542 2004-06-08  Wim Taymans  <wim@fluendo.com>
24543
24544         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24545         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24546         (gst_tcp_gdp_write_caps):
24547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24548         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24549         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24550         Memory leak fixes
24551
24552 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * ext/vorbis/Makefile.am:
24555         * ext/vorbis/vorbis.c: (plugin_init):
24556         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24557         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24558         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24559         (vorbis_parse_change_state):
24560         * ext/vorbis/vorbisparse.h:
24561           adding a vorbisparse element that marks the buffers, streaming
24562           raw vorbis using GDP now works, whee
24563
24564 2004-06-08  Wim Taymans  <wim@fluendo.com>
24565
24566         * ext/jpeg/Makefile.am:
24567         * ext/jpeg/README:
24568         * ext/jpeg/gstjpeg.c: (plugin_init):
24569         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24570         (gst_smokedec_base_init), (gst_smokedec_class_init),
24571         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24572         * ext/jpeg/gstsmokedec.h:
24573         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24574         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24575         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24576         (gst_smokeenc_resync), (gst_smokeenc_chain),
24577         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24578         * ext/jpeg/gstsmokeenc.h:
24579         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24580         (smokecodec_flush_destination), (smokecodec_term_destination),
24581         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24582         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24583         (smokecodec_term_source), (smokecodec_encode_new),
24584         (smokecodec_decode_new), (smokecodec_info_free),
24585         (smokecodec_set_quality), (smokecodec_get_quality),
24586         (smokecodec_set_threshold), (smokecodec_get_threshold),
24587         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24588         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24589         (smokecodec_parse_header), (smokecodec_decode):
24590         * ext/jpeg/smokecodec.h:
24591         Added a new simple jpeg based codec
24592
24593 2004-06-08  Wim Taymans  <wim@fluendo.com>
24594
24595         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24596         (gst_multipart_mux_loop):
24597         Fix memory leak
24598
24599 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24600
24601         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24602         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24603         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24604         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24605         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24606         * gst/tcp/gsttcpserversink.h:
24607           take streamheader into account
24608
24609 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24610
24611         * gst/level/Makefile.am:
24612         * gst/level/gstlevel.c: (gst_level_class_init):
24613           clean up marshal generation
24614
24615 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24616
24617         * gst/tcp/Makefile.am:
24618         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24619         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24620         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24621         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24622         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24623         (gst_tcpclientsrc_get_property):
24624         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24625         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24626         (gst_tcpserversink_handle_client_read),
24627         (gst_tcpserversink_handle_client_write),
24628         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24629         * gst/tcp/gsttcpserversink.h:
24630           add signals client-added and client-removed
24631         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24632         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24633         (gst_tcpserversrc_get_property):
24634         uniformized, change default protocol to NONE
24635         * gst/tcp/gsttcp-marshal.list: added
24636 2004-06-07  Benjamin Otte  <otte@gnome.org>
24637
24638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24639           handle discont events if they happen before caps nego
24640
24641 2004-06-07  Wim Taymans  <wim@fluendo.com>
24642
24643         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24644         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24645         (gst_multipart_demux_plugin_init):
24646         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24647         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24648         (gst_multipart_mux_change_state):
24649         Small updates, fix a memleak
24650
24651 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24652
24653         * configure.ac: OSS portability
24654         * ext/arts/gst_arts.c: idem
24655         * sys/oss/gstosselement.c: idem
24656         * sys/oss/gstossmixer.c: idem
24657         * sys/oss/gstosssink.c: idem
24658         * sys/oss/gstosssrc.c: idem
24659         * sys/oss/oss_probe.c: idem
24660           - check for soundcard.h in different places for some BSD
24661
24662 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24663
24664         * AUTHORS:
24665         Add me to the authors file
24666         * configure.ac:
24667         Increase the libdv requirement to >= version 0.100
24668         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24669         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24670         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24671         * ext/dv/gstdvdec.h:
24672         Add support for the new_media flag when sending DISCONT events
24673         Make the querying work when video pad is not linked
24674
24675 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24676
24677         reviewed by Benjamin Otte  <otte@gnome.org>
24678
24679         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24680           create a NULL-initialized array of pads, so we don't think they
24681           exist already. (fixes #143130)
24682
24683 2004-06-07  Benjamin Otte  <otte@gnome.org>
24684
24685         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24686         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24687         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24688           don't use // coments
24689
24690 2004-06-07  Benjamin Otte  <otte@gnome.org>
24691
24692         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24693           cast to GstClockTime to get higher granularity
24694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24695           use gst_element_set_time_delay to get the exact time
24696         * ext/mad/gstmad.c: (gst_mad_chain):
24697           use the negotiated rate instead of the current frame's rate which
24698           might be wrong because of bit errors. This avoids emitting totally
24699           bogus timestamps and screwing sync.
24700         (fixes #143454)
24701
24702 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24703
24704         reviewed by Benjamin Otte  <otte@gnome.org>
24705
24706         * gst/adder/gstadder.c: (gst_adder_loop):
24707           properly error out when no negotiation has happened yet. (fixes
24708           #143032)
24709
24710 2004-06-06  Benjamin Otte  <otte@gnome.org>
24711
24712         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24713           forward correctly transformed offset in discont events. Based on
24714           patch by Arwed v. Merkatz. (fixes #142851)
24715
24716 2004-06-06  David Schleef  <ds@schleef.org>
24717
24718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24719         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24720         problems on several systems.
24721
24722 2004-06-06  Benjamin Otte  <otte@gnome.org>
24723
24724         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24725           use explicit caps on the srcpad
24726         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24727           properly error out if caps couldn't be set (fixes #142764)
24728
24729 2004-06-06  Benjamin Otte  <otte@gnome.org>
24730
24731         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24732         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24733         (gst_alsa_start_audio):
24734           - don't call set_periods_integer anymore, it breaks the
24735           configuration randomly
24736           - call snd_pcm_hw_params_set_access directly instead of using masks
24737           - don't fail if the sw_params can't be set, just use the default
24738           params and hope it works. Alsalib has weird issues when you touch
24739           sw_params and does no proper error reporting about what failed.
24740         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24741         (gst_alsa_close_audio):
24742           make our alsa debugging go via gst debugging and not conditionally
24743           defined
24744         * ext/alsa/gstalsa.h:
24745           add ALSA_DEBUG_FLUSH macro
24746         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24747         (plugin_init):
24748           wrap alsa errors to be printed via the gst debugging system and not
24749           spammed to stderr
24750
24751 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24752
24753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24754         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24755         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24756         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24757         (qtdemux_parse_trak):
24758         * gst/qtdemux/qtdemux.h:
24759           Bitch. Also known as seeking, querying & co.
24760         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24761         (gst_osssink_change_state):
24762         * sys/oss/gstosssink.h:
24763           Resyncing is for weenies, this hack is no longer needed and was
24764           broken anyway (since it - unintendedly - always leaves resync to
24765           TRUE).
24766
24767 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24768
24769         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24770         * gst/tcp/gsttcpclientsrc.h: idem
24771           - define MSG_NOSIGNAL if not done
24772           - include unistd.h for off_t
24773           (fixes #143749)
24774
24775 2004-06-05  Benjamin Otte  <otte@gnome.org>
24776
24777         * configure.ac:
24778         * ext/kio/Makefile.am:
24779           check for qt's moc preprocessor explicitly and use it
24780
24781 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24782
24783         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24784           don't get a signal for EPIPE on socket writes
24785           (somebody check if this works on other platforms)
24786
24787 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24788
24789         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24790         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24791           check error condition on available samples correctly
24792
24793 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24794
24795         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24796           avoid a segfault
24797         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24798         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24799         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24800         (gst_tcpserversrc_gdp_read_header):
24801          use ssize_t over size_t since the former is signed and thus the
24802          check for error codes can work
24803
24804 2004-06-02  Wim Taymans  <wim@fluendo.com>
24805
24806         reviewed by: Johan
24807
24808         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24809         (gst_multipart_mux_loop):
24810         Oops
24811
24812 2004-06-02  Wim Taymans  <wim@fluendo.com>
24813
24814         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24815         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24816         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24817         (gst_multipart_mux_change_state):
24818         Added configurable boundary specifier, added the value as a
24819         caps field as well.
24820
24821 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24822
24823         * gst/tcp/gsttcp.c:
24824         * gst/tcp/gsttcpclientsrc.c:
24825         * gst/tcp/gsttcpclientsrc.h:
24826         * gst/tcp/gsttcpserversrc.c:
24827           - portability fix, to compile on OSX
24828             (fixes #143146)
24829
24830         * sys/osxaudio/gstosxaudioelement.c:
24831         * sys/osxaudio/gstosxaudiosink.c:
24832         * sys/osxaudio/gstosxaudiosrc.c:
24833           - compilation warnings on OSX
24834             (fixes #143153)
24835
24836 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24837
24838         * ext/vorbis/vorbisdec.c : sign warning fixes
24839
24840         * gst-libs/gst/mixer/mixertrack.c :
24841           do no use defines which are glib 2.4 specific
24842
24843 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24844
24845         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24846           buffer since libflac doesn't expect it (reports a sync error when
24847           it encounters that)
24848
24849
24850 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24851
24852         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24853         * gst-libs/gst/mixer/mixertrack.c:
24854         (gst_mixer_track_get_property), (get_mixer_track_init),
24855         (get_mixer_track_get_property): Added property accessors
24856         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24857         * gst-libs/gst/mixer/mixeroptions.c:
24858         (gst_mixer_options_get_values): Added
24859         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24860         * gst-libs/gst/mixer/mixer.c: Fixed comment
24861
24862
24863 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24864
24865         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24866           improve error messages on open
24867
24868
24869 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24870
24871         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24872           check if v4l-conf is in path
24873
24874 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24875
24876         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24877           change assert to a more readable error message
24878
24879 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24880
24881         * gst-libs/gst/tuner/tunerchannel.h:
24882           - add a freq_multiplicator field to make the conversion
24883             between internal frequency unit and Hz
24884         * sys/v4l/gstv4lelement.c:
24885         * sys/v4l2/gstv4l2element.c:
24886           - change default video device to /dev/video0
24887         * sys/v4l/v4l_calls.c:
24888         * sys/v4l2/v4l2_calls.c:
24889           - we only expose frequency to the user in Hz instead of
24890             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24891
24892 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24893         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24894           Initialise b_o_s and e_o_s variables
24895         * gst-libs/gst/riff/riff-media.c:
24896         (gst_riff_create_video_caps_with_data):
24897           Add some unusual fourcc's from mplayer avi's
24898         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24899           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24900           autoplugging.
24901
24902 2004-05-28  Wim Taymans  <wim@fluendo.com>
24903
24904         * configure.ac:
24905         * gst/alpha/Makefile.am:
24906         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24907         (gst_alpha_get_type), (gst_alpha_base_init),
24908         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24909         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24910         (gst_alpha_chroma_key), (gst_alpha_chain),
24911         (gst_alpha_change_state), (plugin_init):
24912         A plugin to add an alpha channel to I420 video. Can optionally do
24913         chroma keying.
24914         * gst/multipart/Makefile.am:
24915         * gst/multipart/multipart.c: (plugin_init):
24916         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24917         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24918         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24919         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24920         (gst_multipart_demux_change_state),
24921         (gst_multipart_demux_plugin_init):
24922         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24923         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24924         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24925         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24926         (gst_multipart_mux_pad_unlink),
24927         (gst_multipart_mux_request_new_pad),
24928         (gst_multipart_mux_handle_src_event),
24929         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24930         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24931         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24932         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24933         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24934         send multipart jpeg images to a browser.
24935         * gst/videobox/Makefile.am:
24936         * gst/videobox/README:
24937         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24938         (gst_video_box_get_type), (gst_video_box_base_init),
24939         (gst_video_box_class_init), (gst_video_box_init),
24940         (gst_video_box_set_property), (gst_video_box_get_property),
24941         (gst_video_box_sink_link), (gst_video_box_i420),
24942         (gst_video_box_ayuv), (gst_video_box_chain),
24943         (gst_video_box_change_state), (plugin_init):
24944         Crops or adds borders around an image. can do alpha channel
24945         borders as well.
24946         * gst/videomixer/Makefile.am:
24947         * gst/videomixer/README:
24948         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24949         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24950         (gst_videomixer_pad_get_sink_event_masks),
24951         (gst_videomixer_pad_get_property),
24952         (gst_videomixer_pad_set_property),
24953         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24954         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24955         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24956         (gst_videomixer_base_init), (gst_videomixer_class_init),
24957         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24958         (gst_videomixer_handle_src_event),
24959         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24960         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24961         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24962         (gst_videomixer_loop), (gst_videomixer_get_property),
24963         (gst_videomixer_set_property), (gst_videomixer_change_state),
24964         (plugin_init):
24965         Generic video mixer plugin, can handle multiple inputs all with
24966         different framerates and video sizes. Is fully alpha channel
24967         aware.
24968
24969 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24970
24971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24972           Select first track as master track. Not sure how else to handle
24973           that...
24974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24975           Discard discont events. Should fix #142962.
24976
24977 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24978
24979         * ext/alsa/Makefile.am:
24980         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24981         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24982         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24983         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24984         (gst_alsa_mixer_get_option):
24985         * ext/alsa/gstalsamixer.h:
24986         * ext/alsa/gstalsamixeroptions.c:
24987         (gst_alsa_mixer_options_get_type),
24988         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24989         (gst_alsa_mixer_options_new):
24990         * ext/alsa/gstalsamixeroptions.h:
24991         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24992         * ext/alsa/gstalsamixertrack.h:
24993           Add enumerations (as GstMixerOptions). Make correct distinction
24994           between input/output tracks. Add capture/playback private flag.
24995           Use flag to decide on whether to set capture or playback volumes
24996           or switches. Use playback and record switches.
24997         * gst-libs/gst/mixer/Makefile.am:
24998         * gst-libs/gst/mixer/mixer-marshal.list:
24999         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25000         (gst_mixer_set_option), (gst_mixer_get_option),
25001         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25002         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25003         * gst-libs/gst/mixer/mixer.h:
25004         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25005         (gst_mixer_options_class_init), (gst_mixer_options_init),
25006         (gst_mixer_options_dispose):
25007         * gst-libs/gst/mixer/mixeroptions.h:
25008           Add GstMixerOptions.
25009         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25010           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25011           broken device detection on computers with multiple OSS sound
25012           cards.
25013
25014 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25015
25016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25017           fixate nicely even when the peer is not negotiating
25018
25019 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25020
25021         * gst/audioconvert/gstaudioconvert.c:
25022         (gst_audio_convert_parse_caps):
25023           make sure we don't allow depth > width
25024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25025           fixate endianness to G_BYTE_ORDER as default
25026         * gst/audioscale/gstaudioscale.c:
25027           we don't handle another endianness as host-endianness
25028
25029 2004-05-25  David Schleef  <ds@schleef.org>
25030
25031         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25032
25033 2004-05-24  Benjamin Otte  <otte@gnome.org>
25034
25035         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25036         (gst_oggvorbisenc_setup):
25037           properly fail when we can't setup the vorbis encoder due to
25038           unsupported settings
25039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25040         (gst_vorbisenc_setup):
25041           same
25042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25043           fix case where warnings occured when one pad was unlinked while the
25044           other's link function was called
25045
25046 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25047
25048         * gst/tcp/Makefile.am:
25049           use GST_ENABLE_NEW
25050
25051 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25052
25053         * gst-libs/gst/resample/private.h:
25054           don't use optimizations that are #if 0'ed
25055
25056 2004-05-24  Wim Taymans  <wim@fluendo.com>
25057
25058         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25059         Fix potential division by zero error and hopefully get
25060         the position query right to get correct timestamps on avi
25061         audio.
25062
25063 2004-05-24  Wim Taymans  <wim@fluendo.com>
25064
25065         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25066         (gst_videoscale_scale_nearest_str2),
25067         (gst_videoscale_scale_nearest_str4),
25068         (gst_videoscale_scale_nearest_32bit),
25069         (gst_videoscale_scale_nearest_24bit),
25070         (gst_videoscale_scale_nearest_16bit):
25071         Fix the scaling algorithm and avoid a buffer overflow.
25072         removed the while loop in the scaling function as it
25073         was used for point sampling only.
25074
25075 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25076
25077         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25078         (gst_id3_tag_class_init), (gst_id3_tag_init),
25079         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25080         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25081         (gst_id3_tag_send_tag_event):
25082           lots of fixes to make id3mux work and id3demux work correctly
25083
25084 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25085
25086         * ext/Makefile.am:
25087           add rules to build shout2send (was removed by accident
25088           when this module was no more marked experimental/broken)
25089
25090 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25091
25092         * ext/shout2/gstshout2.c:
25093         * ext/shout2/gstshout2.h:
25094           adding a "connection problem" signal to shout2send
25095           (fixes #142954)
25096
25097 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25098
25099         * ext/kio/kioreceiver.cpp:
25100         * ext/kio/kioreceiver.h:
25101           fix sign comparison issues
25102
25103 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25104
25105         * gst/cdxaparse/gstcdxaparse.c:
25106         * gst/cdxaparse/gstcdxaparse.h:
25107           some renaming
25108           add some checks/sanity
25109           prepare for seek addition
25110
25111         * sys/sunaudio/gstsunaudio.c:
25112           remove exported dupe init function
25113
25114 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25115
25116         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25117         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25118           Fix format conversion and position querying.
25119         * gst/debug/progressreport.c: (gst_progressreport_report):
25120           Don't output a bogus total value that we didn't query.
25121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25122           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25123           only a blank window after xine has been used.
25124
25125 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25126
25127         * m4/as-arts.m4:
25128           sync with upstream version to fix test on FC2
25129           readd with -ko to preserve Id header
25130
25131 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25132
25133         * configure.ac:
25134           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25135         * gst/tcp/gsttcpclientsrc.c: idem
25136         * gst/tcp/gsttcpserversink.c: idem
25137         * gst/tcp/gsttcpserversrc.c: idem
25138         * m4/gst-fionread.m4: idem
25139
25140         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25141
25142         * configure.ac: enable speex plugin for speex 1.1.5+
25143         * ext/speex/gstspeexenc.c: fix cast warning
25144
25145         * ext/esd/README: fix typo
25146
25147 2004-05-20  David Schleef  <ds@schleef.org>
25148
25149         * configure.ac: Minor cosmetic change to convince the buildbot to
25150         reautogen.
25151         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25152         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25153         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25154         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25155         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25156         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25157         More hacking.  Plays audio now.
25158
25159 2004-05-20  David Schleef  <ds@schleef.org>
25160
25161         * configure.ac:
25162         * sys/Makefile.am:
25163
25164 2004-05-20  David Schleef  <ds@schleef.org>
25165
25166         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25167         * sys/osxaudio/gstosxaudio.c:
25168         * sys/osxaudio/gstosxaudioelement.c:
25169         * sys/osxaudio/gstosxaudioelement.h:
25170         * sys/osxaudio/gstosxaudiosink.c:
25171         * sys/osxaudio/gstosxaudiosink.h:
25172         * sys/osxaudio/gstosxaudiosrc.c:
25173         * sys/osxaudio/gstosxaudiosrc.h:
25174
25175 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25176
25177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25178         (gst_vorbisenc_chain):
25179           put the codec headers on the caps as streamheader as well as
25180           pushing them out
25181
25182 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25183
25184         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25185         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25186         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25187         split up push_packet into two functions
25188
25189 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25190
25191         * gst/tcp/.cvsignore:
25192           ignore enums
25193         * gst/tcp/Makefile.am:
25194         * gst/tcp/README:
25195         * gst/tcp/gsttcp.c:
25196         * gst/tcp/gsttcp.h:
25197         * gst/tcp/gsttcpclientsink.c:
25198         * gst/tcp/gsttcpclientsink.h:
25199         * gst/tcp/gsttcpclientsrc.c:
25200         * gst/tcp/gsttcpclientsrc.h:
25201         * gst/tcp/gsttcpplugin.c:
25202         * gst/tcp/gsttcpserversink.c:
25203         * gst/tcp/gsttcpserversink.h:
25204         * gst/tcp/gsttcpserversrc.c:
25205         * gst/tcp/gsttcpserversrc.h:
25206           add new tcp elements
25207
25208 2004-05-19  Wim Taymans  <wim@fluendo.com>
25209
25210         * gst/law/mulaw-conversion.c: (mulaw_encode):
25211         Fix overflow bug in ulaw encoding.
25212
25213 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25214
25215         * ext/mad/gstmad.c: (gst_mad_handle_event):
25216           don't unref the event twice
25217
25218 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25219
25220         * configure.ac:
25221           remove -Wno-sign-compare
25222
25223 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25224
25225         * configure.ac:
25226           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25227           if you want to work against glib 2.2 and 2.4
25228
25229 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25230
25231         * gst/tcp/Makefile.am:
25232         * gst/tcp/gsttcp.c:
25233         * gst/tcp/gsttcp.h:
25234         * gst/tcp/gsttcpsink.h:
25235         * gst/tcp/gsttcpsrc.h:
25236           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25237
25238 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25239
25240         * gst/debug/tests.c: (md5_get_value):
25241           fix segfault on gst-inspect
25242
25243 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25244
25245         * gst/debug/testplugin.c:
25246         * gst/debug/tests.c:
25247         * gst/debug/tests.h:
25248           add new extensible and configurable testing element. Current tests
25249           include buffer count, stream length, timestamp/duration matching and
25250           md5.
25251         * gst/debug/Makefile.am:
25252         * gst/debug/gstdebug.c: (plugin_init):
25253           add infrastructure for new element
25254
25255 2004-05-19  Johan Dahlin  <johan@gnome.org>
25256
25257         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25258         ending of the array. Fixes gst-inspect segfault on ppc.
25259
25260 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25261
25262         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25263
25264         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25265
25266 2004-05-18  David Schleef  <ds@schleef.org>
25267
25268         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25269         warnings (bugs, actually) noticed by gcc but not forte.
25270
25271 2004-05-18  David Schleef  <ds@schleef.org>
25272
25273         * sys/sunaudio/Makefile.am:
25274         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25275
25276 2004-05-18  David Schleef  <ds@schleef.org>
25277
25278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25279         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25280         to allow qtdemux to use non-seekable streams. (bug #142272)
25281
25282 2004-05-18  David Schleef  <ds@schleef.org>
25283
25284         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25285         (gst_resample_sinc_ft_float): Remove use of static temporary
25286         buffer.  This code was obviously not supposed to last long, but
25287         it's stuck in our ABI, so it required a little hack to make it
25288         ABI-compatible.  Fixes #142585.
25289         * gst-libs/gst/resample/resample.h: same.
25290
25291 2004-05-18  David Schleef  <ds@schleef.org>
25292
25293         * configure.ac: Add sunaudio
25294         * examples/Makefile.am: make gstplay depend on gconf
25295         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25296         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25297         (convert_table_lookup), (img_convert): remove c99-isms
25298         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25299           unsigned, to fix a warning on Solaris
25300         * gst/mpeg1sys/systems.c: bcopy->memcpy
25301         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25302         * sys/Makefile.am: Add sunaudio
25303
25304 2004-05-18  Wim Taymans  <wim@fluendo.com>
25305
25306         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25307         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25308         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25309         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25310         (gst_ogg_mux_loop):
25311         Fix an ugly memleak where the muxer didn't flush enough ogg
25312         pages. This also resulted in badly muxed ogg files.
25313
25314 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25315
25316         * gst/asfdemux/asfheaders.c :
25317         * gst/asfdemux/asfheaders.h :
25318         * gst/asfdemux/gstasfdemux.c :
25319           - fix ASF_OBJ_PADDING guid
25320           - add 3 new object guids (language list, metadata,
25321             extended stream properties)
25322           - add a function to parse extended header objects
25323
25324 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25325
25326         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25327           remove leftover debugging g_print
25328
25329 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25330
25331         * ext/mad/gstmad.c: (gst_mad_handle_event):
25332           Fix for when the first format in a discont event is not a
25333           byte-based one. Should fix #137710.
25334
25335 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25336
25337         * m4/a52.m4 : fix compilation with -Wall -Werror
25338         * m4/libfame.m4 : idem
25339         * m4/libmikmod.m4 : idem
25340
25341 2004-05-17  Benjamin Otte  <otte@gnome.org>
25342
25343         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25344           signal the new tags before giving up the reference
25345
25346 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25347
25348         * ext/shout2/gstshout2.c:
25349           use application/ogg instead of application/x-ogg (patch by Patrick
25350           Guimond, fixes #142432)
25351         * sys/oss/gstosselement.c: (gst_osselement_reset),
25352         (gst_osselement_sync_parms):
25353           don't set fragment size unless specified (fixes #142493)
25354
25355 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25356
25357         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25358           fixes #142664
25359
25360 2004-05-17  Benjamin Otte  <otte@gnome.org>
25361
25362         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25363           compute offsets correctly for internal buffers so timestamps are set
25364           correctly when we can't seek. Also handle cases where there are no
25365           offsets. (based on a patch by David Moore, fixes #142507)
25366
25367 2004-05-17  Benjamin Otte  <otte@gnome.org>
25368
25369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25370           use correct variable when determining amount of data to skip so we
25371           don't skip into the void and segfault
25372
25373 2004-05-16  Benjamin Otte  <otte@gnome.org>
25374
25375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25376           Hi, I'm a memleak
25377
25378 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25379
25380         * gst/asfdemux/gstasfdemux.c:
25381           - fix a mem leak and always propagate tags
25382           - add WMV3 to known video codecs (but no decoder yet)
25383           - replace "surplus data" at end of audio header for what
25384             it is : codec specific data
25385           - fix a typo
25386
25387 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25388
25389         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25390
25391         * gst-libs/gst/audio/audioclock.c:
25392           Fix wrong return type (#142205).
25393
25394 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25395
25396         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25397           Ignore CRCs by default (fixes #142566).
25398
25399 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25400
25401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25402         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25403         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25404         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25405         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25406         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25407           Fix for cases where we fail to attach to a mixer.
25408
25409 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25412           Don't touch events after not owning them anymore.
25413         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25414         (gst_wavparse_fmt), (gst_wavparse_other),
25415         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25416         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25417         (gst_wavparse_srcpad_event):
25418         * gst/wavparse/gstwavparse.h:
25419           Add seeking, fix querying.
25420
25421 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25422
25423         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25424           - process comments even if they don't end with \0\0
25425             g_convert would ignore them if present and works well without them
25426
25427 2004-05-16  Benjamin Otte  <otte@gnome.org>
25428
25429         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25430           simplify caps
25431
25432 2004-05-16  Benjamin Otte  <otte@gnome.org>
25433
25434         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25435           don't write to memory we might not write to - g_convert does that
25436           for us anyway (fixes #142613)
25437         (gst_asf_demux_audio_caps):
25438           comment out gst_util_dump_mem
25439
25440 2004-05-16  Benjamin Otte  <otte@gnome.org>
25441
25442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25443           compute correct expected timestamps after seek (broken since
25444           last commit)
25445         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25446           rename element and debugging category to gdkpixbufscale
25447
25448 2004-05-16  Benjamin Otte  <otte@gnome.org>
25449
25450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25451           add error checking to snd_pcm_delay and remove duplicate call to
25452           snd_pcm_delay that caused issues (see inline code comments)
25453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25454           make more readable and fix return value when snd_pcm_delay fails
25455         (fixes #142586)
25456
25457 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25458         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25459         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25460         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25461         (gst_pixbufscale_link), (gst_pixbufscale_init),
25462         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25463         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25464         (gst_pixbufscale_get_property), (pixbufscale_init):
25465         * ext/gdk_pixbuf/pixbufscale.h:
25466         Add these files I forgot earlier
25467
25468 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25469         * ext/gdk_pixbuf/Makefile.am:
25470         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25471         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25472         Add new pixbufscale element to scale RGB video
25473         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25474         and HYPER interpolation correctly.
25475         * ext/theora/theoraenc.c: (theora_enc_chain),
25476         Discard buffer and return if explicit caps could not be set
25477         (theora_enc_get_property):
25478         Make _get return kbps for the bitrate consistent with
25479         the _set function.
25480
25481
25482 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25483
25484         * ext/libvisual/visual.c: (gst_visual_chain):
25485           add missing visual_audio_analyze
25486
25487 2004-05-14  David Schleef  <ds@schleef.org>
25488
25489         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25490         is killed while we're playing.
25491         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25492         gst_element_no_more_pads().
25493
25494 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25495
25496         * gst-libs/gst/riff/riff-read.c :
25497           - fix INFO tag extraction in RIFF/AVI files
25498             because gst_event_unref (event) also freed taglist
25499           - avoid a mem leak
25500
25501 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25502
25503         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25504         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25505
25506         * gst/auparse/gstauparse.c :
25507           - add code (commented for now) to support audio/x-adpcm on src pad
25508             (we have no decoder for those layout yet)
25509
25510         * gst/cdxaparse/gstcdxaparse.c :
25511         * gst/cdxaparse/gstcdxaparse.h :
25512           - partial rewrite using RiffRead (ripped iain's wavparse code)
25513
25514         * gst/rtp/gstrtpL16enc.c : typo
25515         * gst/rtp/gstrtpgsmenc.c : typo
25516
25517 2004-05-13  Benjamin Otte  <otte@gnome.org>
25518
25519         * configure.ac:
25520           check for exact version of libvisual, it's not supposed to be
25521           API/ABI stable yet
25522
25523 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25524
25525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25526           signal no-more-pads
25527
25528 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25529
25530         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25531         Report which format was used for GST_FORMAT_DEFAULT
25532         * gst/debug/Makefile.am:
25533         * gst/debug/gstdebug.c: (plugin_init):
25534         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25535         (gst_progressreport_class_init), (gst_progressreport_init),
25536         (gst_progressreport_report), (gst_progressreport_set_property),
25537         (gst_progressreport_get_property), (gst_progressreport_chain),
25538         (gst_progressreport_plugin_init):
25539         Add progressreport element for testing.
25540
25541 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25542
25543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25544         * sys/v4l/gstv4lsrc.h:
25545         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25546         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25547         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25548         (gst_v4lsrc_grab_frame):
25549           add more debugging
25550           send a discont at start
25551
25552 2004-05-12  Colin Walters  <walters@redhat.com>
25553
25554         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25555         inflooping if we can't find a chunk.  Or in other words, don't blow
25556         chunks if we don't have a chunk to blow.
25557
25558 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25559         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25560         Remove old debug output
25561         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25562         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25563         (gst_dvdec_set_property), (gst_dvdec_get_property):
25564         Change the quality setting to an enum, so it works from gst-launch
25565         Don't renegotiate a non-linked pad. Allows audio only decoding.
25566         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25567         (gst_deinterlace_link), (gst_deinterlace_init):
25568         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25569         (gst_videodrop_link):
25570         Some caps negotiation fixes
25571
25572 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25573
25574         * ext/tarkin/gsttarkin.c :
25575           - Change RANK from NONE to PRIMARY
25576         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25577           - Change RANK from NONE to MARGINAL
25578         * ext/divx/gstdivxenc.c :
25579           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25580
25581 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25582
25583         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25584         (gst_vorbisenc_push_packet):
25585           copy a function that was added between 1.0 and 1.0.1 until we
25586           depend on worthwhile features of post-1.0
25587
25588 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25589
25590         * configure.ac:
25591           enable shout2 by default
25592         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25593         (gst_shout2send_base_init), (gst_shout2send_init),
25594         (gst_shout2send_connect), (gst_shout2send_change_state):
25595         * ext/shout2/gstshout2.h:
25596           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25597           #142262)
25598         * ext/theora/theora.c: (plugin_init):
25599           don't set rank on encoders
25600
25601 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25602
25603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25604           Use codec_data property instead of flag1 and flag2 for wma
25605
25606 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25607
25608         * gst/cdxaparse/gstcdxaparse.c :
25609           - Add mpegversion to CAPS to make it link
25610           - Rank is as GST_RANK_SECONDARY instead of NONE
25611         * gst/auparse/gstauparse.c :
25612           - Document all audio encoding we can encounter from Solaris 9
25613             headers and libsndfile information.
25614           - Increase max. rate from 48000 to 192000 (to match other elements)
25615           - Don't try to play junk data between header and samples
25616
25617 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25618
25619         * ext/libvisual/visual.c: (gst_visual_getcaps):
25620           use the right caps depending on endianness (I hope)
25621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25622           use GST_RANK_NONE for all non-decoding elements or spider gets
25623           mighty confused
25624
25625 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25626
25627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25628           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25629
25630 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25631
25632         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25633         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25634         (gst_switch_loop), (gst_switch_get_type):
25635           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25636           HEADERS. Had to be said.
25637
25638 2004-05-10  David Schleef  <ds@schleef.org>
25639
25640         * configure.ac: Add prototype Dirac support.
25641         * ext/Makefile.am:
25642         * ext/dirac/Makefile.am:
25643         * ext/dirac/gstdirac.cc:
25644         * ext/dirac/gstdiracdec.cc:
25645
25646 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25647
25648         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25649         (gst_auparse_init), (gst_auparse_chain),
25650         (gst_auparse_change_state):
25651           Hack around spider. Remove me some day please.
25652
25653 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25656           Fix for some uninitialized variables in previous patch, also
25657           makes it work. Fixes #142286 while we're at it.
25658
25659 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25660
25661         * gst/auparse/gstauparse.c:
25662                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25663                 only unsupported formats are ADPCM/CCITT G.72x
25664                 reviewed by Ronald
25665         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25666
25667 2004-05-10  Wim Taymans  <wim@fluendo.com>
25668
25669         * ext/vorbis/Makefile.am:
25670         * ext/vorbis/README:
25671         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25672         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25673         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25674         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25675         (gst_oggvorbisenc_convert_sink),
25676         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25677         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25678         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25679         (get_constraints_string), (update_start_message),
25680         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25681         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25682         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25683         * ext/vorbis/oggvorbisenc.h:
25684         * ext/vorbis/vorbis.c: (plugin_init):
25685         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25686         (raw_caps_factory), (gst_vorbisenc_class_init),
25687         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25688         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25689         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25690         * ext/vorbis/vorbisenc.h:
25691         Added a raw vorbis encoder to be used with the oggmuxer.
25692         We still need the old encoder for some gnome applications,
25693         read the README to find out how that works.
25694         The raw encoder is called "rawvorbisenc" until 0.9.
25695
25696 2004-05-10  Wim Taymans  <wim@fluendo.com>
25697
25698         * ext/ogg/gstogg.c: (plugin_init):
25699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25700         (gst_ogg_print):
25701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25702         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25703         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25704         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25705         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25706         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25707         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25708         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25709         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25710         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25711         Added an ogg muxer.
25712         Small typo fixes in the demuxer.
25713
25714 2004-05-10  Wim Taymans  <wim@fluendo.com>
25715
25716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25717         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25718         (theora_enc_change_state), (theora_enc_set_property),
25719         (theora_enc_get_property):
25720         Mark the last packet with an EOS flag which is not really needed
25721         in gstreamer.
25722         Do some better video framerate initialisation.
25723         Update the buffer timestamp.
25724
25725 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25726
25727         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25728         Return the result of the parent state change call
25729
25730 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25731
25732         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25733         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25734         * gst/law/alaw-encode.c : (idem)
25735         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25736         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25737         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25738
25739 2004-05-09  Benjamin Otte  <otte@gnome.org>
25740
25741         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25742           don't use a fixed buffer size when writing variable length data to
25743           it. Fixes memory corruption and makes alsasrc work
25744
25745 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25746
25747         * ext/gnomevfs/gstgnomevfssink.c:
25748         (_gst_boolean_allow_overwrite_accumulator),
25749         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25750           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25751           RUN_LAST, and don't use that to set the accumulator value because
25752           then it's always FALSE.
25753
25754 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25755
25756         * gst-libs/gst/riff/riff-media.c:
25757         (gst_riff_create_video_caps_with_data),
25758         (gst_riff_create_audio_caps),
25759         (gst_riff_create_audio_template_caps):
25760         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25761           Fix for unaligned RIFF files (i.e. where all the chunks together
25762           in a LIST chunk are not of the same size as the size given in
25763           the LIST chunk header). Fixes several odd WAVE files. Also fix
25764           ADPCM (block_align property) in audio, so that wavparse based
25765           on this works now as it used to stand-alone.
25766
25767 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25768
25769         reviewed by Benjamin Otte  <otte@gnome.org>
25770
25771         * ext/a52dec/gsta52dec.c:
25772         * ext/divx/gstdivxdec.c:
25773         * ext/divx/gstdivxenc.c:
25774         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25775         * ext/faac/gstfaac.c: (gst_faac_base_init):
25776         * ext/faad/gstfaad.c: (gst_faad_base_init):
25777         * ext/ivorbis/vorbisfile.c:
25778         * ext/lame/gstlame.c:
25779         * ext/libfame/gstlibfame.c:
25780         * ext/mpeg2enc/gstmpeg2enc.cc:
25781         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25782         * ext/sidplay/gstsiddec.cc:
25783         * ext/speex/gstspeexdec.c:
25784         * ext/speex/gstspeexenc.c:
25785         * ext/xvid/gstxviddec.c:
25786         * ext/xvid/gstxvidenc.c:
25787           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25788           (fixes #142193)
25789
25790 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * ext/alsa/gstalsa.c: (device_list),
25793         (gst_alsa_class_probe_devices):
25794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25795           Fix alsa oddness in mixer after the combination of using mixer
25796           in source/sink elements and using hw:x,y instead of just hw:x.
25797
25798 2004-05-09  Benjamin Otte  <otte@gnome.org>
25799
25800         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25801         (gst_wavparse_create_sourcepad):
25802           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25803           sourcepads
25804
25805 2004-05-09  Benjamin Otte  <otte@gnome.org>
25806
25807         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25808           allow discont events before caps nego
25809
25810 2004-05-08  Benjamin Otte  <otte@gnome.org>
25811
25812         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25813           don't leak events
25814
25815 2004-05-08  Benjamin Otte  <otte@gnome.org>
25816
25817         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25818         (gst_level_change_state), (gst_level_init):
25819         * gst/level/gstlevel.h:
25820           figure out if we're initialized directly instead of keeping a
25821           variable that's wrong in 90% of cases
25822           don't initialize pads and then leak them and use a new unitialized
25823           pad. (fixes #142084)
25824           these were bugs so n00bish I didn't find them for an hour :/
25825
25826 2004-05-08 Iain <iain@prettypeople.org>
25827
25828         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25829         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25830         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25831         return the length that was read.
25832         (gst_riff_read_strf_auds): Allow fmt tags as well.
25833
25834 2004-05-07  David Schleef  <ds@schleef.org>
25835
25836         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25837         signed char assumption in faad.h.
25838
25839 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25840
25841         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25842           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25843
25844 2004-05-07  Colin Walters  <walters@redhat.com>
25845
25846         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25847         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25848         function.
25849         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25850         Add dispose function.
25851
25852 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25853         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25854           Fix caps nego and pad templates. RGB mode caps should
25855           work now.
25856         * ext/dvdnav/gst-dvd:
25857           Move mpeg2dec inside the thread because otherwise the
25858           queue rejects cap changes mid-stream
25859         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25860         (gst_mpeg2dec_flush_decoder):
25861           For mpeg2dec > 0.4.0, call the flush function instead of
25862           manually extracting all in-flight frames.
25863         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25864         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25865           Change mime type video/dv go video/x-dv to match the
25866           rest of gst-plugins
25867
25868 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25869
25870         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25872         (gst_alsa_sink_class_init):
25873         * ext/alsa/gstalsasink.h:
25874         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25875         (gst_alsa_src_class_init):
25876         * ext/alsa/gstalsasrc.h:
25877           Make alsasink/src a subclass of alsamixer so that mixer stuff
25878           shows up in gst-rec. Needs some finetuning.
25879
25880 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25881
25882         * ext/lame/gstlame.c: (gst_lame_chain):
25883           simplify
25884         * ext/mad/gstmad.c: (gst_mad_handle_event):
25885           fix event leak
25886         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25887           be able to detect mp3 files < 4096 bytes
25888
25889 2004-05-06  Wim Taymans  <wim@fluendo.com>
25890
25891         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25892         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25893         (theora_enc_set_property), (theora_enc_get_property):
25894         Also encode the first frame, cleanup some code.
25895
25896 2004-05-06  Wim Taymans  <wim@fluendo.com>
25897
25898         * ext/mpeg2enc/gstmpeg2enc.cc:
25899         Forward events first before deciding that negotiation was
25900         not performed.
25901
25902 2004-05-06  Wim Taymans  <wim@fluendo.com>
25903
25904         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25905         First process the events before deciding that negotiation
25906         was not performed.
25907
25908 2004-05-06  Wim Taymans  <wim@fluendo.com>
25909
25910         * ext/theora/Makefile.am:
25911         * ext/theora/theora.c: (plugin_init):
25912         * ext/theora/theoradec.c: (theora_dec_change_state):
25913         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25914         (gst_theora_enc_class_init), (gst_theora_enc_init),
25915         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25916         (theora_enc_chain), (theora_enc_change_state),
25917         (theora_enc_set_property), (theora_enc_get_property):
25918         Added a theora encoder, grouped the encoder and decoder into the
25919         same plugin.
25920
25921 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25922
25923         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25924         (gst_jpegenc_chain):
25925         fix DURATION on outgoing buffers
25926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25927         debug using time formats
25928         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25930         (gst_xvimagesink_sink_link):
25931         windows with width/height 0 generate X errors, so don't allow them
25932
25933 2004-05-05  Wim Taymans  <wim@fluendo.com>
25934
25935         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25936         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25937         (gst_mpeg2dec_negotiate_format):
25938         * ext/mpeg2dec/gstmpeg2dec.h:
25939           removed the static pad template so that we can add the
25940           more accurate framerate value to the caps.
25941
25942
25943 2004-05-04  Benjamin Otte  <otte@gnome.org>
25944
25945         * configure.ac:
25946           check for kdemacros.h, too (should fix #141821)
25947         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25948           don't crash if no header was sent, but nicely error out (fixes part
25949           of #141554)
25950
25951 2004-05-04  Wim Taymans  <wim@fluendo.com>
25952
25953         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25954         parent dispose function to avoid segfault on destroy.
25955
25956 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25957
25958         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25959         (plugin_init):
25960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25961         (gst_xvimagesink_sink_link):
25962         clean up debugging caps
25963         also recreate xvimage when format has changed
25964
25965 2004-05-04  Benjamin Otte  <otte@gnome.org>
25966
25967         * ext/libvisual/Makefile.am:
25968         * ext/libvisual/visual.c: (gst_visual_class_init),
25969         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25970         (gst_visual_srclink), (gst_visual_chain),
25971         (gst_visual_change_state), (plugin_init):
25972           use a GstAdapter to correctly adapt buffer sizes - allows using a
25973           framerate
25974
25975 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25976
25977         * sys/v4l/gstv4lelement.h:
25978         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25980         (gst_v4lsrc_buffer_free):
25981         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25982         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25983         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25984         (gst_v4lsrc_requeue_frame):
25985         move some debugging categories around
25986         query for fps index and set accordingly if found
25987
25988 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25989
25990         * ext/lame/gstlame.c:
25991         correct defaults that lame_init puts out of range
25992
25993 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25994
25995         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25996         (gst_divxenc_class_init):
25997         fix range since -1 is the default
25998         * gst/mpeg1sys/gstmpeg1systemencode.c:
25999         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26000         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26001         (gst_rtjpegdec_chain):
26002         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26003         (gst_rtjpegenc_chain):
26004         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26005         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26006         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26008         * sys/v4l/gstv4lsrc.c:
26009         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26010         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26011         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26013         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26014           remove gst_info calls
26015
26016 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26017
26018         * Makefile.am:
26019         * po/af.po:
26020         * po/az.po:
26021         * po/en_GB.po:
26022         * po/nl.po:
26023         * po/sr.po:
26024         * po/sv.po:
26025           Updated translations
26026
26027 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26028
26029         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26030           refactor/comment code
26031
26032 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26033
26034         * gst/asfdemux/Makefile.am:
26035         * gst/asfdemux/asfheaders.c:
26036         * gst/asfdemux/asfheaders.h:
26037         * gst/asfdemux/gstasf.c: (plugin_init):
26038         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26039         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26040         (gst_asf_demux_setup_pad):
26041         * gst/asfdemux/gstasfdemux.h:
26042         * gst/asfdemux/gstasfmux.c:
26043         * gst/asfdemux/gstasfmux.h:
26044           Add tagging support to demuxer, split out registration in its own
26045           file instead of in demux (hacky), and prevent having some tables
26046           in our memory multiple times (in asfheaders.h).
26047
26048 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * gst/matroska/matroska-demux.c:
26051         (gst_matroska_demux_parse_metadata):
26052         * gst/matroska/matroska-ids.h:
26053           Basic tag reading support.
26054
26055 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26058           Really detect ac-3 audio.
26059         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26060           really detect matroska files (off-by-1).
26061
26062 2004-04-30  David Schleef  <ds@schleef.org>
26063
26064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26065         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26066         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26067         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26068         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26069         hackage -- parse a lot more atoms, extract a few tags.  One might even
26070         mistake this for tag support.  Maybe it is.
26071         * gst/qtdemux/qtdemux.h:
26072
26073 2004-04-30  Colin Walters  <walters@verbum.org>
26074
26075         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26076
26077 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26078
26079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26080         (gst_ffmpegcolorspace_getcaps):
26081           remove broken nego fix
26082
26083 2004-04-30  Benjamin Otte  <otte@gnome.org>
26084
26085         * configure.ac:
26086         * ext/Makefile.am:
26087         * ext/libvisual/Makefile.am:
26088         * ext/libvisual/visual.c:
26089           add initial support for libvisual (http://libvisual.sourceforge.net)
26090           libvisual is still quite alpha, so expect crashes in there :)
26091
26092 2004-04-29  David Schleef  <ds@schleef.org>
26093
26094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26095         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26096         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26097         code; you will no longer respect me.
26098
26099 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26100
26101         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26102         * ext/alsa/gstalsa.h :
26103         change alsa pcm device discovery to find more than 1 device
26104         per card. code review by Ronald.
26105
26106 2004-04-29  David Schleef  <ds@schleef.org>
26107
26108         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26109         Add a check for a driver bug on FreeBSD.  (bug #140565)
26110
26111 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26112
26113         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26114         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26115         (gst_jpegenc_getcaps):
26116           move format setting to inner loop
26117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26118         (gst_ffmpegcolorspace_getcaps):
26119           use GST_PAD_CAPS if available so that we use already negotiated
26120           caps
26121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26122         (qtdemux_parse_moov), (qtdemux_parse):
26123           extra debugging
26124         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26125         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26126           move hardcoded path to DEFINE
26127
26128 2004-04-28  David Schleef  <ds@schleef.org>
26129
26130         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26131         (bug #140064)
26132
26133 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26134
26135         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26136           Don't probe for playback device if we're a source element. Fixes
26137           #139658.
26138
26139 2004-04-29  Benjamin Otte  <otte@gnome.org>
26140
26141         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26142         (gst_id3_tag_chain):
26143           rewrite buffer offset
26144
26145 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * configure.ac:
26148         * ext/Makefile.am:
26149         * ext/dts/Makefile.am:
26150         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26151         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26152         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26153         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26154         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26155         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26156         (plugin_init):
26157         * ext/dts/gstdtsdec.h:
26158           New DTS decoder.
26159         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26160         (gst_faad_srcconnect):
26161           Add ESDS atom handling (.m4a).
26162
26163 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * ext/divx/gstdivxdec.c: (plugin_init):
26166           Remove comment that makes no sense.
26167         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26168           Fix for obvious typo that resulted in warnings during gst-register.
26169         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26170         (gst_xviddec_sink_link):
26171           Fix caps negotiation a bit better.
26172         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26173           We call this 'codec_data', not 'esds'.
26174
26175 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26176
26177         * gst/monoscope/gstmonoscope.c:
26178           make sure we only provide 256x128
26179         * gst/monoscope/monoscope.c: (monoscope_init):
26180           assert size of 256x128
26181
26182 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26183
26184         * Makefile.am:
26185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26186         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26187           fixate to max width and height of device
26188
26189 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26190
26191         * Makefile.am:
26192         * sys/v4l/gstv4l.c:
26193         * sys/v4l/gstv4lsrc.c:
26194         * sys/v4l/v4l_calls.c:
26195         * sys/v4l/v4lsrc_calls.c:
26196           fix for qc-usb driver which fakes having more than one buffer
26197           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26198           buffer_free override
26199           add debugging
26200
26201 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26202
26203         * Makefile.am:
26204         * gst/videotestsrc/gstvideotestsrc.c:
26205         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26206         (gst_videotestsrc_init), (gst_videotestsrc_get),
26207         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26208         * gst/videotestsrc/gstvideotestsrc.h:
26209           add num-buffers property
26210
26211         2004-04-26  Benjamin Otte  <otte@gnome.org>
26212
26213         * ext/mad/gstid3tag.c: (plugin_init):
26214           set id3mux rank to NONE so it doesn't confuse spider
26215           require audio/mpeg,mpegversion=1 in id3mux
26216
26217 2004-04-26  Benjamin Otte  <otte@gnome.org>
26218
26219         * configure.ac:
26220           detect faad correctly as non-working if it's indeed non-working
26221
26222 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26223
26224         * Makefile.am:
26225         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26226         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26227         fix _getcaps so it only negotiates to its supported format
26228
26229 2004-04-25  Benjamin Otte  <otte@gnome.org>
26230
26231         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26232           fix memleak
26233
26234 2004-04-23  Benjamin Otte  <otte@gnome.org>
26235
26236         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26237           audio/x-raw-int with height rules! not. Now it's depth.
26238
26239 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26240
26241         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26242         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26243         (gst_wavparse_loop):
26244           Missing variable initialization. Add handling of DVI ADPCM. Fix
26245           mis-parsing of LIST chunks. This works around a bug where we mis-
26246           parse non-aligning LIST chunks (so LIST chunks where the contents
26247           don't align with the actual LIST size). The correct fix is to use
26248           rifflib, I'm not going to fix wavparse - too much work. All this
26249           fixes #104878.
26250
26251 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26252
26253         reviewed by Benjamin Otte  <otte@gnome.org>
26254
26255         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26256           fix shoutcast not working (fixes #140844)
26257
26258 2004-04-22  Benjamin Otte  <otte@gnome.org>
26259
26260         * ext/hermes/gsthermescolorspace.c:
26261         (gst_hermes_colorspace_caps_remove_format_info):
26262         * gst/colorspace/gstcolorspace.c:
26263         (gst_colorspace_caps_remove_format_info):
26264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26265         (gst_ffmpegcolorspace_caps_remove_format_info):
26266           s/gst_caps_simplify/gst_caps_do_simplify/
26267
26268 2004-04-22  Benjamin Otte  <otte@gnome.org>
26269
26270         * gst-libs/gst/riff/riff-media.c:
26271         (gst_riff_create_video_caps_with_data):
26272           mpegversion is an int
26273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26274           don't try to create pad templates with NULL caps, use any caps
26275           instead.
26276
26277 2004-04-20  David Schleef  <ds@schleef.org>
26278
26279         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26280         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26281         (bug #140384)
26282
26283 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26284
26285         reviewed by David Schleef
26286
26287         * ext/mad/gstid3tag.c: Add stdlib.h
26288         * gst/rtp/gstrtpgsmenc.c: same
26289         * gst/tags/gstid3tag.c: same
26290         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26291         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26292         GST_DISABLE_LOADSAVE use.
26293         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26294         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26295         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26296         atol(3)).
26297         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26298         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26299         strtoul(3)).
26300         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26301         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26302         $(ID3_CFLAGS).
26303         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26304         $(LIBFAME_CFLAGS).
26305
26306 2004-04-20  David Schleef  <ds@schleef.org>
26307
26308         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26309         last checkin.  Same idea.
26310
26311 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26312
26313         reviewed by David Schleef
26314
26315         * configure.ac: bump required gstreamer version to 0.8.1.1
26316         because of following changes [--ds]
26317
26318         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26319         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26320         (gst_riff_read_header):  Use GST_READ_UINT*
26321         macros to access possibly unaligned memory.
26322
26323         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26324         (mp3_type_find):  Use GST_READ_UINT*
26325         macros to access possibly unaligned memory.
26326         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26327         (speex_type_find): Likewise
26328
26329         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26330
26331         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26332         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26333         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26334         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26335         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26336         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26337         macros to access possibly unaligned memory.
26338
26339         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26340         Likewise.
26341
26342         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26343         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26344
26345         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26346         Likewise.
26347
26348         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26349         (gst_mpeg2subt_chain_subtitle): Likewise.
26350
26351         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26352         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26353         Likewise.
26354
26355         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26356         Likewise.
26357
26358         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26359         Likewise.
26360
26361         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26362         Likewise.
26363
26364 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26365
26366         * configure.ac:
26367           update required version of GStreamer because of GST_TIME_FORMAT
26368
26369 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26370
26371         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26372           remove leftover g_print
26373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26374           don't try setting only a subset of the caps. We don't want to kill
26375           autoplugging on purpose
26376
26377 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26378
26379         * sys/ximage/ximagesink.c: (plugin_init):
26380         * sys/xvimage/xvimagesink.c: (plugin_init):
26381           add debugging categories
26382
26383 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26384
26385         * po/en_GB.po:
26386         * po/LINGUAS:
26387           Adding en_GB translation (Gareth Owen)
26388
26389 2004-04-20  David Schleef  <ds@schleef.org>
26390
26391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26392         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26393         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26394         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26395         A number of new features and hacks to extract the esds atom and
26396         put it into the caps.  (bug #137724)
26397
26398 2004-04-19  David Schleef  <ds@schleef.org>
26399
26400         * gconf/Makefile.am: Fix for non-GNU make
26401         * gst-libs/gst/Makefile.am: Change directory order to handle
26402         GstPlay linking with gstinterfaces
26403         * gst-libs/gst/audio/make_filter: make use of tr portable
26404         * gst-libs/gst/play/Makefile.am: Add intended \
26405         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26406         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26407         function prototype instead of void *.
26408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26409         macro.
26410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26411         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26412         * gst/videofilter/make_filter: make use of tr portable
26413         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26414
26415 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26416
26417         * po/LINGUAS:
26418         * po/uk.po:
26419           Added Ukrainian translation (Maxim V. Dziumanenko)
26420
26421 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26422
26423         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26424         (gst_gsmdec_link), (gst_gsmdec_chain):
26425           Fix capsnego, simplify chain function slightly.
26426         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26427           Add GSM.
26428
26429 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26432         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26433         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26434           Hack to make wavparse work with spider (always -> sometimes pad).
26435           Fixes #135862 && #140411.
26436
26437 2004-04-18  Benjamin Otte  <otte@gnome.org>
26438
26439         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26440         (gst_osselement_rate_probe_check),
26441         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26442           get rid of \n in debug output
26443
26444 2004-04-17  Iain <iain@prettypeople.org>
26445
26446         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26447         not just EOS.
26448
26449 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26450
26451         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26452         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26453         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26454         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26455         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26456         (gst_id3_tag_change_state), (plugin_init):
26457           deprecate id3tag element and replace with id3demux/id3mux.
26458           great side effect: this ugly file is now even uglier, yay!
26459         * ext/mad/gstmad.h:
26460           remove non-available function
26461           update for new get_type
26462
26463 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26464
26465         * configure.ac:
26466           require mpeg2dec >= 0.4.0
26467
26468 2004-04-17  Benjamin Otte  <otte@gnome.org>
26469
26470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26471         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26472         (gst_xvimagesink_set_xwindow_id):
26473           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26474           assorted cleanup fixes.
26475
26476 2004-04-16  David Schleef  <ds@schleef.org>
26477
26478         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26479         * sys/xvimage/xvimagesink.h: same
26480
26481 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26482
26483         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26484           Fix GST_ELEMENT_ERROR with (NULL)
26485
26486 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26487
26488         * gst-libs/gst/riff/riff-media.c:
26489         (gst_riff_create_video_caps_with_data):
26490           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26491
26492 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26493
26494         * gst-libs/gst/riff/riff-media.c:
26495         (gst_riff_create_video_caps_with_data),
26496         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26497         (gst_riff_create_video_template_caps),
26498         (gst_riff_create_audio_template_caps):
26499         * gst-libs/gst/riff/riff-media.h:
26500         * gst-libs/gst/riff/riff-read.c:
26501         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26502         * gst-libs/gst/riff/riff-read.h:
26503         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26504           Add MS RLE support. I added some functions to read out strf chunks
26505           into strf chunks and the data behind it. This is usually color
26506           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26507           caps creation. Lastly, add ADPCM (similar to wavparse - which
26508           should eventually be rifflib based).
26509         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26510         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26511         * gst/matroska/matroska-demux.h:
26512           Remove placeholders for some prehistoric tagging system. Didn't add
26513           support for any tag system really anyway.
26514         * gst/qtdemux/qtdemux.c:
26515           Add support for audio/x-m4a (MPEG-4) through spider.
26516         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26517         (gst_wavparse_loop):
26518           ADPCM support (#135862). Increase max. buffer size because we
26519           cannot split buffers for ADPCM (screws references) and I've seen
26520           files with 2048 byte chunks. 4096 seems safe for now.
26521
26522 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26523
26524         * configure.ac: bump nano to 1
26525
26526 === release 0.8.1 ===
26527
26528 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26529
26530         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26531
26532 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26535           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26536           Fixes #140058
26537
26538 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26539
26540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26541           lower rank of dvddemux so that it's not used for mpeg playback.
26542
26543 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26544
26545         * configure.ac:
26546           save libs correctly when checking mad
26547
26548 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26549
26550         * ext/mad/gstid3tag.c: (plugin_init):
26551           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26552
26553 2004-04-13  David Schleef  <ds@schleef.org>
26554
26555         * common/m4/gst-feature.m4: Call -config scripts with
26556         --plugin-libs if it is supported.
26557         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26558         JPEG images are image/jpeg.
26559         * gst/debug/Makefile.am:
26560         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26561         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26562         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26563         (gst_negotiation_plugin_init): Add a property that acts like
26564         filter caps.
26565         * testsuite/gst-lint:  Move license checking to be a standard
26566         test.
26567
26568 2004-04-13  David Schleef  <ds@schleef.org>
26569
26570         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26571         patch from Sebastien Cote (bug #139958)
26572
26573 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26574
26575         * examples/gstplay/Makefile.am:
26576         * examples/gstplay/player.c: (main):
26577           make the commandline player example use gconf settings
26578
26579 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26580
26581         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26582         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26583         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26584           init/end library during state transition, not object
26585           creation/disposal.  get rid of custom dispose handler.
26586
26587
26588 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26589
26590         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26591         be a symlink
26592
26593 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26594
26595         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26596           Handle JUNK chunks inside data section. Prevents warnings.
26597
26598 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26601         (gst_riff_create_video_template_caps):
26602           Add MS video v1.
26603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26604         (gst_avi_demux_stream_data):
26605           Add support for "rec-list" chunks.
26606
26607 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26608
26609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26610           Fix another codecname mismatch.
26611
26612 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26615           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26616           so that MJPEG plays back.
26617
26618 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26619
26620         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26621         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26622         * gst/mpeg1videoparse/gstmp1videoparse.h:
26623           Fix for some slight mis-cuts in buffer parsing, and for some
26624           potential overflows or faults-causers. Adds disconts. Also fixes
26625           #139105 while we're at it.
26626
26627 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * configure.ac:
26630         * sys/v4l2/gstv4l2element.h:
26631           Workaround for missing struct v4l2_buffer declaration in Suse 9
26632           and Mandrake 10 linux/videodev2.h header file (#135919).
26633
26634 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26635
26636         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26637           Bail out if no filename was given.
26638
26639 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26642         (gst_v4l2_fourcc_from_structure):
26643           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26644           Y41B somewhere).
26645
26646 2004-04-09  Benjamin Otte  <otte@gnome.org>
26647
26648         * ext/gnomevfs/gstgnomevfssink.c:
26649         (_gst_boolean_allow_overwrite_accumulator),
26650         (gst_gnomevfssink_class_init):
26651           fix erase signal - if any handler returns false the file will not be
26652           overwritten. If no handler is connected, the file will not be
26653           overwritten either.
26654           renamed signal to "allow-overwrite"
26655         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26656           free string when adding it to ID3 failed
26657         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26658           unref event when done
26659         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26660           free caps
26661         * gst/typefind/gsttypefindfunctions.c:
26662         (mpeg_video_stream_type_find):
26663           fix invalid read
26664
26665 2004-04-08  David Schleef  <ds@schleef.org>
26666
26667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26668         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26669
26670 2004-04-08  David Schleef  <ds@schleef.org>
26671
26672         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26673         we don't support (bug #139532)
26674
26675 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26676
26677         * ext/mad/gstmad.c: (gst_mad_handle_event),
26678         (gst_mad_check_caps_reset), (gst_mad_chain),
26679         (gst_mad_change_state):
26680           only set explicit caps if they haven't been set before for
26681           this stream.  MPEG-audio sample rate/channels aren't allowed
26682           to change in-stream.
26683           Fixes #139382
26684
26685 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26686
26687         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26688         (_gst_boolean_did_something_accumulator),
26689         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26690         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26691         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26692         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26693         (gst_gnomevfssink_change_state):
26694           Fix erase signal. Don't erase by default. Remove handoff signal.
26695           Remove erase property. Don't segfault. General cleanup.
26696
26697 2004-04-07  Benjamin Otte  <otte@gnome.org>
26698
26699         * gst-libs/gst/gconf/test-gconf.c: (main):
26700           add missing gst_init
26701
26702 2004-04-07  Benjamin Otte  <otte@gnome.org>
26703
26704         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26705           free the mutexes, too
26706
26707 2004-04-07  Benjamin Otte  <otte@gnome.org>
26708
26709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26710           actually free the URI string
26711         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26712           compute offset correctly when passing discont events
26713         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26714           don't leak discont events
26715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26716           add some missing breaks so caps aren't copied randomly
26717         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26718           if we realloc memory, we better use it
26719
26720 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26721
26722         * ext/mad/gstmad.c: (normal_seek):
26723           fix GST_FORMAT_TIME usage
26724
26725 2004-04-05  David Schleef  <ds@schleef.org>
26726
26727         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26728         a deprecated function (hack!)
26729
26730 2004-04-05  Benjamin Otte  <otte@gnome.org>
26731
26732         * ext/esd/esdmon.c: (gst_esdmon_get):
26733           fix nonterminated vararg and memleak
26734
26735 2004-04-05  Benjamin Otte  <otte@gnome.org>
26736
26737         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26738         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26739         (gst_ladspa_set_property), (gst_ladspa_get_property),
26740         (gst_ladspa_instantiate), (gst_ladspa_activate),
26741         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26742           clean up debugging
26743
26744 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26745
26746         reviewed by Benjamin Otte  <otte@gnome.org>
26747
26748         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26749           check for broken LADSPA parameters (fixes #138635)
26750
26751 2004-04-05  Benjamin Otte  <otte@gnome.org>
26752
26753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26754           advertise buffer-frames correctly on sinkpads
26755
26756 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26757
26758         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26759         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26760         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26761         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26762         (gst_mad_check_caps_reset), (gst_mad_chain):
26763         add more debugging, only reset caps when we're not in error state
26764
26765 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26766
26767         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26768
26769 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26770
26771         reviewed by Benjamin Otte  <otte@gnome.org>
26772
26773         * configure.ac:
26774           fix == in test(1) operator
26775
26776 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26777
26778         reviewed by Benjamin Otte  <otte@gnome.org>
26779
26780         * configure.ac:
26781           fix --export-symblos-regex to a working regex.
26782
26783 2004-04-04  Benjamin Otte  <otte@gnome.org>
26784
26785         * sys/oss/.cvsignore:
26786           add for oss_probe
26787
26788 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26789
26790         reviewed by Benjamin Otte  <otte@gnome.org>
26791
26792         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26793           add missing 'new_media' argument (fixes #138168)
26794         * gst/matroska/matroska-demux.c:
26795         (gst_matroska_demux_handle_seek_event):
26796           add vararg terminator (fixes #138169)
26797
26798 2004-04-02  David Schleef  <ds@schleef.org>
26799
26800         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26801         disted (bug #138914)
26802
26803 2004-04-01  Benjamin Otte  <otte@gnome.org>
26804
26805         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26806         (gst_alsa_close_audio):
26807           handle case better where a soundcard can't pause
26808         * ext/ogg/gstoggdemux.c:
26809           don't crash when we get events but don't have pads yet
26810
26811 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26812
26813         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26814           throw an error if we couldn't probe any caps.
26815
26816 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26817
26818         * ext/dvdnav/gst-dvd:
26819         Add a really simple sample DVD player
26820
26821 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26822
26823         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26824         (gst_a52dec_push), (gst_a52dec_handle_event),
26825         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26826         (gst_a52dec_change_state):
26827         * ext/a52dec/gsta52dec.h:
26828           Use a debug category, Output timestamps correctly
26829           Emit tag info, Handle events, tell liba52dec about cpu
26830           capabilities so it can use MMX etc.
26831         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26832           Fix a crasher accessing invalid memory
26833         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26834         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26835         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26836         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26837         (dvdnavsrc_query):
26838           Some support for byte-format seeking.
26839           Small fixes for still frames and menu button overlays
26840         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26841         (gst_mpeg2dec_alloc_buffer):
26842           Use a debug category. Adjust the report level of several items to
26843           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26844           so it doesn't lose the GstBuffer pointer
26845         * gst/debug/Makefile.am:
26846         * gst/debug/gstdebug.c: (plugin_init):
26847         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26848         (gst_navseek_base_init), (gst_navseek_class_init),
26849         (gst_navseek_init), (gst_navseek_seek),
26850         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26851         (gst_navseek_get_property), (gst_navseek_chain),
26852         (gst_navseek_plugin_init):
26853         * gst/debug/gstnavseek.h:
26854           Add the navseek debug element for seeking back and forth in a
26855           video stream using arrow keys.
26856         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26857         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26858         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26859         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26860         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26861         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26862         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26863         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26864         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26865         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26866         * gst/mpeg2sub/gstmpeg2subt.h:
26867           Pretty much a complete rewrite. Now a loopbased element. May still
26868           require work to properly synchronise subtitle buffers.
26869         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26870         (gst_dvd_demux_send_subbuffer):
26871         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26872           Don't attempt to create subbuffers of size 0
26873           Reduce a couple of error outputs to warnings.
26874         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26875         (gst_y4mencode_chain):
26876         Output the y4m frame header correctly.
26877
26878 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26879
26880         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26881           throw errors instead of allowing SIGFPE
26882
26883 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26884
26885         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26886         (gst_gconf_render_bin_from_key):
26887           leak plugging and style fixing
26888
26889 2004-03-31  David Schleef  <ds@schleef.org>
26890
26891         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26892         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26893         (bug #138225)
26894         * gst/debug/Makefile.am:
26895         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26896         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26897         plugin.
26898         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26899         (gst_negotiation_base_init), (gst_negotiation_class_init),
26900         (gst_negotiation_init), (gst_negotiation_getcaps),
26901         (gst_negotiation_pad_link), (gst_negotiation_chain),
26902         (gst_negotiation_set_property), (gst_negotiation_get_property),
26903         (gst_negotiation_plugin_init):  New element to talk about random
26904         negotiation things happening in a pipeline.
26905
26906 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26907
26908         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26909           fix integer addition with help of Stefan Kost
26910
26911 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26912
26913         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26914
26915 2004-03-30  David Schleef  <ds@schleef.org>
26916
26917         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26918         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26919         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26920         (bug #137504)
26921         * ext/mpeg2dec/gstmpeg2dec.h:
26922
26923 2004-03-30  David Schleef  <ds@schleef.org>
26924
26925         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26926
26927 2004-03-30  David Schleef  <ds@schleef.org>
26928
26929         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26930         Michael Petullo) to handle .mov
26931
26932 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26933
26934         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26935         (gst_osselement_rate_check_rate):
26936           probe caps correctly for sound cards that only support one format
26937
26938 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26939
26940         * ext/kio/kiosrc.cpp: (process_events):
26941           update handling event processing if inside KDE - untested
26942
26943 2004-03-29  David Schleef  <ds@schleef.org>
26944
26945         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26946         by 2 to not interfere with other colorspaces.
26947         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26948         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26949         one to not interfere with ffmpeg_colorspace.
26950
26951 2004-03-29  David Schleef  <ds@schleef.org>
26952
26953         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26954         aren't in the caps.
26955         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26956         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26957
26958 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26959
26960         * gst-libs/gst/riff/riff-media.c:
26961           fail on error, don't try to set stuff on NULL caps
26962
26963 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26964
26965         * configure.ac:
26966         * ext/Makefile.am:
26967         * ext/kio/Makefile.am:
26968         * ext/kio/kioreceiver.cpp:
26969         * ext/kio/kioreceiver.h:
26970         * ext/kio/kiosrc.cpp:
26971         * ext/kio/kiosrc.h:
26972           add experimental kiosrc plugin
26973         * ext/alsa/gstalsaplugin.c: (plugin_init):
26974           initialize debugging category only when we're sure registering the
26975           plugins worked.
26976
26977 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26978
26979         * examples/gstplay/player.c: (main):
26980         * gst-libs/gst/play/play.c: (gst_play_class_init),
26981         (gst_play_set_location), (gst_play_set_data_src),
26982         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26983         (gst_play_set_visualization), (gst_play_connect_visualization):
26984           check return values of element_set_state and return FALSE where
26985           failed
26986
26987 2004-03-29  Benjamin Otte  <otte@gnome.org>
26988
26989         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26990           try harder to check if an event is really a discont
26991
26992 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26993
26994         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26995         * po/az.po:
26996
26997 2004-03-28  Benjamin Otte  <otte@gnome.org>
26998
26999         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27000         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27001         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27002           get rid of non-standard "..." ranges in case statements.
27003
27004 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27005
27006         * gst/mpegstream/gstmpegdemux.c:
27007         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27008         specific functionality split to the new dvddemux element.
27009         * gst/mpegstream/gstdvddemux.c:
27010         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27011         streams, derived from mpegdemux.
27012         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27013         up. SCR based timestamp rewriting can be turned off (will probably
27014         completely disappear soon).
27015         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27016         hacking. General cleanup. All printf statements replaced by
27017         debugging messages. Almost complete libdvdnav support.
27018         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27019         by events. New properties for audio and subpicture languages.
27020         (dvdnavsrc_update_highlight): Now uses events.
27021         (dvdnavsrc_user_op): Cleaned up.
27022         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27023         based). Lots of cleanup, and propper support for most libdvdnav
27024         events.
27025         (dvdnavsrc_make_dvd_event): New function.
27026         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27027         (dvdnavsrc_make_clut_change_event): New function.
27028
27029 2004-03-26  Benjamin Otte  <otte@gnome.org>
27030
27031         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27032           fix bug where typefinding would claim it's theora whenever less then
27033           7 bytes of data were available
27034
27035 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27038         (gst_alawdec_base_init), (gst_alawdec_class_init),
27039         (gst_alawdec_init), (gst_alawdec_chain):
27040         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27041         (gst_alawenc_base_init), (gst_alawenc_class_init),
27042         (gst_alawenc_init), (gst_alawenc_chain):
27043         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27044         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27045         (gst_mulawdec_init), (gst_mulawdec_chain):
27046         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27047         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27048         (gst_mulawenc_init), (gst_mulawenc_chain):
27049           Fix capsnego in all four, remove the unused property functions and
27050           simplify the chain functions slightly. I guess we could use macros
27051           or something similar for those, since the code is so similar, but
27052           I'm currently too lazy...
27053
27054 2004-03-24  David Schleef  <ds@schleef.org>
27055
27056         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27057         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27058         (gst_osselement_get_format_structure),
27059         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27060         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27061         (gst_osselement_rate_int_compare): Add code to handle rate probing
27062         (bug #120883)
27063         * sys/oss/gstosselement.h: same
27064         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27065         Use rate probing provided by osselement.
27066         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27067
27068 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27071         (gst_xvidenc_get_property):
27072           ulong/int mess-up.
27073
27074 2004-03-24  David Schleef  <ds@schleef.org>
27075
27076         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27077         (gst_speexdec_init):
27078         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27079         (gst_speexenc_init):  Create the pad template correctly (from
27080         the static pad template, not a NULL pointer.)
27081
27082 2004-03-25  Benjamin Otte  <otte@gnome.org>
27083
27084         * gst/debug/Makefile.am:
27085         * gst/debug/breakmydata.c:
27086           add element that quasi-randomly changes bytes in the stream.
27087           Intended use is robustness checking of demuxers and decoders in
27088           media tests.
27089
27090 2004-03-24  Benjamin Otte  <otte@gnome.org>
27091
27092         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27093         (gst_alsa_probe_hw_params):
27094         * ext/alsa/gstalsa.h:
27095           debugging output fixes
27096
27097 2004-03-24  Benjamin Otte  <otte@gnome.org>
27098
27099         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27100           don't g_return_if_fail if element is PLAYING, fail silently as every
27101           other element.
27102         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27103           only fix needed for cast lvalue issues in gst-plugins
27104         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27105           add proxy_getcaps
27106
27107 2004-03-24  Benjamin Otte  <otte@gnome.org>
27108
27109         * gst/level/gstlevel.c: (gst_level_init):
27110           add proxying getcaps function, so level doesn't advertise impossible
27111           caps
27112
27113 2004-03-24  David Schleef  <ds@schleef.org>
27114
27115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27116         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27117         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27118         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27119         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27120         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27121         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27122         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27123         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27124         messages.  Divide the chunk size by the compression ratio
27125         (needed for MACE audio)
27126
27127 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27128
27129         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27130           Fix buffer overflow read error.
27131
27132 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27133
27134         * ext/alsa/gstalsa.h:
27135           Remove unused entry.
27136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27137           Add cinepak.
27138         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27139         (gst_videodrop_link), (gst_videodrop_chain):
27140           Fix, sort of. Was horribly broken with new capsnego. Bah...
27141
27142 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27143
27144         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27145         (plugin_init):
27146         Add a monkeysaudio typefind function
27147
27148 2004-03-23  Johan Dahlin  <johan@gnome.org>
27149
27150         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27151         (gst_play_video_fixate): Check so the structure has the field
27152         before trying to fixate them, this makes it possible to have
27153         fakesinks for video and audio output without printing errors on
27154         the output console.
27155
27156 2004-03-22  David Schleef  <ds@schleef.org>
27157
27158         * sys/oss/Makefile.am:
27159         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27160         (check_rate), (add_rate):  Rate probing test app.
27161
27162 2004-03-21  Benjamin Otte  <otte@gnome.org>
27163
27164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27165         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27166           add a fixation function that pretty much does the right thing (fixes
27167           #137556)
27168
27169 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27170
27171         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27172
27173 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27174
27175         reviewed by: Benjamin Otte  <otte@gnome.org>
27176
27177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27178           terminate gst_event_new_discontinuous correctly (fixes parts of
27179           #137711)
27180
27181 2004-03-19  David Schleef  <ds@schleef.org>
27182
27183         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27184         since it doesn't depend on X, and it's part of our ABI.
27185
27186 2004-03-19  Iain <iain@prettypeople.org>
27187
27188         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27189         is_int in the structure, not the local variable.
27190
27191 2004-03-19  David Schleef  <ds@schleef.org>
27192
27193         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27194         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27195         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27196         Improvements in caps negotiation.
27197
27198 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * po/LINGUAS:
27201         * po/af.po:
27202           adding Afrikaans (Petri Jooste)
27203
27204 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27207         (gst_ffmpegcolorspace_chain):
27208         throw error instead of g_critical (#137588)
27209
27210 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27211
27212         * Makefile.am:
27213         * configure.ac:
27214           dist common and m4 correctly
27215         * po/sv.po:
27216
27217 2004-03-17  David Schleef  <ds@schleef.org>
27218
27219         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27220         (bug #137348)
27221
27222 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * po/LINGUAS:
27225         * po/sv.po:
27226           adding Swedish translation (Christian Rose)
27227
27228 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * Makefile.am: use release.mak
27231
27232 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27233
27234         * common/ChangeLog:
27235         * common/gst-autogen.sh:
27236           add some explanation about the version detection
27237         * configure.ac:
27238           fix X check
27239
27240 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27241
27242         * configure.ac: bump nano to 1
27243
27244 === release 0.8.0 ===
27245
27246 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27247
27248         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27249
27250 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27251
27252         * configure.ac:
27253           update libtool version
27254         * gst-libs/gst/media-info/Makefile.am:
27255           actually use libtool version
27256
27257 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27258
27259         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27260
27261 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27262
27263         * configure.ac:
27264         * gst-plugins.spec.in:
27265         * pkgconfig/Makefile.am:
27266         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27267         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27268         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27269         * pkgconfig/gstreamer-libs.pc.in:
27270         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27271         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27272         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27273         * pkgconfig/gstreamer-plugins.pc.in:
27274           remove @VERSION@ from some of the pc files since core and plugins
27275           are decoupled.
27276           created gstreamer-plugins.pc as it's a better name, but keeping
27277           -libs around for now to get fixes upstream done first.
27278
27279 2004-03-15  Julien MOUTTE <julien@moutte.net>
27280
27281         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27282         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27283         * gst-libs/gst/play/play.h:
27284
27285 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27286
27287         * *.c, *.cc: don't mix tabs and spaces
27288
27289 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27290
27291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27292           use the new ffmpegcolorspace
27293         * gst-plugins.spec.in:
27294           package new colorspace and media-info
27295         * configure.ac:
27296         * pkgconfig/Makefile.am:
27297           fix some more disting issues
27298         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27299         * pkgconfig/gstreamer-media-info.pc.in:
27300           generate media-info pc files
27301
27302 2004-03-15  Johan Dahlin  <johan@gnome.org>
27303
27304         * *.h: Revert indenting
27305
27306 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27307
27308         * configure.ac:
27309           adding ffmpegcolorspace element
27310         * gst/ffmpegcolorspace/Makefile.am:
27311         * gst/ffmpegcolorspace/avcodec.h:
27312         * gst/ffmpegcolorspace/common.h:
27313         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27314         * gst/ffmpegcolorspace/dsputil.h:
27315         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27316         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27317         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27318         (gst_ffmpeg_caps_to_pix_fmt):
27319         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27321         (gst_ffmpegcolorspace_caps_remove_format_info),
27322         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27323         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27324         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27325         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27326         (gst_ffmpegcolorspace_set_property),
27327         (gst_ffmpegcolorspace_get_property),
27328         (gst_ffmpegcolorspace_register):
27329         * gst/ffmpegcolorspace/imgconvert.c:
27330         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27331         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27332         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27333         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27334         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27335         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27336         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27337         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27338         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27339         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27340         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27341         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27342         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27343         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27344         (img_get_alpha_info), (deinterlace_line),
27345         (deinterlace_line_inplace), (deinterlace_bottom_field),
27346         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27347         * gst/ffmpegcolorspace/imgconvert_template.h:
27348         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27349         * gst/ffmpegcolorspace/mmx.h:
27350         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27351           adding ffmpegcolorspace element supplied by Ronald after cleaning
27352           up and pulling in the right bits of upstream source.
27353           I'm sure a better C/compiler wizard could do some cleaning up (for
27354           example use GLIB's malloc stuff), but as a first pass this
27355           works very well
27356
27357 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27358
27359         * ext/alsa/gstalsa.h:
27360           I assume Ronald forgot to commit the change to have cardname
27361           as a struct member.  Expect some public spanking at the next
27362           opportunity.
27363
27364 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27367         (gst_alsa_open_audio), (gst_alsa_close_audio):
27368         * ext/alsa/gstalsa.c:
27369           Don't open the device if we're a mixer (= padless).
27370         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27371         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27372         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27373           Open mixer during state change rather than during object
27374           initialization. Also, get a device name. Currently in a somewhat
27375           hackish fashion, but I didn't really find something better.
27376
27377 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27378
27379         * *.c, *.h: run gst-indent
27380
27381 2004-03-14  Benjamin Otte  <otte@gnome.org>
27382
27383         * gst/modplug/gstmodplug.cc:
27384         * gst/modplug/gstmodplug.h:
27385           set correct timestamps on outgoing buffers
27386
27387 2004-03-14  Benjamin Otte  <otte@gnome.org>
27388
27389         * gst/modplug/gstmodplug.cc:
27390           handle events - don't do crap when a discont arrives that's not
27391           necessary
27392           This allows correct loading and playback of mods in Rhythmbox
27393
27394 2004-03-14  Benjamin Otte  <otte@gnome.org>
27395
27396         * configure.ac:
27397         * gst-libs/gst/gconf/Makefile.am:
27398         * pkgconfig/Makefile.am:
27399           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27400           they get rebuilt properly
27401         * configure.ac:
27402           when checking for vorbis, try pkgconfig first.
27403         * gst/modplug/gstmodplug.cc:
27404           add fixate function
27405
27406 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27407
27408         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27409           Fix for obvious mistake, where we first shift the offset and then
27410           read a samplesize element assuming the old offset. Note that this
27411           part still has something weird, i.e. my movies containing those
27412           don't actually play well, but at least there's something that looks
27413           like sound now.
27414
27415 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27416         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27417         (plugin_init):
27418         Add a typefind function for speex format
27419
27420 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27421
27422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27423         (gst_asf_demux_setup_pad):
27424           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27425           instead of 0. Reason is simple: some elements have a fps range
27426           of 1-max instead of 0-max. So now ASF video actually works.
27427
27428 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27429
27430         * po/LINGUAS:
27431         * po/sr.po:
27432           adding serbian as a language
27433
27434 2004-03-13  Benjamin Otte  <otte@gnome.org>
27435
27436         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27437           return taglist correctly from _get function, don't gst_pad_push it.
27438           (fixes #137042)
27439
27440 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27441         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27442
27443 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27446         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27447         (gst_alsa_mixer_track_new):
27448         * ext/alsa/gstalsamixertrack.h:
27449           Fix ancient leftovers... MixerTrack is a GObject.
27450
27451 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27452
27453         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27454         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27455           Don't block during probing...
27456
27457 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27460         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27461         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27462         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27463         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27464         (gst_alsa_open_audio), (gst_alsa_close_audio):
27465         * ext/alsa/gstalsa.h:
27466           Add propertyprobe interface implementation, add some device-name
27467           property, all this so that it looks good in gnome-volume-control.
27468
27469 2004-03-12  David Schleef  <ds@schleef.org>
27470
27471         * configure.ac: the Hermes library controls hermescolorspace, not
27472         colorspace.
27473         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27474         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27475         not /* */
27476         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27477         * ext/sdl/sdlvideosink.h: ditto.
27478         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27479
27480 2004-03-12  Benjamin Otte  <otte@gnome.org>
27481
27482         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27483         (gst_x_overlay_got_xwindow_id):
27484         * gst-libs/gst/xoverlay/xoverlay.h:
27485           replace XID with unsigned long to get rid of the xlibs dependency in
27486           XOverlay (fixes #137004)
27487
27488 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27489         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27490         (gst_agingtv_setup):
27491         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27492         (gst_dicetv_base_init), (gst_dicetv_class_init),
27493         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27494         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27495         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27496         (gst_edgetv_setup), (gst_edgetv_rgb32):
27497         * gst/effectv/gsteffectv.c:
27498         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27499         (gst_quarktv_set_property):
27500         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27501         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27502         (gst_revtv_setup), (gst_revtv_rgb32):
27503         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27504         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27505         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27506         (gst_shagadelictv_rgb32):
27507         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27508         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27509         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27510         * gst/effectv/gstwarp.c:
27511         Port everything that can be ported to videofilter and fix up the caps.
27512         Can someone with a big-endian machine please check these?
27513
27514 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27517         (gst_osssink_chain), (gst_osssink_change_state):
27518           Latest fixes for A/V sync, audio playback and such. This is about
27519           all... MPEG playback issues are mostly related to the async build-
27520           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27521
27522 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27523
27524         patch from: Stephane Loeuillet
27525
27526         * configure.ac:
27527           use pkg-config for some libraries, falling back to the old .m4 way
27528           (fixes #131270)
27529         * m4/libdv.m4:
27530           removed
27531
27532 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * configure.ac:
27535         * tools/Makefile.am:
27536         * tools/Makefile.in:
27537         * tools/gst-launch-ext-m.m:
27538         * tools/gst-launch-ext.1.in:
27539         * tools/gst-visualise-m.m:
27540         * tools/gst-visualise.1:
27541         * tools/gst-visualise.1.in:
27542           reorganizing generation of script tools
27543
27544 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27545
27546         * ext/divx/gstdivxdec.c:
27547           Downgrade priority. We prefer ffdec_mpeg4.
27548         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27549         (gst_faad_chain), (gst_faad_change_state):
27550           Fix capsnego. Doesn't work for some sounds because we don't have
27551           a 5:1 to stereo element.
27552         * ext/xvid/gstxvid.c: (plugin_init):
27553           Add priority.
27554         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27555         (gst_osssink_change_state):
27556           Add discont handling.
27557
27558 2004-03-09  Colin Walters  <walters@verbum.org>
27559
27560         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27561         conversion.
27562
27563 2004-03-09  Benjamin Otte  <otte@gnome.org>
27564
27565         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27566           the signals take 2 arguments
27567
27568 2004-03-09  David Schleef  <ds@schleef.org>
27569
27570         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27571         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27572         * ext/alsa/gstalsa.h:
27573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27574
27575 2004-03-09  Benjamin Otte  <otte@gnome.org>
27576
27577         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27578         (gst_mikmod_change_state):
27579         * ext/mikmod/gstmikmod.h:
27580           make mikmod's loop function not loop infinitely and call
27581           gst_element_yield anymore
27582         * gst/modplug/gstmodplug.cc:
27583           fix pad negotiation (fixes #136590)
27584
27585 2004-03-09  David Schleef  <ds@schleef.org>
27586
27587         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27588         doesn't conflict with the internal colorspace plugin.
27589         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27590         satisfy the crappy-ass shell shipped by a certain vendor.
27591         * gst/videofilter/make_filter: same (bug #135299)
27592
27593 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * configure.ac: bump nano to 1
27596
27597 === release 0.7.6 ===
27598
27599 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27600
27601         * configure.in: releasing 0.7.6, "There"
27602
27603 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27604
27605         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27606         * pkgconfig/gstreamer-play.pc.in:
27607           synchronize the two
27608
27609 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27610
27611         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27612         (cdparanoia_open), (cdparanoia_event):
27613           fix/add error handling
27614         * po/POTFILES.in:
27615           add cdparanoia source
27616         * tools/Makefile.am:
27617           make scripts executable
27618
27619 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27620
27621         * configure.ac:
27622         * ext/vorbis/Makefile.am:
27623         * sys/Makefile.am:
27624           remove id3types, vorbisfile and xvideosink from the build (#133783)
27625
27626 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27627
27628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27629           Fix metadata read crash (#136537).
27630
27631 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27634         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27635           adding mime types, fixing the one-stop function
27636
27637 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27638
27639         * ext/nas/nassink.c and /ext/nas/nassink.h:
27640         More NAS love from Arwed von Merkatz
27641         So lets all sing 'Can you feel the NAS tonight'
27642
27643 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27644
27645         * tools/gst-launch-ext.in:
27646         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27647
27648 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27651         (gst_mpeg2dec_init):
27652         remove the user_data pad for now, because it is being used in
27653         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27654         If someone knows how to fix this properly, please do.
27655
27656 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27657
27658         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27659         (gst_osssink_get_time):
27660         add a warning, IMO this won't get triggered anymore, remove later
27661
27662 2004-03-07  David Schleef  <ds@schleef.org>
27663
27664         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27665         format (bug #136470)
27666
27667 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27668
27669         * gst-libs/Makefile.am:
27670         * gst-libs/gst/media-info/Makefile.am:
27671         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27672         (error_callback), (gst_media_info_error_create),
27673         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27674         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27675         * gst-libs/gst/media-info/media-info-priv.h:
27676         * gst-libs/gst/media-info/media-info-test.c: (main):
27677         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27678         (gst_media_info_class_init), (gst_media_info_instance_init),
27679         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27680         (gst_media_info_read_idler), (gst_media_info_read):
27681         * gst-libs/gst/media-info/media-info.h:
27682         fixed, should work now
27683
27684 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27685
27686         * ext/nas/nassink.c:
27687         A bunch of NAS fixes from Arwed von Merkatz
27688
27689 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27692         (qtdemux_parse_trak):
27693           Fix crash (j might be greater than n_samples, in which case we're
27694           writing outside the allocated space for the array) and memleak.
27695
27696 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27697
27698         * sys/oss/gstosssink.c: (gst_osssink_chain):
27699           And another caller that couldn't handle delay < 0 (unsigned
27700           integer overflow). Video now continues playing on an audio
27701           buffer underrun, and the clock continues working. Audio still
27702           stalls.
27703
27704 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27707         (gst_osssink_get_time):
27708           get_delay() may return values lower than 0. In those cases, we
27709           should not actually cast to *unsigned* int64, that will break
27710           stuff horribly. In my case, it screwed up A/V sync in movies
27711           in totem rather badly.
27712
27713 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27714
27715         * ext/faac/gstfaac.c: (gst_faac_chain):
27716         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27717         * ext/libpng/gstpngenc.c: (user_write_data):
27718         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27719         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27720         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27721         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27722         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27723         of any buffer), should fix some leaks. I hope I didn't unref buffers
27724         that shouldn't be...
27725
27726 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27727
27728         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27729         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27730         (error_callback), (gmi_reset), (gmi_seek_to_track),
27731         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27732         (gmip_find_type_post), (gmip_find_stream_post),
27733         (gmip_find_track_streaminfo_post):
27734         * gst-libs/gst/media-info/media-info-priv.h:
27735         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27736         (info_print), (main):
27737         * gst-libs/gst/media-info/media-info.c:
27738         (gst_media_info_error_create), (gst_media_info_error_element),
27739         (gst_media_info_instance_init), (gst_media_info_get_property),
27740         (gst_media_info_new), (gst_media_info_set_source),
27741         (gst_media_info_read_idler), (gst_media_info_read):
27742         * gst-libs/gst/media-info/media-info.h:
27743           first pass at making this work again.  This seems to work on
27744           tagged ogg/vorbis and mp3 files.
27745
27746 2004-03-06  Benjamin Otte  <otte@gnome.org>
27747
27748         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27749           fix huge leak: gst_buffer_merge doesn't unref the first argument
27750           itself.
27751
27752 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27753
27754         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27755           report layer/mode/emphasis
27756
27757 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27758
27759         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27760
27761 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27762
27763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27764           signal serial
27765
27766 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27767
27768         * ext/vorbis/vorbis.c: (plugin_init):
27769         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27770         (gst_vorbis_dec_init), (vorbis_dec_event):
27771         add debug category
27772         make vorbisdec handle _BYTE and _TIME queries
27773
27774 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27775
27776         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27777           from the xing header
27778
27779 2004-03-06  Benjamin Otte  <otte@gnome.org>
27780
27781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27782         (gst_audio_convert_link), (gst_audio_convert_change_state),
27783         (gst_audio_convert_buffer_from_default_format):
27784           do conversions from/to float correctly, fix some caps nego errors,
27785           export correct supported caps in template and getcaps, use correct
27786           caps in try_set_caps functions
27787
27788 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27789
27790         For some reason, I only committed a ChangeLog entry yesterday and
27791         not the corresponding code...
27792         * ext/mad/gstmad.c: Fix detection of Xing headers
27793         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27794
27795 2004-03-06  Benjamin Otte  <otte@gnome.org>
27796
27797         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27798         (gst_ogg_demux_src_query):
27799           make sure to handle the case where there's no current chain
27800           gracefully.
27801
27802 2004-03-05  David Schleef  <ds@schleef.org>
27803
27804         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27805         Add fixate function. (bug #131128)
27806         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27807         (gst_sdlvideosink_fixate):  Add fixate function.
27808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27809         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27810         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27811         Fix missing break that was causing ulaw to be interpreted as
27812         raw int.
27813
27814 2004-03-05  David Schleef  <ds@schleef.org>
27815
27816         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27817         Fix code that ignores return value of gst_buffer_merge().
27818         (bug #114560)
27819         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27820         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27821         * testsuite/gst-lint:  Check for above.
27822
27823 2004-03-05  David Schleef  <ds@schleef.org>
27824
27825         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27826         caps and throw an element error.  (bug #136334)
27827
27828 2004-03-05  David Schleef  <ds@schleef.org>
27829
27830         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27831         (gst_faad_chain): Fix negotiation.
27832         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27833         key and button events.
27834         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27835         dung heap of code.
27836         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27837         depends on gconf
27838         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27839         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27840         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27841         function to encourage better negotiation, particularly between
27842         audioconvert and osssink.
27843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27844         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27845         more important.
27846         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27847         typefinding.
27848         * gst/vbidec/vbiscreen.c:  Add glib header
27849         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27850
27851 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27852
27853         * ext/mad/gstmad.c: Fix detection of Xing headers
27854         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27855
27856 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27857
27858         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27859         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27860           debug updates
27861
27862 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27863
27864         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27865         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27866         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27867         files, and report the parsed length as a GST_TAG_DURATION tag.
27868         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27869
27870 2004-03-05  Benjamin Otte  <otte@gnome.org>
27871
27872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27873           convert channels correctly. convert correctly to unsigned.
27874
27875 2004-03-05  Julien MOUTTE <julien@moutte.net>
27876
27877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27878         we have a window before clearing it.
27879
27880 2004-03-05  Julien MOUTTE <julien@moutte.net>
27881
27882         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27883         have a window before clearing it.
27884
27885 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27886
27887         * gconf/gstreamer.schemas.in:
27888         * gst-libs/gst/gconf/Makefile.am:
27889           version installation path the same way as for 0.6
27890         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27891         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27892         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27893           remove comment that was fixed
27894
27895 2004-03-05  David Schleef  <ds@schleef.org>
27896
27897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27898         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27899         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27900         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27901         Add prototype code for handling seeking and querying.
27902
27903 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27904
27905         * examples/gstplay/player.c: (main):
27906           Initialize variables to NULL. Prevents a segfault because the
27907           (uninitialized) variable is not NULL, resulting in a crash on
27908           trying to reach error->message.
27909
27910 2004-03-05  Benjamin Otte  <otte@gnome.org>
27911
27912         * gst/audioconvert/gstaudioconvert.c:
27913         (gst_audio_convert_buffer_to_default_format):
27914         make float=>int conversion work correctly even in cornercases.
27915
27916 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27917
27918         * debian/README.Debian:
27919         * debian/build-deps:
27920         * debian/changelog:
27921         * debian/control:
27922         * debian/control.in:
27923         * debian/copyright:
27924         * debian/gstreamer-a52dec.files:
27925         * debian/gstreamer-aa.files:
27926         * debian/gstreamer-alsa.files:
27927         * debian/gstreamer-alsa.manpages:
27928         * debian/gstreamer-arts.files:
27929         * debian/gstreamer-artsd.files:
27930         * debian/gstreamer-audiofile.files:
27931         * debian/gstreamer-avifile.files:
27932         * debian/gstreamer-cdparanoia.files:
27933         * debian/gstreamer-colorspace.files:
27934         * debian/gstreamer-doc.files:
27935         * debian/gstreamer-dv.files:
27936         * debian/gstreamer-dvd.files:
27937         * debian/gstreamer-esd.files:
27938         * debian/gstreamer-festival.files:
27939         * debian/gstreamer-flac.files:
27940         * debian/gstreamer-gconf.conffiles:
27941         * debian/gstreamer-gconf.files:
27942         * debian/gstreamer-gconf.postinst:
27943         * debian/gstreamer-gnomevfs.files:
27944         * debian/gstreamer-gsm.files:
27945         * debian/gstreamer-http.files:
27946         * debian/gstreamer-jack.files:
27947         * debian/gstreamer-jpeg.files:
27948         * debian/gstreamer-mad.files:
27949         * debian/gstreamer-mikmod.files:
27950         * debian/gstreamer-misc.files:
27951         * debian/gstreamer-mpeg2dec.files:
27952         * debian/gstreamer-oss.files:
27953         * debian/gstreamer-plugin-apps.files:
27954         * debian/gstreamer-plugin-apps.manpages:
27955         * debian/gstreamer-plugin-libs-dev.files:
27956         * debian/gstreamer-plugin-libs.files:
27957         * debian/gstreamer-plugin-template.postinst:
27958         * debian/gstreamer-plugin-template.postrm:
27959         * debian/gstreamer-sdl.files:
27960         * debian/gstreamer-sid.files:
27961         * debian/gstreamer-vorbis.files:
27962         * debian/gstreamer-x.files:
27963         * debian/mk.control:
27964         * debian/rules:
27965         Debian package info not maintained here.
27966
27967 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27968
27969         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27970         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27971         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27972         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27973         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27974         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27975         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27976         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27977         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27978         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27979         * gst-libs/gst/colorbalance/colorbalance.c:
27980         (gst_color_balance_class_init):
27981         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27982         (gst_color_balance_channel_class_init):
27983         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27984         * gst-libs/gst/play/play.c: (gst_play_class_init):
27985         * gst-libs/gst/propertyprobe/propertyprobe.c:
27986         (gst_property_probe_iface_init):
27987         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27988         * gst-libs/gst/tuner/tunerchannel.c:
27989         (gst_tuner_channel_class_init):
27990         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27991         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27992         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27993         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27994         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27995         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27996         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27998         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27999           fix signals to use - instead of _
28000         * ext/libcaca/gstcacasink.h:
28001         * ext/sdl/sdlvideosink.h:
28002           fix header rename
28003
28004 2004-03-04  David Schleef  <ds@schleef.org>
28005
28006         * testsuite/gst-lint:  Add a check for bad signal names.
28007
28008 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28009
28010         reviewed by David Schleef
28011
28012         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28013         modified the alpha channel and caused a warning. (bug #136192)
28014
28015 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28016
28017         * gst-plugins.spec.in:
28018         Change names of plugins to actually be correct. Try to keep things
28019         alphabetical to avoid getting beat up by Thomas
28020
28021 2004-03-03  Julien MOUTTE <julien@moutte.net>
28022
28023         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28024         Using ximagesink as a default if no gconf key found. We should
28025         probably consider using alsasink instead of osssink for the audio
28026         part.
28027
28028 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28029
28030         * configure.ac:
28031           fix --with-plugins, don't think it ever worked before
28032         * gst-plugins.spec.in:
28033           even more updates
28034
28035 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28036
28037         * ext/sdl/sdlvideosink.h:
28038         * sys/ximage/ximagesink.h:
28039         * sys/xvideo/xvideosink.h:
28040         * sys/xvimage/xvimagesink.h:
28041           Fix for move of gstvideosink.h -> videosink.h.
28042
28043 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28044
28045         * gst-libs/gst/xwindowlistener/Makefile.am:
28046           this is a plugin library, not a library
28047
28048 2004-03-01  David Schleef  <ds@schleef.org>
28049
28050         * AUTHORS:  Added some names.  Add yourself if you're still
28051         missing.
28052
28053 2004-03-01  David Schleef  <ds@schleef.org>
28054
28055         * MAINTAINERS: Add
28056
28057 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28058
28059         * gst-plugins.spec.in: clean up spec file
28060
28061 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * gst-libs/gst/video/Makefile.am:
28064         * gst-libs/gst/video/gstvideosink.c:
28065         * gst-libs/gst/video/gstvideosink.h:
28066           rename gstvideosink.h to videosink.h to match other headers
28067         * gst/mixmatrix/Makefile.am:
28068           fix plugin filename
28069         * gst/tags/Makefile.am: fix plugin filename
28070
28071 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28072
28073         * gst/tags/Makefile.am: fix plugin filename
28074
28075 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28076
28077         * examples/gstplay/player.c: (got_time_tick), (main):
28078           add error handler
28079           display time_tick more readably
28080         * gst/mixmatrix/Makefile.am:
28081           fix plugin file name
28082
28083 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28084
28085         * sys/oss/gstosselement.c: (gst_osselement_probe),
28086         (device_combination_append), (gst_osselement_class_probe_devices):
28087         * sys/oss/gstosselement.h:
28088           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28089           on my system using alsa oss emulation, fixes bug #135597
28090
28091 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28092
28093         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28094         (gst_videodrop_chain), (gst_videodrop_change_state):
28095         * gst/videodrop/gstvideodrop.h:
28096           Work based on timestamp of input data, not based on the expected
28097           framerate from the input. The consequence is that this element now
28098           not only scales framerates, but also functions as a framerate
28099           corrector or framerate stabilizer/constantizer.
28100
28101 2004-02-27  David Schleef  <ds@schleef.org>
28102
28103         patches from jmmv@menta.net (Julio M. Merino Vidal)
28104
28105         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28106         GST_ELEMENT_ERROR call (bug #135634)
28107         * gst/interleave/interleave.c: (interleave_buffered_loop),
28108         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28109         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28110         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28111         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28112         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28113         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28114         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28115         Fix GST_ELEMENT_ERROR call.
28116         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28117         GST_ELEMENT_ERROR call.
28118
28119 2004-02-27  Benjamin Otte  <otte@gnome.org>
28120
28121         * gst-libs/gst/audio/audio.h:
28122           add macro to make sure header isn't included twice
28123         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28124           don't use gst_buffer_free
28125         * gst/playondemand/filter.func:
28126           don't use gst_data_free. Free data only once.
28127
28128 2004-02-26  David Schleef  <ds@schleef.org>
28129
28130         * gst-libs/gst/colorbalance/Makefile.am:
28131         * gst-libs/gst/mixer/Makefile.am:
28132         * gst-libs/gst/tuner/Makefile.am:
28133         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28134         should not be disted, -marshal.h files should not be installed,
28135         and -enum.h files _should_ be installed.  Fix to make this the
28136         case.
28137
28138 === release 0.7.5 ===
28139
28140 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28141
28142         * configure.ac: release 0.7.5, "Under The Sea"
28143
28144 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28145
28146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28147         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28148         * gst/videoscale/gstvideoscale.c:
28149         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28150           assorted debug/warning fixes
28151
28152 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28153
28154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28155         (gst_videoscale_init), (gst_videoscale_chain),
28156         (gst_videoscale_set_property), (plugin_init):
28157         * gst/videoscale/gstvideoscale.h:
28158         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28159         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28160         (gst_videoscale_planar400), (gst_videoscale_packed422),
28161         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28162         (gst_videoscale_24bit), (gst_videoscale_16bit),
28163         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28164         (gst_videoscale_scale_plane_slow),
28165         (gst_videoscale_scale_point_sample),
28166         (gst_videoscale_scale_nearest),
28167         (gst_videoscale_scale_nearest_str2),
28168         (gst_videoscale_scale_nearest_str4),
28169         (gst_videoscale_scale_nearest_32bit),
28170         (gst_videoscale_scale_nearest_24bit),
28171         (gst_videoscale_scale_nearest_16bit):
28172         add debugging category and use it properly
28173         fix use of GST_PTR_FORMAT
28174
28175 2004-02-25  Andy Wingo  <wingo@pobox.com>
28176
28177         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28178         push only when channel->buffer is NULL. Prevents segfaults doing
28179         the state change after a nonlocal exit, like a scheme exception.
28180
28181         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28182         Handle the case where the intersected caps is empty.
28183
28184 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * gst/law/mulaw-decode.c: (mulawdec_link):
28187         * gst/law/mulaw.c: (plugin_init):
28188           fix mulawdec so it actually works again
28189
28190 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28191
28192         reviewed by: David Schleef  <ds@schleef.org>
28193
28194         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28195         (gst_gamma_init), (gst_gamma_set_property),
28196         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28197         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28198         for RGB, with separate r g and b correction factors. (#131167)
28199
28200 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28201
28202         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28203           only signal tags for bitrate if they're > 0 (#134894)
28204
28205 2004-02-24  David Schleef  <ds@schleef.org>
28206
28207         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28208         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28209         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28210         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28211         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28212         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28213         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28214         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28215         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28216         category.  Attempt to fix timestamp calculation.
28217
28218 2004-02-24  Johan Dahlin  <johan@gnome.org>
28219
28220         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28221
28222 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28223
28224         * configure.ac:
28225         * gconf/Makefile.am:
28226         * gconf/gstreamer.schemas:
28227         * gst-libs/gst/gconf/Makefile.am:
28228         * gst-libs/gst/gconf/gconf.c:
28229           version gconf schemas and install locations
28230
28231 2004-02-23  Benjamin Otte  <otte@gnome.org>
28232
28233         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28234         (gst_xine_input_subclass_init):
28235           call parent dispose.
28236           change pad template for CD reader correctly
28237         * ext/xine/Makefile.am:
28238         * ext/xine/gstxine.h:
28239         * ext/xine/xine.c: (plugin_init):
28240         * ext/xine/xineaudiosink.c:
28241           wrap audio sinks, too
28242         * gst-libs/gst/resample/private.h:
28243         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28244         (gst_resample_reinit), (gst_resample_scale),
28245         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28246         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28247         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28248         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28249         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28250         * gst-libs/gst/resample/resample.h:
28251         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28252         (gst_audioscale_class_init), (gst_audioscale_link),
28253         (gst_audioscale_get_buffer), (gst_audioscale_init),
28254         (gst_audioscale_chain), (gst_audioscale_set_property),
28255         (gst_audioscale_get_property):
28256         * gst/audioscale/gstaudioscale.h:
28257           s/resample_*/gst_resample_*/i to not clobber namespaces
28258
28259 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28260
28261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28262         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28263         (gst_riff_create_video_template_caps),
28264         (gst_riff_create_audio_template_caps),
28265         (gst_riff_create_iavs_template_caps):
28266         * gst-libs/gst/riff/riff-media.h:
28267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28268         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28269         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28270         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28272         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28273         (gst_matroska_demux_plugin_init): First batch implementing audio and
28274         video codec tags in demuxers.
28275
28276 2004-02-22  Benjamin Otte  <otte@gnome.org>
28277
28278         * ext/xine/Makefile.am:
28279         * ext/xine/gstxine.h:
28280         * ext/xine/xine.c: (plugin_init):
28281         * ext/xine/xineinput.c:
28282           add input plugin wrapper. Playback from files, http, mms and cdda
28283           works.
28284         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28285           remove leftover G_GNUC_UNUSED
28286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28287         (gst_asf_demux_identify_guid):
28288           improve debugging output
28289
28290 2004-02-22  Benjamin Otte  <otte@gnome.org>
28291
28292         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28293
28294         * autogen.sh:
28295           replace test -e with test -x for mkinstalldirs to be more portable.
28296           (fixes #134816)
28297
28298 2004-02-22  Benjamin Otte  <otte@gnome.org>
28299
28300         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28301
28302         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28303           set rank to PRIMARY
28304         * gst/volume/gstvolume.c: (plugin_init):
28305           set rank to NONE
28306         fixes #134960
28307
28308 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28309
28310         reviewed by Benjamin Otte  <otte@gnome.org>
28311
28312         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28313           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28314
28315 2004-02-22  Benjamin Otte  <otte@gnome.org>
28316
28317         * configure.ac:
28318           export [_]*{gst,Gst,GST}.* symbols from plugins
28319
28320 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28321
28322         reviewed by: Benjamin Otte  <otte@gnome.org>
28323
28324         * ext/lame/gstlame.c: (add_one_tag):
28325         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28327         (gst_vorbisenc_metadata_set1):
28328         * gst/tags/gstid3tag.c:
28329         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28330           apply fixes from bugs #135042 (lame can't write tags) and #133817
28331           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28332
28333 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28334
28335         * configure.ac: Export only gst_plugin_desc from plugins.
28336          Note that this change only makes any effect with Linux using libtool
28337          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28338          fine. And don't try to have several versions of libtool in different
28339          directories.
28340
28341 2004-02-20  Andy Wingo  <wingo@pobox.com>
28342
28343         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28344         interleave respectively.
28345
28346         * gst/interleave/deinterleave.c: New plugin: deinterleave
28347         (replaces on oneton).
28348         * gst/interleave/interleave.c: New plugin: interleave.
28349         * gst/interleave/plugin.h: Support file.
28350         * gst/interleave/plugin.c: Support file.
28351
28352         * configure.ac: Remove intfloat and oneton, add interleave.
28353
28354         * ext/sndfile/gstsf.c: Handle events better.
28355
28356         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28357         and float2int operation. int2float has scheduling problems as
28358         noted in in2float_chain.
28359
28360 2004-02-20  Benjamin Otte  <otte@gnome.org>
28361
28362         * ext/xine/Makefile.am:
28363         * ext/xine/gstxine.h:
28364         * ext/xine/xine.c:
28365         * ext/xine/xineaudiodec.c:
28366         * ext/xine/xinecaps.c:
28367           add first version of xine plugin wrapper. Currently only wraps the
28368           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28369         * configure.ac:
28370         * ext/Makefile.am:
28371           add xine plugin wrapper, disabled by default. Use --enable-xine to
28372           build. Note that it'll segfault on gst-register if you don't remove
28373           the goom and tvtime post plugins from xine.
28374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28375         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28376           add extradata parsing for QDM2.
28377           change around debugging prints.
28378
28379 2004-02-19  Benjamin Otte  <otte@gnome.org>
28380
28381         * ext/lame/gstlame.c: (gst_lame_chain):
28382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28383           use gst_tag_list_insert when you want to insert tags
28384
28385 2004-02-18  David Schleef  <ds@schleef.org>
28386
28387         * configure.ac:  Move massink to gst-rotten
28388         * ext/Makefile.am:
28389         * ext/mas/Makefile.am:
28390         * ext/mas/massink.c:
28391         * ext/mas/massink.h:
28392
28393 2004-02-18  David Schleef  <ds@schleef.org>
28394
28395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28396         typefinding, since it seems to be worse than nothing.
28397         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28398         atom to recognize .mp4 and .m4a files as video/quicktime.
28399
28400 2004-02-18  David Schleef  <ds@schleef.org>
28401
28402         * gst/sine/demo-dparams.c: (quit_live),
28403         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28404         Use double dparams, not float.
28405         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28406         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28407         sync'd elements don't really work correctly.
28408         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28409         (volume_update_volume), (volume_get_property):  Change dparam
28410         to double.
28411
28412 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28413
28414         * sys/ximage/ximagesink.c:
28415         (gst_ximagesink_xwindow_update_geometry),
28416         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28417         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28418         (gst_ximagesink_init): Rework the way software video scaling works. So
28419         now we check on each chain call if the video frames are feeling the
28420         window. If not we try to renegotiate caps. On failure we memorize that
28421         and we won't try again for that PLAYING sessions.
28422         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28423         failure.
28424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28425         synchronous flag.
28426
28427 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28428
28429         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28430           break up _link so we can give a better debug message for errors
28431
28432 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28433
28434         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28435           set up debug category
28436
28437 2004-02-18  Julien MOUTTE <julien@moutte.net>
28438
28439         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28440         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28441         the way renegotiation work. The event handling function is not taking
28442         care of external windows and renegotiate method check for pad flags
28443         NEGOTIATING. Should fix : #133209
28444
28445 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28446
28447         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28448         pad is negotiating before trying renegotiation.
28449
28450 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28453           pass on all possible mime types as typefind hints
28454
28455 2004-02-17  Julien MOUTTE <julien@moutte.net>
28456
28457         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28459         possible SHM leak if we crash. All other apps using XShm are doing
28460         that.
28461
28462 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28463
28464         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28465         (gst_ximagesink_expose): Renegotiate size on expose.
28466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28467         size on expose.
28468
28469 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28470
28471         * testsuite/alsa/sinesrc.c:
28472           cosmetic fix to fix compile issue with gcc 2.95.4
28473
28474 2004-02-16  Julien MOUTTE <julien@moutte.net>
28475
28476         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28477         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28478         failed opening the audio device.
28479         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28480         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28481         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28482         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28483         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28484         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28485         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28486         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28487         Removing some useless g_return_if_fail like wingo suggested.
28488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28489         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28490         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28491         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28492         (gst_xvimagesink_update_colorbalance),
28493         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28494         (gst_xvimagesink_xcontext_clear),
28495         (gst_xvimagesink_get_fourcc_from_caps),
28496         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28497         (gst_xvimagesink_set_xwindow_id),
28498         (gst_xvimagesink_colorbalance_list_channels),
28499         (gst_xvimagesink_colorbalance_set_value),
28500         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28501         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28502
28503 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28504
28505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28506           throw error when not negotiated instead of asserting
28507
28508 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28509
28510         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28511         correct data refcounting.
28512
28513 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28514
28515         * gst/switch/gstswitch.c: (gst_switch_change_state),
28516         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28517         change, mostly the EOS flag.
28518
28519 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28520
28521         * examples/gstplay/player.c: (got_eos), (main): Adding some
28522         output for debugging.
28523         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28524         timeouts if we go to any state different from PLAYING.
28525         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28526         more EOS bugs in riff lib.
28527
28528 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28529
28530         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28531         visualization until i find a way to fix switch correctly.
28532         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28533         EOS arrives.
28534         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28535         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28536         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28537         Reworked switch to get a more correct behaviour with events and refing
28538         of data stored in sinkpads.
28539         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28540         we don't pull from a pad in EOS.
28541
28542 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28543
28544         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28545           remove v1 tag even if we can't read it (makes sure we don't detect
28546           it again)
28547
28548 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28549
28550         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28551         (gst_alsa_xrun_recovery):
28552         * ext/alsa/gstalsa.h:
28553           try xrun recovery when wait failed. Make xrun recovery function
28554           return TRUE/FALSE to indicate success. (might fix #134354)
28555
28556 2004-02-13  David Schleef  <ds@schleef.org>
28557
28558         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28559         (dynparm_value_changed), (main): Convert from float to double.
28560         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28561
28562 2004-02-13  David Schleef  <ds@schleef.org>
28563
28564         * gst/silence/gstsilence.c: (gst_silence_class_init),
28565         (gst_silence_set_clock), (gst_silence_get),
28566         (gst_silence_set_property), (gst_silence_get_property):
28567         * gst/silence/gstsilence.h: Add sync property.
28568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28569         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28570         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28571         * gst/sine/gstsinesrc.h: Add sync property.
28572
28573 2004-02-13  David Schleef  <ds@schleef.org>
28574
28575         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28576         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28577
28578 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28579
28580         * configure.ac:
28581         * ext/Makefile.am:
28582         * gst-libs/ext/Makefile.am:
28583           move ffmpeg plugin to gst-ffmpeg module
28584
28585 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28586
28587         * configure.ac: use GST_ARCH to detect architecture
28588
28589 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28590
28591         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28592
28593 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28594
28595         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28596           classify LADSPA plugins based on number of src/sink pads
28597           (#133663, Stefan Kost)
28598         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28599           fix dparams registration
28600           (#133528, Stefan Kost)
28601         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28602           fix use of isprint and use g_ascii_isprint instead
28603           (#133316, Stefan Kost)
28604
28605 2004-02-11  David Schleef  <ds@schleef.org>
28606
28607         Convert a few inner loops to use liboil.  This is currently
28608         optional, and is only enabled if liboil is present (duh!).
28609         * configure.ac: Check for liboil-0.1
28610         * gst/intfloat/Makefile.am:
28611         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28612         (gst_int2float_chain_gint16):
28613         * gst/videofilter/Makefile.am:
28614         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28615         (tablelookup_u8), (gst_videobalance_planar411):
28616         * gst/videotestsrc/Makefile.am:
28617         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28618         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28619         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28620         (paint_hline_RGB565), (paint_hline_xRGB1555):
28621
28622 2004-02-11  David Schleef  <ds@schleef.org>
28623
28624         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28625         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28626         (gst_colorspace_getcaps), (gst_colorspace_link),
28627         (gst_colorspace_base_init), (gst_colorspace_init),
28628         (gst_colorspace_chain), (gst_colorspace_change_state),
28629         (plugin_init): Merge Ronald's patch (bug #117897) and update
28630         for new caps and negotiation.  Seems to work, although it
28631         shows off bugs in lcs.
28632
28633 2004-02-11  David Schleef  <ds@schleef.org>
28634
28635         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28636         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28637
28638 2004-02-11  David Schleef  <ds@schleef.org>
28639
28640         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28641         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28642         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28643         Add server and port properties
28644
28645 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28646
28647         * m4/a52.m4:
28648         * m4/aalib.m4:
28649         * m4/as-ffmpeg.m4:
28650         * m4/as-liblame.m4:
28651         * m4/as-slurp-ffmpeg.m4:
28652         * m4/check-libheader.m4:
28653         * m4/esd.m4:
28654         * m4/freetype2.m4:
28655         * m4/gconf-2.m4:
28656         * m4/glib.m4:
28657         * m4/gst-alsa.m4:
28658         * m4/gst-artsc.m4:
28659         * m4/gst-ivorbis.m4:
28660         * m4/gst-matroska.m4:
28661         * m4/gst-sdl.m4:
28662         * m4/gst-shout2.m4:
28663         * m4/gst-sid.m4:
28664         * m4/gtk.m4:
28665         * m4/libdv.m4:
28666         * m4/libfame.m4:
28667         * m4/libmikmod.m4:
28668         * m4/ogg.m4:
28669         * m4/vorbis.m4:
28670           fix underquotedness of macros (#133800)
28671         * m4/as-avifile.m4:
28672         * m4/xmms.m4:
28673           removed because no longer used
28674
28675 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28676
28677         * configure.ac:
28678           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28679           by autopoint (fixes #132996)
28680
28681 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28682
28683         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28684         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28685         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28686         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28687           fix memleaks
28688
28689 2004-02-11  David Schleef  <ds@schleef.org>
28690
28691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28692         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28693         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28694         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28695         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28696         (gst_jpegenc_class_init), (gst_jpegenc_init),
28697         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28698         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28699         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28700         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28701
28702 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28703
28704         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28705         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28706         * ext/mikmod/gstmikmod.h:
28707           fix caps negotiation in mikmod
28708         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28709           output debug information
28710
28711 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28712
28713         * gst-libs/gst/colorbalance/Makefile.am:
28714         * gst-libs/gst/navigation/Makefile.am:
28715         * gst-libs/gst/xoverlay/Makefile.am:
28716           remove unused GST_OPT_CFLAGS from Makefiles
28717           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28718
28719 2004-02-07  David Schleef  <ds@schleef.org>
28720
28721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28722         push events to pads that haven't been created (#133508)
28723
28724 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28725
28726         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28727         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28728         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28729         (gst_dvdec_loop), (gst_dvdec_change_state):
28730         Second attempt at committing a working dvdec element.
28731
28732 2004-02-06  David Schleef  <ds@schleef.org>
28733
28734         Build fixes for OS X: (see #129600)
28735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28736         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28737         (gst_riff_read_strf_iavs):
28738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28739         (gst_avi_demux_stream_odml):
28740         * gst/playondemand/Makefile.am:
28741         * gst/rtp/rtp-packet.c:
28742
28743 2004-02-05  David Schleef  <ds@schleef.org>
28744
28745         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28746         last change, because it Just Doesn't Compile.
28747
28748 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28749
28750         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28751           skip undecodable id3v2 tag instead of keeping it
28752
28753 2004-02-05  David Schleef  <ds@schleef.org>
28754
28755         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28756         Unref leaked buffer.  (Noticed by Ronald)
28757
28758 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28759
28760         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28761         Sync requires with other checks.  >= vs =.
28762
28763 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28764
28765         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28766         (gst_dvdec_video_link), (gst_dvdec_loop):
28767         * ext/dv/gstdvdec.h:
28768           rework the caps negotiation so that dvdec works again instead
28769           of just segfaulting.
28770
28771 === release 0.7.4 ===
28772
28773 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28774
28775         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28776         * configure.ac: changed for release
28777
28778 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28779
28780         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28781         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28782         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28783         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28784           reworked patch by David Lehn to fix libdir and includedir for
28785           uninstalled libraries
28786           removed play and gconf from gstreamer-libs since they have their
28787           own pkgconfig files
28788
28789 2004-02-04  David Schleef  <ds@schleef.org>
28790
28791         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28792         memleak.
28793
28794 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28795
28796         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28797           use correct GST_TAG_ENCODER tag
28798
28799 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28800
28801         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28802           be sure to stop the clock when going to paused
28803         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28804           reset number of transmitted when going to ready.
28805         fixes #132935
28806
28807 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28808
28809         reviewed by Benjamin Otte
28810
28811         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28812           extract track count (fixes #133410)
28813
28814 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28815
28816         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28817           that should be !=, not == (fixes #132519)
28818
28819 2004-02-04  David Schleef  <ds@schleef.org>
28820
28821         Make sure set_explicit_caps() is called before adding pad.
28822         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28823         * gst/id3/gstid3types.c: (gst_id3types_loop):
28824         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28825         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28826
28827 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28828
28829         * configure.ac:
28830           bump nano to 2, first prerelease
28831           put back AM_PROG_LIBTOOL
28832
28833 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28834
28835         * testsuite/alsa/Makefile.am:
28836           these are user test apps, not automatic testsuite tests
28837
28838 2004-02-04  David Schleef  <ds@schleef.org>
28839
28840         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28841         * gst/mpeg1videoparse/gstmp1videoparse.c:
28842         (mp1videoparse_parse_seq):
28843         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28845         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28846         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28847         (gst_xvideosink_getcaps):
28848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28849         * testsuite/gst-lint: more tests
28850
28851 2004-02-04  David Schleef  <ds@schleef.org>
28852
28853         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28854         with the code that they would expand to.
28855         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28856         (gst_flacdec_get_src_query_types),
28857         (gst_flacdec_get_src_event_masks):
28858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28859         (gst_gnomevfssrc_get_query_types),
28860         (gst_gnomevfssrc_get_event_mask):
28861
28862 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28863
28864         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28865         (gst_sinesrc_dispose):
28866           fix memleak by properly disposing sinesrc
28867
28868 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28869
28870         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28871         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28872         an overlay to redraw the image because it has been exposed.
28873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28874         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28875         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28876         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28877         interface
28878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28879         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28880         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28881         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28882         interface
28883
28884 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28885
28886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28887           more memleak fixage
28888
28889 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28890
28891         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28892         * gst/typefind/gsttypefindfunctions.c:
28893           fix memleaks shown by gst-typefind
28894
28895 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28896
28897         * common/glib-gen.mak:
28898           add hack rule to touch .Plo files
28899         * gst-libs/gst/colorbalance/Makefile.am:
28900         * gst-libs/gst/mixer/Makefile.am:
28901         * gst-libs/gst/play/Makefile.am:
28902         * gst-libs/gst/tuner/Makefile.am:
28903           remove glib_root variable
28904
28905 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28906
28907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28908           set explicit caps before adding the element, so the autopluggers can
28909           plug correctly.
28910         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28911         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28912         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28913         (dv_type_find):
28914           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28915           argument.
28916
28917 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28918
28919         * gst-libs/gst/colorbalance/Makefile.am:
28920         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28921         * gst-libs/gst/colorbalance/colorbalance.c:
28922         * gst-libs/gst/colorbalance/colorbalance.h:
28923         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28924         * gst-libs/gst/mixer/Makefile.am:
28925         * gst-libs/gst/mixer/mixer-marshal.list:
28926         * gst-libs/gst/mixer/mixer.c:
28927         * gst-libs/gst/mixer/mixer.h:
28928         * gst-libs/gst/mixer/mixermarshal.list:
28929         * gst-libs/gst/play/Makefile.am:
28930         * gst-libs/gst/play/play.h:
28931         * gst-libs/gst/tuner/Makefile.am:
28932         * gst-libs/gst/tuner/tuner-marshal.list:
28933         * gst-libs/gst/tuner/tuner.c:
28934         * gst-libs/gst/tuner/tuner.h:
28935         * gst-libs/gst/tuner/tunermarshal.list:
28936           use new glib-gen.mak snippet to clean up Makefile.am
28937           fix various bugs in Makefile.am's
28938
28939 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28940
28941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28942           handle chain parsing correctly in the multichain case
28943         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28944         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28945         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28946         (theora_dec_chain):
28947           handle events and queries correctly
28948
28949 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28950
28951         * .cvsignore:
28952         Ignore generated file _stdint.h.
28953
28954 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28955
28956         * gst-libs/gst/colorbalance/Makefile.am:
28957         * gst-libs/gst/colorbalance/colorbalance.h:
28958         * gst-libs/gst/mixer/Makefile.am:
28959         * gst-libs/gst/mixer/mixer.h:
28960         * gst-libs/gst/play/Makefile.am:
28961         * gst-libs/gst/play/play.h:
28962         * gst-libs/gst/tuner/Makefile.am:
28963         * gst-libs/gst/tuner/tuner.h:
28964         Generate enum type code with glib-mkenums.
28965         * gst-libs/gst/colorbalance/.cvsignore:
28966         * gst-libs/gst/mixer/.cvsignore:
28967         * gst-libs/gst/play/.cvsignore:
28968         * gst-libs/gst/tuner/.cvsignore:
28969         Ignore generated files.
28970
28971 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28972
28973         * gst-libs/gst/audio/.cvsignore:
28974         Ignore generated file.
28975         * gst-libs/gst/audio/Makefile.am:
28976         Do not install example filter.
28977
28978 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28979
28980         * examples/switch/.cvsignore:
28981         Ignore generated file.
28982
28983 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28984
28985         * common/m4/ax_create_stdint_h.m4:
28986         * configure.ac:
28987           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28988           _stdint.h.
28989         * Makefile.am:
28990           remove generated _stdint.h in DISTCLEANFILES
28991         * ext/a52dec/gsta52dec.c:
28992           include _stdint.h for a52dec. (should fix #133064)
28993
28994 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28995
28996         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28997         (gst_tag_to_vorbis_comments):
28998         Add replaygain support to vorbistag
28999
29000 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29001         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29002         (gst_ffmpeg_caps_to_extradata):
29003           Fix SVQ3 caps flag properties
29004           Use glib macro for bytes swap
29005
29006 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29009         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29010         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29011         * ext/sndfile/gstsf.c: (plugin_init):
29012         * gst/avi/gstavi.c: (plugin_init):
29013         * sys/dxr3/dxr3init.c: (plugin_init):
29014         * sys/oss/gstossaudio.c: (plugin_init):
29015         * sys/v4l/gstv4l.c: (plugin_init):
29016         * sys/v4l2/gstv4l2.c: (plugin_init):
29017           remove textdomain calls
29018         * po/nl.po:
29019           update Dutch translation
29020
29021 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29022
29023         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29024         (gst_play_set_audio_sink): Moving volume in the audio thread for
29025         instantaneous volume change. Maybe i will add another volume in front
29026         of visualization later, not sure yet though.
29027
29028 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29029
29030         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29031         (gst_ximagesink_handle_xevents): Better X events handling, only take
29032         the latest events for configure and motion.
29033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29034
29035 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29036
29037         reviewed by: David Schleef  <ds@schleef.org>
29038
29039         Fix memory leaks:
29040         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29041         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29042
29043 2004-02-02  David Schleef  <ds@schleef.org>
29044
29045         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29046         of lines.
29047         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29048         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29049         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29050         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29051         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29052         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29053         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29054         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29055         (gst_float2_2_int_link):
29056         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29057         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29058         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29059         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29060         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29061         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29062         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29063         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29064         * testsuite/gst-lint: Add tests for bzero and ;;
29065
29066 2004-02-02  David Schleef  <ds@schleef.org>
29067
29068         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29069
29070 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29071
29072         * ext/aalib/gstaasink.c: (gst_aasink_open):
29073         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29074         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29075         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29076         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29077         (gst_afsink_close_file):
29078         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29079         (gst_afsrc_close_file):
29080         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29081         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29082         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29083         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29084         * ext/esd/esdmon.c: (gst_esdmon_get):
29085         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29086         * ext/faac/gstfaac.c: (gst_faac_chain):
29087         * ext/faad/gstfaad.c: (gst_faad_chain):
29088         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29089         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29090         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29091         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29092         (gst_flacdec_loop):
29093         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29094         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29095         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29096         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29097         (gst_gnomevfssink_close_file):
29098         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29099         (gst_gnomevfssrc_open_file):
29100         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29101         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29102         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29103         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29104         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29105         * ext/mad/gstmad.c: (gst_mad_chain):
29106         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29107         * ext/mpeg2dec/gstmpeg2dec.c:
29108         * ext/mpeg2enc/gstmpeg2enc.cc:
29109         * ext/mplex/gstmplex.cc:
29110         * ext/mplex/gstmplexibitstream.cc:
29111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29112         (gst_ogg_demux_push):
29113         * ext/raw1394/gstdv1394src.c:
29114         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29115         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29116         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29117         (gst_sf_loop):
29118         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29119         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29120         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29121         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29123         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29124         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29125         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29126         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29127         (gst_riff_read_element_data), (gst_riff_read_seek),
29128         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29129         * gst/adder/gstadder.c: (gst_adder_loop):
29130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29131         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29132         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29133         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29134         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29135         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29136         * gst/goom/gstgoom.c: (gst_goom_chain):
29137         * gst/id3/gstid3types.c: (gst_id3types_loop):
29138         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29139         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29140         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29141         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29142         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29143         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29144         (gst_ebml_read_float), (gst_ebml_read_header):
29145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29146         (gst_matroska_demux_parse_blockgroup):
29147         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29149         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29150         * gst/silence/gstsilence.c: (gst_silence_get):
29151         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29152         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29153         * gst/speed/gstspeed.c: (speed_loop):
29154         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29155         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29156         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29157         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29158         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29159         (gst_wavparse_loop):
29160         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29161         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29162         (dxr3audiosink_close):
29163         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29164         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29165         (dxr3videosink_close), (dxr3videosink_write_data):
29166         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29167         * sys/oss/gstosssink.c: (gst_osssink_chain):
29168         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29169         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29170         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29172         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29173         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29174         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29175         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29176         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29177         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29178         (gst_v4l_set_audio):
29179         * sys/v4l/v4l_calls.h:
29180         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29181         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29182         (gst_v4lmjpegsink_playback_init),
29183         (gst_v4lmjpegsink_playback_start):
29184         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29185         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29186         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29187         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29188         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29189         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29190         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29191         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29192         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29193         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29194         (gst_v4l2_get_output), (gst_v4l2_set_output),
29195         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29196         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29197         (gst_v4l2_set_attribute):
29198         * sys/v4l2/v4l2_calls.h:
29199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29200         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29201         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29202         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29203         (gst_v4l2src_capture_stop):
29204         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29205         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29206         (gst_ximagesink_chain):
29207         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29208         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29209         (gst_xvideosink_xwindow_new):
29210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29211         (gst_xvimagesink_chain):
29212
29213 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29214
29215         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29216         (gst_volume_get_volume), (volume_class_init), (volume_init),
29217         (volume_chain_int16), (volume_update_volume):
29218         * gst/volume/gstvolume.h:
29219           make code more readable by removing magic numbers
29220           make mixer interface export 0-100 range
29221           make it internally map to 0.0-1.0 range so users don't distort
29222           output by putting the sliders at full volume
29223
29224 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29225
29226         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29227         (gst_play_state_change), (gst_play_seek_to_time):
29228         block the tick callback for 0.5 secs after doing a seek
29229
29230 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29231
29232         * gst-libs/gst/play/play.c: (gst_play_new):
29233           check for GError
29234
29235 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29236
29237         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29238         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29239         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29240         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29242         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29243
29244 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29245
29246         * configure.ac:
29247         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29248           check for a function added in vorbis 1.1
29249
29250 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29251
29252         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29253         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29254           really start/stop clock only on PLAYING <=> PAUSED
29255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29256           remove \n from debugging lines
29257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29258           make it work when seeking does not
29259         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29260           reset on DISCONT
29261
29262 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29263
29264         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29265           start clock on PAUSED=>PLAYING, not later
29266         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29267           extract correct time for different discont formats
29268         (gst_alsa_sink_get_time):
29269           don't segfault when no format is negotiated yet, just return 0
29270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29271         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29272         (gst_ogg_pad_push):
29273           handle flush and discont events correctly
29274         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29275           handle discont events correctly
29276
29277 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29278
29279         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29280         (gst_play_error_create), (gst_play_error_plugin),
29281         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29282         * gst-libs/gst/play/play.h:
29283           add error handling during creation
29284         * examples/gstplay/player.c: (main):
29285           use new gst_play_new
29286
29287
29288 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29289
29290         * ext/theora/theoradec.c: (theora_dec_chain):
29291           make comments work
29292         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29293         (vorbis_dec_src_event), (vorbis_dec_chain):
29294           add encoder tag, fix tag reading to be more error tolerant, change
29295           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29296           gst_pad_event_default.
29297         * gst/tags/gstvorbistag.c:
29298         (gst_tag_list_from_vorbiscomment_buffer):
29299           undefine function specific define at end of function
29300
29301 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29302
29303         * ext/flac/gstflac.c: (plugin_init):
29304         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29305         * ext/flac/gstflacdec.h:
29306         * ext/flac/gstflacenc.h:
29307           Fix typos
29308
29309 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29310
29311         * examples/gstplay/player.c: s/gstplay.h/play.h/
29312
29313 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29314
29315         * gst-libs/gst/play/Makefile.am:
29316         * gst-libs/gst/play/gstplay.c:
29317         * gst-libs/gst/play/gstplay.h:
29318         * gst-libs/gst/play/play.c:
29319           more surgery, operation complete
29320
29321 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29322
29323         * gst-libs/gst/play/play.old.c:
29324         * gst-libs/gst/play/play.old.h:
29325           after CVS surgery by moving, remove
29326         * gst-libs/gst/play/playpipelines.c:
29327           remove
29328
29329         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29330           add negotiation error
29331
29332 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29333
29334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29335         (gst_ogg_demux_push):
29336           add some seeking debug info
29337           send a flush when seeking
29338
29339 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29340
29341         * configure.ac:
29342           use AC_C_INLINE
29343         * configure.ac:
29344         * ext/Makefile.am:
29345         * ext/theora/Makefile.am:
29346         * ext/theora/theoradec.c:
29347           add theora video decoder. Does just do simple decoding for now and
29348           has been tested against Theora cvs only. It only works when theora
29349           is compiled with --enable-static.
29350         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29351           always reset packetno on DISCONT
29352
29353 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29354
29355         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29356           Fix audio.
29357
29358 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29359
29360         * gst/mpegaudioparse/gstmpegaudioparse.c:
29361         (mp3_type_frame_length_from_header):
29362           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29363
29364 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29365
29366         * ext/esd/esdsink.c: (gst_esdsink_init):
29367           Since we have static pad template caps, we don't need to negotiate;
29368           either the core errors out or we know the format.
29369
29370 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29373         (gst_riff_read_seek):
29374         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29375         (gst_ebml_read_seek):
29376           Fix event handling.
29377
29378 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29379
29380         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29381           removee video/x-theora from vp3 decoder, it doesn't handle raw
29382           theora streams
29383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29384           fix bug with finalizing element that never went to PAUSED
29385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29386           length and position queries were swapped
29387         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29388         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29389         (vorbis_dec_src_event):
29390           implement querying time and bytes
29391
29392 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29393
29394         * just about every source file:
29395           gst_element_error -> GST_ELEMENT_ERROR
29396
29397 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29398
29399         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29400         emiting FLUSH and even before DISCONT.
29401         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29402         get the best instant seeking as possible yay!
29403
29404 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29405
29406         * gst/mpeg1videoparse/gstmp1videoparse.c:
29407         (gst_mp1videoparse_real_chain):
29408           Committed wrong version last week... Grr... Didn't notice until now.
29409
29410 2004-01-29  Julien MOUTTE <julien@moutte.net>
29411
29412         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29414         have_xwindow_id signal in xwindow_create.
29415
29416 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29417
29418         * ext/ogg/gstoggdemux.c:
29419           lots of changes - mainly support for chained bitstreams, seeking,
29420           querying and bugfixes of course
29421         * ext/vorbis/Makefile.am:
29422         * ext/vorbis/vorbisdec.c:
29423         * ext/vorbis/vorbisdec.h:
29424           add vorbisdec raw vorbis decoder
29425         * ext/vorbis/vorbis.c: (plugin_init):
29426           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29427         * gst/intfloat/Makefile.am:
29428         * gst/intfloat/float22int.c:
29429         * gst/intfloat/float22int.h:
29430         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29431           add float2intnew plugin. It converts multichannel interleaved float to
29432           multichannel interleaved int. The name should probably be changed.
29433         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29434         (plugin_init):
29435           add typefinding for raw theora video so oggdemux can detect it.
29436
29437 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29438
29439         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29440         sink element first.
29441         * gst/videoscale/gstvideoscale.c:
29442         (gst_videoscale_handle_src_event): Fixing src event handler.
29443
29444 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29445
29446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29447         (gst_v4lsrc_open), (gst_v4lsrc_close),
29448         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29449         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29450         * sys/v4l/gstv4lsrc.h:
29451         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29452         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29453           Implement resizing... Hack. But that's why v4l is b0rked...
29454
29455 2004-01-28  Julien MOUTTE <julien@moutte.net>
29456
29457         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29458         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29459         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29460         (gst_ximagesink_xwindow_destroy):
29461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29462         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29463         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29464         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29465         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29466         correctly cleaning the image created to check xshm calls on succes,
29467         added a lot of XSync calls in X11 functions, and fixed a segfault when
29468         no image format was defined before negotiation happened.
29469
29470 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29471
29472         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29473           use gst_element_get_time to get correct time
29474
29475 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29476
29477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29478         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29479         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29481         (gst_xvimagesink_check_xshm_calls),
29482         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29483         X plugins are now able to detect that XShm calls will fail even if the
29484         server claims that it has XShm support (remote displays most of the
29485         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29486         so that we use non XShm functions. This feature is almost useless for
29487         xvimagesink as Xv is not supported on remote displays anyway, but
29488         it might happen than even on the local display XShm calls fail.
29489
29490 2004-01-27  David Schleef  <ds@schleef.org>
29491
29492         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29493         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29494         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29495         changed esdsink to only use 44100,16,2, since esd sucks at rate
29496         conversion and esdsink has had difficulty negotiating.
29497
29498 2004-01-27  Julien MOUTTE <julien@moutte.net>
29499
29500         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29501         (gst_play_seek_to_time): Fixing the way to get current position.
29502
29503 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29504
29505         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29506           use gst_element_get_time to get correct time
29507
29508 2004-01-27  Julien MOUTTE <julien@moutte.net>
29509
29510         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29511         fix ever... Inverting 2 lines of code make spider autoplug correctly
29512         tagged mp3 !
29513
29514 2004-01-27  David Schleef  <ds@schleef.org>
29515
29516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29517         Use gst_pad_try_set_caps_nonfixed().
29518
29519 2004-01-27  David Schleef  <ds@schleef.org>
29520
29521         * gst/ac3parse/gstac3parse.c: update to checklist 5
29522         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29523         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29524         * gst/audioscale/gstaudioscale.c: same
29525         * gst/auparse/gstauparse.c: same
29526         * gst/avi/gstavidemux.c: same
29527
29528 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29529
29530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29531           stop processing after EOS
29532
29533 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29534
29535         * gst/asfdemux/asfheaders.h:
29536         * gst/asfdemux/gstasfdemux.c:
29537         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29538         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29539         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29540           lot's of fixes to make data extraction simpler and get the code
29541           architecture and compiler independant. Add debugging category
29542         * gst/goom/gstgoom.c: (gst_goom_change_state):
29543           reset channel count on PAUSED=>READY, not READY=>PAUSED
29544
29545 2004-01-26  Colin Walters  <walters@verbum.org>
29546
29547         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29548         code to pull a bigger buffer in iradio mode.  This as a side effect
29549         makes typefinding work.
29550
29551 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29552
29553         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29554         Fix SVQ3 decoding on PPC
29555
29556 2004-01-26  Julien MOUTTE <julien@moutte.net>
29557
29558         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29559         that one managed to stay there... Fixed.
29560
29561 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29562
29563         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29564         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29565         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29566         (qtdemux_video_caps):
29567         * gst/qtdemux/qtdemux.h:
29568         Add SVQ3 specific flags to qtdemux and ffmpeg
29569
29570 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29571
29572         * gst-libs/gst/audio/audio.h:
29573           remove buffer-frames from audio caps
29574         * gst/audioconvert/gstaudioconvert.c:
29575           fix plugin to really work.
29576
29577 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29578
29579         * gst-libs/gst/mixer/mixer.c:
29580         * gst-libs/gst/propertyprobe/propertyprobe.c:
29581         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29582         (gst_tuner_find_channel_by_name):
29583         * gst-libs/gst/tuner/tuner.h:
29584           Add gtk-doc style comments. Also fix a function name.
29585
29586 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29589         (gst_divxdec_negotiate):
29590           Fix for new capsnego - also fixes gst-player with divxdec.
29591
29592 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29593
29594         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29595         (gst_play_identity_handoff), (gst_play_set_location),
29596         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29597         try in visualization implementation. Still have an issue with switch
29598         blocking when pulling from video_queue and only audio comes out of
29599         spider.
29600         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29601         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29602         release method. And check if the pad is usable before pulling.
29603
29604 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29605
29606         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29607         (gst_videobalance_init),
29608         (gst_videobalance_colorbalance_list_channels),
29609         (gst_videobalance_colorbalance_set_value),
29610         (gst_videobalance_colorbalance_get_value),
29611         (gst_videobalance_update_properties),
29612         (gst_videobalance_update_tables_planar411),
29613         (gst_videobalance_planar411):
29614         * gst/videofilter/gstvideobalance.h:
29615           Implement lookup-tables. +/- 10x faster.
29616
29617 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29618
29619         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29620         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29621           The index reading was broken. The rest worked fine, but the whole
29622           goal of my rewrite was to make avidemux readable, and this was
29623           not at all readable. Please use typed variables.
29624
29625 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29626
29627         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29628           Additional pad usability check.
29629         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29630         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29631         (gst_mp1videoparse_real_chain):
29632           Fix MPEG video stream parsing. The original plugin had several
29633           issues, including not timestamping streams where the source was
29634           not timestamped (this happens with PTS values in mpeg system
29635           streams, but MPEG video is also a valid stream on its own so
29636           that needs timestamps too). We use the display time code for that
29637           for now. Also, if one incoming buffer contains multiple valid
29638           frames, we push them all on correctly now, including proper EOS
29639           handling. Lastly, several potential segfaults were fixed, and we
29640           properly sync on new sequence/gop headers to include them in next,
29641           not previous frames (since they're header for the next frame, not
29642           the previous). Also see #119206.
29643         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29644         (bpf_from_header):
29645           Move caps setting so we only do it after finding several valid
29646           MPEG-1 fraes sequentially, not right after the first one (which
29647           might be coincidental).
29648         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29649         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29650         (plugin_init):
29651           Add unsynced MPEG video stream typefinding, and change some
29652           probability values so we detect streams rightly. The idea is as
29653           follows: I can have an unsynced system stream which contains
29654           video. In the current code, I would randomly get a type for either
29655           system or video stream type found, because the probabilities are
29656           being calculated rather randomly. I now use fixed values, so we
29657           always prefer system stream if that was found (and that is how it
29658           should be). If no system stream was found, we can still identity                the stream as video-only.
29659
29660 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29661
29662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29663         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29664           don't write to buffer. Extract data without the need of
29665           __attribute__ ((packed))
29666
29667 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29668
29669         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29670         (mpeg1_sys_type_find):
29671           Fix MPEG-1 stream typefinding.
29672
29673 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29674
29675         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29676           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29677
29678 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29679
29680         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29681         * ext/esd/gstesd.c: (plugin_init):
29682           private debugging, better error reporting
29683
29684 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29685
29686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29687         (gst_riff_read_init), (gst_riff_read_change_state):
29688         * gst-libs/gst/riff/riff-read.h:
29689           Remove stuff fromold metadata system.
29690
29691 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * ext/ogg/gstoggdemux.c:
29694           Fix wrong file comment.
29695         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29696         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29697           Add metadata reading properly.
29698
29699 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29700
29701         * ext/Makefile.am:
29702           Fix nas DIST_SUBDIRS
29703           Uraeus:
29704           Fix bug where make distcheck doesn't get run on adding stuff to
29705           the build.
29706
29707 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29708
29709         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29710         * ext/divx/gstdivxdec.h:
29711           Fix divx3 ("msmpeg4") playback using divxdec.
29712
29713 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29714
29715         * gst/typefind/gsttypefindfunctions.c:
29716         (mp3_type_frame_length_from_header): fix bug in length computation
29717         (mp3_type_find): improve debugging output
29718
29719 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29720
29721         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29722         (gst_play_set_location), (gst_play_seek_to_time),
29723         (gst_play_set_audio_sink), (gst_play_set_visualization),
29724         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29725         the pipeline from scratch. Visualization is back and switch went out as
29726         i realized it was not possible to use the way i wanted.
29727         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29728         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29729         clearing in state change from READY to NULL. So that one can clean the
29730         X ressources keeping the element.
29731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29732         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29733         (gst_xvimagesink_colorbalance_set_value),
29734         (gst_xvimagesink_colorbalance_get_value),
29735         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29736         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29737         change from READY to NULL and fixed some stupid bugs in colorbalance
29738         get/set values. Also added the following feature : when nobody tries to
29739         set some values to the colorbalance levels before the xcontext is
29740         grabbed, then when creating channels list from Xv attributes we set the
29741         internal values to the Xv defaults. This way we handle buggy Xv drivers
29742         that set default hue values far from the middle of the range (Thanks
29743         to Jon Trowbridge for pointing that issue).
29744         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29745         colorbalance levels have been set before xcontext is grabbed.
29746
29747 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29748
29749         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29750           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29751           it might block operations (which is bad for a mixer).
29752
29753 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29754
29755         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29756         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29757         (gmip_find_type_pre):
29758         * gst-libs/gst/media-info/media-info-priv.h:
29759         * gst-libs/gst/media-info/media-info.c:
29760         (gst_media_info_instance_init), (gst_media_info_read_idler):
29761         add fakesink to get caps on decoder src pad again
29762         fix callback prototype to match new have_type signal signature
29763
29764 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29765
29766         * gst/adder/gstadder.c: (gst_adder_link):
29767           fix non-compile and cut-n-paste code
29768
29769 2004-01-21  David Schleef  <ds@schleef.org>
29770
29771         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29772         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29773         (gst_swfdec_init), (gst_swfdec_change_state):
29774         * ext/swfdec/gstswfdec.h:
29775         Fix negotiation.
29776         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29777         (gst_adder_request_new_pad): Fix negotiation.
29778         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29779         Add a fixate function.
29780         * gst/intfloat/gstfloat2int.c:
29781         * gst/intfloat/gstfloat2int.h:
29782         * gst/intfloat/gstint2float.c:
29783         * gst/intfloat/gstint2float.h:
29784         Completely rewrite the negotiation.  Doesn't quite work yet,
29785         due to some buffer-frames problem.
29786
29787 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29788
29789         * ext/gnomevfs/gstgnomevfssrc.c:
29790         * sys/v4l2/v4l2_calls.h:
29791           fix includes for distcheck
29792
29793 2004-01-21  Christian Schaller <uraeus@gnome.org>
29794
29795         * ext/nas/
29796         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29797         based on earlier patch from Laurent Vivier
29798
29799 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29800
29801         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29802         Fix wma caps property
29803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29804         Fix typo (flags1 and flags2)
29805
29806 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29807
29808         * gst-libs/gst/media-info/media-info-priv.c:
29809         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29810         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29811         (gmip_find_stream), (gmip_find_track_metadata),
29812         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29813         (gmip_find_track_format):
29814         * gst-libs/gst/media-info/media-info-priv.h:
29815         * gst-libs/gst/media-info/media-info-test.c: (main):
29816         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29817         (gst_media_info_read_idler), (gst_media_info_read):
29818         * gst-libs/gst/media-info/media-info.h:
29819           register debugging category and use it for debugging
29820
29821 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29822
29823         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29824         (gst_vorbisfile_new_link):
29825           signal streaminfo through tags
29826
29827 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29828
29829         * ext/mplex/gstmplex.cc:
29830         * ext/mplex/gstmplexibitstream.cc:
29831           g++ doesn't like NULL in our i18n/error macros, should be
29832           either (NULL) or ("").
29833
29834 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29835
29836         * sys/dxr3/dxr3audiosink.c:
29837         * sys/dxr3/dxr3init.c:
29838         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29839         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29840           Fix more error error error errors (missing includes here).
29841
29842 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29845           fix thomas' error errors.
29846
29847 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29848
29849         * ext/mpeg2enc/gstmpeg2enc.cc:
29850           fix error errors.
29851
29852 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29853
29854         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29855         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29856           Fix for new error system.
29857
29858 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29859
29860         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29861           fix for new error reporting
29862
29863 2004-01-20  David Schleef  <ds@schleef.org>
29864
29865         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29866         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29867         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29868         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29869         and neither is 100+, most likely.
29870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29871         (gst_xvimagesink_getcaps): same
29872
29873 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29874
29875         * configure.ac:
29876           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29877           clashes with ffmpeg.
29878
29879 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29880
29881         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29882         (gst_switch_init): Fixed switch element : proxying link and setting
29883         caps from src to sink on request.
29884
29885 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29886
29887         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29888         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29889         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29890         fix element_error
29891
29892 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29893
29894         * sys/v4l/v4l_calls.h:
29895         * sys/v4l2/v4l2_calls.h:
29896           element_error fixes
29897
29898 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29899
29900         * gst-libs/gst/gst-i18n-plugin.h:
29901           add locale.h
29902           remove config.h inclusion
29903
29904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29905
29906         * autogen.sh:
29907           adding autopoint invocation
29908         * Makefile.am:
29909         * configure.ac:
29910         * gst-libs/gst/gettext.h:
29911           adding gettext bits
29912         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29913         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29914         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29915         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29916         (gst_gnomevfssink_close_file):
29917         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29918         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29919         * gst-libs/gst/gst-i18n-plugin.h:
29920         * gst/avi/gstavi.c: (plugin_init):
29921         * sys/dxr3/dxr3init.c: (plugin_init):
29922         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29923         * sys/oss/gstossaudio.c: (plugin_init):
29924         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29925         * sys/v4l/gstv4l.c: (plugin_init):
29926         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29927         * sys/v4l2/gstv4l2.c: (plugin_init):
29928         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29929         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29930         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29931         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29932         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29933         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29934           make sure locale and translation domain are set
29935           fix translated strings
29936         * po/.cvsignore:
29937         * po/LINGUAS:
29938         * po/Makevars:
29939         * po/POTFILES.in:
29940         * po/nl.po:
29941           put translation files into place
29942         * sys/xvideo/imagetest.c: (main):
29943         * ext/dv/demo-play.c: (main):
29944           fix unnecessary translations
29945
29946 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29947
29948         * ext/sndfile/gstsf.c:
29949         * gst/avi/gstavimux.c:
29950         * ext/audiofile/gstafsink.c:
29951         * ext/audiofile/gstafsrc.c:
29952         * ext/gnomevfs/gstgnomevfssink.c:
29953         * ext/gnomevfs/gstgnomevfssrc.c:
29954         * sys/oss/gstosselement.c:
29955         * sys/v4l/v4l_calls.h:
29956           fix i18n include
29957
29958 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29959
29960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29961         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29962         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29963         (gst_v4l2_get_output), (gst_v4l2_set_output),
29964         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29965         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29966         (gst_v4l2_set_attribute):
29967         update to new error handling
29968
29969 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29970
29971         * ext/sidplay/gstsiddec.cc:
29972         * gst/modplug/gstmodplug.cc:
29973           parenthese NULL because C++ seems angry about it
29974
29975 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29976
29977         * gst-libs/gst/gst-i18n-plugin.h:
29978           add skeleton i18n stuff, but needs to be further implemented
29979
29980 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29981
29982         * examples/gstplay/player.c: (main):
29983         * ext/aalib/gstaasink.c: (gst_aasink_open):
29984         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29986         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29987         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29988         (gst_afsink_close_file):
29989         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29990         (gst_afsrc_close_file):
29991         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29992         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29993         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29994         * ext/esd/esdmon.c: (gst_esdmon_get):
29995         * ext/esd/esdsink.c: (gst_esdsink_chain):
29996         * ext/faac/gstfaac.c: (gst_faac_chain):
29997         * ext/faad/gstfaad.c: (gst_faad_chain):
29998         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29999         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30000         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30001         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30002         (gst_flacdec_loop):
30003         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30004         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30006         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30007         (gst_gnomevfssink_close_file):
30008         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30009         (gst_gnomevfssrc_open_file):
30010         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30011         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30012         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30013         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30014         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30015         * ext/mad/gstmad.c: (gst_mad_chain):
30016         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30017         * ext/mpeg2dec/gstmpeg2dec.c:
30018         * ext/mpeg2enc/gstmpeg2enc.cc:
30019         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30020         * ext/mplex/gstmplex.cc:
30021         * ext/mplex/gstmplexibitstream.cc:
30022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30023         (gst_ogg_demux_push), (gst_ogg_pad_push):
30024         * ext/raw1394/gstdv1394src.c:
30025         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30026         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30027         * ext/sidplay/gstsiddec.cc:
30028         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30029         (gst_sf_loop):
30030         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30031         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30032         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30034         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30035         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30036         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30037         * gst-libs/gst/Makefile.am:
30038         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30039         (gst_riff_read_element_data), (gst_riff_read_seek),
30040         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30041         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30043         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30044         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30045         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30046         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30047         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30048         * gst/goom/gstgoom.c: (gst_goom_chain):
30049         * gst/id3/gstid3types.c: (gst_id3types_loop):
30050         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30051         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30052         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30053         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30054         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30055         (gst_ebml_read_float), (gst_ebml_read_header):
30056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30057         (gst_matroska_demux_parse_blockgroup):
30058         * gst/modplug/gstmodplug.cc:
30059         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30061         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30062         * gst/silence/gstsilence.c: (gst_silence_get):
30063         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30064         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30065         * gst/speed/gstspeed.c: (speed_loop):
30066         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30067         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30068         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30069         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30070         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30071         (gst_wavparse_loop):
30072         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30073         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30074         (dxr3audiosink_close):
30075         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30076         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30077         (dxr3videosink_close), (dxr3videosink_write_data):
30078         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30079         * sys/oss/gstosselement.h:
30080         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30081         (gst_osssink_chain):
30082         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30083         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30084         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30086         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30087         (gst_v4l_enable_overlay):
30088         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30089         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30090         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30091         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30092         (gst_v4l_set_audio):
30093         * sys/v4l/v4l_calls.h:
30094         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30095         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30096         (gst_v4lmjpegsink_playback_init),
30097         (gst_v4lmjpegsink_playback_start):
30098         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30099         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30100         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30101         (gst_v4lmjpegsrc_requeue_frame):
30102         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30103         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30104         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30106         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30107         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30108         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30109         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30110         (gst_v4l2src_capture_stop):
30111         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30112         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30113         (gst_ximagesink_chain):
30114         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30115         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30116         (gst_xvideosink_xwindow_new):
30117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30118         (gst_xvimagesink_chain):
30119         use new error signal, function and categories
30120
30121 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30122
30123         * configure.ac:
30124         * ext/Makefile.am:
30125         * ext/musicbrainz/gsttrm.c:
30126         * ext/musicbrainz/gsttrm.h:
30127         * ext/musicbrainz/Makefile.am:
30128         Add a trm plugin
30129
30130 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30131
30132         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30133         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30134         synchronous property for debugging.
30135         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30137         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30138         smaller block, fixing indent.
30139
30140 2004-01-16  David Schleef  <ds@schleef.org>
30141
30142         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30143         property affects the video stream.
30144         * sys/xvimage/xvimagesink.c:
30145         * sys/xvimage/xvimagesink.h:
30146         Add synchronous property for debugging.  Should probably be
30147         disabled in non-CVS builds.  Make sure that the Xv attribute
30148         exists before we set it (crash!).  Fix a silly float bug that
30149         caused colorbalance to just not work.
30150
30151 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30152
30153         * tools/gst-launch-ext.in - update for new plugins
30154
30155 2004-01-16  David Schleef  <ds@schleef.org>
30156
30157         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30158         already-freed caps.
30159
30160 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30161
30162         * Update spec for new colorspace plugin and libcaca plugin
30163         * Fix compilation of libcaca plugin (clock -> id)
30164
30165 2004-01-16  Julien MOUTTE <julien@moutte.net>
30166
30167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30168         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30169         (gst_xvimagesink_set_xwindow_id),
30170         (gst_xvimagesink_colorbalance_set_value),
30171         (gst_xvimagesink_colorbalance_get_value),
30172         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30173         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30174         correct colorbalance properties. They can now be set when the element
30175         is still in NULL state. The values will be committed to the Xv Port
30176         when xcontext is initialized.
30177         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30178         brightness int values in the GstXvImagesink structure.
30179
30180 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30181
30182         * gst-libs/gst/Makefile.am:
30183           restructure so having local patches works easier.
30184
30185 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30186
30187         * ext/mpeg2enc/Makefile.am:
30188         * ext/mpeg2enc/gstmpeg2enc.cc:
30189         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30190           Bugfix with respect to EOS handling.
30191
30192 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30193
30194         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30195           Link with right caps (else, it segfaults).
30196         * ext/mplex/gstmplexjob.cc:
30197           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30198
30199 2004-01-15  David Schleef  <ds@schleef.org>
30200
30201         * gst-libs/gst/audio/Makefile.am:
30202         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30203         from the template.
30204         * gst-libs/gst/audio/gstaudiofilter.c:
30205         * gst-libs/gst/audio/gstaudiofilter.h:
30206         Add bytes_per_sample and size and n_samples calculation.
30207         * gst-libs/gst/audio/gstaudiofilterexample.c:
30208         Remove, now autogenerated.
30209         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30210         Moved from gstaudiofilterexample, object name changed, code added
30211         so that it actually works.
30212         * gst-libs/gst/audio/make_filter:
30213         Script to build an audiofilter subclass from the template.
30214         * gst/colorspace/Makefile.am:
30215         * gst/colorspace/yuv2yuv.c:
30216         Remove file, since it's GPL, and we don't use it.
30217
30218 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30219
30220         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30222         them use the buffer free function to test how the buffer was allocated.
30223
30224 2004-01-15  David Schleef  <ds@schleef.org>
30225
30226         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30227         that handles osssink fallback.
30228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30229         (gst_audio_convert_getcaps):
30230         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30231         Add audio/x-qdm2 for QDM2 audio.
30232         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30233         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30235         Decrease minimum size to 16x16.
30236         * gst/wavparse/gstwavparse.c:
30237         Convert disabled pad template caps to new caps.
30238         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30240         (gst_xvimagesink_chain): Throw element error when display cannot
30241         be opened.  Increase minimum framerate to 1.0.  Check the data
30242         free function on a buffer to make sure it is the type we expect
30243         before manipulating it.
30244
30245 2004-01-15  Julien MOUTTE <julien@moutte.net>
30246
30247         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30248         (gst_videobalance_colorbalance_set_value): Implement passthru if
30249         settings are in the middle.
30250         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30251
30252 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30253
30254         * gst/videofilter/Makefile.am:
30255         * gst/volume/Makefile.am:
30256           Since we use videofilter symbols, link to it.
30257
30258 2004-01-15  Julien MOUTTE <julien@moutte.net>
30259
30260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30261         mixer interface type to HARDWARE.
30262         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30263         type to SOFTWARE.
30264         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30265         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30266         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30267         (gst_volume_interface_init), (gst_volume_list_tracks),
30268         (gst_volume_set_volume), (gst_volume_get_volume),
30269         (gst_volume_set_mute), (gst_volume_mixer_init),
30270         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30271         (volume_init): Implementing mixer interface.
30272         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30273         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30274         (gst_osselement_change_state): Removing some trailing commas in
30275         structures.
30276         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30277         interface type to HARDWARE.
30278         * sys/v4l/gstv4lcolorbalance.c:
30279         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30280         type to HARDWARE.
30281         * sys/v4l2/gstv4l2colorbalance.c:
30282         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30283         interface type to HARDWARE.
30284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30285         same code than ximagesink for event handling.
30286
30287 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30288
30289         * ext/snapshot/Makefile.am:
30290         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30291         (gst_snapshot_chain):
30292         * ext/snapshot/gstsnapshot.h:
30293           This has to be a joke... Snapshot should be connected to a tee,
30294           colorspace element before it and EOS after that, where the other
30295           src of the tee receives normal data.
30296           The current way is *wrong*.
30297
30298 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * ext/hermes/gsthermescolorspace.c:
30301           Fix another compile error. Same as below.
30302
30303 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30304
30305         * gst/colorspace/gstcolorspace.c:
30306         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30307         (gst_colorspace_i420_to_yv12):
30308           Fix compiling... Didn't test if it actually works.
30309
30310 2004-01-15  David Schleef  <ds@schleef.org>
30311
30312         * configure.ac:
30313         * gst/colorspace/Makefile.am:
30314         * gst/colorspace/gstcolorspace.c:
30315         * gst/colorspace/gstcolorspace.h:
30316         * gst/colorspace/yuv2rgb.c:
30317         * gst/colorspace/yuv2rgb.h:
30318         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30319         code and GPL code.  Fix for new caps negotiation.  Rewrite
30320         much of the format handling code, and some of the conversion
30321         code.  Basically, rewrote almost everything.  This element
30322         handles I420, YV12 to RGB conversions.
30323         * ext/hermes/Makefile.am:
30324         * ext/hermes/gsthermescolorspace.c:
30325         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30326         Remove non-Hermes related code.  This element handles lots of
30327         RGB to RGB conversions, but no YUV.
30328         * ext/hermes/gstcolorspace.c:
30329         * ext/hermes/gstcolorspace.h:
30330         * ext/hermes/rgb2yuv.c:
30331         * ext/hermes/yuv2rgb.c:
30332         * ext/hermes/yuv2rgb.h:
30333         * ext/hermes/yuv2rgb_mmx16.s:
30334         * ext/hermes/yuv2yuv.c:
30335         * ext/hermes/yuv2yuv.h:
30336         Remove old code.
30337
30338 2004-01-14  Colin Walters  <walters@verbum.org>
30339
30340         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30341         they've already been.
30342
30343 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30344
30345         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30346           assume tag mode when pad is not connected
30347
30348 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30349
30350         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30351           Don't update the time of the clock
30352         (gst_alsa_sink_loop):
30353           sync to the clock given to alsasink, not the own clock
30354         * sys/oss/gstosssink.c: (gst_osssink_chain):
30355           sync to the clock
30356         (gst_osssink_change_state):
30357           activate the clock
30358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30360           remove bogus code that made DISCONT events unhandled
30361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30362           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30363           #131502)
30364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30365         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30366         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30367           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30368           2nd warning in bug #131502)
30369
30370 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30371
30372         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30373         (gst_videobalance_colorbalance_set_value),
30374         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30375         for colorbalance interface implementation.
30376         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30377         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30378         (gst_ximagesink_dispose), (gst_ximagesink_init),
30379         (gst_ximagesink_class_init): Adding DISPLAY property.
30380         * sys/ximage/ximagesink.h: Adding display_name to store display.
30381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30382         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30383         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30384         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30385         properties (they still need polishing though for gst-launch use : no
30386         xcontext yet, i ll do that tomorrow).
30387         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30388
30389 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30390
30391         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30392         (gst_play_set_location), (gst_play_set_visualization): Preparing
30393         switch integration, adding videobalance in the pipeline.
30394
30395 2004-01-14  Julien MOUTTE <julien@moutte.net>
30396
30397         * gst-libs/gst/colorbalance/colorbalance.c:
30398         (gst_color_balance_class_init): Adding a default type.
30399         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30400         the type.
30401         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30402         (gst_videobalance_dispose), (gst_videobalance_class_init),
30403         (gst_videobalance_init), (gst_videobalance_interface_supported),
30404         (gst_videobalance_interface_init),
30405         (gst_videobalance_colorbalance_list_channels),
30406         (gst_videobalance_colorbalance_set_value),
30407         (gst_videobalance_colorbalance_get_value),
30408         (gst_videobalance_colorbalance_init): Implementing colorbalance
30409         interface.
30410         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30411         list.
30412         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30413         bug which was triggering a BadAccess X error when setting an overlay
30414         before pad was really negotiated.
30415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30416         Using the colorbalance type macro.
30417
30418 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30419
30420         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30421         (gst_flacenc_chain):
30422           handle tags correctly
30423         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30424           extract ID3v1 tags correctly
30425
30426 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30427
30428         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30429         (plugin_init):
30430           Improve matroska typefinding for odd-typed headers...
30431
30432 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30433
30434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30435           Fix for using incremental number on padnames.
30436
30437 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30438
30439         * ext/divx/gstdivxdec.c:
30440         * ext/divx/gstdivxenc.c:
30441           Set category to divx4linux instead of divx (too generic).
30442         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30443         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30444         (gst_wavparse_loop), (gst_wavparse_change_state):
30445         * gst/wavparse/gstwavparse.h:
30446           fix parsing of WAV files with non-standard fmt-tag size and fix
30447           skipping of unrecognized chunks... Someone please fix this thing
30448           to use rifflib so all this is automated.
30449         * sys/v4l/Makefile.am:
30450         * sys/v4l2/Makefile.am:
30451           Add X_CFLAGS because we depend on X (for overlay).
30452
30453 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30454
30455         * ext/mpeg2dec/gstmpeg2dec.c:
30456           Don't issue a timestamp unless we tagged the frame
30457           with a PTS.
30458
30459 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30460
30461         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30462           Query the audio element to get the time, not the clock. We're
30463           interested in the element's time here.
30464
30465 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30466
30467         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30469         * ext/esd/esdsink.c: (gst_esdsink_chain):
30470         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30471         * ext/mas/massink.c: (gst_massink_chain):
30472         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30474         (gst_matroska_demux_parse_metadata):
30475         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30476         (gst_mpeg_parse_release_locks):
30477         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30478         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30480         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30481         (gst_osssink_change_state):
30482         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30483         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30484         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30485         (gst_xvideosink_release_locks):
30486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30487           use element time.
30488         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30489         (gst_alsa_clock_stop):
30490         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30491         (gst_audio_clock_get_internal_time):
30492           simplify for use with new clocking code.
30493         * testsuite/alsa/Makefile.am:
30494         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30495           fix testsuite for new caps system
30496
30497 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30498
30499         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30500         * ext/flac/gstflacenc.c: (add_one_tag):
30501           length is already host endian, no need to convert. Fixes playback of
30502           tagged files on PPC. (bug #128384)
30503
30504 2004-01-13  Julien MOUTTE <julien@moutte.net>
30505
30506         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30507         colorbalance interface stating if it is hardware based or software
30508         based.
30509         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30510         Removing a trailing comma.
30511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30512         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30513         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30514         the documentation seems to be wrong on the -1000 to 1000 interval.
30515
30516 2004-01-12  David Schleef  <ds@schleef.org>
30517
30518         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30519         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30520         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30521         Fix negotiation.  Add a bufferalloc function for the sink pad,
30522         and generally clean up some of the code.
30523
30524 2004-01-12  Julien MOUTTE <julien@moutte.net>
30525
30526         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30527         (gst_color_balance_channel_dispose): Adding safety check in dispose
30528         method.
30529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30530         (gst_xvimagesink_xcontext_clear),
30531         (gst_xvimagesink_interface_supported),
30532         (gst_xvimagesink_colorbalance_list_channels),
30533         (gst_xvimagesink_colorbalance_set_value),
30534         (gst_xvimagesink_colorbalance_get_value),
30535         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30536         Adding colorbalance interface support to set XV parameters such as
30537         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30538         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30539         interface.
30540
30541 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30542
30543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30544         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30545         (gst_audio_convert_init), (gst_audio_convert_set_property),
30546         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30547         (gst_audio_convert_link),
30548         (gst_audio_convert_buffer_to_default_format),
30549         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30550           - implement _getcaps and use it
30551           - improve linking
30552           - remove float caps since no float conversion is actually done
30553           - remove properties and arguments that were to be used for rate
30554             conversion
30555
30556 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30557
30558         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30559         (gst_audio_structure_set_int):
30560         * gst-libs/gst/audio/audio.h:
30561           add helper functions for _getcaps matching the standard audio
30562           templates
30563
30564 2004-01-12  David Schleef  <ds@schleef.org>
30565
30566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30567         Test that pad is negotiated before getting its caps.
30568
30569 2004-01-12  Julien MOUTTE <julien@moutte.net>
30570
30571         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30572         analyzing the pads of an element the bin is mostly in READY state so
30573         no caps were negotiated. This helper function needs to work with
30574         _get_caps directly then. I was not freeing them though, added that to
30575         fix the mem leak.
30576
30577 2004-01-12  Julien MOUTTE <julien@moutte.net>
30578
30579         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30581         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30582         than the free_func.
30583
30584 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30585
30586         * sys/oss/gstossaudio.c: (plugin_init):
30587         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30588         * sys/oss/gstosselement.h:
30589           make an oss debugging category
30590           make failure more descriptive
30591
30592 2004-01-11  David Schleef  <ds@schleef.org>
30593
30594         * ext/ffmpeg/gstffmpeg.c:
30595         * ext/ffmpeg/gstffmpegcodecmap.c:
30596         * ext/ffmpeg/gstffmpegdec.c:
30597         * ext/ffmpeg/gstffmpegenc.c:
30598         * ext/ffmpeg/gstffmpegprotocol.c:
30599         * ext/gdk_pixbuf/gstgdkanimation.c:
30600         * ext/jpeg/gstjpeg.c:
30601         * ext/libpng/gstpng.c:
30602         * ext/mpeg2dec/perftest.c:
30603         * ext/speex/gstspeex.c:
30604         * gst-libs/gst/resample/dtos.c:
30605         * gst/intfloat/gstintfloatconvert.c:
30606         * gst/oneton/gstoneton.c:
30607         * gst/rtjpeg/RTjpeg.c:
30608         * gst/rtp/gstrtp.c:
30609         * sys/dxr3/dxr3init.c:
30610         * sys/glsink/gstgl_nvimage.c:
30611         * sys/glsink/gstgl_pdrimage.c:
30612         * sys/glsink/gstglsink.c:
30613         * testsuite/gst-lint:
30614         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30615
30616 2004-01-11  David Schleef  <ds@schleef.org>
30617
30618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30619         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30620         * ext/gdk_pixbuf/gstgdkanimation.c:
30621         (gst_gdk_animation_iter_create_pixbuf):
30622         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30623         (gst_gdk_pixbuf_chain):
30624         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30625         * ext/jack/gstjack.c: (gst_jack_change_state):
30626         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30627         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30628         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30629         * gst/videofilter/gstvideofilter.c:
30630         (gst_videofilter_set_output_size):
30631         Remove all usage of gst_pad_get_caps(), and replace it with
30632         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30633
30634 2004-01-11  David Schleef  <ds@schleef.org>
30635
30636         * configure.ac:
30637         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30638         * ext/divx/gstdivxdec.c:
30639         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30640         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30641         handle images that span multiple buffers.  Now work with both
30642         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30643         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30644         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30645         video/video.h changes
30646         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30647         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30648         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30649         of GstData free function.
30650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30651         same.
30652
30653 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30654
30655         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30656         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30657         (gst_v4l2element_get_property):
30658         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30659           add norm, channel and frequency properties.
30660         * sys/v4l2/gstv4l2tuner.c:
30661           fixes for tuner interface changes
30662         * sys/v4l2/gstv4l2element.h:
30663         * sys/v4l2/gstv4l2src.c:
30664         * sys/v4l2/gstv4l2src.h:
30665         * sys/v4l2/v4l2src_calls.c:
30666         * sys/v4l2/v4l2src_calls.h:
30667           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30668
30669 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30670
30671         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30672         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30673         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30674         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30675         * gst-libs/gst/tuner/tuner.h:
30676           GObjects aren't const.
30677           Add find_by_name functions.
30678           Add checks to _changed functions.
30679         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30680         (gst_v4l_tuner_get_norm):
30681           Fixes for above.
30682
30683 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30684
30685         * gst-libs/gst/video/video.h:
30686           Fix caps template names to be understandable.
30687           Prefix everything with GST_VIDEO.
30688         * ext/aalib/gstaasink.c:
30689         * ext/divx/gstdivxdec.c:
30690         * ext/divx/gstdivxenc.c:
30691         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30692         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30693         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30694         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30695         * ext/libcaca/gstcacasink.c:
30696         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30697         * ext/snapshot/gstsnapshot.c:
30698         * ext/swfdec/gstswfdec.c:
30699         * ext/xvid/gstxviddec.c:
30700         * ext/xvid/gstxvidenc.c:
30701         * gst/chart/gstchart.c:
30702         * gst/deinterlace/gstdeinterlace.c:
30703         * gst/effectv/gsteffectv.c:
30704         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30705         * gst/goom/gstgoom.c:
30706         * gst/median/gstmedian.c:
30707         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30708         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30709         * gst/overlay/gstoverlay.c:
30710         * gst/smooth/gstsmooth.c:
30711         * gst/smpte/gstsmpte.c:
30712         * gst/synaesthesia/gstsynaesthesia.c:
30713         * gst/videocrop/gstvideocrop.c:
30714         * gst/videodrop/gstvideodrop.c:
30715         * gst/y4m/gsty4mencode.c:
30716         * sys/qcam/gstqcamsrc.c:
30717         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30718           Make them work with new video.h file.
30719         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30720         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30722         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30723           Make it work with new buffer allocation system.
30724
30725 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30726
30727         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30728         pad_alloc_buffer implementation to use ->srcpad
30729         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30730         pad_alloc_buffer implementation to use ->srcpad
30731         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30732         pad_alloc_buffer implementation to use ->srcpad
30733         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30734         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30735         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30736         a reference to everything we need.
30737         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30739         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30740         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30741         a reference to everything we need.
30742         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30743
30744 2004-01-11  David Schleef  <ds@schleef.org>
30745
30746         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30747         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30748         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30749         structure members.
30750         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30751         value during a resize/renegotiation.
30752         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30753         gst_pad_alloc_buffer();
30754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30755         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30756         structure members.
30757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30758         Fix for rename of buffer private structure members.
30759         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30760         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30761         Fix for rename of buffer private structure members.
30762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30763         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30764         Fix for rename of buffer private structure members.
30765
30766 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30767
30768         reviewed by: David Schleef <ds@schleef.org>
30769
30770         * gst/videofilter/Makefile.am:
30771         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30772         from the patch by ds to fit in with recent make_filter changes.
30773
30774 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30775
30776         * configure.ac: Adding examples/switch/Makefile
30777         * examples/Makefile.am: Adding examples/switch
30778         * examples/switch/Makefile.am: Adding switcher example.
30779         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30780         (switch_timer), (main): Adding an example demonstrating switch usage
30781         with 2 videotestsrc showing different patterns.
30782         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30783         (gst_switch_init): Fixing switch with the new caps system.
30784
30785 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30786
30787         * gst-libs/gst/video/video.h:
30788           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30789           They should probably be like
30790           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30791
30792 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30793
30794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30795         (qtdemux_parse_trak):
30796           fix audio chunk size/timestamp calculation
30797
30798 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30799
30800         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30801           fix SVQ3 caps
30802
30803 2004-01-11  Steve Baker  <steve@stevebaker.org>
30804
30805         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30806         (gst_agingtv_base_init), (gst_agingtv_class_init),
30807         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30808         (gst_agingtv_set_property), (gst_agingtv_get_property):
30809         Port agingTV to videofilter
30810
30811 2004-01-09  Julien MOUTTE <julien@moutte.net>
30812
30813         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30814         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30815
30816 2004-01-09  Julien MOUTTE <julien@moutte.net>
30817
30818         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30819         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30820         * gst-libs/gst/xoverlay/xoverlay.c:
30821         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30822         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30823         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30824         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30825         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30826         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30827         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30828         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30829         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30830         interface implementation to handle xid being 0 and fix some bugs
30831         triggered by Benjamin's testcase.
30832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30833         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30834         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30835         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30836         interface implementation to handle xid being 0 and fix some bugs
30837         triggered by Benjamin's testcase.
30838
30839 2004-01-09  David Schleef  <ds@schleef.org>
30840
30841         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30842         mouse pointer events.  It works.
30843
30844 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30845
30846         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30847           Use explicit caps - fix capsnego.
30848         * ext/xvid/gstxviddec.c:
30849         * ext/xvid/gstxvidenc.c:
30850           Remove macro-inside-macro which caused compile errors.
30851         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30852           Error out if it's not a RIFF file. Else we error out without
30853           gst_element_error() which is not good...
30854
30855 2004-01-08  David Schleef  <ds@schleef.org>
30856
30857         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30858         Fix pad_link function to handle formats that ffmpeg returns
30859         as multiple caps structures.
30860         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30861         Only complain if source buffer is _smaller_ than expected.
30862         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30863         (gst_videoscale_handle_src_event): Resize navigation events
30864         when passing them upstream.
30865         * gst/videotestsrc/gstvideotestsrc.c:
30866         * gst/videotestsrc/gstvideotestsrc.h:
30867         * gst/videotestsrc/videotestsrc.c:
30868         * gst/videotestsrc/videotestsrc.h:
30869         Rewrite many of the buffer painting functions to handle odd
30870         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30871         been verified to work with my video card.
30872         * testsuite/gst-lint:  Add check for elements calling
30873         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30874
30875 2004-01-08  David Schleef  <ds@schleef.org>
30876
30877         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30878         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30879
30880 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30881
30882         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30883         configure event is not emiting the desired size signal. That fixes
30884         aspect ratio issues with gst-player.
30885
30886 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30889           Fix capsnego.
30890
30891 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30892
30893         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30894         public method to fire size signal.
30895
30896 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30897
30898         * examples/gstplay/Makefile.am: Adding the interface library.
30899         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30900         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30901         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30902         GST_IS_X_OVERLAY before signal connect.
30903         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30904         Removing the have_video_size signal.
30905         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30906         and associated public method.
30907         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30908         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30909         signal.
30910         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30911         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30912         signal.
30913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30914         Using XOverlay public method to fire size signal.
30915
30916 2004-01-07  David Schleef  <ds@schleef.org>
30917
30918         * gst/videofilter/Makefile.am:
30919         * gst/videofilter/gstvideotemplate.c:
30920         * gst/videofilter/make_filter:
30921         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30922         Convert make_filter to /bin/sh script.
30923
30924 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30925
30926         * gst/modplug/gstmodplug.cc: fix element description
30927
30928 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30929
30930         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30931         (got_video_size): Adding some new lines in g_print calls.
30932         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30933         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30934         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30935         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30936         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30937         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30938         Complete code review, reverting some stuff i disagree with, adding
30939         some fixes : time synchronization on invalid timestamps, renegotiation
30940         of private window.
30941         * sys/ximage/ximagesink.h:
30942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30943         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30944         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30945         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30946         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30947         (gst_xvimagesink_buffer_new),
30948         (gst_xvimagesink_navigation_send_event),
30949         (gst_xvimagesink_set_xwindow_id),
30950         (gst_xvimagesink_get_desired_size),
30951         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30952         stuff i disagree with, adding some fixes : Renegotiation of private
30953         window, implementing get_desired_size.
30954
30955 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30956
30957         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30958         (gst_afsink_handle_event):
30959         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30960         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30961         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30962         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30963         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30964           Fix for instantiate-test (see core). Also remove dead code from
30965           jpegenc (which still needs fixing, but that's lower on my TODO
30966           list...).
30967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30968           Never return NULL as caps.
30969
30970 2004-01-07  David Schleef  <ds@schleef.org>
30971
30972         * configure.ac:
30973         * ext/Makefile.am:
30974         * ext/librfb/Makefile.am:
30975         * ext/librfb/gstrfbsrc.c:
30976         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30977         is the protocol used by VNC.
30978
30979 2004-01-07  David Schleef  <ds@schleef.org>
30980
30981         * gst/videofilter/gstvideotemplate.c:
30982         * gst/videofilter/gstvideotemplate.h:
30983         * gst/videofilter/make_filter:
30984         Merge videotemplate header into source file.
30985         * gst/effectv/Makefile.am:
30986         * gst/effectv/gsteffectv.c: (plugin_init):
30987         * gst/effectv/gstwarp.c:
30988         Make warpTV a subclass of videofilter.
30989
30990 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30991
30992         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30993           Add guard against invalid utf-8 conversions in mad. Just in case.
30994
30995 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30996
30997         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30998           Fix for bug shown by poisoning
30999
31000 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31001
31002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31003         (gst_v4lmjpegsrc_buffer_free):
31004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31005         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31006         (gst_v4lsrc_buffer_free):
31007           Fix for removed bufferpools.
31008
31009 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31010
31011         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31012         Fix caps negotiation.
31013
31014         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31015         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31016         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31017         (dvdnavsrc_event):
31018         * ext/mpeg2dec/gstmpeg2dec.c:
31019         * gst-libs/gst/navigation/navigation.c:
31020         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31021         * gst-libs/gst/navigation/navigation.h:
31022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31023         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31025         Super-simple first version of mouse and keyboard events. Clicking
31026         on a DVD menu now works, although it may not take you where you
31027         expected.
31028
31029         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31030         * gst/videotestsrc/gstvideotestsrc.c:
31031         (gst_videotestsrc_src_fixate):
31032         These fixate functions were broken - they never actually
31033         fixated :)
31034
31035 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31038         (gst_icecastsend_init):
31039           fix for new caps system.
31040         * gst-libs/gst/mixer/mixertrack.h:
31041         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31042           Add 'master track' flag (for tools like ACME that only want to
31043           change the main volume).
31044
31045 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31046
31047         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31048         (gst_xvid_csp_to_caps):
31049         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31050         * ext/xvid/gstxvidenc.c:
31051         ifdef out ARGB type when it isn't available
31052         in xvidcore 1.0.0beta2
31053
31054 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31057           When we have received a new SCR right in the first buffer after
31058           a seek (so in the same cycle that handles the discont), we should
31059           handle the buffer instead of unreffing it, else we lose data.
31060
31061 2004-01-06  Iain <iain@prettypeople.org>
31062
31063         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31064           buffer-frames caps too.
31065
31066         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31067           caps that we need, don't destroy them all and rebuild them. And when
31068           creating src pads, use the src pad template rather than the sink...
31069
31070 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31071
31072         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31073           Add pad to element *after* setting functions such as event handler.
31074           Without this, the scheduler (opt) will link pads, set the event
31075           handler from the default event function (dispatcher in gstpad.c)
31076           and *after* that, we will set our own event function, which will
31077           thus never be used (and thus mpegdemux doesn't handle events).
31078
31079 2004-01-04  David Schleef  <ds@schleef.org>
31080
31081         Fix the fixate functions to handle new prototype:
31082         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31083         * gst/videotestsrc/gstvideotestsrc.c:
31084         (gst_videotestsrc_src_fixate):
31085         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31086         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31088
31089 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31090
31091         * sys/ximage/ximagesink.h:
31092         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31093         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31094         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31095         (gst_ximagesink_xoverlay_init):
31096           assorted fixes to make (re)embedding work
31097         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31098         (gst_ximagesink_get_desired_size):
31099           implement desired size additions to XOverlay
31100
31101 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31102
31103         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31104         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31105         (gst_x_overlay_got_desired_size):
31106         * gst-libs/gst/xoverlay/xoverlay.h:
31107           Add optional "desired size" signal and querying.
31108
31109 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31110
31111         * gst/matroska/matroska-demux.c:
31112         (gst_matroska_demux_parse_blockgroup):
31113           Fix EBML-laced block parsing. Diffs are relative to previous
31114           lace, not the first lace. Thanks to Mosu from the Matroska
31115           team for detecting this.
31116         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31117         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31118         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31119         (gst_wavparse_change_state):
31120         * gst/wavparse/gstwavparse.h:
31121           Quickfix for capsnego.
31122
31123 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31124
31125         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31126           Fix indenting, fix pad creation.
31127
31128 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31129
31130         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31131         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31132         (gst_xviddec_sink_link):
31133           Implement src_getcaps() so proper size caps is negotiated.
31134
31135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31136
31137         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31138           Finish flac decoder on EOS. See #116178.
31139
31140 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31141
31142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31143         (gst_matroska_demux_add_stream):
31144         * gst/matroska/matroska-ids.h:
31145           Add getcaps() function to fix capsnego...
31146
31147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31148
31149         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31150         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31151         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31152           Fix more integer overflows. Again, see #126967.
31153
31154 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31155
31156         * ext/mpeg2dec/gstmpeg2dec.c:
31157           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31158           #130416.
31159
31160 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31161
31162         * configure.ac:
31163         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31164         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31165         * ext/xvid/gstxvid.h:
31166         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31167         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31168         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31169         (gst_xviddec_change_state):
31170         * ext/xvid/gstxviddec.h:
31171         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31172         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31173         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31174         (gst_xvidenc_link), (gst_xvidenc_set_property),
31175         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31176         * ext/xvid/gstxvidenc.h:
31177           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31178
31179 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31180
31181         * gst/rtp/rtp-packet.c:
31182           Add sys/types.h include, since OS X doesn't define in_addr_t
31183           in netinet/in.h, like it does on Linux (see #129600).
31184
31185 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31186
31187         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31188
31189         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31190           Correct logic of dispose function (see #129306).
31191
31192 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31193
31194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31196         (gst_mpeg_parse_init):
31197         * gst/mpegstream/gstmpegparse.h:
31198           Remove clock (which was never provided, i.e. dead code), and
31199           also fix integer overflows at high PTS values (see #126967).
31200
31201 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31202
31203         * ext/flac/gstflacdec.c:
31204         * ext/libpng/gstpngenc.h:
31205         * ext/mikmod/gstmikmod.h:
31206           OS X fixes (see #126628).
31207
31208 2004-01-02  David Schleef  <ds@schleef.org>
31209
31210         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31211         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31212         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31213         (gst_mpeg_parse_class_init): Move pad template registration
31214         to class_init, since the derived class (mpegdemux) doesn't
31215         want them.
31216
31217 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31218
31219         * sys/ximage/Makefile.am:
31220         * sys/xvideo/Makefile.am:
31221         * sys/xvimage/Makefile.am:
31222           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31223           after installation (see #127664).
31224
31225 2004-01-02  David Schleef  <ds@schleef.org>
31226
31227         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31228         (gst_ffmpegenc_connect):  Negotiation fixes.
31229         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31230         Remove inappropriate gst_caps_free().
31231         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31232         Reenable Ronald's internal resize code, since the core handles
31233         it correctly now.
31234
31235 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31236
31237         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31238         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31240           Fix pad template stuff.
31241
31242 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31243
31244         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31245         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31246           fix signed integer reading/writing.
31247
31248 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31249
31250         * ext/alsa/README:
31251           Remove outdated document
31252
31253 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31254
31255         * gst/cutter/gstcutter.c: (gst_cutter_init):
31256           src pad was being created twice - oops.
31257
31258 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31259
31260         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31261           Comment out internal resize. It doesn't handle the resulting
31262           XEvent internally, does another try_set_caps() which leads to
31263           a really nice loop.
31264           Real fix will come when Julien and Dave are awake. ;).
31265
31266 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31267
31268         * ext/mpeg2enc/gstmpeg2enc.cc:
31269           fix const/nonconst compile issue.
31270
31271 2004-01-02  David Schleef  <ds@schleef.org>
31272
31273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31274         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31275         Add fixate function and a check for bad formats.
31276
31277 2004-01-01  David Schleef  <ds@schleef.org>
31278
31279         Negotiation fixes:
31280         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31281         (gst_audiofilter_init):
31282         * gst/debug/efence.c: (gst_efence_init):
31283         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31284         (gst_deinterlace_init):
31285         * gst/volume/gstvolume.c: (volume_connect):
31286
31287 2004-01-01  David Schleef  <ds@schleef.org>
31288
31289         Convert elements to use gst_pad_use_explicit_caps() where
31290         appropriate:
31291         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31292         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31293         (gst_afparse_open_file):
31294         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31295         (gst_afsrc_open_file):
31296         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31297         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31298         (gst_ffmpegdec_chain):
31299         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31300         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31301         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31302         (gst_gdk_pixbuf_chain):
31303         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31304         (gst_jpegdec_chain):
31305         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31306         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31307         (gst_mikmod_negotiate):
31308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31309         (gst_mpeg2dec_negotiate_format):
31310         * ext/mpeg2enc/gstmpeg2enc.cc:
31311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31312         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31313         (gst_speexdec_sinkconnect):
31314         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31315         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31316         (gst_vorbisfile_new_link):
31317         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31318         (gst_ac3parse_chain):
31319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31320         (gst_asf_demux_setup_pad):
31321         * gst/auparse/gstauparse.c: (gst_auparse_init),
31322         (gst_auparse_chain):
31323         * gst/id3/gstid3types.c: (gst_id3types_loop):
31324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31325         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31326         (mp1videoparse_parse_seq):
31327         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31328         (bpf_from_header):
31329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31330         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31331         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31332         (gst_mpeg_parse_send_data):
31333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31334         (gst_qtdemux_add_stream):
31335         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31336         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31337         (gst_wavparse_parse_fmt):
31338
31339 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31340
31341         * configure.ac:
31342           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31343           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31344           it therefore uses the wrong include paths. Too bad... Note
31345           that 1.6.1.93 is not release yet. ;).
31346           Also add a check for mplex, which is now using the lib'ified
31347           mplex from mjpegtools, too.
31348         * ext/ffmpeg/gstffmpegcodecmap.c:
31349           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31350           issues. I don't think ffmpeg handles 3ivx correctly, so this
31351           probably won't work. But it won't hurt either.
31352         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31353         (gst_ffmpegdec_chain):
31354         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31355         (gst_ffmpegenc_chain_audio):
31356           Fix memleak in audio encoding. Close codec if open fails, this
31357           calls the cleanup routines so we can re-use the context.
31358         * ext/mpeg2enc/gstmpeg2enc.cc:
31359           Fix pad template names/types, fix memory issue with getcaps().
31360         * ext/mpeg2enc/gstmpeg2encoder.cc:
31361         * ext/mpeg2enc/gstmpeg2encoder.hh:
31362           Fix compile issue with new caps system (const thingy).
31363         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31364         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31365           We read a first frame right on initing, so that we have a caps
31366           when we init the output. This caps is cached in padprivate and
31367           read as first frame.
31368         * ext/mplex/Makefile.am:
31369         * ext/mplex/gstmplex.cc:
31370         * ext/mplex/gstmplex.h:
31371         * ext/mplex/gstmplex.hh:
31372         * ext/mplex/gstmplexibitstream.cc:
31373         * ext/mplex/gstmplexibitstream.hh:
31374         * ext/mplex/gstmplexjob.cc:
31375         * ext/mplex/gstmplexjob.hh:
31376         * ext/mplex/gstmplexoutputstream.cc:
31377         * ext/mplex/gstmplexoutputstream.hh:
31378           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31379           had issues, didn't do capsnego, supported only a subset of the
31380           mplex features and required a mplex fork in our local CVS. Plus
31381           that it worked agaist a very old mplex version. Rewriting was
31382           faster than updating it.
31383         * gst-libs/ext/Makefile.am:
31384         * gst-libs/ext/mplex/INSTRUCT:
31385         * gst-libs/ext/mplex/Makefile.am:
31386         * gst-libs/ext/mplex/README:
31387         * gst-libs/ext/mplex/TODO:
31388         * gst-libs/ext/mplex/ac3strm_in.cc:
31389         * gst-libs/ext/mplex/audiostrm.hh:
31390         * gst-libs/ext/mplex/audiostrm_out.cc:
31391         * gst-libs/ext/mplex/aunit.hh:
31392         * gst-libs/ext/mplex/bits.cc:
31393         * gst-libs/ext/mplex/bits.hh:
31394         * gst-libs/ext/mplex/buffer.cc:
31395         * gst-libs/ext/mplex/buffer.hh:
31396         * gst-libs/ext/mplex/fastintfns.h:
31397         * gst-libs/ext/mplex/format_codes.h:
31398         * gst-libs/ext/mplex/inputstrm.cc:
31399         * gst-libs/ext/mplex/inputstrm.hh:
31400         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31401         * gst-libs/ext/mplex/mjpeg_logging.cc:
31402         * gst-libs/ext/mplex/mjpeg_logging.h:
31403         * gst-libs/ext/mplex/mjpeg_types.h:
31404         * gst-libs/ext/mplex/mpastrm_in.cc:
31405         * gst-libs/ext/mplex/mpegconsts.cc:
31406         * gst-libs/ext/mplex/mpegconsts.h:
31407         * gst-libs/ext/mplex/mplexconsts.hh:
31408         * gst-libs/ext/mplex/multplex.cc:
31409         * gst-libs/ext/mplex/outputstream.hh:
31410         * gst-libs/ext/mplex/padstrm.cc:
31411         * gst-libs/ext/mplex/padstrm.hh:
31412         * gst-libs/ext/mplex/stillsstream.cc:
31413         * gst-libs/ext/mplex/stillsstream.hh:
31414         * gst-libs/ext/mplex/systems.cc:
31415         * gst-libs/ext/mplex/systems.hh:
31416         * gst-libs/ext/mplex/vector.cc:
31417         * gst-libs/ext/mplex/vector.hh:
31418         * gst-libs/ext/mplex/videostrm.hh:
31419         * gst-libs/ext/mplex/videostrm_in.cc:
31420         * gst-libs/ext/mplex/videostrm_out.cc:
31421         * gst-libs/ext/mplex/yuv4mpeg.cc:
31422         * gst-libs/ext/mplex/yuv4mpeg.h:
31423         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31424         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31425           We don't fork mjpegtools' mplex in our CVS anymore.
31426         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31427         (gst_avi_demux_add_stream):
31428         * gst/avi/gstavidemux.h:
31429           Add getcaps() function for proper caps nego. This makes some
31430           parts of AVI playback/reading work.
31431         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31432           Resize window on new capsnego. This is probably wrong, but
31433           I'm still committing it because with current capsnego, the
31434           first successfull capsnego is auto-fixated, therefore rounded
31435           down to the lowest values in the caps. this results in a 16x16
31436           XWindow that is not reized when real capsnego finishes.
31437           Dave, I see more cases of this, do you know a proper solution?
31438         * tools/gst-launch-ext.in:
31439           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31440
31441 2003-12-31  David Schleef  <ds@schleef.org>
31442
31443         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31444         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31445           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31446
31447 2003-12-30  David Schleef  <ds@schleef.org>
31448
31449         * ext/ffmpeg/gstffmpegcolorspace.c:
31450         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31451         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31452         (gst_ffmpegcsp_chain): Negotiation fixes
31453         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31455         (gst_audio_convert_link), (gst_audio_convert_channels):
31456         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31457         (gst_audioscale_link), (gst_audioscale_get_buffer),
31458         (gst_audioscale_chain): Negotiation fixes
31459         * gst/audioscale/gstaudioscale.h:
31460         * gst/videofilter/gstvideofilter.c:
31461         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31462         (gst_videofilter_link), (gst_videofilter_init),
31463         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31464         (gst_videofilter_find_format_by_structure):
31465         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31466         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31467         (gst_videoscale_link):
31468         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31469         (videoscale_find_by_structure), (gst_videoscale_setup):
31470         * gst/videoscale/videoscale.h: Negotiation fixes
31471         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31472         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31473         function, restrict resizing to a multiple of 4 (hack until
31474         everyone supports odd sizes correctly).
31475
31476 2003-12-29  Colin Walters  <walters@verbum.org>
31477
31478         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31479         signed.
31480
31481 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31482
31483         * ext/sndfile/gstsf.c: (gst_sf_loop):
31484           Fix warning about discarding const qualifier
31485
31486 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31487
31488         * gst/cutter/gstcutter.c:
31489         * gst/videoscale/gstvideoscale.c:
31490         * gst/volenv/gstvolenv.c:
31491         * gst-libs/gst/audio/audio.c:
31492         * gst-libs/gst/video/video.c:
31493           Fix warnings
31494
31495 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31496
31497         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31498           Don't send ALSA debugging to stderr.
31499         * ext/alsa/gstalsa.h:
31500           Use GST_WARNING instead of g_warning when ALSA functions fail.
31501
31502 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31503
31504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31505           Free XVAdapterInfo correctly.
31506
31507 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31508
31509         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31510         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31511           Make id3tag use correct caps nego.
31512
31513 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31514
31515         * ext/ivorbis/vorbis.c:
31516         * ext/ivorbis/vorbisenc.h:
31517         * ext/ivorbis/vorbisfile.c:
31518           Modify so that it uses the new caps things
31519
31520 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31521
31522         * testsuite/spider/spider1.c: (main):
31523         * testsuite/spider/spider2.c: (main):
31524         * testsuite/spider/spider3.c: (main):
31525           Make tests compile again. They probably don't work.
31526
31527 2003-12-24  Colin Walters  <walters@verbum.org>
31528
31529         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31530         we can't fixate the caps anymore.
31531
31532 2003-12-23  David Schleef  <ds@schleef.org>
31533
31534         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31535         * sys/oss/gstosssink.c: (gst_osssink_init),
31536         (gst_osssink_sink_fixate): Add fixate function.
31537
31538 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31539
31540         * ext/ffmpeg/gstffmpegcodecmap.c:
31541         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31542         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31543         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31544         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31545         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31546         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31547         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31548           fix typo in RGB masks, and move back to "old" colorspace
31549           capsnego code until whoever wrote this new crap has actually
31550           tested it so that it works.
31551           And yes, this works, keep it that way please.
31552
31553 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31554
31555         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31556         (gst_divxdec_init), (gst_divxdec_negotiate):
31557         * ext/divx/gstdivxdec.h:
31558         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31559         (gst_divxenc_init):
31560         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31561         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31562         * ext/mpeg2enc/gstmpeg2enc.cc:
31563         * ext/mpeg2enc/gstmpeg2encoder.cc:
31564         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31565         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31566         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31567         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31568         (dxr3spusink_init):
31569         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31570         (dxr3videosink_init):
31571           Fix caps breakage after Dave's caps branch merge.
31572
31573 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31574
31575         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31576           Fix for 24bpp display.
31577
31578 2003-12-23  Colin Walters  <walters@verbum.org>
31579
31580         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31581         a GnomeVFSHandle directly.
31582
31583 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31584
31585         * gst/volume/Makefile.am:
31586         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31587         (volume_base_init), (volume_init):
31588           Reenable volume element and fix to work with new caps stuff.
31589           Rhythmbox needs this.
31590
31591 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31592
31593         * gst/qtdemux/qtdemux.c: (plugin_init):
31594           qtdemux requires bytestream
31595
31596 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31597
31598         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31599           Fix remaining caps handling errors due to CAPS merge.
31600
31601 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31602
31603         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31604         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31605         (gst_faad_srcconnect):
31606           Port to new caps system.
31607
31608 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31609
31610         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31611         (got_video_size), (main): using g_print instead of g_message.
31612         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31613         signal which was not emitted because of "switch" element added to the
31614         bin but not connected. (Removing from the bin temporarily)
31615
31616 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31617
31618         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31619         find X development files. I don't understand the previous tests and
31620         they fail on my debian/ppc unstable. This one works.
31621         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31622         exiting.
31623         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31624         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31625         (gst_play_set_visualization): Add some safety checks in set_ methods
31626         and state_change. This was throwing some ugly CRITICAL messages when
31627         pipeline was getting disposed and casts were failing.
31628
31629 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31630
31631         * configure.ac:
31632           Improve mpeg2enc detection. This is for distributions that do
31633           ship mjpegtools, but without mpeg2enc. Also does object check
31634           for might there ever be ABI incompatibility.
31635         * ext/mpeg2enc/gstmpeg2enc.cc:
31636           Add Andrew as second maintainer (he's helping me), and also add
31637           an error if no caps was set. This happens if I pull before capsnego
31638           and that's something I should solve sometime else.
31639         * gst/matroska/matroska-demux.c:
31640         (gst_matroska_demux_parse_blockgroup):
31641           Fix time parsing.
31642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31643         (gst_matroska_mux_track_header):
31644           Add caps to templates.
31645         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31646           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31647         * gst/mpegstream/gstmpegdemux.c:
31648           Remove layer since it causes warnings about unfixed caps.
31649         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31650           Fix obvious typo (we error out if caps were set, we should of
31651           course error out if *no* caps were set).
31652         * sys/oss/gstosselement.c: (gst_osselement_convert):
31653           Fix format conversion, we confused bits/bytes.
31654         * sys/oss/gstosselement.h:
31655           Improve documentation for 'bps'.
31656         * sys/v4l/TODO:
31657           Remove stuff about plugins that need removing - this was done
31658           ages ago.
31659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31660         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31662         (gst_v4lsrc_src_query):
31663         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31664         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31665           Add get_query_types(), get_formats() and query() functions.
31666
31667 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31668
31669         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31670           * moved CVS to freedesktop.org