ext/gnomevfs/gstgnomevfssrc.*: Don't cache file sizes. Fixes #341078.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-22  Wim Taymans  <wim@fluendo.com>
2
3         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
5         * ext/gnomevfs/gstgnomevfssrc.h:
6         Don't cache file sizes. Fixes #341078.
7
8 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * gst/playback/gstplaybin.c: (add_sink):
11           Use GST_PTR_FORMAT to log caps. 
12
13 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14
15         Patch by: Young-Ho Cha <ganadist at chollian net>
16
17         * gst/subparse/samiparse.c: (handle_start_font):
18           Special-case some more colour names that pango doesn't handle by
19           default. Fixes #420578.
20
21 2007-03-20  Michael Smith  <msmith@fluendo.com>
22
23         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
24           If we get a zero-sized input buffer, don't pass it to libvorbis, as
25           that marks EOS internally. After that, libvorbis will buffer all
26           input data, and encode none of it, eventually leading to memory
27           exhaustion.
28
29 2007-03-19  Wim Taymans  <wim@fluendo.com>
30
31         * gst/playback/gstdecodebin.c: (remove_fakesink):
32         Don't post STATE_DIRTY anymore.
33
34         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
35         (gst_play_bin_change_state):
36         Remove stream_time reset in seek handling, core does that now.
37         Disable clocking for live pipelines by forcing a NULL clock to the
38         complete pipeline, core is too smart now for our previous hack.
39         We can always autoplug in PAUSED now.
40
41 2007-03-17  David Schleef  <ds@schleef.org>
42
43         * REQUIREMENTS:  Update this file, change the formatting to make
44         it more consistent, plus more machine readable.
45
46 2007-03-16  Michael Smith  <msmith@fluendo.com>
47
48         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
49         (strip_width_64), (append_with_other_format):
50           Previous fix was too simplistic, and broke the tests. Use a better
51           approach; only strip 64 from widths for integer audio.
52
53 2007-03-16  Michael Smith  <msmith@fluendo.com>
54
55         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
56         (gst_audio_convert_transform_caps):
57           We don't support 64 bit integer audio, so don't try to claim we can.
58           Stops us producing caps don't match our template caps.
59           Update comments.
60
61 2007-03-15  Michael Smith  <msmith@fluendo.com>
62
63         * gst/audioresample/gstaudioresample.c:
64         (audioresample_check_discont), (audioresample_transform):
65           Don't trigger discontinuities for very small imperfections; a filter
66           flush will sound bad, and many plugins have rounding errors leading
67           to these.
68
69 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
70
71         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
72         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
73         Add min-ptime property to RTP base audio payloader. Patch by
74         olivier.crete@collabora.co.uk.
75         Fixes #415001
76
77         Indentation/whitespace/documentation fixes.
78
79 2007-03-14  Julien MOUTTE  <julien@moutte.net>
80
81         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
82         (audioresample_transform_size), (audioresample_do_output),
83         (audioresample_transform), (audioresample_pushthrough): Handle
84         discontinuous streams.
85         * gst/audioresample/gstaudioresample.h:
86         * tests/check/elements/audioresample.c:
87         (test_discont_stream_instance), (GST_START_TEST),
88         (audioresample_suite): Add a test for discontinuous streams.
89         * win32/common/config.h: Updated.
90
91 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
92
93         * po/af.po:
94         * po/az.po:
95         * po/cs.po:
96         * po/en_GB.po:
97         * po/it.po:
98         * po/nb.po:
99         * po/nl.po:
100         * po/or.po:
101         * po/sq.po:
102         * po/sr.po:
103         * po/sv.po:
104         * po/uk.po:
105         * po/vi.po:
106           Update translations from translation project.
107
108 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
109
110         * gst/audioresample/debug.h:
111         * gst/audioresample/resample.c: (resample_init):
112           Since I really am not interested in a debug line for each sample
113           being processed, move the library's debugging to its own category,
114           libaudioresample
115
116 2007-03-13  Michael Smith  <msmith@fluendo.com>
117
118         * ext/theora/theoradec.c: (theora_handle_type_packet):
119           Since the plugin doesn't support anything other than 4:2:0 right
120           now, post an error and fail if we get something else. Won't matter
121           until libtheora supports the other pixel formats, but hopefully
122           that'll be soon...
123
124 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
125
126         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
127         Use gst_guint64_to_gdouble for conversion.
128         * win32/MANIFEST:
129         Add new files to the win32 MANIFEST.
130         * win32/common/libgstaudio.def:
131         * win32/common/libgstpbutils.def:
132         Add new exported functions.
133         * win32/vs6/gst_plugins_base.dsw:
134         * win32/vs6/libgstdecodebin.dsp:
135         * win32/vs6/libgstplaybin.dsp:
136         Change the link to libgstpbutils.lib.
137         * win32/vs6/libgstdecodebin2.dsp:
138         Add a new project for decodebin2.
139         * win32/vs6/libgstpbutils.dsp:
140         Add a new project for pbutils.
141
142 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
145           Also accept partial dates with only year and month,
146           like 1999-12-00 (fixes #410396 even more).
147
148         * tests/check/libs/tag.c: (GST_START_TEST):
149           Add unit test for the above.
150
151 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * tests/check/elements/subparse.c: (GST_START_TEST),
154         (subparse_suite):
155           Add unit test for MPL2 subtitle format (#413799).
156
157 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
158
159         Patch by: Kamil Pawlowski  <kamilpe gmail com>
160
161         * gst/subparse/Makefile.am:
162         * gst/subparse/gstsubparse.c:
163         (gst_sub_parse_data_format_autodetect),
164         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
165         (gst_subparse_type_find):
166         * gst/subparse/gstsubparse.h:
167         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
168         * gst/subparse/mpl2parse.h:
169           Add support for MPL2 subtitle format (#413799).
170
171 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * configure.ac:
174           We require core CVS for the new buffer metadata copy functions.
175
176 2007-03-09  Wim Taymans  <wim@fluendo.com>
177
178         * gst-libs/gst/tag/gstid3tag.c:
179         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
180         Fixes #414496.
181
182         Patch by: Alex Lancaster <alexl at users sourceforge net>
183
184 2007-03-09  Wim Taymans  <wim@fluendo.com>
185
186         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
187         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
188         Improve adapter usage and comments.
189
190 2007-03-09  Wim Taymans  <wim@fluendo.com>
191
192         * ext/pango/gsttextrender.c: (gst_text_render_chain):
193         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
194         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
195         Use new metadata copy function.
196
197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
198         (gst_ffmpegcsp_transform):
199         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
200         Basetransform copied the metadata for us.
201
202 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
203
204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
205         (gst_text_overlay_video_event):
206           Some more logging. Only accept newsegment events in TIME format and
207           send a WARNING message if they are not in TIME format.
208
209         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
210         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
211         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
212         * gst/subparse/gstsubparse.h:
213           No need to allocate GstSegment structure dynamically, just put it
214           into the instance structure; ignore newsegment events in BYTE
215           format and in particular don't let it overwrite our saved TIME
216           segment from the last seek.
217
218 2007-03-09  Michael Smith  <msmith@fluendo.com>
219
220         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
221           Replace AC3 typefinder with one that isn't terrible, and actually
222           works usefully.
223
224 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
225
226         * gst/audioconvert/gstaudioconvert.c:
227         (gst_audio_convert_transform):
228           fix error category and translatable string
229           
230
231 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
232
233         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
234         * pkgconfig/gstreamer-plugins-base.pc.in:
235           Fix up utils => pbutils here too.
236
237 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * gst/subparse/gstsubparse.c: (handle_buffer):
240           Break out of loop in chain function as soon as possible if we get
241           a non-OK flow return.
242
243 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
244
245         * tests/check/elements/alsa.c: (GST_START_TEST):
246         Unref the mixer if the state change fails too (if the
247         alsa devices are inaccessible, for example)
248
249 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
250
251         * tests/check/Makefile.am:
252         Don't test libvisual elements in the states check, because libvisual
253         seems to leak internally.
254
255         Re-enable the alsa and states tests now that there's new suppressions
256         in gst.supp.
257
258         * tests/check/elements/alsa.c: (GST_START_TEST):
259         Don't leak the alsamixer we instantiated.
260
261 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
262
263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
264         (gst_ximagesink_change_state), (gst_ximagesink_reset),
265         (gst_ximagesink_finalize):
266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
267         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
268         Move some cleanup stuff from the state change handler into a _reset()
269         function that can be called from _finalize(). This ensures that things
270         get freed even if (for some reason) the NULL->READY state transition
271         fails in the parent class.
272         Even if a parent state change fails, process our downward state change
273         logic instead of bailing out early.
274         Free the correct xcontext pointer in ximagesink's xcontext_clear.
275
276 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
277
278         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
279         Extra log line.
280
281         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
282         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
283         Use pango_font_description_set_family_static instead of 
284         pango_font_description_set_family to save a string copy (it was
285         leaking due to the strdup anyway)
286
287         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
288         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
289         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
290         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
291         Chain up in finalize.
292
293 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
294
295         * gst-libs/gst/interfaces/mixertrack.c:
296         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
297         (gst_mixer_track_set_property):
298           API: add "untranslated-label" property which should be set by
299           implementations at construct time (#414645).
300
301         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
302         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
303           Set "untranslated-label" when constructing mixer track objects.
304
305         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
306           Unit test to check the above.
307
308 2007-03-07  Wim Taymans  <wim@fluendo.com>
309
310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
311         Fix confusing debug message.
312
313 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
314
315         * gst-plugins-base.doap:
316         update doap file with new version
317
318 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
319
320         * configure.ac:
321         Back to CVS
322
323 === release 0.10.12 ===
324
325 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
326
327         * configure.ac:
328           releasing 0.10.12, "Zombie Horde"
329
330 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
331
332         * configure.ac:
333         Bump version to 0.10.11.4 pre-release
334
335 2007-03-06  Wim Taymans  <wim@fluendo.com>
336
337         * gst-libs/gst/audio/gstbaseaudiosink.c:
338         (gst_base_audio_sink_async_play):
339         Fix regression that made GStreamer skip the first samples of audio.
340         Fixes #414684.
341
342 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
343
344         * configure.ac:
345         Bump version to 0.10.11.3 pre-release
346
347 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
348
349         * po/POTFILES.in:
350           Update paths for the rename from utils to pbutils to fix the build.
351
352 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
353
354         * gst-libs/gst/pbutils/Makefile.am:
355           Change directory to install headers in from gst/utils to gst/pbutils
356           as well.
357
358 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
359
360         * configure.ac:
361         * docs/libs/gst-plugins-base-libs-docs.sgml:
362         * docs/libs/gst-plugins-base-libs-sections.txt:
363         * gst-libs/gst/Makefile.am:
364         * gst-libs/gst/interfaces/mixer.c:
365         * gst-libs/gst/pbutils/Makefile.am:
366         * gst-libs/gst/pbutils/descriptions.c:
367         (gst_pb_utils_get_source_description),
368         (gst_pb_utils_get_sink_description),
369         (gst_pb_utils_get_decoder_description),
370         (gst_pb_utils_get_encoder_description),
371         (gst_pb_utils_get_element_description),
372         (gst_pb_utils_add_codec_description_to_tag_list),
373         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
374         * gst-libs/gst/pbutils/descriptions.h:
375         * gst-libs/gst/pbutils/install-plugins.c:
376         * gst-libs/gst/pbutils/install-plugins.h:
377         * gst-libs/gst/pbutils/missing-plugins.c:
378         (gst_missing_uri_source_message_new),
379         (gst_missing_uri_sink_message_new),
380         (gst_missing_element_message_new),
381         (gst_missing_decoder_message_new),
382         (gst_missing_encoder_message_new),
383         (gst_missing_plugin_message_get_description):
384         * gst-libs/gst/pbutils/missing-plugins.h:
385         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
386         * gst-libs/gst/pbutils/pbutils.h:
387         * gst-libs/gst/utils/Makefile.am:
388         * gst-libs/gst/utils/base-utils.c:
389         * gst-libs/gst/utils/base-utils.h:
390         * gst-libs/gst/utils/descriptions.c:
391         * gst-libs/gst/utils/descriptions.h:
392         * gst-libs/gst/utils/install-plugins.c:
393         * gst-libs/gst/utils/install-plugins.h:
394         * gst-libs/gst/utils/missing-plugins.c:
395         * gst-libs/gst/utils/missing-plugins.h:
396         * gst-plugins-base.spec.in:
397         * gst/playback/Makefile.am:
398         * gst/playback/gstdecodebin.c:
399         * gst/playback/gstdecodebin2.c:
400         * gst/playback/gstplaybasebin.c: (setup_subtitle),
401         (gen_source_element):
402         * gst/playback/gstplaybin.c: (plugin_init):
403         * tests/check/Makefile.am:
404         * tests/check/libs/pbutils.c: (GST_START_TEST),
405         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
406         * tests/check/libs/utils.c:
407           rename utils to pbutils
408
409 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
410
411         * docs/plugins/Makefile.am:
412         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
413         * docs/plugins/gst-plugins-base-plugins-sections.txt:
414         * docs/plugins/inspect/plugin-decodebin2.xml:
415         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
416         Add documentation for decodebin2 that indicates that the API
417         is still unstable.
418
419 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
420
421         * configure.ac:
422         Update to 0.10.11.2 (0.10.12 pre-release)
423
424 2007-03-01  Wim Taymans  <wim@fluendo.com>
425
426         * gst-libs/gst/audio/gstbaseaudiosink.c:
427         (gst_base_audio_sink_async_play):
428         base time is irrelevant here.
429
430 2007-03-01  Wim Taymans  <wim@fluendo.com>
431
432         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
433         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
434         Improve debugging.
435
436         * gst-libs/gst/audio/gstbaseaudiosink.c:
437         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
438         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
439         Improve latency and clock slaving calculations.
440         Improve slave clock calibration.
441
442         * gst-libs/gst/audio/gstringbuffer.c:
443         (gst_ring_buffer_commit_full):
444         When we are asked to render N sample to 0 bytes, return N.
445
446 2007-03-01  Wim Taymans  <wim@fluendo.com>
447
448         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
449         (gst_alsasink_write), (gst_alsasink_reset):
450         * ext/alsa/gstalsasink.h:
451         Remove unused dispose function.
452         Rename lock to not interfere with alsasrc lock.
453
454         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
455         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
456         (gst_alsasrc_read), (gst_alsasrc_reset):
457         * ext/alsa/gstalsasrc.h:
458         Implement finalize function.
459         Use lock to protect alsa access.
460         Implement _reset.
461         Fine tune sw params.
462
463 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
464
465         * configure.ac:
466           Convert to new AG_GST style.
467
468 2007-02-28  Wim Taymans  <wim@fluendo.com>
469
470         Patch by: Ed Catmur <ed at catmur dot co dot uk>
471
472         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
473         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
474         Fix race condition when rapidly switching visualisations in playbin.
475         Fixes #401029.
476
477 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
478
479         * tests/check/Makefile.am:
480         Include local stuff before system installed things in LDFLAGS and
481         CFLAGS.
482
483 2007-02-28  Wim Taymans  <wim@fluendo.com>
484
485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
486         Improve debugging.
487
488 2007-02-28  Wim Taymans  <wim@fluendo.com>
489
490         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
491         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
493         Fix duration and timestamping, taking latency into account.
494         Implement latency query.
495
496 2007-02-28  Wim Taymans  <wim@fluendo.com>
497
498         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
499         (gst_audio_clock_new):
500         Fix clock name.
501
502         * gst-libs/gst/audio/gstbaseaudiosink.c:
503         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
504         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
505         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
506         (gst_base_audio_src_create):
507         Improve latency query code.
508         Use proper clock names.
509
510 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
511
512         * tests/check/generic/states.c: (GST_START_TEST):
513           Copy the states.c test from core again
514         * tests/check/Makefile.am:
515           ignore cdio and cdparanoiasrc
516
517 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
518
519         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
520         (double_hq), (audio_convert_get_func_index), (check_default),
521         (audio_convert_prepare_context), (audio_convert_convert):
522           Also make valgrind happy and avoid copying data in some cases.
523
524 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
527         (double_hq), (audio_convert_get_func_index),
528         (audio_convert_prepare_context), (audio_convert_convert):
529         * gst/audioconvert/gstaudioconvert.c:
530         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
531         (gst_audio_convert_transform_caps):
532         * tests/check/elements/audioconvert.c: (GST_START_TEST),
533         (audioconvert_suite):
534           Don't run inplace if that overwrites source data as we go. Add more
535           tests. Fixes #339837 even more.
536
537 2007-02-27  Julien MOUTTE  <julien@moutte.net>
538
539         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
540         (msg_segment_done): Fix various seeking bugs (Slider was not
541         updating when doing a non flushing seek, Reverse playback 
542         on segment seek was wrong).
543
544 2007-02-26  Wim Taymans  <wim@fluendo.com>
545
546         * tests/examples/seek/seek.c: (stop_seek):
547         When we stop scrubbing, don't leave the pipeline PLAYING when we
548         requested a PAUSED state.
549
550 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
551
552         Patch by: René Stadler <mail at renestadler de>
553
554         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
555           Parse date strings in vorbis comments that have an invalid (zero)
556           month or day (#410396).
557
558         * tests/check/libs/tag.c: (GST_START_TEST):
559           Test case for the above.
560
561 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
562
563         Patch by: Loïc Minier <lool+gnome at via ecp fr>
564
565         * configure.ac:
566         * ext/alsa/Makefile.am:
567         * gst/audiotestsrc/Makefile.am:
568           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
569
570 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * gst/playback/gstplaybin.c:
573           Improve docs: point out that the application needs to assist playbin
574           with buffering.
575
576 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst-libs/gst/utils/install-plugins.c:
579         * gst-libs/gst/utils/missing-plugins.c:
580         * tests/check/libs/utils.c: (missing_msg_check_getters):
581           Change GStreamer marker prefix in detail string from 'gstreamer.net'
582           to just 'gstreamer'. Document the caps string component of the
583           decoder/encoder detail a bit better, since not everyone will be
584           familiar with the GStreamer media type/caps system (but they better
585           enjoy nested itemized lists).
586
587 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
588
589         * gst-libs/gst/netbuffer/gstnetbuffer.c:
590         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
591           Fix copying of GstNetBuffer (would crash before, or at least lead to
592           invalid memory access, #410772), for now by copying the GstBuffer copy
593           code from the core over here so we can copy the GstBuffer fields on a
594           provided buffer instance (of type GstNetBuffer in this case). Would be
595           better to fix this with some support by the core though (and in the long
596           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
597
598         * tests/check/Makefile.am:
599           Enable unit test for GstNetBuffer.
600
601 2007-02-22  Andy Wingo  <wingo@pobox.com>
602
603         * gst-libs/gst/audio/gstbaseaudiosink.c
604         (gst_base_audio_sink_init): Disable pull-mode activation until we
605         figure out how to make audio sinks go to PLAYING.
606
607 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
608
609         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
610         (double_hq), (audio_convert_get_func_index),
611         (audio_convert_prepare_context), (audio_convert_convert):
612         * gst/audioconvert/audioconvert.h:
613         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
614         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
615         * gst/audioconvert/gstchannelmix.h:
616         * tests/check/elements/audioconvert.c: (GST_START_TEST):
617           Add float as an intermediate format, as well as float mixing. Enable
618           test that was failing before. Fixes #339837
619
620 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
621
622         * tests/examples/seek/seek.c: (do_seek):
623         Undo the previous commit: -1 as a stop time implies that the stop
624         time is the end of file, clearing any previously configured segment.
625
626 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
627
628         * tests/examples/seek/seek.c: (do_seek):
629         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
630
631 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
632
633         * gst/volume/gstvolume.c: (volume_process_int16),
634         (volume_process_int16_clamp), (volume_set_caps):
635           Unbreak volume, value remains gint.
636
637 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
638
639         * gst/volume/gstvolume.c: (volume_choose_func),
640         (volume_update_real_volume), (gst_volume_set_volume),
641         (gst_volume_init), (volume_process_double), (volume_process_float),
642         (volume_process_int16), (volume_process_int16_clamp),
643         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
644         * gst/volume/gstvolume.h:
645           Extend float audio support (double) and some int->uint cleanups.
646
647 2007-02-20  Edward Hervey  <edward@fluendo.com>
648
649         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
650         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
651         (sort_end_pads), (gst_decode_group_expose),
652         (gst_decode_group_hide):
653         Don't free groups from the streaming threads. Just put them aside and
654         free them in dispose.
655
656 2007-02-20  Edward Hervey  <edward@fluendo.com>
657
658         * gst/playback/gstdecodebin2.c: (connect_element),
659         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
660         (sort_end_pads), (gst_decode_group_expose):
661         Handle dynamic pads within groups.
662         Sort pads before exposing them in order to make playbin happy.
663         There still is a race with the multiqueue filling up. This should be
664         solved separately.
665         Fixes #398721
666
667 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * gst-libs/gst/utils/base-utils.c:
670         * gst-libs/gst/utils/descriptions.c:
671         * gst-libs/gst/utils/install-plugins.c:
672         * gst-libs/gst/utils/missing-plugins.c:
673           Some more docs (and descriptions for two subtitle formats).
674
675 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
676
677         * gst-libs/gst/audio/audio.c:
678           Fix documentation.
679
680 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
681
682         Patch by: Yves Lefebvre  <ivanohe abacom com>
683
684         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
685           Don't leak caps. Fixes #408278.
686
687 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
688
689         * ext/cdparanoia/gstcdparanoiasrc.h:
690         * ext/ogg/gstoggdemux.h:
691         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
692         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
693         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
694         * gst-libs/gst/audio/audio.h:
695         * gst-libs/gst/audio/gstaudiofilter.h:
696         * gst-libs/gst/interfaces/videoorientation.h:
697         * gst/adder/gstadder.h:
698           More docs coverage and some ChangeLog surgery (add missing names)
699
700 2007-02-15  Wim Taymans  <wim@fluendo.com>
701
702         * sys/ximage/ximagesink.c:
703         (gst_ximagesink_calculate_pixel_aspect_ratio):
704         * sys/xvimage/xvimagesink.c:
705         (gst_xvimagesink_calculate_pixel_aspect_ratio):
706         Small constifications.
707
708 2007-02-15  Wim Taymans  <wim@fluendo.com>
709
710         * gst-libs/gst/audio/gstbaseaudiosink.c:
711         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
712         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
713         (gst_base_audio_sink_async_play),
714         (gst_base_audio_sink_change_state):
715         Answer latency query.
716         Use configured latency when syncing.
717         Fix clock slaving.
718
719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
720         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
721         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
722         Fix possible memleak.
723         Implement latency query.
724         Small cleanups.
725
726 2007-02-15  Wim Taymans  <wim@fluendo.com>
727
728         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
729         Ignore errors in reset, these are not fatal. They also grab the element
730         lock which is already taking when this function is called. Fixes
731         #405451.
732
733 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
734
735         * configure.ac:
736           Remove 'tests/examples/xerror/Makefile' from output files again.
737
738 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
739
740         * configure.ac:
741         * docs/plugins/Makefile.am:
742           Also crossref against gst-plugins-base-libs.
743
744 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
745
746         * configure.ac:
747         * docs/libs/Makefile.am:
748         * docs/plugins/Makefile.am:
749           Add crossreferences to glib/gobject/gstream docs.
750
751         * gst-libs/gst/audio/audio.h:
752           Source formatting.
753
754         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
755           Add own debug category.
756
757 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
758
759         Patch by: René Stadler <mail at renestadler de>
760
761         * gst-libs/gst/tag/gstvorbistag.c:
762           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
763           (#403597).
764
765 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst/playback/gstplaybasebin.c: (setup_source):
768           When we have external subtitles and wait for the subtitle decodebin
769           to get up and running, we set up a (sync) bus handler for the
770           subtitle decodebin, so we can stop waiting when it posts an error
771           message. However, we should do that before we set the subtitle
772           decodebin's state to playing, otherwise things are racy and we might
773           miss error messages posted before we had a chance to set up the bus.
774           This should finally fix totem hanging on .txt pseudo-subtitle files.
775           
776 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
777
778         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
779           Use gst_gdouble_to_guint64 for conversions.
780         * win32/common/config.h.in:
781           Add a define for GST_INSTALL_PLUGINS_HELPER
782         * win32/common/libgstaudio.def:
783         * win32/common/libgstcdda.def:
784         * win32/common/libgstnetbuffer.def:
785         * win32/common/libgstrtp.def:
786         * win32/common/libgutils.def:
787           Add new exported functions.
788         * win32/vs6/gst_plugins_base.dsw:
789         * win32/vs6/libgstdecodebin.dsp:
790         * win32/vs6/libgstnetbuffer.dsp:
791         * win32/vs6/libgstplaybin.dsp:
792         * win32/vs6/libgstrtp.dsp:
793         * win32/vs6/libgstvorbis.dsp:
794         * win32/vs6/libgstcdda.dsp:
795         * win32/vs6/libgstgdp.dsp:
796         * win32/vs6/libgstutils.dsp:
797           Update and add new project files.
798
799 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
802         (subrip_remove_unhandled_tags), (parse_subrip):
803           For SubRip (.srt) subtitles, ignore all markup tags we don't
804           handle (like font tags, for example).
805
806         * tests/check/elements/subparse.c:
807           Add test for this.
808
809 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * gst/playback/gstdecodebin.c: (add_fakesink),
812         (gst_decode_bin_change_state):
813         * gst/playback/gstdecodebin2.c: (add_fakesink),
814         (gst_decode_bin_change_state):
815           Don't error out if there is no fakesink in the NULL to READY state
816           change, since when decodebin is re-used, we're only adding the
817           fakesink element in READY to PAUSED.
818
819         * tests/check/elements/decodebin.c:
820         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
821         (decodebin_suite):
822           Minimal unit test to make sure we can use the same decodebin
823           instance twice (at least with audiotestsrc input).
824
825 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
828           Try to get devic-name from device string first, and from handle only
829           as fallback (seems to yield better results and is more robust
830           against buggy probing code on the application side).
831
832 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
833
834         Based on patch by: Julien Puydt <julien.puydt at laposte net>
835
836         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
837         (gst_alsa_find_device_name):
838         * ext/alsa/gstalsa.h:
839         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
840         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
841           Improve device-name detection a bit, especially in the case where
842           the device is not actually open (#405020, #405024). Move common code
843           into gstalsa.c instead of duplicating it.
844
845 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * gst/audioconvert/gstaudioconvert.c:
848           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
849
850 2007-02-06  Julien MOUTTE  <julien@moutte.net>
851
852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
853         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
854         (gst_xvimagesink_interface_supported),
855         (gst_xvimagesink_probe_get_properties),
856         (gst_xvimagesink_probe_probe_property),
857         (gst_xvimagesink_probe_needs_probe),
858         (gst_xvimagesink_probe_get_values),
859         (gst_xvimagesink_property_probe_interface_init),
860         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
861         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
862         (gst_xvimagesink_get_type):
863         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
864         for XVAdaptors so that one can choose the adaptor to use with 
865         gstreamer-properties.
866
867 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
868
869         * gst/audioconvert/gstaudioconvert.c:
870           Also mention that a conversion from double to float is suboptimal still.
871
872 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * gst-libs/gst/audio/gstaudiofilter.c:
875         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
876           Clear our formats structure and free the caps contained in it when
877           shutting down.
878
879 2007-02-05  Andy Wingo  <wingo@pobox.com>
880
881         * gst-libs/gst/audio/gstbaseaudiosink.c
882         (gst_base_audio_sink_callback): Update basesink->offset so that we
883         pull monotonically increasing offsets instead of, um, seeking back
884         to 0 each time. Fixes alsasrc ! alsasink!
885
886 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst/videoscale/gstvideoscale.c:
889           A width and height of 1 makes us crash, so increase minimum size to
890           2x2 pixels until someone feels like fixing this (#404512).
891
892 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
895           Add small test to make sure request pads are cleaned up properly
896           even if oggmux never changes state out of NULL.
897
898 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * tests/check/libs/utils.c: (GST_START_TEST):
901           Fix unit test. Turns out things work much better when you
902           NULL-terminate string arrays. Should make p5 build bot happy again.
903
904 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
905
906         * gst-libs/gst/audio/Makefile.am:
907         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
908         (gst_audio_filter_template_base_init),
909         (gst_audio_filter_template_class_init),
910         (gst_audio_filter_template_init),
911         (gst_audio_filter_template_set_property),
912         (gst_audio_filter_template_get_property),
913         (gst_audio_filter_template_setup),
914         (gst_audio_filter_template_filter),
915         (gst_audio_filter_template_filter_inplace), (plugin_init):
916           Oops, forgot to commit fixed-up example.
917
918 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
919
920         * docs/libs/gst-plugins-base-libs-sections.txt:
921         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
922         (gst_audio_filter_class_init), (gst_audio_filter_init),
923         (gst_audio_filter_set_caps),
924         (gst_audio_filter_class_add_pad_templates):
925         * gst-libs/gst/audio/gstaudiofilter.h:
926           Port GstAudioFilter to 0.10. This change technically breaks
927           API and ABI (and thus also every library developer's heart),
928           but seems justifiable on the grounds that the base class was
929           completely unusable before (ie. would crash immediately when
930           actually used). Fixes #403963 (and eventually also #403572).
931           Also document all of this a bit.
932
933 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * gst-libs/gst/utils/install-plugins.c:
936         (gst_install_plugins_spawn_child):
937         * tests/check/libs/utils.c:
938         (test_base_utils_install_plugins_do_callout):
939           Lowering log level to see why things fail on the p5 build bot;
940           fix some typos in unit test messages.
941
942 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
943
944         * tests/check/libs/utils.c:
945         (test_base_utils_install_plugins_do_callout):
946           Don't hard-code temp directory for test helper; use GLib functions
947           to write out file and do error checking etc.
948
949 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
950
951         * gst-libs/gst/utils/Makefile.am:
952         * gst-libs/gst/utils/base-utils.h:
953         * gst-libs/gst/utils/install-plugins.c:
954         (gst_install_plugins_context_set_xid),
955         (gst_install_plugins_context_new),
956         (gst_install_plugins_context_free),
957         (gst_install_plugins_get_helper),
958         (gst_install_plugins_spawn_child),
959         (gst_install_plugins_return_from_status),
960         (gst_install_plugins_installer_exited),
961         (gst_install_plugins_async), (gst_install_plugins_sync),
962         (gst_install_plugins_return_get_name),
963         (gst_install_plugins_installation_in_progress):
964         * gst-libs/gst/utils/install-plugins.h:
965           API: add API for applications to initiate installation of missing
966           plugins, ie. gst_install_plugins_async() primarily.
967           Based on libgimme-codec by Ryan Lortie.
968
969         * configure.ac:
970           Add --with-install-plugins-helper configure option so distros can specify
971           the path of the helper script or program to call when plugin installation
972           is requested (distros: please do any argument munging in this helper
973           script instead of patching GStreamer to pass arguments differently
974           to another program directly).
975
976         * docs/libs/gst-plugins-base-libs-docs.sgml:
977         * docs/libs/gst-plugins-base-libs-sections.txt:
978           Build and document new API.
979
980         * tests/check/libs/utils.c: (result_cb),
981         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
982         (libgstbaseutils_suite):
983           Some simple checks for the new API.
984
985 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * tests/check/elements/audioconvert.c: (test_float_conversion):
988           Add small test for 32bit float <=> 64bit float conversion (works
989           only one way so far, 32=>64 produces structured noise).
990
991 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst/audioconvert/gstaudioconvert.c:
994         (set_structure_widths_32_and_64), (make_lossless_changes):
995           We don't support floats with a width of 40, 48 or 56 bits.
996
997 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
998
999         * gst/audioconvert/audioconvert.c: (float), (double),
1000         (audio_convert_get_func_index):
1001         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1002         (make_lossless_changes):
1003           Support for 64-bit float audio in audioconvert (#339837)
1004
1005 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1006
1007         Patch by: Holger Wansing  <linux wansing-online de>
1008
1009         * po/LINGUAS:
1010         * po/de.po:
1011           Add German translation (#352069).
1012
1013 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1014
1015         reviewed by: Wim Taymans <wim@fluendo.com>
1016
1017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1018         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1019         Use newly added GstCollectPads API to free the allocated resources in
1020         the GstOggPad structures (#402393).
1021
1022 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1023
1024         * gst/playback/gstplaybin.c: (gen_vis_element):
1025           Add audioresample+audioconvert in front of the visualisation
1026           element, so that elements like libvisual 0.4 that don't support all
1027           samplerates can work.
1028
1029           Fixes: #402505
1030
1031 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1034         (gst_play_base_bin_get_streaminfo_value_array):
1035           Take some locks and make a copy of the streaminfo value array we
1036           maintain while holding the lock, so that the application can
1037           retrieve the stream-info as a value array in a thread-safe way.
1038
1039 2007-01-30  Wim Taymans  <wim@fluendo.com>
1040
1041         * gst/audioconvert/gstaudioconvert.c:
1042         Don't fail on 0 sized buffers. Fixes #396835.
1043
1044 2007-01-29  David Schleef  <ds@schleef.org>
1045
1046         * gst/typefind/gsttypefindfunctions.c:
1047           Detect BBCD as video/x-dirac, so we can play raw dirac
1048           streams.
1049
1050 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * ext/theora/theoraenc.c: (theora_enc_chain):
1053           Check return value of theora_encode_header(), or we might try to
1054           allocate a random number of bytes. theora_encode_header() can fail
1055           if libtheora has been compiled with encoding support disabled.
1056           Fixes #398110.
1057
1058 2007-01-29  Wim Taymans  <wim@fluendo.com>
1059
1060         * tests/check/gst/.cvsignore:
1061         Do as buildbot says.
1062
1063 2007-01-29  Wim Taymans  <wim@fluendo.com>
1064
1065         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1066         Fix strides in libvisual. Gst uses X strides.
1067         Inspired by: <ed at catmur dot co dot uk> and 
1068         <tim at centricular dot net>
1069         Fixes #401118.
1070
1071 2007-01-27  Wim Taymans  <wim@fluendo.com>
1072
1073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1074         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1075         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1076         (gst_ogg_demux_perform_seek),
1077         (gst_ogg_demux_bisect_forward_serialno),
1078         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1079         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1080         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1081         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1082         * ext/ogg/gstoggdemux.h:
1083         Properly propagate streaming errors when we are scanning the file for
1084         chains so that we don't crash when shut down. Might fix some crashers
1085         when quickly switching oggs in RB such as #332503 and #378436.
1086
1087 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1090           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1091           error code as well.
1092
1093 2007-01-25  Wim Taymans  <wim@fluendo.com>
1094
1095         * gst/playback/gstplaybasebin.c: (remove_source):
1096         Don't try to disconnect a signal from a finalized object.
1097
1098 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1101           Cast lock macro parameters to make sure we're actually accessing the
1102           lock member at the right class level. Free list itself in _dispose()
1103           as well and NULL it in case dispose gets called multiple times.
1104
1105 2007-01-25  Edward Hervey  <edward@fluendo.com>
1106
1107         * gst/playback/gstdecodebin2.c:
1108         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1109         Free GstDecodeGroups no longer used.
1110         (gst_decode_group_expose):
1111         Don't unlock too many times !
1112         (deactivate_free_recursive):
1113         Free iterator once we're done with it.
1114         Fix for recursively deactivating elements (stop at ghostpads).
1115
1116 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * gst/playback/gstplaybin.c: (handoff):
1119           Fix up caps on the frame buffer before we save it and potentially
1120           make it accessible to other threads via g_object_get; also use
1121           gst_buffer_replace() instead of gst_mini_object_replace().
1122
1123 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1124
1125         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1126           Make getting the current frame thread-safe.
1127
1128 2007-01-25  Edward Hervey  <edward@fluendo.com>
1129
1130         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1131         (gst_decode_group_new), (gst_decode_group_free):
1132         Set queues to bigger sizes to cope with HD contents.
1133         Fix some mutex freeing and add comment about MT safe methods.
1134
1135 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1138         (gst_text_overlay_text_event):
1139           Don't unnecessarily ref (and then leak) upstream events if the text
1140           pad is not linked. Fixes #399948.
1141
1142         * tests/check/gst-plugins-base.supp:
1143           Add suppression for pango on edgy/x86 for textoverlay test.
1144
1145 2007-01-24  Wim Taymans  <wim@fluendo.com>
1146
1147         * gst-libs/gst/rtp/gstrtpbuffer.h:
1148         Add some more fixed payloads.
1149
1150 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1153           Error out properly if we get an error from libogg while reading the
1154           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1155
1156 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1159           Don't leak mutex.
1160
1161         * tests/check/elements/playbin.c:
1162         (test_sink_usage_video_only_stream),
1163         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1164         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1165         (test_missing_suburisource_handler),
1166         (test_missing_primary_decoder), (playbin_suite):
1167           Run all tests once with decodebin and once with decodebin2.
1168           One test does not pass yet with decodebin2.
1169
1170 2007-01-23  Edward Hervey  <edward@fluendo.com>
1171
1172         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1173         Fix the cases where oggmux doesn't properly figure out that all
1174         sinkpads have gone EOS, and therefore doesn't push out the remaining
1175         buffers and the final EOS event.
1176         Fixes #363379
1177
1178 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1179
1180         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1182         Don't lock on navigation event push, just on keysym to string.
1183         Fixes #397673 again.
1184
1185 2007-01-22  Edward Hervey  <edward@fluendo.com>
1186
1187         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1188         (get_current_group), (group_demuxer_event_probe),
1189         (gst_decode_group_expose), (deactivate_free_recursive),
1190         (gst_decode_group_free):
1191         Cleanups.
1192         Don't forget to emit 'no-more-pads' once a group is exposed.
1193         Cleanup elements from a DecodeGroup once we remove it.
1194         Protect call to gst_decode_group_expose() with the decodebin lock.
1195
1196 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1197
1198         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1200         Looking at Xorg code i can't figure out if that XKeysymToString
1201         function is thread sensible or not. Lock it just in case as
1202         recommended by Radek Doulik <rodo at ximian dot com>.
1203
1204 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1205
1206         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1208         Lock that X Call as well. Fixes #397673.
1209
1210 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1213           Don't go into an endless loop if the file starts with 00 00 01 2X,
1214           like quicktime redirect files might. Fixes #396042.
1215
1216         * tests/check/Makefile.am:
1217         * tests/check/gst/.cvsignore:
1218         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1219         (typefindfunctions_suite):
1220           Add unit test for the above.
1221
1222 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1225           On second thought, use "depth" field rather than "bpp" field.
1226
1227 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1230           Camtasia caps apparently need a bpp field (#398875).
1231
1232 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1235         (gen_source_element), (gst_play_base_bin_change_state):
1236           Attempt at a better error message in case we don't have the required
1237           URI handler installed; post missing-plugin message also when we're
1238           missing an URI handler for the subtitle URI; clean up properly also
1239           when an error occurs and we never made it to PAUSED state.
1240
1241         * tests/check/elements/playbin.c: (GST_START_TEST),
1242         (playbin_suite):
1243           Check that we're also getting a missing-plugin messsage for a
1244           missing subtitle URI handler (and clean up properly).
1245
1246 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1249           Plug a few reference leaks.
1250
1251 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1254           Lower probability a bit if the marker isn't right at the start,
1255           to decrease the chance of false positives.
1256
1257 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1260           Small mpeg2 system stream typefinding improvement: make typefinder
1261           probe a bit into the stream instead of just looking for a marker
1262           at the beginning. Fixes #397810.
1263
1264 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1265
1266         * gst/audioconvert/gstchannelmix.c:
1267           Remove compatibility cruft for prehistoric GLib versions.
1268
1269 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1270
1271         * gst/playback/Makefile.am:
1272         * gst/playback/gstdecodebin.c: (close_pad_link):
1273         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1275         (gst_play_base_bin_handle_message_func), (unknown_type):
1276           Let decodebin be the element to post missing-plugin messages for
1277           missing decoders (rather than playbin); make playbin implement
1278           GstBin::handle_message so we can suppress missing-plugin messages
1279           for types we're not handling on purpose (don't want to bring up an
1280           installer in those cases).
1281
1282 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1283
1284         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1285         * gst-libs/gst/tag/gstvorbistag.c:
1286         (gst_tag_list_to_vorbiscomment_buffer):
1287         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1288           Fix potentially unaligned access (#397207).
1289
1290 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1291
1292         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1293         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1294         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1295         (main):
1296           Allow to toggle looping while it plays. Fix callback prototype. Clean
1297           up code a bit more. Add copyright header.
1298
1299 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1300
1301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1302           Red and blue mask was swapped (spotted by Dan Williams).
1303
1304 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1305
1306         * gst-libs/gst/tag/gstid3tag.c:
1307         * gst-libs/gst/tag/gstvorbistag.c:
1308           Use new beats-per-minute tag from core.
1309
1310 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1311
1312         * po/POTFILES.in:
1313           Add new files with translatable strings, so they actually make it
1314           into the template file one day.
1315
1316 2007-01-12  Andy Wingo  <wingo@pobox.com>
1317
1318         * gst-libs/gst/audio/gstbaseaudiosink.c
1319         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1320         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1321         stuff, as the base class handles this now. Actually tell the ring
1322         buffer to start.
1323         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1324         How did this work before? Maybe I'm not as awesome a programmer as
1325         I think.
1326
1327         * gst-libs/gst/audio/gstbaseaudiosrc.c
1328         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1329         of a pad function.
1330
1331 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1334           Remove more fields so that the application can better blacklist
1335           formats that have been tried before.
1336
1337 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * gst-libs/gst/audio/mixerutils.h:
1340           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1341           used when compiling with c++ compilers as well.
1342
1343 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * gst/typefind/gsttypefindfunctions.c:
1346           Fix comment.
1347
1348 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         * gst/playback/gstplaybin.c: (post_missing_element_message),
1351         (gen_video_element), (gen_text_element), (gen_audio_element),
1352         (gen_vis_element):
1353           Post missing-plugin messages also when we error out because
1354           converters, textoverlay or auto*sinks are missing (#161922).
1355
1356 2007-01-10  Wim Taymans  <wim@fluendo.com>
1357
1358         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1359         (is_demuxer_element), (new_caps):
1360         * gst/playback/gstplaybasebin.c: (source_new_pad):
1361         Fix the case where we try to ref a NULL element when we delay a link
1362         because of unfixed caps.
1363         Set the state of autoplugged decodebins to PAUSED.
1364         RTSP now works in playbin, we can remove it from the blacklist.
1365
1366 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * gst/playback/Makefile.am:
1369         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1370         (unknown_type), (setup_subtitle), (gen_source_element):
1371         * gst/playback/gstplaybin.c: (plugin_init):
1372           Post missing-plugin messages on the bus for missing sources and
1373           missing decoders/demuxers/depayloaders; fix error code used when
1374           we're missing an URI handler source; for media types that we are not
1375           handling on purpose at the moment, don't print "don't know how to
1376           handle xyz" messages to the terminal or post missing-plugin
1377           messages on the bus.
1378
1379         * tests/check/elements/playbin.c: (create_playbin),
1380         (GST_START_TEST), (gst_codec_src_uri_get_type),
1381         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1382         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1383         (gst_codec_src_init_type), (gst_codec_src_base_init),
1384         (gst_codec_src_create), (gst_codec_src_class_init),
1385         (gst_codec_src_init), (plugin_init), (playbin_suite):
1386           Add some tests for the missing-plugin stuff.
1387
1388 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1389
1390         * configure.ac:
1391         * gst-libs/gst/Makefile.am:
1392         * gst-libs/gst/utils/Makefile.am:
1393         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1394         * gst-libs/gst/utils/base-utils.h:
1395         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1396         (find_format_info), (caps_are_rtp_caps),
1397         (gst_base_utils_get_source_description),
1398         (gst_base_utils_get_sink_description),
1399         (gst_base_utils_get_decoder_description),
1400         (gst_base_utils_get_encoder_description),
1401         (gst_base_utils_get_element_description),
1402         (gst_base_utils_add_codec_description_to_tag_list),
1403         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1404         * gst-libs/gst/utils/descriptions.h:
1405         * gst-libs/gst/utils/missing-plugins.c:
1406         (missing_structure_get_type), (copy_and_clean_caps),
1407         (gst_missing_uri_source_message_new),
1408         (gst_missing_uri_sink_message_new),
1409         (gst_missing_element_message_new),
1410         (gst_missing_decoder_message_new),
1411         (gst_missing_encoder_message_new),
1412         (missing_structure_get_string_detail),
1413         (missing_structure_get_caps_detail),
1414         (gst_missing_plugin_message_get_installer_detail),
1415         (gst_missing_plugin_message_get_description),
1416         (gst_is_missing_plugin_message):
1417         * gst-libs/gst/utils/missing-plugins.h:
1418           API: add new libgstbaseutils library with functions
1419           - to create and parse missing-plugins messages
1420           - that provide (translated) descriptions for caps/decoders/sources/etc.
1421           Closes #392393.
1422
1423         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1424         * pkgconfig/gstreamer-plugins-base.pc.in:
1425           Add new lib.
1426
1427         * docs/libs/gst-plugins-base-libs-docs.sgml:
1428         * docs/libs/gst-plugins-base-libs-sections.txt:
1429           Generate docs for new lib and API.
1430
1431         * tests/check/Makefile.am:
1432         * tests/check/libs/.cvsignore:
1433         * tests/check/libs/utils.c: (missing_msg_check_getters),
1434         (GST_START_TEST), (libgstbaseutils_suite):
1435           Add some basic unit tests.
1436
1437 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * ext/ogg/Makefile.am:
1440           Dist gstoggdemux.h to fix 'make distcheck'.
1441
1442         * sys/v4l/Makefile.am:
1443           Fix 'make distcheck' even more.
1444
1445 2007-01-09  Wim Taymans  <wim@fluendo.com>
1446
1447         * docs/plugins/Makefile.am:
1448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1450         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1451         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1452         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1453         (gst_ogg_demux_perform_seek):
1454         * ext/ogg/gstoggdemux.h:
1455         Added docs.
1456         Add some more comments.
1457         Small cleanups.
1458
1459 2007-01-09  Wim Taymans  <wim@fluendo.com>
1460
1461         * ext/theora/theoradec.c:
1462         * ext/vorbis/vorbisdec.c:
1463         * gst-libs/gst/audio/gstringbuffer.c:
1464         (gst_ring_buffer_commit_full):
1465         * gst-libs/gst/audio/gstringbuffer.h:
1466         * gst-libs/gst/rtp/gstrtpbuffer.c:
1467         * gst-libs/gst/tag/gstvorbistag.c:
1468         Small documentation updates/fixes
1469
1470 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1471
1472         * configure.ac:
1473           Require core CVS HEAD for Andy's basesrc/sink API additions.
1474
1475 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1478
1479         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1480         (plugin_init):
1481           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1482           on flac.sf.net (there appear to be other versions of the first
1483           ogg page in the wild) (#391365).
1484
1485 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * configure.ac:
1488           Check if localtime_r() is available.
1489
1490         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1491           If localtime_r() is not available, fall back to localtime(). Should
1492           fix build on MingW (#393310).
1493
1494 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1497         * gst/subparse/gstsubparse.h:
1498           Remove spurious 1000 subtrahend when calculating the timestamp from
1499           the frame number and the frame rate . Also, use the frames/second
1500           value specified in the first line of the file, if one is specified
1501           there. Should fix #357503.
1502
1503         * tests/check/elements/subparse.c: (do_test),
1504         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1505         (subparse_suite):
1506           Add some basic unit tests for the microdvd subtitle format.
1507
1508 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1509
1510         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1511         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1512         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1513         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1514         (gst_xvimagesink_set_xwindow_id),
1515         (gst_xvimagesink_set_event_handling),
1516         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1517         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1518         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1519         Fixes : #390076.
1520         Add an adaptor property to select a specific XV adaptor.
1521         * sys/xvimage/xvimagesink.h:
1522
1523 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1524
1525         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1526         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1527         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1528         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1529         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1530         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1531         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1532         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1533         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1534         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1535         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1536         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1537         Use flow_lock much more to protect every access to xwindow.
1538         Try to catch erros while creating images in case some drivers are
1539         just generating an XError when the requested image is too big.
1540         Should fix : #354698, #384008, #384060.
1541         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1542         Implement some stress testing of setting window xid.
1543
1544 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1545
1546         * win32/common/libgsaudio.def:
1547           Add new exported function.
1548         * win32/common/libgstogg.dsp:
1549           Add gstoggaviparse.c to the build.
1550         * win32/common/libgstvideoscale.dsp:
1551           Add vs_4tap.c to the build.
1552         * win32/common/libgstvorbis.dsp:
1553           Add vorbistag.c to the build.
1554         
1555 2007-01-06  Andy Wingo  <wingo@pobox.com>
1556
1557         * gst-libs/gst/audio/gstbaseaudiosink.c
1558         (gst_base_audio_sink_class_init)
1559         (gst_base_audio_sink_init): 
1560         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1561         to baseaudiosink, and tell basesink that we can work in pull mode.
1562         This way the ring buffer thread drives the pipeline directly, if
1563         pull mode is possible. There is some lingering nastiness regarding
1564         capsnego, however.
1565         (gst_base_audio_sink_callback): Implement the callback to pull
1566         data. This interface is a bit light, though -- it should get a
1567         GstFlowReturn return value at least.
1568
1569 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1572         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1573         * gst/playback/gstdecodebin2.c:
1574         (gst_decode_group_check_if_blocked):
1575           Printf format and missing argument fixes.
1576
1577 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1578
1579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1580         (gst_ogm_parse_change_state):
1581         Activate pads before adding them to the element.
1582
1583 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * tests/examples/seek/scrubby.c: (main):
1586         * tests/examples/seek/seek.c: (main):
1587           Call g_thread_init() first thing in main() (see #391278).
1588
1589 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * tests/check/Makefile.am:
1592         * tests/check/libs/.cvsignore:
1593         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1594         (netbuffer_suite):
1595           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1596           for the time being, since it's broken, see #393099.
1597
1598 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * tests/check/Makefile.am:
1601           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1602
1603 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1604
1605         * configure.ac:
1606           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1607           so that GST_BASE_CFLAGS can go inbetween them, making sure
1608           we use uninstalled gst-libs headers
1609         * docs/libs/Makefile.am:
1610         * ext/alsa/Makefile.am:
1611         * ext/cdparanoia/Makefile.am:
1612         * ext/gnomevfs/Makefile.am:
1613         * ext/libvisual/Makefile.am:
1614         * ext/ogg/Makefile.am:
1615         * ext/theora/Makefile.am:
1616         * ext/vorbis/Makefile.am:
1617         * gst-libs/gst/audio/Makefile.am:
1618         * gst-libs/gst/cdda/Makefile.am:
1619         * gst-libs/gst/interfaces/Makefile.am:
1620         * gst-libs/gst/riff/Makefile.am:
1621         * gst-libs/gst/rtp/Makefile.am:
1622         * gst-libs/gst/tag/Makefile.am:
1623         * gst/adder/Makefile.am:
1624         * gst/audioconvert/Makefile.am:
1625         * gst/audiorate/Makefile.am:
1626         * gst/audioresample/Makefile.am:
1627         * gst/playback/Makefile.am:
1628         * gst/tcp/Makefile.am:
1629         * gst/videoscale/Makefile.am:
1630         * gst/volume/Makefile.am:
1631         * sys/ximage/Makefile.am:
1632         * sys/xvimage/Makefile.am:
1633         * tests/icles/Makefile.am:
1634           adapt
1635
1636 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1637
1638         * gst-libs/gst/interfaces/xoverlay.c:
1639         (gst_x_overlay_handle_events):
1640         * gst-libs/gst/interfaces/xoverlay.h:
1641         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1642         (gst_ximagesink_set_xwindow_id),
1643         (gst_ximagesink_set_event_handling),
1644         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1645         (gst_ximagesink_get_property), (gst_ximagesink_init),
1646         (gst_ximagesink_class_init):
1647         * sys/ximage/ximagesink.h:
1648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1649         (gst_xvimagesink_set_xwindow_id),
1650         (gst_xvimagesink_set_event_handling),
1651         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1652         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1653         (gst_xvimagesink_class_init):
1654         * sys/xvimage/xvimagesink.h:
1655         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1656         Add a method to the XOverlay interface to allow disabling of 
1657         event handling in x[v]imagesink elements. This will let X events
1658         propagate to parent windows which can be usefull in some cases.
1659         Be carefull that the application is then responsible of pushing
1660         navigation events and expose events to the video sink.
1661         Fixes: #387138.
1662
1663 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst-libs/gst/tag/gstvorbistag.c:
1666         * tests/check/libs/tag.c: (GST_START_TEST):
1667           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1668           (fixes #392070).
1669
1670 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * configure.ac:
1673         * docs/Makefile.am:
1674         * docs/design/Makefile.am:
1675           Dist design docs.
1676
1677 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1678
1679         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1680         typo. Fixes: #390063.
1681
1682 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1683
1684         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1686         caps leak.
1687         * win32/common/config.h: Updated.
1688
1689 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1692         (setup_gdpdepay_streamheader):
1693         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1694         (setup_gdppay_streamheader):
1695           Fix the dp tests, but activating the pads for the streamheader tests
1696           too and cleaning up conditionaly
1697
1698 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1699
1700         * gst/ffmpegcolorspace/avcodec.h:
1701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1702         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1703         (gst_ffmpegcsp_avpicture_fill):
1704         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1705         (img_get_alpha_info):
1706         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1707         other end of the word. Fixes: #387073.
1708
1709         Add some inconsequential branch hints in a couple of places.
1710
1711 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1714         (gst_ffmpeg_caps_to_smpfmt):
1715           The "signed" field in raw audio caps is of boolean type, trying to
1716           extract the value with _get_int() will fail (fix to keep in sync with
1717           the copy in gst-ffmpeg)
1718
1719 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1720
1721         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1722         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1723         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1724         (cleanup_gdpdepay):
1725         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1726         * tests/check/elements/subparse.c: (teardown_subparse):
1727         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1728         * tests/check/elements/videorate.c: (cleanup_videorate):
1729         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1730         * tests/check/elements/volume.c: (cleanup_volume):
1731         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1732         (cleanup_vorbisdec):
1733         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1734         (cleanup_vorbistag):
1735           consistent pad (de)activation
1736
1737 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1740           Forgot to register the extensions.
1741
1742 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1745         (plugin_init):
1746           Add typefinder for VIVO files (my christmas present to the 90s).
1747
1748 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * gst/playback/gstdecodebin.c: (type_found):
1751           Special-case the text/plain media type: we only want to recognise it
1752           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1753           parser, but not if the entire stream is of text/plain type. If the
1754           entire stream is text/plain, we should just error out.
1755
1756           This fixes playback of audio files with lyrics in totem. Totem can't
1757           distinguish between text files and subtitle files and passes any
1758           .txt file with the same basename as the main file to playbin as
1759           suburi, and playbin will then throw a 'subtitle found, but no video
1760           stream' error, which isn't entirely helpful. See #380342.
1761
1762           Also, with this change we'll show a slightly more correct error
1763           message in case totem passes a playlist file to us (although a
1764           custom error message wording instead of the default text would
1765           probably not be a bad idea either).
1766
1767           Same problem also needs to be fixed for playbin+decodebin2.
1768
1769         * tests/check/Makefile.am:
1770         * tests/check/elements/decodebin.c: (src_handoff_cb),
1771         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1772         (decodebin_suite):
1773           Add simple unit test for decodebin for the above.
1774
1775 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1776
1777         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1778         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1779           Refuse to change state to READY when we failed to create any of the
1780           required elements in our instance init function.
1781
1782 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         * docs/libs/gst-plugins-base-libs-sections.txt:
1785           Small docs fixes/updates.
1786
1787         * gst-libs/gst/video/gstvideosink.h:
1788           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1789           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1790           removed from the base sink API between 0.9.6 and 0.9.7).
1791           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1792           accessor macros, so we don't do a runtime GObject type check every
1793           time we use them.
1794
1795 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1796
1797         * Makefile.am:
1798         * gst-plugins-base.doap:
1799         * gst-plugins-base.spec.in:
1800           add doap file
1801
1802 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         Patch by: Jens Granseuer <jensgr at gmx net>
1805
1806         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1807         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1808         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1809         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1810         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1811           Declare variables at the beginning of a block. Fixes #383195.
1812
1813 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1814
1815         * configure.ac:
1816         Bump version nano - back to CVS.
1817
1818
1819 === release 0.10.11 ===
1820
1821 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1822
1823         * configure.ac:
1824           releasing 0.10.11, "Dumb things"
1825
1826 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1827
1828         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1829         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1830         Handle the case where an element has multiple pads with 
1831         unfixed caps as well as still possibly producing more dynamic 
1832         pads by storing each case as a distinct entry in the dynamic list.
1833         Fixes #38223 again.
1834
1835 2006-12-04  Wim Taymans  <wim@fluendo.com>
1836
1837         * gst/playback/gstdecodebin.c: (close_pad_link):
1838         Fix #382223, add more dynamic caps handling.
1839
1840 2006-12-04  Wim Taymans  <wim@fluendo.com>
1841
1842         reviewed by: <delete if not using a buddy>
1843
1844         * gst-libs/gst/audio/gstringbuffer.h:
1845         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1846         (gst_netaddress_set_ip4_interface),
1847         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1848         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1849         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1850         (gst_netaddress_get_ttl):
1851         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1852         * gst/playback/gstdecodebin.c: (close_pad_link):
1853         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1854         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1855         * win32/common/config.h:
1856
1857 2006-12-01  Michael Smith  <msmith@fluendo.com>
1858
1859         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1860           Delete bad debug code.
1861           Fixes #381219
1862
1863 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1864
1865         * gst/videoscale/vs_4tap.c:
1866         * win32/MANIFEST:
1867         * win32/common/config.h:
1868         * win32/vs8/libgstvideoscale.vcproj:
1869         Fix compilation on win32 under VS8
1870         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1871         Partially fixes #381175
1872
1873 2006-11-30  Michael Smith  <msmith@fluendo.com>
1874
1875         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1876         (GST_START_TEST):
1877           It would be very bad if, after a discont buffer, we thought every
1878           single following buffer was also discont. So, add to the test to
1879           ensure that this isn't the case.
1880           
1881         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1882           ... it was the case. So fix it.
1883
1884 2006-11-28  Wim Taymans  <wim@fluendo.com>
1885
1886         * gst/playback/gstplaybasebin.c: (check_queue_event):
1887         Improve debug.
1888
1889         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1890         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1891         padtemplate caps. Refixes #357577.
1892
1893 2006-11-28  Wim Taymans  <wim@fluendo.com>
1894
1895         * gst/playback/gstplaybasebin.c: (check_queue_event),
1896         (queue_threshold_reached), (queue_out_of_data),
1897         (gen_preroll_element):
1898         Add event probe to see when EOS is in a queue and we can disable the
1899         underrun signals. Fixes #357577.
1900
1901 2006-11-28  Edward Hervey  <edward@fluendo.com>
1902
1903         * gst/playback/Makefile.am:
1904         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1905         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1906         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1907         (gst_decode_bin_init), (gst_decode_bin_dispose),
1908         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1909         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1910         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1911         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1912         (connect_element), (expose_pad), (type_found),
1913         (pad_added_group_cb), (pad_removed_group_cb),
1914         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1915         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1916         (are_raw_caps), (multi_queue_overrun_cb),
1917         (multi_queue_underrun_cb), (gst_decode_group_new),
1918         (get_current_group), (group_demuxer_event_probe),
1919         (gst_decode_group_control_demuxer_pad),
1920         (gst_decode_group_control_source_pad),
1921         (gst_decode_group_check_if_blocked),
1922         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1923         (gst_decode_group_hide), (gst_decode_group_free),
1924         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1925         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1926         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1927         (plugin_init):
1928         New decodebin2 element.
1929         Closes #370092
1930         * gst/playback/gstplay-marshal.list:
1931         Added marshallers for new signals in decodebin2
1932         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1933         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1934         is set.
1935
1936 2006-11-28  Wim Taymans  <wim@fluendo.com>
1937
1938         * gst/playback/gstplaybasebin.c: (setup_source),
1939         (gst_play_base_bin_change_state):
1940         Disable rtsp:// uris for the release, it's not good enough yet.
1941         Remove unused var.
1942
1943 2006-11-26  Wim Taymans  <wim@fluendo.com>
1944
1945         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1946         (theora_dec_push_forward), (theora_dec_push_reverse),
1947         (theora_handle_data_packet), (theora_dec_decode_buffer),
1948         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1949         (theora_dec_chain_forward), (theora_dec_chain):
1950         Implement reverse playback.
1951
1952         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1953         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1954         (vorbis_dec_chain_forward):
1955         Clear buffers used for reverse playback in _reset.
1956         No need to set the eos flag, we clip samples using the segment.
1957
1958 2006-11-24  Wim Taymans  <wim@fluendo.com>
1959
1960         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1961         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1962         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1963         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1964         Some cleanups.
1965         Handle continued pages in reverse mode.
1966
1967 2006-11-24  Wim Taymans  <wim@fluendo.com>
1968
1969         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1970         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1971         (vorbis_dec_flush_decode):
1972         Small cleanups.
1973         Don't try to add invalid timestamps.
1974         Clipping will unref the buffer.
1975
1976 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1977
1978         * gst/adder/gstadder.h:
1979         * gst/audiotestsrc/gstaudiotestsrc.h:
1980           remove obsolete _factory_init protos
1981
1982 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1983
1984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1985           Fix spacing in debug message.
1986
1987 2006-11-23  Wim Taymans  <wim@fluendo.com>
1988
1989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1990         (gst_ogg_demux_chain):
1991         Don't just ignore return values from _pad_push().
1992         Small debug improvements.
1993
1994 2006-11-23  Michael Smith  <msmith@fluendo.com>
1995
1996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1997           If our incoming buffer is marked as DISCONT, then increment the page
1998           number (so that the discontinuity is marked in the final ogg
1999           bitstream) and flush the previous page.
2000
2001 2006-11-22  Michael Smith  <msmith@fluendo.com>
2002
2003         * ext/theora/gsttheoraenc.h:
2004         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2005         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2006         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2007         (theora_enc_chain), (theora_enc_change_state):
2008           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2009
2010         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2011         (GST_START_TEST), (theoraenc_suite):
2012           Enable discontinuity test, fix it.
2013
2014 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2017         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2018         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2019         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2020         (gst_text_overlay_change_state):
2021         * ext/pango/gsttextoverlay.h:
2022           Some textoverlay fixes: for one, in the video chain function,
2023           actually wait for a text buffer to come in if there is none at the
2024           moment and there should be one; also, deal more gracefully with
2025           incoming buffers that do not have a timestamp or duration; discard
2026           text buffer when not needed any longer. Fixes #341681.
2027
2028         * tests/check/Makefile.am:
2029         * tests/check/elements/.cvsignore:
2030         * tests/check/elements/textoverlay.c:
2031         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2032         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2033         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2034         (test_video_waits_for_text_send_text_newsegment_thread),
2035         (test_video_waits_for_text_shutdown_element),
2036         (test_render_continuity_push_video_buffers_thread),
2037         (textoverlay_suite):
2038           Add some unit tests for textoverlay.
2039
2040 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2043           Avoid integer underflow when the found probability for mp3 is
2044           smaller than the 'penalty' we subtract if there's not a clean
2045           mp3 header sync at offset 0.
2046
2047 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2048
2049         * docs/libs/gst-plugins-base-libs-sections.txt:
2050           Add some new symbols to the docs
2051
2052 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * tests/check/Makefile.am:
2055         * tests/check/elements/ffmpegcolorspace.c:
2056         (ffmpegcolorspace_suite):
2057           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2058           (for now not for valgrinding though, since it takes too long).
2059
2060 2006-11-20  Wim Taymans  <wim@fluendo.com>
2061
2062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2063         (gst_ffmpeg_pixfmt_to_caps):
2064         Fix RGBA32 caps. Fixes #357038.
2065
2066 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2067
2068         * gst-libs/gst/interfaces/mixertrack.h:
2069           Add FIXME so we can add some padding here in 0.11
2070
2071 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2072
2073         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2074           Fix GstBaseRTPAudioPayload structure so the whole GObject
2075           inheritance business actually works (parent class instance structure
2076           must always come first in the derived class instance structure).
2077
2078 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * gst/videotestsrc/Makefile.am:
2081         * tests/check/Makefile.am:
2082           Make sure our checks and the videotestsrc plugin link against the
2083           local uninstalled gst libs and not any installed gst libs that
2084           might happen to exist as well.
2085
2086         * tests/check/elements/adder.c: (message_received),
2087         (test_event_message_received), (test_play_twice_message_received):
2088         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2089           Fix compiler warnings when compiling against core with disabled
2090           debugging system.
2091
2092 2006-11-16  Michael Smith  <msmith@fluendo.com>
2093
2094         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2095         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2096           Fix audiorate, so that it accurately sets offsets and timestamps.
2097           Doesn't change the fundamental algorithmic decisions; so should be
2098           safe.
2099
2100         * tests/check/Makefile.am:
2101           Enable audiorate test now that it passes.
2102
2103 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2106           clear xv when going to NULL, remove // commented non-existant proto
2107
2108         * tests/examples/seek/seek.c: (main):
2109           add missing tooltip description for scrub and play_scrub
2110
2111 2006-11-14  David Schleef  <ds@schleef.org>
2112
2113         * configure.ac:
2114           Bump liboil requirement to 0.3.8.
2115         * gst-libs/gst/riff/riff-media.c:
2116           Add Dirac fourcc.
2117         * gst/videoscale/vs_image.h:
2118         * gst/videoscale/vs_scanline.h:
2119           Use liboil's stdint.h.
2120         * gst/videotestsrc/videotestsrc.c:
2121           Remove liboil related ifdef's, since they aren't needed now, and
2122           won't work with future versions.
2123
2124 2006-11-14  David Schleef  <ds@schleef.org>
2125
2126         * gst/videoscale/Makefile.am:
2127         * gst/videoscale/gstvideoscale.c:
2128         * gst/videoscale/gstvideoscale.h:
2129         * gst/videoscale/vs_4tap.c:
2130         * gst/videoscale/vs_4tap.h:
2131         * gst/videoscale/vs_image.c:
2132         * gst/videoscale/vs_image.h:
2133         * gst/videoscale/vs_scanline.c:
2134         * gst/videoscale/vs_scanline.h:
2135           Add a 4-tap image scaler.  Theoretically looks much prettier.
2136           The tap calculation could use some improvement.
2137
2138 2006-11-14  Wim Taymans  <wim@fluendo.com>
2139
2140         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2141
2142         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2143         (gst_riff_parse_strf_iavs):
2144         * gst/subparse/gstsubparse.c: (convert_encoding):
2145         * gst/tcp/gstmultifdsink.c:
2146         (gst_multi_fd_sink_handle_client_write):
2147         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2148         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2149         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2150         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2151         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2152         (gst_ximagesink_ximage_new):
2153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2154         Various gsize and gssize printf fixes. Fixes #372507.
2155
2156 2006-11-13  Wim Taymans  <wim@fluendo.com>
2157
2158         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2159         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2160         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2161         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2162         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2163         * ext/vorbis/vorbisdec.h:
2164         First stab at vorbis reverse playback.
2165
2166 2006-11-13  Wim Taymans  <wim@fluendo.com>
2167
2168         * gst-libs/gst/audio/gstbaseaudiosink.c:
2169         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2170         * gst-libs/gst/audio/gstbaseaudiosink.h:
2171         Make the clock sync code more accurate wrt resampling and playback
2172         at different rates.
2173         
2174         * gst-libs/gst/audio/gstringbuffer.c:
2175         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2176         * gst-libs/gst/audio/gstringbuffer.h:
2177         Use better algorithm to interpolate sample rates. 
2178
2179 2006-11-13  Michael Smith  <msmith@fluendo.com>
2180
2181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2182           Improve a debug line slightly.
2183
2184         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2185           Call gst_riff_init() in plugin_init, to avoid getting errors from
2186           the debug system (unrelated changes to another plugin made this turn
2187           up; not sure why).
2188
2189 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2190
2191         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2192
2193         * win32/common/libgsttag.def:
2194           Add missing symbol (#366492).
2195
2196 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2199           Don't unref a NULL pad.
2200
2201 2006-11-09  Wim Taymans  <wim@fluendo.com>
2202
2203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2204         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2205         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2206         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2207         (gst_ogg_demux_loop):
2208         Implement first stab at reverse playback.
2209
2210 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2211
2212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2213         (gst_riff_create_video_template_caps):
2214           add h263/h264 variants to the caps, Fixes #363118
2215
2216 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2217
2218         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2219         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2220           Use g_strerror instead of strerror so we get UTF-8.
2221
2222 2006-11-03  David Schleef  <ds@schleef.org>
2223
2224         * ext/ogg/gstoggdemux.c:
2225         * ext/ogg/gstoggmux.c:
2226           Add/remove KW-DIRAC header here, since it is ogg-specific.
2227
2228 2006-11-03  Michael Smith  <msmith@fluendo.com>
2229
2230         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2231           Recognise more mpeg4 elementary video streams.
2232
2233 2006-11-02  Edward Hervey  <edward@fluendo.com>
2234
2235         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2236         Lower the probability of mp3 typefinding functions if we don't find a
2237         valid mp3 header at the start of the file.
2238         Closes #369482
2239
2240 2006-11-02  Wim Taymans  <wim@fluendo.com>
2241
2242         * ext/theora/gsttheoradec.h:
2243         * ext/theora/theoradec.c: (gst_theora_dec_init),
2244         (theora_dec_sink_event), (theora_dec_chain_forward),
2245         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2246         (theora_dec_chain):
2247         Document and partially implement an algorithm for doing reverse playback
2248         of theora video.
2249
2250 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2253
2254         * win32/common/config.h:
2255         * win32/common/interfaces-enumtypes.c:
2256         * win32/common/libgsttag.def:
2257         * win32/vs8/gst-plugins-base.sln:
2258         * win32/vs8/libgstaudioresample.vcproj:
2259         * win32/vs8/libgstinterfaces.vcproj:
2260         * win32/vs8/libgstogg.vcproj:
2261         * win32/vs8/libgstriff.vcproj:
2262         * win32/vs8/libgsttag.vcproj:
2263         * win32/vs8/libgsttheora.vcproj:
2264         * win32/vs8/libgstvideoscale.vcproj:
2265         * win32/vs8/libgstvorbis.vcproj:
2266           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2267           to libgsttag.def; add missing dependencies for some vs8 projects;
2268           re-arrange placement of .def files in vs8 projects (#366334).
2269
2270 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * ext/ogg/gstogg.c:
2273           Remove unused variable.
2274
2275         * ext/ogg/gstoggdemux.c:
2276           Fix Wim's surname in plugin description.
2277
2278 2006-10-31  Wim Taymans  <wim@fluendo.com>
2279
2280         * gst-plugins-base.spec.in:
2281         spec new .h file. Fixes #368310.
2282
2283 2006-10-31  Michael Smith  <msmith@fluendo.com>
2284
2285         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2286         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2287         (gst_multi_fd_sink_get_stats),
2288         (gst_multi_fd_sink_remove_client_link),
2289         (gst_multi_fd_sink_queue_buffer),
2290         (gst_multi_fd_sink_handle_clients):
2291         * gst/tcp/gstmultifdsink.h:
2292           Make using the remove or clear signals threadsafe.
2293           Make calling get-stats with an invalid fd not segfault.
2294           Fixes 368273.
2295
2296 2006-10-31  Wim Taymans  <wim@fluendo.com>
2297
2298         * gst-libs/gst/rtp/Makefile.am:
2299         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2300         (gst_base_rtp_audio_payload_init):
2301         Fix and activate base audio payloader.
2302
2303 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2306         (plugin_init):
2307           Add typefinder for QuickTime Image Files (see #366156).
2308
2309 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2310
2311         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2312           Another typo fix (#366212).
2313
2314 2006-10-27  Wim Taymans  <wim@fluendo.com>
2315
2316         * gst/volume/gstvolume.c: (volume_transform_ip):
2317         Use stream time to synchronize volume property instead of rather random
2318         timestamps. This is needed when gnonlin does its time shifting.
2319
2320 2006-10-27  Wim Taymans  <wim@fluendo.com>
2321
2322         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2323
2324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2325         Remove the pad from the element in release_pad. Fixes #364812.
2326
2327 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2331           Explicitly create our custom buffer classes at a thread-safe
2332           location as well, since g_type_class_ref() doesn't seem to be
2333           entirely thread-safe either (#365501; also see #349410).
2334
2335 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2336
2337         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2338         (gst_riff_parse_info):
2339           If strings in INFO chunk are not UTF-8, do something similar to
2340           what we do for ID3v1 tags: check a number of environment variables
2341           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2342           character sets to try, otherwise try the current locale and/or fall
2343           back on ISO-8859-1. Fixes #360552.
2344
2345 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2346
2347         * gst/videotestsrc/gstvideotestsrc.c:
2348         (gst_video_test_src_pattern_get_type),
2349         (gst_video_test_src_set_pattern):
2350         * gst/videotestsrc/gstvideotestsrc.h:
2351         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2352         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2353         (gst_video_test_src_checkers8):
2354         * gst/videotestsrc/videotestsrc.h:
2355           Add a bunch of exciting new checkers patterns.
2356
2357 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2358
2359         * gst/subparse/Makefile.am:
2360         * gst/subparse/gstsubparse.c:
2361         (gst_sub_parse_data_format_autodetect),
2362         (gst_sub_parse_format_autodetect), (handle_buffer),
2363         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2364         * gst/subparse/gstsubparse.h:
2365         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2366         (parse_tmplayer):
2367         * gst/subparse/tmplayerparse.h:
2368           Add support for TMPlayer-type subtitles (#362845).
2369
2370         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2371         (GST_START_TEST), (subparse_suite):
2372           Add some basic unit tests for the above.
2373
2374 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2375
2376         * tests/check/elements/audiorate.c: (test_injector_base_init),
2377         (test_injector_class_init), (test_injector_chain),
2378         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2379         (GST_START_TEST), (audiorate_suite):
2380           More tests for audiorate: inject buffers to check behaviour when
2381           buffers overlap.
2382
2383 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2384
2385         * tests/check/Makefile.am:
2386         * tests/check/elements/.cvsignore:
2387         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2388         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2389           Add some basic unit tests for audiorate. Disabled at the moment
2390           since it doesn't pass yet (see bug #363119).
2391
2392 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2393
2394         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2395         (parse_subrip), (handle_buffer):
2396           Add missing closing tags for markup and fix broken markup,
2397           otherwise pango won't render anything (fixes #357531). Also,
2398           make sure the text we send out is always NUL-terminated
2399           (better safe than sorry etc.).
2400
2401         * tests/check/elements/subparse.c: (test_srt_do_test),
2402         (test_srt):
2403           Some more tests for .srt incl. tests for the above stuff.
2404
2405 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2406
2407         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2409         Patch by: Stefan Kost  <ensonic@users.sf.net>
2410         Try to redraw borders only when needed. Apparently this consumes
2411         resources on small devices... :-O (#363607)
2412
2413 2006-10-20  Michael Smith  <msmith@fluendo.com>
2414
2415         * gst/tcp/gstmultifdsink.c:
2416         (gst_multi_fd_sink_client_queue_buffer):
2417           If caps change, then update the client's idea of the caps so that we
2418           don't end up re-sending streamheaders for every single buffer after
2419           the caps change.
2420
2421 2006-10-20  Michael Smith  <msmith@fluendo.com>
2422
2423         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2424         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2425           Set caps on pushed buffers; fix up refcounting of caps objects.
2426
2427 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2428
2429         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2430         (plugin_init):
2431           Typefind mmsh header data packet to application/x-mmsh (#362625).
2432
2433 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2434
2435         * tests/check/Makefile.am:
2436         * tests/check/elements/.cvsignore:
2437         * tests/check/elements/subparse.c: (buffer_from_static_string),
2438         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2439         (GST_START_TEST), (subparse_suite):
2440           Add very simple unit test for subparse.
2441
2442 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2445         (parse_subrip):
2446           Strip trailing newlines from subtitle text output.
2447
2448 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2451         (gst_sub_parse_change_state):
2452           Fix memleak; clear subparse->textbuf n state change function.
2453
2454 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         * gst/subparse/gstsubparse.c:
2457         (gst_sub_parse_data_format_autodetect):
2458           Don't require subrip (.srt) files to start with a chunk number of 1.
2459
2460 2006-10-18  Wim Taymans  <wim@fluendo.com>
2461
2462         * gst-libs/gst/audio/gstbaseaudiosink.c:
2463         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2464         * gst-libs/gst/audio/gstbaseaudiosink.h:
2465         Extract rate from the NEWSEGMENT event.
2466         Use commit_full to also take rate adjustment into account when writing
2467         samples to the ringbuffer.
2468         
2469         * gst-libs/gst/audio/gstringbuffer.c:
2470         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2471         (gst_ring_buffer_read):
2472         * gst-libs/gst/audio/gstringbuffer.h:
2473         Added _commit_full() to also take rate into account.
2474         Use simple interpolation algorithm to resample audio.
2475         API: gst_ring_buffer_commit_full()
2476
2477         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2478         * tests/examples/seek/seek.c: (segment_done):
2479         Don't try to seek with 0.0 rate, just pause instead.
2480         Remove bogus debug line.
2481
2482 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2483
2484         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2485         (setup_source):
2486           Catch async errors when starting up the subtitle bin, so we can
2487           stop waiting and continue with the main film instead of hanging
2488           forever. Fixes #339366.
2489
2490         * tests/check/elements/playbin.c: (playbin_suite):
2491           Enable unit test for the above.
2492
2493 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         * tests/check/Makefile.am:
2496         * tests/check/elements/.cvsignore:
2497         * tests/check/elements/playbin.c: (GST_START_TEST),
2498         (gst_red_video_src_uri_get_type),
2499         (gst_red_video_src_uri_get_protocols),
2500         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2501         (gst_red_video_src_uri_handler_init),
2502         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2503         (gst_red_video_src_create), (gst_red_video_src_class_init),
2504         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2505           Some small and basic unit tests for playbin; not very useful yet,
2506           but at least a start.
2507
2508 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * gst/playback/gstplaybin.c: (setup_sinks):
2511           The old pad activation spiel.
2512
2513 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2514
2515         * gst/playback/gstplaybasebin.c: (setup_source):
2516           Don't hang forever if the subbin already fails to start up in 
2517           the state change to PAUSED (#339366).
2518
2519 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2520
2521         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2522         (gst_tuner_set_channel), (gst_tuner_get_channel),
2523         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2524         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2525         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2526         (gst_tuner_find_channel_by_name):
2527           Fix some function guards, add some more function guards.
2528
2529 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2530
2531         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2532         (remove_element_chain):
2533         Don't return a pad from get_our_ghost_pad unless it is actually the
2534         one we want.
2535         Change a cast in remove_element_chain slightly.
2536
2537 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2538
2539         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2540         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2541         Segment seeking needs to use the rate and set stop to -1.
2542
2543 2006-10-13  Wim Taymans  <wim@fluendo.com>
2544
2545         * gst-libs/gst/audio/gstbaseaudiosink.c:
2546         (gst_base_audio_sink_setcaps):
2547         Don't crash when ringbuffer is not yet created.
2548         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2549         Fixes #361634.
2550
2551         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2552         * gst/playback/gststreamselector.c:
2553         (gst_stream_selector_request_new_pad):
2554         Activate pads befre adding them to running elements.
2555
2556 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2557
2558         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2559         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2560         updater when we start grabing the slider. Don't wait for the
2561         pipeline to be PAUSED.
2562
2563 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2566         (gst_mixer_set_volume), (gst_mixer_get_volume),
2567         (gst_mixer_set_mute), (gst_mixer_set_option),
2568         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2569         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2570         (gst_mixer_option_changed):
2571           Guard mixer interface functions against bogus arguments.
2572
2573 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2574
2575         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2576         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2577         (msg_state_changed), (main): Use state-changed messages to trigger
2578         start/stop of scale update timer. Indeed the scale slider was
2579         jumping here and there because the update timer was activated 
2580         before seek completed. This fixes instant applying of rate changes
2581         by pressing the spinbutton like a crazy man !
2582
2583 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2584
2585         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2586
2587         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2588         (gst_basertppayload_finalize):
2589           Fix two small memory leaks (#361456).
2590
2591 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2592
2593         * tests/examples/seek/seek.c: (do_seek),
2594         (rate_spinbutton_changed_cb): When changing spinbutton we try
2595         to change the rate on the fly.
2596
2597 2006-10-10  Wim Taymans  <wim@fluendo.com>
2598
2599         * gst-libs/gst/riff/riff-ids.h:
2600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2601         (gst_riff_create_audio_template_caps):
2602         Add WMS caps.
2603
2604 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2605
2606         Patch by: Josep Torre Valles <josep@fluendo.com>
2607
2608         * ext/gnomevfs/gstgnomevfssink.c:
2609         * ext/gnomevfs/gstgnomevfssrc.c:
2610         Fix URI interface implementation return type.
2611         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2612         Fix what looks like a copy/paste issue when assigning values.
2613         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2614         (gst_audio_filter_template_get_type):
2615         Cast to prevent Forte warnings.
2616         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2617         Fix URI interface implementation return type.
2618         gst_pad_query_position requires a signed integer pointer as
2619         3rd parameter, GstClockTime is unsigned.
2620         * gst/audioconvert/audioconvert.c:
2621         Fix integer overflow when treated as signed.
2622         * gst/audioresample/resample.c: (resample_add_input_data):
2623         Cast to prevent warnings on Forte.
2624         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2625         Fix integer overflow when treated as signed.
2626         * gst/ffmpegcolorspace/imgconvert_template.h:
2627         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2628         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2629         (cleanup_decodebin):
2630         Who initialises a guint to -1!
2631         Cast function pointers to prevent warnings on Forte.
2632         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2633         (queue_threshold_reached):
2634         Cast function pointers correctly to prevent warnings on Forte.
2635         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2636         Cast function pointers correctly to prevent warnings on Forte.
2637         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2638         Obvious change to unsigned, 0xEF > max signed char.
2639         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2640         GstClockTime is unsigned, initialise correctly.
2641         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2642         Cast so pointer arithemetic doesn't cause warnings on Forte.
2643         * gst/videorate/gstvideorate.c:
2644         Use correct return value.
2645         * tests/examples/seek/scrubby.c:
2646         GstClockTime is unsigned, initialise correctly.
2647
2648 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2649
2650         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2651
2652         * gst/typefind/gsttypefindfunctions.c:
2653           Recognise XML files and XML-like files shorter than 256 bytes as
2654           well (fixes #359237).
2655
2656 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2657
2658         Patch by: Renato Filho <renato.filho@indt.org.br>
2659         
2660         * gst/typefind/gsttypefindfunctions.c:
2661         Added typefind functions to video/x-nuv media.
2662         
2663 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2664
2665         * gst-libs/gst/interfaces/xoverlay.c:
2666         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2667           Some more guards against invalid input.
2668
2669 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2670
2671         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2672         Useless goto.
2673         * tests/examples/seek/seek.c: (do_seek),
2674         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2675         seek example to experiment with rates != 1.0 (reverse playback !)
2676
2677 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2678
2679         * gst-libs/gst/interfaces/xoverlay.c:
2680           Unref message in doc-example (spotted by Robert McQueen)
2681
2682 2006-10-06  Wim Taymans  <wim@fluendo.com>
2683
2684         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2685         (mpeg1_parse_header), (mpeg1_sys_type_find):
2686         printf fix.
2687
2688 2006-10-06  Wim Taymans  <wim@fluendo.com>
2689
2690         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2691         (close_pad_link):
2692         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2693         Activate dynamic pads before adding them to the element.
2694
2695 2006-10-06  Michael Smith  <msmith@fluendo.com>
2696
2697         * gst-libs/gst/floatcast/floatcast.h:
2698           Fix obviously-bogus macros; use the correct types.
2699
2700 2006-10-06  Wim Taymans  <wim@fluendo.com>
2701
2702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2703         (gst_base_rtp_depayload_change_state):
2704         Also call parent state change function to activate pads.
2705
2706         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2707         (mpeg1_parse_header), (mpeg1_sys_type_find):
2708         Add some more debug info in mpeg typefinding.
2709
2710 2006-10-06  Michael Smith  <msmith@fluendo.com>
2711
2712         * ext/theora/theoradec.c: (theora_dec_chain):
2713           Zero byte theora packets are valid and well-defined; don't warn on
2714           them.
2715
2716 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2717
2718         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2719         (gst_multi_fd_sink_get_stats), (find_limits),
2720         (gst_multi_fd_sink_queue_buffer):
2721           API: add dropped_buffers to the get-stats GValueArray
2722
2723 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2724
2725         * ext/alsa/gstalsadeviceprobe.c:
2726         (gst_alsa_device_property_probe_get_values):
2727         * ext/alsa/gstalsasink.c: (set_hwparams):
2728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2729         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2731         (gst_ogg_mux_process_best_pad):
2732         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2733         (gst_ogg_parse_chain):
2734         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2735         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2736         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2737         (gst_vorbis_enc_buffer_check_discontinuous):
2738         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2739         * gst-libs/gst/audio/gstbaseaudiosink.c:
2740         (gst_base_audio_sink_render):
2741         * gst-libs/gst/cdda/gstcddabasesrc.c:
2742         (gst_cdda_base_src_handle_track_seek):
2743         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2744         (gst_base_rtp_depayload_push_full):
2745         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2746         * gst/audioresample/resample.c: (resample_input_pushthrough):
2747         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2749         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2750         (wavpack_type_find):
2751         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2752         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2753         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2754         * tests/check/elements/volume.c: (GST_START_TEST):
2755           Printf format fixes.
2756
2757 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2758
2759         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2760           Fix a simple mistake (see the docs)
2761           Fixes #359580
2762
2763 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2764
2765         * docs/plugins/Makefile.am:
2766         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2767         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2768         * docs/plugins/gst-plugins-base-plugins.args:
2769         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2770         * docs/plugins/inspect/plugin-adder.xml:
2771         * docs/plugins/inspect/plugin-alsa.xml:
2772         * docs/plugins/inspect/plugin-audioconvert.xml:
2773         * docs/plugins/inspect/plugin-audiorate.xml:
2774         * docs/plugins/inspect/plugin-audioresample.xml:
2775         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2776         * docs/plugins/inspect/plugin-cdparanoia.xml:
2777         * docs/plugins/inspect/plugin-decodebin.xml:
2778         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2779         * docs/plugins/inspect/plugin-gdp.xml:
2780         * docs/plugins/inspect/plugin-gnomevfs.xml:
2781         * docs/plugins/inspect/plugin-libvisual.xml:
2782         * docs/plugins/inspect/plugin-ogg.xml:
2783         * docs/plugins/inspect/plugin-pango.xml:
2784         * docs/plugins/inspect/plugin-playbin.xml:
2785         * docs/plugins/inspect/plugin-subparse.xml:
2786         * docs/plugins/inspect/plugin-tcp.xml:
2787         * docs/plugins/inspect/plugin-theora.xml:
2788         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2789         * docs/plugins/inspect/plugin-video4linux.xml:
2790         * docs/plugins/inspect/plugin-videorate.xml:
2791         * docs/plugins/inspect/plugin-videoscale.xml:
2792         * docs/plugins/inspect/plugin-videotestsrc.xml:
2793         * docs/plugins/inspect/plugin-volume.xml:
2794         * docs/plugins/inspect/plugin-vorbis.xml:
2795         * docs/plugins/inspect/plugin-ximagesink.xml:
2796         * docs/plugins/inspect/plugin-xvimagesink.xml:
2797           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2798
2799 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2800
2801         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2802
2803         * ext/vorbis/Makefile.am:
2804         * ext/vorbis/vorbis.c: (plugin_init):
2805         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2806         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2807         * ext/vorbis/vorbisparse.h:
2808         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2809         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2810         (gst_vorbis_tag_parse_packet):
2811         * ext/vorbis/vorbistag.h:
2812           Add new vorbistag element which derives from vorbisparse
2813           and is essentially the same as well, only that it implements
2814           the GstTagSetter interface and can modify the stream's
2815           vorbiscomment on the fly (#335635).
2816
2817         * tests/check/Makefile.am:
2818         * tests/check/elements/.cvsignore:
2819         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2820         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2821         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2822         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2823           Add unit test for new vorbistag element.
2824
2825 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2826
2827         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2828         (vorbis_parse_push_headers), (vorbis_parse_chain):
2829           Set BOS flag in packet structure to fix 'jump depends
2830           on unitialized value' errors in valgrind; various minor
2831           clean-ups.
2832
2833 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2834
2835         * gst/playback/gstdecodebin.c: (close_pad_link):
2836         Fix typo in a debug statement.
2837
2838         * gst/playback/gstplaybasebin.c: (probe_triggered),
2839         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2840         (gen_source_element), (source_new_pad), (analyse_source),
2841         (setup_source):
2842         When handling no_more_pads in new_decoded_pad, make sure to treat
2843         subtitle pads correctly. Fixes playback with subtitle files.
2844
2845         Move a recurring message to LOG level.
2846
2847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2848         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2849         which ends up as -1 when cast to an int. Make the logic handle the
2850         max value as an unsigned mask and only change the colorkey when it's
2851         a value we recognise.
2852
2853 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2854
2855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2856         Removed empty * between paragraphs
2857
2858 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2859
2860         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2861         * gst-libs/gst/rtp/README:
2862         Moved some documentation into .c file
2863
2864 2006-09-29  Wim Taymans  <wim@fluendo.com>
2865
2866         * gst/playback/gstdecodebin.c: (no_more_pads):
2867         Fix compilation.
2868
2869 2006-09-29  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst/playback/gstdecodebin.c: (new_caps):
2872         Remove g_print
2873
2874         * gst/playback/gstplaybin.c:
2875         Add some docs.
2876
2877 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2878
2879         * tests/check/Makefile.am:
2880           Re-enable cddabasesrc test to see if it works again
2881           now.
2882
2883 2006-09-29  Wim Taymans  <wim@fluendo.com>
2884
2885         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2886         (gen_source_element):
2887         Handle invalid URIs a bit more gracefully.
2888
2889 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2890
2891         * tests/check/pipelines/oggmux.c:
2892           Remove obsolete comment.
2893
2894 2006-09-29  Michael Smith  <msmith@fluendo.com>
2895
2896         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2897         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2898         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2899         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2900         (gst_ogg_mux_collected):
2901           Commit patch from James "Doc" Livingston, adds proper EOS handling
2902           in oggmux. GStreamer can, for the first time ever, create a valid
2903           Ogg file! Yay!
2904
2905         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2906         (oggmux_suite):
2907           Reenable tests now that they pass.
2908
2909 2006-09-29  Wim Taymans  <wim@fluendo.com>
2910
2911         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2912         Stop reading commands when EOF (we read 0) as well.
2913
2914 2006-09-28  Wim Taymans  <wim@fluendo.com>
2915
2916         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2917         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2918         (find_dynamic), (unlinked), (close_link):
2919         Implement delayed caps linking needed for element with a lot of
2920         different caps on the src pads that get fixed at runtime.
2921         Improve management of dynamic elements.
2922
2923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2924         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2925         (gen_preroll_element), (remove_groups), (unknown_type),
2926         (add_element_stream), (no_more_pads_full), (no_more_pads),
2927         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2928         (new_decoded_pad), (setup_subtitle), (array_has_value),
2929         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2930         (analyse_source), (remove_decoders), (make_decoder),
2931         (remove_source), (setup_source), (finish_source), (prepare_output),
2932         (gst_play_base_bin_change_state):
2933         * gst/playback/gstplaybasebin.h:
2934         Use more _CAST instead of full type checking casts.
2935         Small cleanups, plug some leaks.
2936         Handle dynamic sources.
2937         Add some helper functions to create lists of strings used for
2938         blacklisting and other stuff.
2939         Refactor some code dealing with analysing the source.
2940         Re-enable sources without pads (like cd:// or other selfcontained
2941         elements).
2942
2943 2006-09-28  Wim Taymans  <wim@fluendo.com>
2944
2945         * gst-libs/gst/audio/gstbaseaudiosink.c:
2946         (gst_base_audio_sink_render):
2947         When we have a timestamp, we can still perform clipping.
2948         When we have no clock, we must play the sample ASAP.
2949
2950 2006-09-28  Wim Taymans  <wim@fluendo.com>
2951
2952         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2953         Set caps on outgoing buffers.
2954
2955         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2956         (gst_video_rate_event), (gst_video_rate_chain):
2957         * gst/videorate/gstvideorate.h:
2958         Fix videorate some more. Fixes #357977
2959
2960 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * tests/check/elements/adder.c: (adder_suite):
2963           Don't set timeout to 6 seconds when we're running
2964           in valgrind ... (and how is 6 seconds longer than
2965           the default anyway?)
2966
2967 2006-09-28  Wim Taymans  <wim@fluendo.com>
2968
2969         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2970         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2971         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2972         Keep sink and src segment to keep track of time and support more
2973         input formats.
2974         Fix bogus next_offset and run_time calculation, don't understand how
2975         this could have worked before. Fixes #357976.
2976         Remove some unneeded vars.
2977
2978 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * gst/playback/gstplaybin.c: (remove_sinks):
2981           Only remove visualisation from visbin if there is a visbin (or:
2982           don't throw warnings when closing totem without playing a file).
2983
2984 2006-09-27  Wim Taymans  <wim@fluendo.com>
2985
2986         * gst-libs/gst/audio/gstbaseaudiosink.c:
2987         (gst_base_audio_sink_render):
2988         Add some more info in a WARNING.
2989
2990         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2991         (gst_base_audio_src_create):
2992         Handle PAUSE in create function, use new -core addition to
2993         wait for playing. Fixes pausing and resuming capture from an
2994         audiosrc.
2995
2996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2997         (gst_ring_buffer_read):
2998         Constify some more.
2999         Caller supports interrupted reads now.
3000
3001 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         * tests/check/Makefile.am:
3004           Another attempt to make the gen64 buildbot happy.
3005
3006 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3007
3008         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3009
3010         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3011         (gst_visual_chain), (gst_visual_change_state):
3012           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3013           correctly. Fixes #357800
3014
3015 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3016
3017         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3018           Add timeout to _get_state() so we see which pipeline it is
3019           that causes trouble on the gen64 build bot.
3020
3021 2006-09-27  Wim Taymans  <wim@fluendo.com>
3022
3023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3024         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3025         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3026         (gst_base_rtp_depayload_set_gst_timestamp):
3027         the source pad always uses fixed caps.
3028
3029 2006-09-27  Wim Taymans  <wim@fluendo.com>
3030
3031         * docs/libs/gst-plugins-base-libs-docs.sgml:
3032         * docs/libs/gst-plugins-base-libs-sections.txt:
3033         * gst-libs/gst/audio/gstaudioclock.c:
3034         * gst-libs/gst/audio/gstaudioclock.h:
3035         * gst-libs/gst/audio/gstaudiosink.c:
3036         * gst-libs/gst/audio/gstaudiosink.h:
3037         * gst-libs/gst/audio/gstaudiosrc.c:
3038         * gst-libs/gst/audio/gstbaseaudiosink.c:
3039         (gst_base_audio_sink_render):
3040         * gst-libs/gst/audio/gstbaseaudiosink.h:
3041         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3042         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3043         * gst-libs/gst/audio/gstringbuffer.h:
3044         Added docs for the audio libs.
3045
3046 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3047
3048         * tests/check/Makefile.am:
3049           Temporarily disable test that fails on the bots for unknown reasons.
3050
3051 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3052
3053         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3054         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3055         Moved AudioCodecType into priv
3056         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3057
3058 2006-09-25  Wim Taymans  <wim@fluendo.com>
3059
3060         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3061         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3062         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3063         (new_pad):
3064         Cleanups and small leak fixes.
3065         Added Depayloaders to valid list of autopluggable elements.
3066
3067 2006-09-25  Wim Taymans  <wim@fluendo.com>
3068
3069         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3070         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3071         (gen_video_element), (gen_text_element), (gen_audio_element),
3072         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3073         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3074         Detect NO_PREROLL state change returns and disable clock distribution to
3075         the sinks so that sync is disabled.
3076         Avoid some type checking and do simple casts instead.
3077         Small cleanups, fix some FIXMEs.
3078         Be more robust when linking user specified elements, catch an report
3079         errors. Fixes #357404.
3080         Fix some leaks in the error paths.
3081
3082 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * ChangeLog:
3085           ChangeLog surgery for missing bug-number
3086
3087 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         Patch by: Peter Kjellerstedt  <pkj at axis com>
3090
3091         * gst/playback/test.c:
3092           Fix compilation with uClibc and -Werror (#357591).
3093
3094 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3097           Parse dates that are followed by a time as well (#357532).
3098
3099         * tests/check/libs/tag.c: (test_vorbis_tags):
3100           Add unit test for this.
3101
3102 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3105         (gst_audio_convert_transform_caps):
3106         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3107         * gst/videotestsrc/videotestsrc.h:
3108           A few array const-ifications.
3109
3110 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         * tests/check/Makefile.am:
3113           See if this makes the build bots happy.
3114
3115         * tests/check/libs/cddabasesrc.c:
3116           UTF8-ise my name.
3117
3118 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3119
3120         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3121
3122         * gst/subparse/samiparse.c: (handle_start_font),
3123         (fix_invalid_entities):
3124           More case-insensitivity for certain tags; recognise entities with
3125           decimal codes as special entities as well (#357330).
3126
3127 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3128
3129         * gst-libs/gst/Makefile.am:
3130           Need to build tag directory before cdda.
3131
3132 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3133
3134         * docs/libs/gst-plugins-base-libs-sections.txt:
3135         * gst-libs/gst/cdda/Makefile.am:
3136         * gst-libs/gst/cdda/gstcddabasesrc.c:
3137         (gst_cdda_base_src_base_init):
3138         * gst-libs/gst/cdda/gstcddabasesrc.h:
3139         * gst-libs/gst/tag/tag.h:
3140         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3141         (gst_tag_register_musicbrainz_tags):
3142           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3143           depend on libgsttag. This is required so we can extract/read tags like
3144           DISCID without depending on libgstcddabasesrc (which used to register
3145           them).
3146
3147         * gst-libs/gst/tag/gstvorbistag.c:
3148           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3149           tags (also see #347848).
3150
3151         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3152           Log vorbis comments we are actually writing. Const-ify array.
3153
3154 2006-09-23  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3157         Improve buffering a bit by avoiding a deadlock because we cannot assume
3158         the underrun is always called.
3159
3160 2006-09-23  Wim Taymans  <wim@fluendo.com>
3161
3162         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3163
3164         * gst-libs/gst/riff/riff-ids.h:
3165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3166         (gst_riff_create_audio_template_caps):
3167         Added MPEG-4 AAC and id and caps. Fixes #357289
3168         Added WMA9 Lossless id.
3169
3170 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         * ext/gnomevfs/gstgnomevfssrc.c:
3173           Fix misleading docs addition.
3174
3175         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3176           Get rid of compiler warning the right way.
3177
3178 2006-09-22  Wim Taymans  <wim@fluendo.com>
3179
3180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3181         (gst_base_rtp_depayload_finalize),
3182         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3183         (gst_base_rtp_depayload_push_full),
3184         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3185         (gst_base_rtp_depayload_process),
3186         (gst_base_rtp_depayload_set_gst_timestamp),
3187         (gst_base_rtp_depayload_queue_release):
3188         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3189         Small cleanups.
3190         Fix some leaks.
3191         Refactored the process method and added methods to push from the process
3192         vmethod.
3193         Use _scale functions.
3194         API: gst_base_rtp_depayload_push_ts
3195         API: gst_base_rtp_depayload_push
3196
3197         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3198         timestamps are uint.
3199
3200 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3201
3202         * gst-libs/gst/interfaces/xoverlay.c:
3203           Remove unused statement from doc example.
3204
3205 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3206
3207         * gst-libs/gst/interfaces/videoorientation.c:
3208         (gst_video_orientation_iface_init),
3209         (gst_video_orientation_get_hflip),
3210         (gst_video_orientation_get_vflip),
3211         (gst_video_orientation_get_hcenter),
3212         (gst_video_orientation_get_vcenter),
3213         (gst_video_orientation_set_hflip),
3214         (gst_video_orientation_set_vflip),
3215         (gst_video_orientation_set_hcenter),
3216         (gst_video_orientation_set_vcenter):
3217           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3218           in ChangeLog)
3219
3220 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * tests/check/Makefile.am:
3223         * tests/check/elements/.cvsignore:
3224         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3225         (create_rgb_conversions), (rgb_conversion_free),
3226         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3227         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3228           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3229           but disable for now since it doesn't pass (something wrong with
3230           RGBA somewhere).
3231
3232 2006-09-21  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst/playback/gstplaybasebin.c: (group_commit),
3235         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3236         (queue_out_of_data), (gen_preroll_element),
3237         (preroll_remove_overrun), (probe_triggered):
3238         Refactor handling of overrun detection.
3239         Separate handling of group completion and deadlock detection when doing
3240         network buffering. This should fix some deadlocks that were not detected
3241         because the group was completed.
3242         Add more comments, improve debugging.
3243
3244 2006-09-21  Wim Taymans  <wim@fluendo.com>
3245
3246         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3247         * tests/check/libs/audio.c:
3248         Some more compilation fixes.
3249
3250 2006-09-21  Wim Taymans  <wim@fluendo.com>
3251
3252         * gst-libs/gst/audio/gstringbuffer.c:
3253         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3254         (gst_ring_buffer_read):
3255         Early morning compilation fix.
3256
3257 2006-09-20  Wim Taymans  <wim@fluendo.com>
3258
3259         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3260         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3261         * tests/check/elements/videorate.c: (GST_START_TEST):
3262         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3263         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3264         Fix some warnings.
3265
3266 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3269         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3270         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3271           Handcrafted merge to help CVS understanding what I changed and what
3272           not.
3273
3274 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3275
3276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3277         (gst_xvimagesink_get_times):
3278           change colorkey behaviour back according to #354773 comment 6/7
3279
3280 2006-09-19  Michael Smith  <msmith@fluendo.com>
3281
3282         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3283         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3284         (gst_multi_fd_sink_recover_client),
3285         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3286         (gst_multi_fd_sink_get_property):
3287         * gst/tcp/gstmultifdsink.h:
3288           Implement stubbed out properties unit-type, units-soft-max,
3289           units-max, to allow specifying maximum sizes in units other than
3290           buffers.
3291           Fixes #355935
3292
3293 2006-09-19  Wim Taymans  <wim@fluendo.com>
3294
3295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3296         (gst_riff_create_audio_template_caps):
3297         Reorder the audio formats a bit for clarity.
3298         Detect and create caps for MSGSM and MSN (WAV49).
3299         Fixes #356596.
3300
3301         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3302         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3303         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3304         Small cleanups, move error handling out of normal flow for clarity.
3305
3306 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3307
3308         * docs/libs/gst-plugins-base-libs-docs.sgml:
3309         * docs/libs/gst-plugins-base-libs.types:
3310         * gst-libs/gst/interfaces/Makefile.am:
3311         * gst-libs/gst/interfaces/videoorientation.c:
3312         (gst_video_orientation_get_type),
3313         (gst_video_orientation_iface_init),
3314         (gst_video_orientation_get_hflip),
3315         (gst_video_orientation_get_vflip),
3316         (gst_video_orientation_get_hcenter),
3317         (gst_video_orientation_get_vcenter),
3318         (gst_video_orientation_set_hflip),
3319         (gst_video_orientation_set_vflip),
3320         (gst_video_orientation_set_hcenter),
3321         (gst_video_orientation_set_vcenter):
3322         * gst-libs/gst/interfaces/videoorientation.h:
3323           API: Add new interface to control video orientation (fixes #354908)
3324
3325 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3326
3327         * gst/videotestsrc/gstvideotestsrc.c:
3328           Use G_UNLIKELY in _create and log one more detail.
3329           
3330         (gst_video_test_src_get_times), (gst_video_test_src_create):
3331         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3332           Use gst_util_uint64_scale_int in _get_times().
3333
3334 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3335
3336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3337           Give better warning message (add object and detail).
3338
3339 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3340
3341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3342         (gst_xvimagesink_get_times):
3343           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3344           #354773), use gst_util_uint64_scale_int in _get_times()
3345
3346 2006-09-18  Michael Smith  <msmith@fluendo.com>
3347
3348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3349           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3350           always true, leading to dropping all timestamps.
3351
3352 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3353
3354         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3355         (gst_visual_chain), (gst_visual_change_state):
3356           update to work also with libvisual 0.4 API, fix double unref (#355914)
3357           
3358         * tools/gst-launch-ext.1.in:
3359         * tools/gst-visualise.1.in:
3360           remove references to old man-pages
3361
3362         * tests/examples/seek/seek.c: (main):
3363           add real meadi-buttons, add tool-tips for the seek-options, arrange
3364           seek options in a table
3365
3366 2006-09-18  Michael Smith  <msmith@fluendo.com>
3367
3368         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3369         (gst_ogg_mux_push_buffer):
3370           Don't generate out-of-order timestamps from oggmux, instead clamp
3371           output timestamps to be >= the previously output ts.
3372           Fixes #355595
3373
3374 2006-09-18  Michael Smith  <msmith@fluendo.com>
3375
3376         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3377         (gst_multi_fd_sink_class_init):
3378           Updates, fixes, and typo corrections for multifdsink. No functional
3379           changes.
3380
3381 2006-09-17  Michael Smith  <msmith@fluendo.com>
3382
3383         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3384           Don't crash on truncated files - check that we got an 8 byte buffer
3385           before trying to memcmp it.
3386
3387 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * gst/playback/gstplaybasebin.c: (get_active_source):
3390           Make stream-switching appear instant to the application
3391           (ie. make sure that a g_object_get on 'current-foo' returns
3392           the stream previously set with g_object_set(). Totem needs
3393           this to update stream-related meta-info (like audio-codec)
3394           correctly when switching streams.
3395
3396 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3399         (gst_alsa_mixer_ensure_track_list):
3400           Try harder to guess which mixer track is the master mixer
3401           track (instead of just taking the first one that has a pvolume).
3402           Fixes #342228.
3403
3404 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3405
3406         reviewed by: <delete if not using a buddy>
3407
3408         * gst-libs/gst/audio/audio.h:
3409         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3410
3411 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3412
3413         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3414         (gst_audio_convert_transform_caps):
3415           Get structure-name just once.
3416
3417 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3418
3419         * tests/check/elements/audioresample.c: (GST_START_TEST):
3420         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3421         * tests/check/elements/volume.c: (GST_START_TEST):
3422         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3423         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3424         (test_pipeline), (GST_START_TEST):
3425         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3426         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3427           Fix big batch of compiler warnings.
3428
3429 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3430
3431         * ext/gnomevfs/gstgnomevfssrc.c:
3432           Add docs about icydemux usage in connection with gnomevfssrc
3433
3434         * ext/libvisual/visual.c:
3435         * ext/ogg/gstoggaviparse.c:
3436         * ext/ogg/gstoggdemux.c:
3437         * ext/ogg/gstoggmux.c:
3438         * ext/ogg/gstoggparse.c:
3439         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3440         * gst-libs/gst/audio/gstaudiosink.c:
3441         * gst-libs/gst/audio/gstaudiosrc.c:
3442         * gst/audiorate/gstaudiorate.c:
3443           More G_OBJECT macro fixing.
3444
3445         * gst/audiotestsrc/gstaudiotestsrc.h:
3446           Fix wrong info in header due to copy & paste
3447
3448 2006-09-15  Wim Taymans  <wim@fluendo.com>
3449
3450         * gst-libs/gst/audio/gstbaseaudiosink.c:
3451         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3453         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3454         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3455         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3456         Do the delay calculation in the source/sink base classes as this is
3457         specific for the capture/playback mode.
3458         Try to fixate a bit better, like round depth up to a multiple of 8
3459         bigger than width.
3460         Handle underruns correctly by marking DISCONT on buffers and adjusting
3461         timestamps to handle the gap.
3462         Set offset/offset_end correctly on buffers.
3463
3464         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3465         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3466         (gst_ring_buffer_read):
3467         Remove resync and underrun recovery from the ringbuffer.
3468         Fix ringbuffer read code on under/overrun.
3469
3470 2006-09-15  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3473         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3474         (queue_threshold_reached), (gst_play_base_bin_set_property),
3475         (gst_play_base_bin_get_property):
3476         * gst/playback/gstplaybasebin.h:
3477         Don't use a 0 low watermark when buffering, it is catching starvation
3478         way too late. Instead, use a 3 second queue with 30 and 95
3479         percent low/high watermarks. 
3480         Added queue-min-threshold property to configure low watermark.
3481         Use new _buffering message API.
3482         Make queue_threshold variable big enough to store a uint64 time value.
3483         API: playbin::queue-min-threshold property.
3484
3485 2006-09-15  Wim Taymans  <wim@fluendo.com>
3486
3487         * configure.ac:
3488         We require 0.10.10.1 now because of _wait_preroll().
3489
3490         * gst-libs/gst/audio/gstbaseaudiosink.c:
3491         (gst_base_audio_sink_render):
3492         Use gst_base_sink_wait_preroll().
3493
3494 2006-09-15  Wim Taymans  <wim@fluendo.com>
3495
3496         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3497         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3498         Use DEBUG_OBJECT more.
3499
3500 === release 0.10.10 ===
3501
3502 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3503
3504         patch by: Michael Smith <msmith at fluendo dot com>
3505
3506         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3507         (gst_multi_fd_sink_client_queue_buffer),
3508         (gst_multi_fd_sink_new_client):
3509         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3510         (multifdsink_suite):
3511           Fix implementation of sync-method 'next-keyframe'
3512           Closes #354594
3513
3514 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3515
3516         patch by: Wim Taymans <wim at fluendo dot com>
3517
3518         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3519         This patch removes the RANDOM flag that was incorrectly introduced with
3520         revision 1.91.  Fixes #354590
3521
3522 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3523
3524         * tests/check/Makefile.am:
3525           Random variation in Makefile line to see if it makes the
3526           gen64-base-full bot any happier.
3527
3528 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3531           Disable test that fails at the moment (killed after timeout).
3532
3533 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3534
3535         Patch by: James Livingston  <doclivingston at gmail.com>
3536
3537         * tests/check/Makefile.am:
3538         * tests/check/pipelines/.cvsignore:
3539         * tests/check/pipelines/oggmux.c: (get_page_codec),
3540         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3541         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3542         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3543         (test_theora_vorbis), (oggmux_suite):
3544           Add simple unit test for oggmux from #337026 with checking for the
3545           EOS flags disabled for the time being.
3546
3547 2006-09-04  Wim Taymans  <wim@fluendo.com>
3548
3549         patch by: Alessandro Dessina <alessandro nnva org>
3550
3551         * ext/ogg/gstoggmux.c:
3552         Add cmml caps to oggmux. Fixes #353912
3553
3554 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3555
3556         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3557           Returning a return value often helps. In this case, we
3558           don't need the return value anyway, so just get rid of it.
3559           Should make build bots much happier.
3560
3561 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3564         (paint_get_structure), (gst_video_test_src_get_size),
3565         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3566         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3567         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3568         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3569         * gst/videotestsrc/videotestsrc.h:
3570           Add support for AYUV and the various RGBA formats. Initialise
3571           fields of paintinfo structs allocated on the stack.
3572
3573         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3574         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3575         (check_rgb_buf), (videotestsrc_suite):
3576           Add unit tests for videotestsrc's RGB output.
3577
3578 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * gst/videotestsrc/gstvideotestsrc.c:
3581         (gst_video_test_src_pattern_get_type),
3582         (gst_video_test_src_set_pattern):
3583         * gst/videotestsrc/gstvideotestsrc.h:
3584         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3585         (gst_video_test_src_black), (gst_video_test_src_white),
3586         (gst_video_test_src_red), (gst_video_test_src_green),
3587         (gst_video_test_src_blue):
3588         * gst/videotestsrc/videotestsrc.h:
3589           Add more uni-colour patterns ("white", "red", "green", and "blue").
3590
3591 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3592
3593         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3594           Fix stride for YVYU, should be word-aligned (#353658).
3595
3596 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * gst/adder/gstadder.c: (gst_adder_src_event):
3599           Fix build.
3600
3601 2006-08-31  Edward Hervey  <edward@fluendo.com>
3602
3603         * gst/adder/gstadder.c: (forward_event_func),
3604         (gst_adder_src_event), (gst_adder_collected),
3605         (gst_adder_change_state):
3606         * gst/adder/gstadder.h:
3607         Remember the start position asked in the incoming seeks, so we can
3608         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3609         of assuming it will always be 0).
3610
3611 2006-08-31  Edward Hervey  <edward@fluendo.com>
3612
3613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3614         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3615         (gst_ogg_demux_loop):
3616         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3617
3618 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3621         (gst_ffmpegcsp_get_unit_size):
3622           Return FALSE instead of returning a random false unit
3623           size when the format isn't known/supported (even if
3624           this shouldn't happen under normal circumstances).
3625
3626 2006-08-29  Wim Taymans  <wim@fluendo.com>
3627
3628         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3629
3630         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3631         (gst_gnome_vfs_src_start):
3632         Try harder to get the size from a uri by using _info_uri() when
3633         _info_from_handle() does not give us enough info. 
3634         Also follow symlinks when getting the size.
3635         Partially Fixes #332864.
3636
3637 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3638
3639         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3640
3641         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3642         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3643         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3644         (gst_alsa_mixer_set_record):
3645         * ext/alsa/gstalsamixertrack.c:
3646         (gst_alsa_mixer_track_update_alsa_capabilities),
3647         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3648         (gst_alsa_mixer_track_update):
3649         * ext/alsa/gstalsamixertrack.h:
3650           Improve and fix mixer track handling, in particular better handling
3651           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3652           separate track objects for tracks that have both capture and playback
3653           volume (and label them differently as well so they're not mistakenly
3654           assumed to be duplicates); classify mixer tracks that only affect
3655           the audible volume of something (rather than the capture volume)
3656           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3657           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3658           (following the meaning documented in the mixer interface header
3659           file); add support for alsa's exclusive cswitch groups; update/sync
3660           state/flags better if mixer settings are changed by another
3661           application. Fixes #336075.
3662
3663 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3664
3665         * gst/playback/gstplaybin.c:
3666           Improve docs: add section about BUFFERING messages sent by playbin.
3667
3668 2006-08-29  Michael Smith  <msmith@fluendo.com>
3669
3670         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3671         (gst_vorbis_enc_buffer_check_discontinuous),
3672         (gst_vorbis_enc_chain):
3673           Ignore explicit DISCONT marked on buffers (which is often spurious,
3674           particularly when using multiple segments), in favour of solely
3675           using the timestamps/durations.
3676
3677 2006-08-29  Edward Hervey  <edward@fluendo.com>
3678
3679         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3680         Don't rely on incoming buffers offset anymore, since it is completely
3681         broken when using multiple segments.
3682         Instead convert the incoming buffers timestamp to running time, and
3683         then convert that value to the offsets.
3684         Also inform GstSegment of the last outputted stop position, which is
3685         needed if we received several segments with an unknown stop value.
3686
3687 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3688
3689         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3690           fix buffer unreffing on a header push failure
3691
3692 2006-08-28  Wim Taymans  <wim@fluendo.com>
3693
3694         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3695         (gst_audio_rate_chain):
3696         Make the metadata of the buffer writable before changing its
3697         flags.
3698
3699 2006-08-28  Wim Taymans  <wim@fluendo.com>
3700
3701         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3702         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3703         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3704         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3705         Fix audiorate some more.
3706         Reset and resync counters on flush and READY.
3707         Handle the DISCONT flag correctly.
3708         Use GstSegment to track position.
3709         Fail when not negotiated.
3710         Fixes #353234.
3711
3712 2006-08-25  Michael Smith  <msmith@fluendo.com>
3713
3714         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3715           Fix spelling.
3716           Remove accidently included debug line.
3717
3718 2006-08-25  Wim Taymans  <wim@fluendo.com>
3719
3720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3721         Small cleanups.
3722         If a buffer is received with no caps, make the buffer metadata
3723         writable and set the caps, making sure that we don't screw up the
3724         refcounts.
3725
3726 2006-08-25  Michael Smith  <msmith@fluendo.com>
3727
3728         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3729         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3730           Fix memory leaks and misleading debug messages, add a couple of
3731           comments.
3732
3733         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3734         (gst_multi_fd_sink_render):
3735           Do not use gst_buffer_make_writable() in a basesink render method,
3736           as it may incorrectly unref the buffer. Instead, use convoluted
3737           dance to avoid copying the buffer except when we need to.
3738
3739 2006-08-25  Michael Smith  <msmith@fluendo.com>
3740
3741         * ext/vorbis/vorbisenc.c:
3742         (gst_vorbis_enc_buffer_check_discontinuous):
3743           Allow very small discontinuities in the timestamps. These we can't
3744           do anything useful with anyway (because vorbis's timestamps have
3745           only sample granularity), and are commonly produced by elements with
3746           minor bugs. Allow up to 1/2 a sample out.
3747           Fixes #351742.
3748
3749 2006-08-24  Wim Taymans  <wim@fluendo.com>
3750
3751         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3752         (play_scrub_toggle_cb), (main):
3753         Add a checkbox to enable play scrubbing. Makes it possible to disable
3754         normal scrubbing.
3755
3756 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3757
3758         * tests/check/elements/.cvsignore:
3759           make buildbot happy
3760
3761 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3764         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3765         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3766         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3767         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3768         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3769         (gst_ogm_text_parse_strip_trailing_zeroes),
3770         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3771         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3772           Refactor ogm parse, do better input checking, misc. clean-ups.
3773           Cache incoming events and push them once the source pad has
3774           been created. Don't pass unterminated strings to sscanf().
3775           Strip trailing zeroes from subtitle text output, since they
3776           are not valid UTF-8. Don't push vorbiscomment packets on
3777           the subtitle text pad. Output perfect streams if possible.
3778
3779 2006-08-23  Wim Taymans  <wim@fluendo.com>
3780
3781         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3782         Waits for tasks to settle down so that we clean up correctly for 
3783         valgrind.
3784
3785 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3788           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3789           actually return return value in taglists_are_equal.
3790
3791 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3794           Fix crash due to broken bitstream parsing on x86-64: can't make
3795           any assumptions about sizeof(struct) due to alignment/packing
3796           differences on different architectures. Fixes #351790.
3797
3798 2006-08-22  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3801         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3802         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3803         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3804         (gst_riff_parse_info):
3805         Protect public functions against bad input.
3806         Do some cleanups.
3807         Fix documentation.
3808
3809 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * gst-libs/gst/riff/riff-ids.h:
3812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3813           Add voxware audio IDs (even if we can't play it) (#351795).
3814
3815 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst-libs/gst/riff/riff-media.c:
3818         (gst_riff_create_video_template_caps),
3819         (gst_riff_create_audio_template_caps),
3820         (gst_riff_create_iavs_template_caps):
3821           Const-ify some arrays and use G_N_ELEMENTS instead
3822           of wasting oodles of RAM on terminator bits.
3823
3824 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * gst-libs/gst/tag/gstvorbistag.c:
3827         (gst_tag_list_to_vorbiscomment_buffer):
3828         * tests/check/libs/tag.c: (GST_START_TEST):
3829           And the same for _to_vorbiscomment_buffer(): allow
3830           id_data_len == 0 for speex.
3831
3832 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3833
3834         * configure.ac:
3835         * docs/plugins/Makefile.am:
3836         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3837         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3838         * docs/plugins/inspect/plugin-gdp.xml:
3839         * gst/gdp/Makefile.am:
3840         * tests/check/Makefile.am:
3841           Move GDP plugin to -base from -bad.  Closes #347783.
3842
3843 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst-libs/gst/tag/gstvorbistag.c:
3846         (gst_tag_list_from_vorbiscomment_buffer):
3847           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3848           Also add some checks to make sure we don't memcmp() beyond the end of
3849           vorbiscomment buffer if the ID to check for is larger than the buffer.
3850
3851         * tests/check/libs/tag.c: (GST_START_TEST):
3852           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3853
3854 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3857         (gst_vorbis_enc_set_metadata):
3858           Use vorbis comment utility functions from libgsttag
3859           instead of re-inventing the wheel (partially fixes #347091).
3860
3861 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3862
3863         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3864         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3865         as some that won't.
3866
3867 2006-08-21  Wim Taymans  <wim@fluendo.com>
3868
3869         * docs/libs/Makefile.am:
3870         * docs/libs/gst-plugins-base-libs-sections.txt:
3871         * docs/libs/gst-plugins-base-libs.types:
3872         Don't try to GObject scan the netbuffer as it's not a GObject.
3873         Fixes #351308.
3874
3875         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3876         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3877         Document GstNetBuffer.
3878
3879 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3880
3881         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3882         (audioconvert_suite):
3883           Add testcase for caps-size-explosion
3884
3885 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * gst/audioconvert/gstaudioconvert.c:
3888         (gst_audio_convert_get_unit_size), (set_structure_widths):
3889           Lower debug, use g_assert in _get_unit_size
3890
3891         * gst/audioresample/gstaudioresample.c:
3892         (audioresample_get_unit_size):
3893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3894         (gst_ffmpegcsp_get_unit_size):
3895         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3896           use g_assert in _get_unit_size
3897
3898 2006-08-18  Wim Taymans  <wim@fluendo.com>
3899
3900         * docs/libs/gst-plugins-base-libs-sections.txt:
3901         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3902         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3903         (gst_rtp_buffer_get_payload_buffer):
3904         * gst-libs/gst/rtp/gstrtpbuffer.h:
3905         Document GstRTPBuffer.
3906         Added function to efficiently strip payload headers.
3907         API: gst_rtp_buffer_get_payload_subbuffer()
3908
3909 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3912         (gst_tag_to_vorbis_comments):
3913           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3914           tags and deserialise them properly as well (#347091).
3915           Add some more gtk-doc blurbs and also some g_return_if_fail().
3916
3917         * tests/check/libs/tag.c: (GST_START_TEST),
3918         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3919           More tests.
3920
3921 2006-08-17  Wim Taymans  <wim@fluendo.com>
3922
3923         * ext/ogg/Makefile.am:
3924         * ext/ogg/gstogg.c: (plugin_init):
3925         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3926         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3927         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3928         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3929         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3930         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3931         Added ogg-in-avi parser element. Fixes #140139.
3932
3933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3934         Fixed a bug in oggdemux debug code.
3935
3936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3937         (gst_riff_create_audio_template_caps):
3938         Recognise Ogg in the AVI extensible wave format.
3939
3940 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3943           Make buffer durations add up (duration should be next_ts-ts for
3944           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3945           from CVS.
3946
3947         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3948         (test_buffer_timestamps), (cddabasesrc_suite):
3949           Add unit test for the above.
3950
3951         * tests/check/Makefile.am:
3952           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3953           to see what happens.
3954
3955 2006-08-16  Wim Taymans  <wim@fluendo.com>
3956
3957         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3958         (gst_alsasink_open):
3959         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3960         (gst_alsasrc_open):
3961         Avoid setting and using a NULL device name.
3962         Print more info when we fail to open a device.
3963
3964 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * docs/libs/gst-plugins-base-libs-sections.txt:
3967         * gst-libs/gst/tag/tag.h:
3968         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3969           API: add gst_tag_parse_extended_comment() (#351426).
3970
3971         * tests/check/Makefile.am:
3972         * tests/check/libs/.cvsignore:
3973         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3974           Add unit test for gst_tag_parse_extended_comment().
3975
3976 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3980           Fix leak (#351502).
3981
3982 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3985         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3986         * docs/plugins/gst-plugins-base-plugins.args:
3987         * gst/playback/gstplaybin.c:
3988           Document playbin.
3989           
3990         * docs/plugins/inspect/plugin-adder.xml:
3991         * docs/plugins/inspect/plugin-alsa.xml:
3992         * docs/plugins/inspect/plugin-audioconvert.xml:
3993         * docs/plugins/inspect/plugin-audiorate.xml:
3994         * docs/plugins/inspect/plugin-audioresample.xml:
3995         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3996         * docs/plugins/inspect/plugin-cdparanoia.xml:
3997         * docs/plugins/inspect/plugin-decodebin.xml:
3998         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3999         * docs/plugins/inspect/plugin-gnomevfs.xml:
4000         * docs/plugins/inspect/plugin-ogg.xml:
4001         * docs/plugins/inspect/plugin-pango.xml:
4002         * docs/plugins/inspect/plugin-playbin.xml:
4003         * docs/plugins/inspect/plugin-subparse.xml:
4004         * docs/plugins/inspect/plugin-tcp.xml:
4005         * docs/plugins/inspect/plugin-theora.xml:
4006         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4007         * docs/plugins/inspect/plugin-video4linux.xml:
4008         * docs/plugins/inspect/plugin-videorate.xml:
4009         * docs/plugins/inspect/plugin-videoscale.xml:
4010         * docs/plugins/inspect/plugin-videotestsrc.xml:
4011         * docs/plugins/inspect/plugin-volume.xml:
4012         * docs/plugins/inspect/plugin-vorbis.xml:
4013         * docs/plugins/inspect/plugin-ximagesink.xml:
4014         * docs/plugins/inspect/plugin-xvimagesink.xml:
4015           Update to CVS version.
4016
4017 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4020         (gst_play_bin_set_property), (gst_play_bin_get_property),
4021         (value_list_append_structure_list),
4022         (gst_play_bin_handle_redirect_message),
4023         (gst_play_bin_handle_message):
4024           API: GstPlayBin::connection-speed
4025           Add "connection-speed" property; re-order redirect messages with
4026           multiple redirect locations depending on the minimum bitrate if
4027           that information is available and a connection speed is set
4028           (#350399).
4029
4030 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * gst/playback/gstplaybin.c:
4033           Update max volume to the same value that the volume element uses.
4034
4035 2006-08-14  Wim Taymans  <wim@fluendo.com>
4036
4037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4038         Less uglyness..
4039
4040 2006-08-14  Wim Taymans  <wim@fluendo.com>
4041
4042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4043         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4044         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4045         Add some more debug info.
4046         Don't crash when a seek failed.
4047         Actually return the result of the seek instead of TRUE.
4048         Ignore multiple BOS pages with the same serial so that we don't create
4049         the same stream multiple times.
4050         Post an error when we fail to do the initial seek.
4051
4052 2006-08-13  Wim Taymans  <wim@fluendo.com>
4053
4054         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4055         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4056         Small code cleanup.
4057
4058         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4059         (gst_alsa_mixer_new):
4060         Remove hack that always set the device to hw:0*.
4061         Properly find the card name for whatever device was configured.
4062         Do some better debugging.
4063         Fixes #350784.
4064
4065         * ext/alsa/gstalsamixerelement.c:
4066         (gst_alsa_mixer_element_set_property),
4067         (gst_alsa_mixer_element_change_state):
4068         Cleanups.
4069         Handle setting of a NULL device name better.
4070
4071 2006-08-11  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst/adder/gstadder.c:
4074         Don't clip float values. Fixes #350900.
4075
4076 2006-08-11  Andy Wingo  <wingo@pobox.com>
4077
4078         * gst/tcp/gsttcp.c: Really fix the build?
4079
4080         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4081         fixes the build.
4082
4083 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4086           Float caps shouldn't have a "signed" field.
4087
4088 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4091           Implement SEEKING query in its most basic form, so that we can
4092           at least check if we're seekable or not (#350655).
4093
4094 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4097           The checks here are not even close to anything that would
4098           justify MAXIMUM probability, lowering to POSSIBLE until someone
4099           fixes the checks (case at hand: quicktime redirection files
4100           might start with 00 00 01 XX and pass the checks here just
4101           fine, see #350399).
4102
4103 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         Patch by: Sjoerd Simons  <sjoerd at luon net>
4106
4107         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4108           Better detection for multipart/x-mixed-replace: accept leading
4109           whitespaces before the boundary marker as well (as our very own
4110           multipartmux used to produce) (#349068).
4111
4112 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         Patch by: Young-Ho Cha  <ganadist at chollian net>
4115
4116         * gst-libs/gst/riff/riff-ids.h:
4117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4118         (gst_riff_create_audio_template_caps):
4119           Detect DTS audio streams (#350157).
4120
4121 2006-08-05  Andy Wingo  <wingo@pobox.com>
4122
4123         * ext/theora/gsttheoraparse.h:
4124         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4125         (theora_parse_dispose, theora_parse_set_property)
4126         (theora_parse_get_property, theora_parse_munge_granulepos)
4127         (theora_parse_push_buffer, theora_parse_change_state):
4128         API: GstTheoraParse::synchronization-points
4129         Add a property 'synchronization-points' to fix badly synchronized oggs.
4130
4131 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4132
4133         * tests/check/Makefile.am:
4134         * tests/check/libs/.cvsignore:
4135         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4136         (fixed_caps_have_channel_positions), (GST_START_TEST),
4137         (audio_suite), (main):
4138           Add a few tests for the channel position stuff in libgstaudio.
4139
4140 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4143         (gst_alsa_detect_channels):
4144         * ext/alsa/gstalsasink.c:
4145           Add support for cards that (only) do more than 8 channels,
4146           like the Delta 44 (#345188).
4147
4148         * gst-libs/gst/audio/multichannel.c:
4149         (gst_audio_check_channel_positions):
4150         * gst-libs/gst/audio/multichannel.h:
4151           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4152           unspecified channel position and cannot be combined with any
4153           of the other audio channel positions; adjust position layout
4154           checks accordingly (#345188).
4155
4156 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4157
4158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4159           Recognise ancient RealAudio files (see #349779).
4160
4161 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         Patch by: Jens Granseuer  <jensgr at gmx net>
4164
4165         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4166           Add typefinder for Interplay's MVE format (#348973).
4167
4168 2006-08-02  Wim Taymans  <wim@fluendo.com>
4169
4170         Patch by: Marcel Moreaux <marcelm at luon dot net>
4171
4172         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4173         (gst_base_rtp_depayload_add_to_queue):
4174         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4175         Handle RTP sequence number rollover.
4176         Disable jitterbuffer by default.
4177
4178 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4179
4180         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4181         (audioresample_set_caps):
4182         Don't leak references to the incoming caps. Clean them up when
4183         stopping.
4184
4185         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4186         (gst_video_scale_finalize):
4187         Don't leak our temporary pixel buffer.
4188
4189         * tests/check/Makefile.am:
4190         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4191         (GST_START_TEST), (simple_launch_lines_suite):
4192
4193         Fix leaks and re-enable the test for valgrind checking.
4194
4195 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         Patch by: Sjoerd Simons  <sjoerd at luon net>
4198
4199         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4200         (plugin_init):
4201           Add typefind function for multipart/x-mixed-replace (#348916).
4202
4203 2006-07-28  Wim Taymans  <wim@fluendo.com>
4204
4205         * gst/adder/gstadder.c: (gst_adder_setcaps),
4206         (gst_adder_query_duration):
4207         Fix leak in duration query.
4208         Reflow some docs and notes.
4209
4210 2006-07-28  Michael Smith  <msmith@fluendo.com>
4211
4212         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4213         (vorbisenc_suite):
4214           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4215           aspect of it.
4216
4217 2006-07-28  Michael Smith  <msmith@fluendo.com>
4218
4219         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4220         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4221         (gst_vorbis_enc_push_buffer),
4222         (gst_vorbis_enc_buffer_check_discontinuous),
4223         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4224         * ext/vorbis/vorbisenc.h:
4225           Handle discontinuities in the input vorbis stream correctly,
4226           so that the output is properly timestamped (and has good granulepos
4227           values). Needs some oggmux fixes too.
4228
4229 2006-07-27  Wim Taymans  <wim@fluendo.com>
4230
4231         patch by: Kai Vehmanen <kv2004 eca cx>
4232
4233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4234         (gst_base_rtp_depayload_chain),
4235         (gst_base_rtp_depayload_handle_sink_event),
4236         (gst_base_rtp_depayload_change_state):
4237         Don't send multiple newsegments with different formats.
4238         Fixes #348677.
4239
4240 2006-07-26  Wim Taymans  <wim@fluendo.com>
4241
4242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4243         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4244         Make seeking in ogg more accurate again by doing the more correct
4245         granuletime to stream time conversion.
4246
4247 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4248
4249         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4250         (gst_multi_fd_sink_new_client):
4251           debug a little more understandably
4252           do not use goto as a substitute for break, especially if
4253           break is also being used
4254
4255 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4256
4257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4258         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4259           Remove GLib-2.6 compatibility cruft.
4260
4261 2006-07-24  Wim Taymans  <wim@fluendo.com>
4262
4263         * gst-libs/gst/audio/gstbaseaudiosink.c:
4264         (gst_base_audio_sink_render):
4265         Don't try to align a sample to an unknown value.
4266
4267 2006-07-24  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst-libs/gst/audio/gstbaseaudiosink.c:
4270         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4271         When the audio clock is slaved to another clock, never try to align
4272         samples but trust the rate interpolation algorithm.
4273
4274 2006-07-24  Wim Taymans  <wim@fluendo.com>
4275
4276         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4277         Don't try to calculate silence samples, base class does this much
4278         better now.
4279
4280         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4281         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4282         (gst_ring_buffer_acquire):
4283         Calculate silence samples correctly.
4284
4285         * gst-libs/gst/audio/gstringbuffer.h:
4286         Add _CAST macro.
4287
4288 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4291           Limit search for the first markup tag to the first few kB of
4292           the file. If we don't find one there, it's highly unlikely that
4293           this is an XML(-ish) file.
4294
4295 2006-07-21  Andy Wingo  <wingo@pobox.com>
4296
4297         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4298         test to the one in vorbisenc. Also commented out.
4299
4300         * tests/check/pipelines/vorbisenc.c: 
4301         (test_discontinuity): New test, commented out until Mike lands
4302         some elite vorbisenc patches.
4303
4304         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4305         Bufferstraw was actually factored out of these tests. Now we share
4306         code yay.
4307
4308         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4309         for bufferstraw addition to gstcheck.
4310
4311 2006-07-21  Wim Taymans  <wim@fluendo.com>
4312
4313         * ext/theora/theoradec.c: (clip_buffer):
4314         Better clipping.
4315
4316 2006-07-21  Wim Taymans  <wim@fluendo.com>
4317
4318         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4319         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4320         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4321         Fix leak.
4322         Avoid type casting when we can.
4323
4324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4325         Fix mem leak.
4326
4327 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         * ext/alsa/gstalsamixerelement.c:
4330         (gst_alsa_mixer_element_change_state):
4331           Make state change fail if the specified device can't be opened
4332           for some reason.
4333
4334 2006-07-20  Wim Taymans  <wim@fluendo.com>
4335
4336         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4337         (cb_newpad), (main):
4338         Example of a small audio/video player using decodebin.
4339
4340 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4341
4342         * gst-libs/gst/riff/riff-ids.h:
4343           Add 'fact' chunk id
4344
4345 2006-07-19  Wim Taymans  <wim@fluendo.com>
4346
4347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4348         (gst_base_rtp_depayload_chain),
4349         (gst_base_rtp_depayload_change_state):
4350         Don't assert when not negotiated but post a meaningfull 
4351         error message. Fixes #347918.
4352
4353         * gst-libs/gst/rtp/gstbasertppayload.c:
4354         Add comment about better default MTU size.
4355
4356         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4357         Small cleanups, start docs.
4358
4359 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4360
4361         Patch by: Martin Szulecki
4362
4363         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4364           If "device-name" is requested and the device is not
4365           open, try to temporarily open it to obtain this
4366           information (#342494).
4367
4368 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * gst-libs/gst/tag/gstid3tag.c:
4371           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4372
4373         * gst-libs/gst/tag/gsttageditingprivate.h:
4374         * gst-libs/gst/tag/gstvorbistag.c:
4375           Some more random const-ifications.
4376
4377 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4378
4379         * gst-libs/gst/riff/riff-ids.h:
4380         * gst-libs/gst/riff/riff-media.c:
4381         (gst_riff_create_video_template_caps):
4382           Add more FOURCCs (sort list to make stuff easier to find),
4383           add comment what those 16 bytes in struct _gst_riff_strh according to
4384           one avi-dumper are
4385
4386 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * gst-libs/gst/audio/multichannel.c:
4389         (gst_audio_check_channel_positions),
4390         (gst_audio_fixate_channel_positions):
4391           Const-ify two arrays.
4392
4393 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4396           Fix typo, so that alsasink also advertises 8 channels
4397           if that's supported (tags: can, worms, open, alsa, ph34r).
4398
4399 2006-07-17  Wim Taymans  <wim@fluendo.com>
4400
4401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4402         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4403         *sigh*, when is the compiler going to warn when the comments
4404         are out-of-sync with the code.. Refix case of busted theora
4405         headers with 0 granule pos.
4406
4407 2006-07-14  Wim Taymans  <wim@fluendo.com>
4408
4409         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4410         (gst_base_rtp_depayload_wait),
4411         (gst_base_rtp_depayload_change_state),
4412         (gst_base_rtp_depayload_set_property),
4413         (gst_base_rtp_depayload_get_property):
4414         Fix 99% cpu load by waiting for absolute times on the
4415         clock. Fixes #347300.
4416
4417 2006-07-14  Andy Wingo  <wingo@pobox.com>
4418
4419         * ext/theora/gsttheoraparse.h: 
4420         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4421         (theora_parse_push_headers, theora_parse_clear_queue)
4422         (theora_parse_drain_queue_prematurely, )
4423         (theora_parse_sink_event, theora_parse_change_state): Queue events
4424         until we initialized our state, like in vorbisparse.
4425
4426         * ext/vorbis/vorbisparse.h: 
4427         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4428         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4429         (vorbis_parse_drain_queue_prematurely, )
4430         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4431         until we have initialized our state. Fixes seeking after an
4432         initial pad block.
4433
4434 2006-07-14  Andy Wingo  <wingo@pobox.com>
4435
4436         Patch by: Iain Holmes <iaingnome@gmail.com>
4437         
4438         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4439
4440 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4441
4442         * configure.ac:
4443         Bump nano back to CVS
4444
4445 === release 0.10.9 ===
4446
4447 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4448
4449         * configure.ac:
4450           releasing 0.10.9, "I walk the line"
4451
4452 2006-07-14  Michael Smith  <msmith@fluendo.com>
4453
4454         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4455           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4456           (commonly happens when running this test under valgrind) when trying
4457           to remove the buffer probe.
4458
4459 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4460
4461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4462         Fix missing g_unlock from the previous commit
4463
4464 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4465
4466         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4467         (gst_ximagesink_change_state):
4468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4469         (gst_xvimagesink_change_state):
4470         Implement a locking order to ensure we always take the object lock
4471         before the x_lock and never vice-versa.
4472
4473 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4474
4475         * gst/playback/gstdecodebin.c: (find_compatibles):
4476         Fix a caps leak when linking (#347304)
4477
4478         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4479         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4480         (gst_ximagesink_change_state):
4481         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4482         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4483         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4484         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4485         Don't leak shared memory resources. Use the object lock to protect
4486         against the xcontext disappearing while returning a buffer from the
4487         pipeline. (#347304)
4488
4489 2006-07-12  Edward Hervey  <edward@fluendo.com>
4490
4491         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4492         (vorbis_handle_comment_packet):
4493         gst_tag_list_merge() returns a new object. Take that into account when
4494         using it. This avoids memleak.
4495         Revert previous commit which is not needed.
4496
4497 2006-07-12  Edward Hervey  <edward@fluendo.com>
4498
4499         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4500         Reset the decoder in finalize so that all fields get cleared.
4501
4502 2006-07-12  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4505         (gst_base_audio_src_set_clock),
4506         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4507         Don't try to post an error message when setting the clock fails
4508         as this can happen when adding an element to a bin which will then
4509         deadlock. Fixes #347296.
4510
4511 2006-07-12  Edward Hervey  <edward@fluendo.com>
4512
4513         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4514         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4515         (vorbis_handle_type_packet):
4516         Post tag messages on the bus even if we're not initialized.
4517         If we're not initialized, we still postpone the event pushing of tags.
4518
4519 2006-07-12  Wim Taymans  <wim@fluendo.com>
4520
4521         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4522         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4523         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4524         Revert last two changes that broke the freeze.
4525
4526 2006-07-12  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4529         basesink calculates silence sample correctly for us.
4530
4531 2006-07-12  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4534         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4535         Calculate correct silence samples so we don't fill our ringbuffer
4536         with noise.
4537
4538 2006-07-12  Edward Hervey  <edward@fluendo.com>
4539
4540         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4541         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4542         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4543         * ext/vorbis/vorbisdec.h:
4544         Delay sending events (newsegment, tags) until the decoder is properly
4545         initialized.
4546         Fixes #347295
4547
4548 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4549
4550         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4551         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4552           Patch from #347221 adding a test for audioconvert
4553           channel remappings.
4554
4555 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4558         (gst_ssa_parse_parse_line):
4559           Don't include the terminating NUL in the buffer size,
4560           it's only there for extra paranoia (would add random
4561           '*' characters at the end of each subtitle since the
4562           terminator itself is not valid UTF-8 technically).
4563           Also fix indenting after boilerplate macro.
4564
4565 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4566
4567         * gst/playback/gstdecodebin.c: (close_pad_link):
4568           Also emit 'unknown-type' signal (which should really be
4569           called unhandled-type) if we found potential decoders/demuxers
4570           in the registry but none of them worked in the end (as in the
4571           case where the plugins don't exist any longer but are still
4572           listed in the registry). Fixes #329798.
4573
4574 2006-07-08  Andy Wingo  <wingo@pobox.com>
4575
4576         * theoraparse.c (theora_parse_push_buffer)
4577         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4578         Add some more debugging. Fix granulepos reconstruction in the face
4579         of discontinuities.
4580
4581 2006-07-06  Wim Taymans  <wim@fluendo.com>
4582
4583         * gst-libs/gst/audio/gstbaseaudiosink.c:
4584         (gst_base_audio_sink_class_init),
4585         (gst_base_audio_sink_provide_clock):
4586         Use gobject_class instead of G_OBJECT_CLASS (klass)
4587
4588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4589         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4590         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4591         (gst_base_audio_src_get_time),
4592         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4593         (gst_base_audio_src_create_ringbuffer):
4594         Fix latency and buffer-time constants and properties ala basesink.
4595         Implement pull based scheduling. Fixes #346527.
4596         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4597         one segment.
4598         Refuse slaving to another clock instead of silently not working.
4599         Only provide a clock when we are actually able to do so.
4600         Various small cleanups and compiler hints.
4601
4602 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4603
4604         Patch by: Lutz Mueller <lutz at topfrose de>
4605
4606         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4607         (plugin_init):
4608           Add typefinding for text/html (#346581).
4609
4610 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4613         (xml_check_first_element), (xml_type_find), (smil_type_find):
4614           Fix SMIL typefinding, make xml_check_first_element() more
4615           useful.
4616
4617 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4620         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4621         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4622         * gst/playback/gstplaybasebin.h:
4623           Protect list of elements with a subtitle-encoding property and
4624           the subtitle encoding member itself with a lock of their own
4625           instead of using the object lock. This prevents a dead-lock in
4626           the element-remove callback in some circumstances when shutting
4627           down playbin.
4628
4629 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4630
4631         * win32/common/libgsttag.def:
4632         Export some new functions.
4633         * win32/vs6/libgstogg.dsp:
4634         Add a link to libgsttag-0.10.lib.
4635
4636 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4639           Some const-ification.
4640
4641 2006-07-04  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4644         Improve checking if we are dealing with a stream. Added some
4645         more uris that need buffering.
4646
4647 2006-07-03  Edward Hervey  <edward@fluendo.com>
4648
4649         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4650         Remove unused variable.
4651
4652 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4653
4654         * Makefile.am:
4655           include lcov.mak
4656         * configure.ac:
4657           add GCOV_LIBS to GST_LIBS
4658
4659 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4662
4663         * ext/alsa/gstalsasrc.c:
4664           Add 32 bps to template caps and increase channels range
4665           from [1,2] to [1,MAX]. See #346326.
4666
4667 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4670           Recognise 'WMVA' video codec fourcc (#345879).
4671           
4672 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4673          
4674         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4675           Fixed nasty memory leak
4676
4677 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4678
4679         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4680         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4681           fix logging
4682
4683 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4684
4685         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4686         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4687         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4688         Protect remove_fakesink using a mutex, so that we don't try and
4689         remove the fakesink simultaneously from multiple threads.
4690
4691         When going from READY to PAUSED, restore the fakesink, so that
4692         it is there when decodebin gets reused.
4693
4694 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4698         * gst-libs/gst/rtp/gstbasertppayload.c:
4699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4700         * gst/tcp/gstmultifdsink.c:
4701         * gst/tcp/gsttcpclientsink.c:
4702         * gst/tcp/gsttcpclientsrc.c:
4703         * gst/tcp/gsttcpserversink.c:
4704         * gst/tcp/gsttcpserversrc.c:
4705         * gst/videorate/gstvideorate.c:
4706         * gst/videotestsrc/gstvideotestsrc.c:
4707         * sys/v4l/gstv4ljpegsrc.c:
4708         * sys/v4l/gstv4lmjpegsink.c:
4709         * sys/v4l/gstv4lsrc.c:
4710         * tests/examples/seek/scrubby.c:
4711         * tests/examples/seek/seek.c:
4712           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4713
4714 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4717           Second field in GEnumValue shouldn't be a description,
4718           but a stringified version of the enum value.
4719
4720 2006-06-22  Wim Taymans  <wim@fluendo.com>
4721
4722         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4723         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4724         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4725         Avoid type checking in buffer casts.
4726         Avoid caps copy in buffer_alloc when we can.
4727         Use pad_peer_accept.
4728
4729 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * gst-libs/gst/tag/tag.h:
4732           Oops, make that 'Since: 0.10.9'.
4733
4734 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * docs/libs/gst-plugins-base-libs-sections.txt:
4737         * gst-libs/gst/tag/tag.h:
4738         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4739         (gst_tag_image_type_get_type):
4740           API: add GstTagImageType enum to describe images contained
4741           in image tags (#345641).
4742
4743 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4746           Fix warnings with gst-inspect: "buffers-min" property
4747           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4748           typo in property description.
4749
4750 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         Patch by: Cody Russell <bratsche at gnome org>
4753
4754         * gst/audioresample/gstaudioresample.c:
4755         (gst_audioresample_class_init):
4756         * gst/playback/gststreamselector.c:
4757         (gst_stream_selector_class_init):
4758         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4759         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4760         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4761         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4762         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4763         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4764         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4765         * gst/videotestsrc/gstvideotestsrc.c:
4766         (gst_video_test_src_class_init):
4767         * gst/volume/gstvolume.c: (gst_volume_class_init):
4768           Avoid unnecessary class cast check in class_init
4769           functions (#337747).
4770
4771 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4774         (gst_text_overlay_video_chain):
4775           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4776           and doesn't validate its input either (and neither did
4777           textoverlay it seems). Let's do that then and fix #345206.
4778
4779 2006-06-19  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4782         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4783         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4784         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4785         (find_syncframe), (find_limits), (assign_value),
4786         (count_burst_unit), (gst_multi_fd_sink_new_client),
4787         (gst_multi_fd_sink_handle_client_write),
4788         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4789         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4790         (gst_multi_fd_sink_change_state):
4791         * gst/tcp/gstmultifdsink.h:
4792         Added shiny new burst-on-connect methods.
4793         Add properties to control the minimal amount of data queued.
4794         Small cleanups.
4795         API: bytes-min property
4796         API: time-min property
4797         API: buffers-min property
4798         API: burst-unit property
4799         API: burst-value property
4800         API: add-full signal
4801
4802         * gst/tcp/gsttcp-marshal.list:
4803         Added new marshaller code for the new signal.
4804
4805         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4806         (multifdsink_suite):
4807         Added testcases for new burst methods.
4808
4809 2006-06-19  Edward Hervey  <edward@fluendo.com>
4810
4811         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4812         Implement clipping for accurate seeking.
4813         Closes #345225
4814
4815 2006-06-19  Wim Taymans  <wim@fluendo.com>
4816
4817         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4818
4819         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4820         (gst_video_scale_transform):
4821         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4822
4823 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * configure.ac:
4826           Fix --disable-external (can't set conditionals conditionally,
4827           #343602).
4828
4829 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * tests/check/elements/audioresample.c: (test_reuse),
4832         (audioresample_suite):
4833           Add test case for bug #342789 fixed below.
4834
4835 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/audioresample/gstaudioresample.c:
4838         (gst_audioresample_class_init), (gst_audioresample_init),
4839         (audioresample_start), (audioresample_stop),
4840         (gst_audioresample_set_property), (gst_audioresample_get_property):
4841           Implement GstBaseTransform::start and ::stop so that audioresample
4842           can clear its internal state properly and be reused instead of
4843           causing non-negotiated errors with playbin under some circumstances
4844           (#342789).
4845
4846         * tests/check/elements/audioresample.c: (setup_audioresample),
4847         (cleanup_audioresample):
4848           Need to set element state here so that ::start and ::stop are
4849           called.
4850
4851 2006-06-16  Wim Taymans  <wim@fluendo.com>
4852
4853         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4854
4855         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4856         Parse extra data better, apparently it's right behind
4857         the normal strf header size. Fixes #343500.
4858
4859 2006-06-16  Wim Taymans  <wim@fluendo.com>
4860
4861         * ext/alsa/gstalsasink.c: (set_hwparams):
4862         If we fail to set the buffer_time and period_time alsa
4863         parameters, post a warning and leave alsa select a 
4864         default instead of failing. Fixes #342085
4865
4866 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         * docs/libs/gst-plugins-base-libs-sections.txt:
4869         * gst-libs/gst/cdda/gstcddabasesrc.h:
4870           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4871           out in the header file and shouldn't be listed in the docs.
4872
4873         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4874           Must dereference pointer to fourcc in the debug statement.
4875
4876 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4877
4878         * docs/libs/Makefile.am:
4879         * docs/libs/gst-plugins-base-libs-docs.sgml:
4880         * docs/libs/gst-plugins-base-libs-sections.txt:
4881         * docs/libs/gst-plugins-base-libs.types:
4882         add remaining symbols into correct setions
4883         
4884         * gst-libs/gst/audio/gstringbuffer.c:
4885         fix incomplete docs
4886         
4887         * gst-libs/gst/audio/gstringbuffer.h:
4888         comment out not yet implemented function
4889         
4890         
4891         * gst-libs/gst/floatcast/floatcast.h:
4892         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4893         add short descriptions
4894         
4895         
4896         * gst-libs/gst/interfaces/propertyprobe.c:
4897         fix return value docs   
4898         
4899         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4900         simplify debug logging
4901         
4902         * gst-libs/gst/riff/riff-read.h:
4903         sync function prototype and docs
4904         
4905         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4906         remove left over symbol
4907
4908 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4909
4910         * autogen.sh:
4911         * configure.ac:
4912         * docs/Makefile.am:
4913           Use GST_PLUGIN_DOCS macro in configure.ac, add
4914           --enable-plugin-docs default to autogen.sh and use
4915           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4916
4917 2006-06-15  Wim Taymans  <wim@fluendo.com>
4918
4919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4920         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4921         (gst_ogg_demux_loop):
4922         Combine GstFlowReturn from the source pads to give a
4923         meaningfull result to the upstream peer or to stop the
4924         processing task in case of errors.
4925
4926 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst/playback/gststreaminfo.c: (cb_probe):
4929           Try GST_TAG_CODEC as fallback when extracting the
4930           codec name; more debug info.
4931
4932 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * ext/ogg/Makefile.am:
4935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4936           Extract language tags from ogm subtitle streams, so that
4937           the subtitle menu choices are labelled correctly in
4938           Totem (fixes #344708).
4939
4940 2006-06-14  Wim Taymans  <wim@fluendo.com>
4941
4942         Patch by: Alessandro Decina <alessandro at nnva dot org>
4943
4944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4945         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4946         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4947         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4948         Fix various leaks. Fixes #343699.
4949         Add x-smoke mime type.
4950
4951 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         * gst-libs/gst/riff/riff-ids.h:
4954           Add IDs for 'bext' chunks (see #343837).
4955
4956 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         Patch by: Young-Ho Cha  <ganadist at chollian net>
4959
4960         * gst/subparse/samiparse.c: (sami_context_pop_state),
4961         (handle_start_font), (end_sami_element):
4962           Honour font face tags in SAMI subtitles (#344503).
4963
4964 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4965
4966         * po/POTFILES.in:
4967           add missing files containing translatable strings
4968
4969 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4970
4971         * docs/libs/tmpl/.cvsignore:
4972           we don't want those *.sgml files in CVS either
4973
4974 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4975
4976         * docs/libs/.cvsignore:
4977         * tests/check/elements/.cvsignore:
4978         * tests/check/libs/.cvsignore:
4979           ignore more
4980
4981 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4982
4983         * docs/libs/Makefile.am:
4984           also commiting the changed Makefile.am (added more libs to the
4985           doc-build)
4986
4987 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4988
4989         * docs/libs/gst-plugins-base-libs-docs.sgml:
4990         * docs/libs/gst-plugins-base-libs-sections.txt:
4991         * docs/libs/gst-plugins-base-libs.types:
4992           first batch of reordering things, add index & hierarchy
4993
4994 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * configure.ac:
4997           use GST_PKG_CHECK_MODULES, cleans up output
4998
4999 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5000
5001         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5002           Add support for burn:// URIs (#343385); const-ify things a bit,
5003           use G_N_ELEMENTS instead of hard-coded array size.
5004
5005 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5006
5007         Patch by: Young-Ho Cha  <ganadist at chollian net>
5008
5009         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5010           Fix up broken entities before passing them to libxml *sigh*.
5011           (#343303).
5012           
5013 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5014
5015         * configure.ac:
5016           back to TRUNK
5017
5018 === release 0.10.8 ===
5019
5020 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5021
5022         * configure.ac:
5023           releasing 0.10.8, "Moar gij ziet mij nie"
5024
5025 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5026
5027         * configure.ac:
5028         * po/af.po:
5029         * po/az.po:
5030         * po/cs.po:
5031         * po/en_GB.po:
5032         * po/hu.po:
5033         * po/it.po:
5034         * po/nb.po:
5035         * po/nl.po:
5036         * po/or.po:
5037         * po/sq.po:
5038         * po/sr.po:
5039         * po/sv.po:
5040         * po/uk.po:
5041         * po/vi.po:
5042         * win32/common/config.h:
5043           0.10.7.2 prerelease
5044
5045 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5046
5047         * docs/libs/tmpl/gstaudio.sgml:
5048         * docs/libs/tmpl/gstcolorbalance.sgml:
5049         * docs/libs/tmpl/gstmixer.sgml:
5050         * docs/libs/tmpl/gstringbuffer.sgml:
5051         * docs/libs/tmpl/gsttuner.sgml:
5052         * docs/libs/tmpl/gstxoverlay.sgml:
5053         * gst-libs/gst/audio/audio.c:
5054         * gst-libs/gst/audio/gstringbuffer.c:
5055         * gst-libs/gst/interfaces/colorbalance.c:
5056         * gst-libs/gst/interfaces/mixer.c:
5057         * gst-libs/gst/interfaces/tuner.c:
5058         * gst-libs/gst/interfaces/xoverlay.c:
5059           move last template doc snippets to source code and delete them
5060
5061 2006-06-06  Michael Smith  <msmith@fluendo.com>
5062
5063         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5064         (theora_parse_drain_queue):
5065           Mark DELTA_UNIT on non-keyframes.
5066
5067 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5068
5069         * gst-libs/gst/audio/gstbaseaudiosink.c:
5070         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5071         * gst-libs/gst/audio/gstbaseaudiosink.h:
5072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5073         (gst_ring_buffer_samples_done):
5074         * gst-libs/gst/audio/gstringbuffer.h:
5075         Document better the fact that latency_time and buffer_time are values
5076         stored in microseconds, and not the usual GStreamer nanoseconds.
5077         Change the variables (compatibly) that store them from GstClockTime 
5078         to guint64 to make it more clear that they're not storing clock times.
5079         Also, remove the bogus property description that says the user can
5080         specify -1 to get the default value, since that's never been the case.
5081
5082         When computing the default segment size for the ring buffer, make it
5083         an integer number of samples.
5084
5085         When the sub-class indicates a delay greater than the number of
5086         samples we've written return 0 from the audio sink get_time method.
5087
5088 2006-06-02  Michael Smith  <msmith@fluendo.com>
5089
5090         * tests/check/elements/audioconvert.c: (set_channel_positions),
5091         (get_float_mc_caps), (get_int_mc_caps):
5092         * tests/check/elements/audioresample.c:
5093         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5094         * tests/check/elements/videorate.c:
5095         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5096         * tests/check/elements/volume.c:
5097         * tests/check/elements/vorbisdec.c:
5098         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5099           Don't busy-wait in tests; this was causing test timeouts very
5100           frequently when running under valgrind.
5101
5102 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5103
5104         * gst/tcp/README:
5105         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5106         (gst_multi_fd_sink_remove_client_link),
5107         (gst_multi_fd_sink_client_queue_caps),
5108         (gst_multi_fd_sink_client_queue_buffer),
5109         (gst_multi_fd_sink_handle_client_write),
5110         (gst_multi_fd_sink_render):
5111         * gst/tcp/gstmultifdsink.h:
5112           make multifdsink properly deal with streamheader:
5113           - streamheader is taken from caps
5114           - buffers marked with IN_CAPS are not sent
5115           - streamheaders are sent, on connection, from the caps of the
5116             buffer where the client gets positioned to
5117           - further streamheader changes are done every time the client
5118             will receive a buffer with different caps
5119         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5120         (gst_multifdsink_create_streamheader):
5121           add tests for this
5122
5123 2006-06-02  Michael Smith  <msmith@fluendo.com>
5124
5125         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5126           Reinstate limit on channel count. Vorbis does not define the meaning
5127           of > 6 channels, so they're just independent channels. Gstreamer
5128           currently has no mechanism to represent N independent channels.
5129
5130 2006-06-02  Michael Smith  <msmith@fluendo.com>
5131
5132         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5133           Don't arbitrarily restrict channel counts and rate in vorbis.
5134           In terms of effects likely on real-world files, this fixes 96kHz
5135           playback of vorbis.
5136
5137 2006-06-02  Michael Smith  <msmith@fluendo.com>
5138
5139         * gst/audioconvert/audioconvert.c: (float):
5140           More correct float->int conversion.
5141
5142 2006-06-02  Michael Smith  <msmith@fluendo.com>
5143
5144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5145           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5146           value. Fixes g-critical on trying to play back ogg containing
5147           unknown codec.
5148
5149 2006-06-02  Wim Taymans  <wim@fluendo.com>
5150
5151         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5152         (setup_source):
5153         * gst/playback/gstplaybasebin.h:
5154         Make the subtitle detection work from any thread so we don't
5155         deadlock. Fixes #343397.
5156
5157 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5158
5159         * gst/volume/Makefile.am:
5160           Seriously, it's not *that* hard to get compilation right.  Even
5161           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5162
5163 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5164
5165         * gst/volume/gstvolume.c: (volume_choose_func),
5166         (volume_update_real_volume), (gst_volume_class_init),
5167         (gst_volume_init), (volume_process_float), (volume_process_int16),
5168         (volume_process_int16_clamp), (volume_set_caps),
5169         (volume_transform_ip), (plugin_init):
5170         * gst/volume/gstvolume.h:
5171         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5172         another property desc., remove unused param from process function
5173         
5174         * tests/check/elements/volume.c: (volume_suite):
5175         reactivate the passthrough test
5176
5177 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5178
5179         * ext/alsa/gstalsamixerelement.h:
5180         * ext/alsa/gstalsamixeroptions.h:
5181         * ext/alsa/gstalsamixertrack.h:
5182         * ext/gnomevfs/gstgnomevfssink.h:
5183         * ext/gnomevfs/gstgnomevfssrc.h:
5184         * ext/theora/gsttheoradec.h:
5185         * ext/theora/gsttheoraenc.h:
5186         * ext/theora/gsttheoraparse.h:
5187         * ext/vorbis/vorbisparse.h:
5188         * gst-libs/gst/audio/gstaudioclock.h:
5189         * gst-libs/gst/audio/gstaudiofilter.h:
5190         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5191         * gst/audioconvert/gstaudioconvert.h:
5192         * gst/audioresample/gstaudioresample.h:
5193         * gst/audiotestsrc/gstaudiotestsrc.h:
5194         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5195         * gst/playback/gststreamselector.h:
5196         * gst/tcp/gstmultifdsink.h:
5197         * gst/tcp/gsttcpclientsink.h:
5198         * gst/tcp/gsttcpclientsrc.h:
5199         * gst/tcp/gsttcpserversink.h:
5200         * gst/tcp/gsttcpserversrc.h:
5201         * gst/videorate/gstvideorate.h:
5202         * gst/videoscale/gstvideoscale.h:
5203         * gst/videotestsrc/gstvideotestsrc.h:
5204         * gst/volume/gstvolume.h:
5205         * sys/v4l/gstv4ljpegsrc.h:
5206         * sys/v4l/gstv4lmjpegsink.h:
5207         * sys/v4l/gstv4lmjpegsrc.h:
5208         * sys/v4l/gstv4lsrc.h:
5209         * sys/ximage/ximagesink.h:
5210         * sys/xvimage/xvimagesink.h:
5211         * tests/old/testsuite/alsa/sinesrc.h:
5212         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5213
5214 2006-05-31  Wim Taymans  <wim@fluendo.com>
5215
5216         * ext/libvisual/visual.c: (gst_visual_reset),
5217         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5218         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5219         Handle DISCONT.
5220         Use running time before doing QoS.
5221         Handle mono too.
5222
5223 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5224
5225         * docs/libs/Makefile.am:
5226           set a magic variable to indicate we know the docs are incomplete
5227
5228 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5229
5230         * win32/common/libgstvideo.def:
5231           export gst_video_calculate_display_ratio
5232         * win32/vs6/libgstvideoscale.dsp:
5233           add link to libgstvideo-0.10.lib
5234
5235 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/playback/gstplaybasebin.c: (gen_source_element):
5238           Throw a more comprehensible error for rtsp:// URIs (rather
5239           than erroring out with a negotiation error later on) until
5240           we fix playbin to handle rtspsrc etc.
5241
5242 2006-05-30  Wim Taymans  <wim@fluendo.com>
5243
5244         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5245         (gst_text_overlay_text_event):
5246         Added some FIXMEs.
5247
5248 2006-05-30  Wim Taymans  <wim@fluendo.com>
5249
5250         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5251         (gst_adder_request_new_pad), (gst_adder_release_pad):
5252         * gst/adder/gstadder.h:
5253         Implement release_request_pad.
5254         Make padcounter atomic.
5255
5256         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5257         Added check for release_pad in adder.
5258
5259 2006-05-30  Wim Taymans  <wim@fluendo.com>
5260
5261         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5262         Fix build again.
5263
5264 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5265
5266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5267         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5268         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5269         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5270         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5271         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5272         (gst_ogg_demux_bisect_forward_serialno),
5273         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5274         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5275           add more debugging
5276           clean up printf formats for granulepos and serialno
5277
5278 2006-05-30  Michael Smith  <msmith@fluendo.com>
5279
5280         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5281         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5282         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5283         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5284         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5285         * ext/vorbis/vorbisenc.h:
5286           Multi-channel caps negotiation, so we can do proper multichannel
5287           vorbis encoding, negotiated through audioconvert.
5288
5289 2006-05-30  Wim Taymans  <wim@fluendo.com>
5290
5291         * tests/check/elements/adder.c: (test_event_message_received),
5292         (test_play_twice_message_received), (GST_START_TEST),
5293         (adder_suite):
5294         Added check to show that #339935 is fixed with ongoing
5295         adder and collectpads fixes.
5296
5297 2006-05-29  Wim Taymans  <wim@fluendo.com>
5298
5299         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5300         Don't leak pad name.
5301
5302 2006-05-29  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/adder/gstadder.c: (gst_adder_query_duration),
5305         (forward_event_func), (forward_event), (gst_adder_src_event):
5306         Fix adder seeking.
5307         Make query/seeking code threadsafe.
5308
5309         * tests/check/Makefile.am:
5310         * tests/check/elements/adder.c: (test_event_message_received),
5311         (GST_START_TEST), (test_play_twice_message_received):
5312         Fix adder test case.
5313
5314 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         Patch by: Young-Ho Cha  <ganadist at chollian net>
5317
5318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5319         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5320         (set_encoding_element), (decodebin_element_added_cb),
5321         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5322         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5323         * gst/playback/gstplaybasebin.h:
5324           Add 'subtitle-encoding' property to playbin, so applications can
5325           force a subtitle encoding for non-UTF8 subtitles (#342268).
5326
5327         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5328         (gst_sub_parse_set_property):
5329           Rename recently-added 'encoding' property to 'subtitle-encoding'
5330           (so it can be proxied by playbin/decodebin in a generic way
5331           with less danger of false positives).
5332
5333 2006-05-29  Michael Smith  <msmith@fluendo.com>
5334
5335         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5336         (append_with_other_format), (set_structure_widths),
5337         (gst_audio_convert_transform_caps):
5338           Patch from #341562: give more specific audio caps in get_caps, so
5339           that basetransform  can make better decisions on what caps to
5340           negotiate.
5341
5342 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5343
5344         * tests/check/elements/volume.c:
5345         make it compile again
5346
5347 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5348
5349         * tests/check/elements/volume.c: (volume_suite):
5350         disable test until #343196 gets resolved
5351
5352 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5353
5354         * gst/adder/gstadder.c: (gst_adder_get_type):
5355         Make it easier to copy&paste
5356         
5357         * gst/volume/Makefile.am:
5358         * gst/volume/gstvolume.c: (volume_update_real_volume),
5359         (gst_volume_set_volume), (gst_volume_set_mute),
5360         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5361         (volume_transform_ip), (volume_update_mute),
5362         (volume_update_volume):
5363         * gst/volume/gstvolume.h:
5364         Add own debug category, move duplicate code to helper function, fix
5365         property texts, add more comments and prepare ffor liboil-goodness
5366         
5367         * tests/check/Makefile.am:
5368         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5369         add test for mute and passtrough case, be a bit more verbose to track
5370         failure
5371         
5372         * tests/check/generic/states.c: (GST_START_TEST):
5373         catch elements that fail to instantiate
5374
5375 2006-05-28  Edward Hervey  <edward@fluendo.com>
5376
5377         * tests/check/pipelines/simple-launch-lines.c:
5378         * tests/check/pipelines/theoraenc.c:
5379         * tests/check/pipelines/vorbisenc.c:
5380         Comment out tests using parse_launch() if core was built without
5381         parsing capabilities.
5382
5383 2006-05-27  Edward Hervey  <edward@fluendo.com>
5384
5385         * tests/check/Makefile.am:
5386         Extra bonus points for whoever explains to ensonic that you are meant
5387         to test unit tests thoroughly before commiting them, especially if
5388         you know it's going to break.
5389         De-activated element/adder tests.
5390
5391 2006-05-27  Edward Hervey  <edward@fluendo.com>
5392
5393         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5394         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5395         Marking caps conversion issues as GST_WARNING is way too verbose,
5396         Moving them to GST_LOG.
5397
5398 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         * README:
5401           Replace current README (containing the release notes from
5402           some 0.9.x version) with a proper README taken from the core.
5403
5404 2006-05-26  Wim Taymans  <wim@fluendo.com>
5405
5406         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5407         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5408         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5409         (vorbis_dec_change_state):
5410         Small cleanups.
5411         Add some FIXMEs
5412         Clip output samples to segment boundaries.
5413
5414 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5415
5416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5417         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5418         Improve the errors produced on bad output, including some human
5419         readable description strings.
5420         Handle the (theoretical for ximagesink) case where the XServer 
5421         has a different idea about the size required for a particular 
5422         frame and gives us too small a memory allocation.
5423
5424 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5425
5426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5427         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5428         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5429         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5430         Improve the errors produced on bad output, including some human 
5431         readable description strings.
5432         Handle RGB Xv formats properly by transforming them into our 
5433         big-endian caps description.
5434         Use gst_caps_truncate to ensure that we never try and choose a
5435         non-fixed caps in buffer_alloc.
5436         Handle the case where the XServer has a different idea about the size
5437         required for a particular frame and gives us too small a memory
5438         allocation.
5439         Use -1 to indicate 'no image format', because 0 is a valid XServer
5440         image format number.
5441         Put RGB Xv formats at the end of the caps, so that we always prefer
5442         YUV format frames.
5443         Iterate the available Xv Encodings to determine the maximum width and
5444         height, and then return that in our caps.
5445         (Closes #315312, #337544)
5446
5447 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5448
5449         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5450         When there is only one unfinished pad and it receives an event that
5451         doesn't match our requirements, we need to set alldone=FALSE so that
5452         the fakesink is not removed yet.
5453
5454 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5457           Use gst_type_find_helper_for_buffer() to find the type
5458           of stream from the first packet.
5459
5460         * configure.ac:
5461           Bump requirements to core CVS (needed for vorbis
5462           typefinding to work).
5463
5464 2006-05-24  Edward Hervey  <edward@fluendo.com>
5465
5466         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5467         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5468         contain.  Else they play perfectly fine with qtdemux.
5469
5470 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5471
5472         * ext/theora/theoradec.c:
5473         * ext/theora/theoraenc.c:
5474         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5475         * gst/audiorate/gstaudiorate.c:
5476           make more debug catagories static
5477         
5478         * tests/check/Makefile.am:
5479         * tests/check/elements/adder.c: (message_received),
5480         (test_event_message_received), (GST_START_TEST),
5481         (test_play_twice_message_received), (adder_suite):
5482           added test case for using element twice, extra bonus points for anyone
5483           who can make these test run reliably
5484
5485 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * ext/theora/theoradec.c: (theora_dec_chain):
5488           Make work with time-stamped input buffers that do not
5489           have a granulepos in BUFFER_OFFSET_END (like theora
5490           buffers coming from matroskademux). Fixes #342448.
5491
5492 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5493
5494         Patch by: Peter Kjellerstedt  <pkj at axis com>
5495
5496         * gst/tcp/Makefile.am:
5497           fdstresstest doesn't need Gtk+, fix compilation if 
5498           gtk is not available (#342566).
5499
5500 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5501          
5502         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5503           80 line columns
5504           Removed redundant floor()
5505
5506 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5509           On second thought, just skip JUNK chunks automatically, so
5510           the caller doesn't have to handle this. Fixes #342345.
5511           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5512           not GST_FLOW_ERROR.
5513
5514 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5515
5516         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5517           Don't bail out on JUNK chunks with a size of 0 (would try to
5518           pull_range 0 bytes before, which sources don't like too much).
5519           See #342345.
5520
5521 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5522
5523         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5525         Use the gstutil scaling function to preserve 64 bits while calculating
5526         output width and height from the display-aspect-ratio. (A continuation
5527         of #341542)
5528
5529 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5530
5531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5532         (gst_xvimagesink_buffer_alloc):
5533         * sys/xvimage/xvimagesink.h:
5534         When performing buffer allocations, remember the caps and image format
5535         we return so that if the same caps are asked for next time we can
5536         return them immediately without doing any caps intersections.
5537
5538 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5539          
5540         * gst-libs/gst/rtp/README:
5541           Some new documentation
5542         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5543           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5545         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5546           New RTP audio base payloader class. Supports frame or sample based
5547           codecs.  Not enabled in Makefile.am until approved.
5548
5549 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * tests/check/elements/alsa.c: (test_device_property_probe):
5552           Fix test case: don't try to free NULL GValueArray when there
5553           are no devices.
5554
5555 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * tests/check/Makefile.am:
5558         * tests/check/elements/alsa.c: (test_device_property_probe),
5559         (alsa_suite), (main):
5560           Add simple test that runs a device property probe on alsasrc,
5561           alsasink and alsamixer. Disable valgrind check for now (too
5562           many leaks in libasound, and valgrind ignored my suppressions
5563           additions).
5564
5565 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5568         (gst_alsa_device_property_probe_probe_property),
5569         (gst_alsa_device_property_probe_needs_probe),
5570         (gst_alsa_device_property_probe_get_values),
5571         (gst_alsa_type_add_device_property_probe_interface):
5572         * ext/alsa/gstalsadeviceprobe.h:
5573         * ext/alsa/gstalsamixerelement.c:
5574         (gst_alsa_mixer_element_init_interfaces):
5575         * ext/alsa/gstalsamixerelement.h:
5576           Clean up and simplify alsa device probing. Make it actually work
5577           for multiple classes. Don't cache results any longer.
5578
5579         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5580         (gst_alsasink_init):
5581         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5582         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5583         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5584           Make alsasink and alsasrc implement the GstPropertyProbe interface
5585           for device probing (#342181).
5586           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5587
5588 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * gst/subparse/samiparse.c: (handle_start_font):
5591           Don't ignore return value of strtol (++compiler_happiness).
5592
5593 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         Patch by: Young-Ho Cha  <ganadist chollian net>
5596
5597         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5598         (gst_sub_parse_class_init), (gst_sub_parse_init),
5599         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5600         (convert_encoding):
5601         * gst/subparse/gstsubparse.h:
5602           Add 'encoding' property (#341681).
5603
5604         * gst/subparse/samiparse.c: (characters_sami):
5605           Output is pango markup, so we need to escape text
5606           between tags (#342143).
5607
5608 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * gst-libs/gst/audio/multichannel.c:
5611         (gst_audio_check_channel_positions):
5612           It's okay to have caps with channels=1 and a channel position
5613           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5614           (deinterleavers might want to keep the position in the caps,
5615           so that they can be re-interleaved again properly later).
5616           Leave check for unexpected 2-channel layouts intact for now.
5617
5618 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5619
5620         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5621         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5622         basesrc can do its job correctly.
5623
5624 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         * ext/alsa/Makefile.am:
5627         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5628         (gst_alsa_detect_formats), (get_channel_free_structure),
5629         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5630         (gst_alsa_probe_supported_formats):
5631         * ext/alsa/gstalsa.h:
5632         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5633           Refactor and improve caps probing code: probe signedness
5634           when we probe the supported formats/widths; set endianness
5635           to the one we actually probed for (ie. cpu endianness).
5636           
5637         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5638         (gst_alsasrc_close):
5639         * ext/alsa/gstalsasrc.h:
5640           Implement caps probing for alsasrc.
5641
5642 2006-05-15  Wim Taymans  <wim@fluendo.com>
5643
5644         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5645         (theora_dec_src_query), (theora_dec_src_event),
5646         (theora_dec_sink_event), (theora_handle_comment_packet),
5647         (theora_handle_data_packet), (theora_dec_change_state):
5648         Cleanups, add some G_LIKELY.
5649         Use segment helpers instead of our own wrong code.
5650         Clear queued buffers on seek and READY.
5651
5652         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5653         (vorbis_dec_convert), (vorbis_dec_src_query),
5654         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5655         (vorbis_handle_comment_packet), (vorbis_dec_push),
5656         (vorbis_handle_data_packet), (vorbis_dec_chain),
5657         (vorbis_dec_change_state):
5658         * ext/vorbis/vorbisdec.h:
5659         Remove old useless packetno variable.
5660         Do position query properly.
5661         Add some G_LIKELY.
5662         Do cleanup of queued buffers in new helper function
5663         and use it.
5664
5665 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5668           Query supported sample rates. Fixes #341732.
5669
5670 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5671
5672         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5673         (gst_decode_bin_change_state): Make decodebin reusable
5674         when going from PAUSE_TO_READY and then back to PAUSED.
5675         Fixes #331678.
5676
5677 2006-05-15  Wim Taymans  <wim@fluendo.com>
5678
5679         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5680         (vorbis_dec_convert), (vorbis_dec_src_query),
5681         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5682         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5683         (vorbis_dec_clean_queued), (vorbis_dec_push),
5684         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5685         Cleanups. Use refcounting and DEBUG_OBJECT.
5686         Reset segment on flush, use code methods instead of our
5687         own wrong version.
5688         Fix potential memleak.
5689
5690 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5693         (gst_alsasink_init):
5694         * ext/alsa/gstalsasink.h:
5695           Don't leak allocated snd_output_t structure if there's
5696           more than one alsasink instance at a time (#341873).
5697           Also fix GObject macros in header file.
5698           
5699 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         * gst/subparse/gstsubparse.c:
5702         (gst_sub_parse_data_format_autodetect):
5703           Don't use libxml functions in the typefinding code.
5704
5705 2006-05-15  Wim Taymans  <wim@fluendo.com>
5706
5707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5708         Fix seeking performance in the case where a non-header 
5709         packet has a 0 granulepos (busted theora case). 
5710         Fixes #341719
5711         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5712          the first place, you limelight stealer you)
5713
5714 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * gst/subparse/gstsubparse.c:
5717         (gst_sub_parse_data_format_autodetect):
5718           Improve SAMI typefinding: handle case where there are
5719           whitespaces or newlines in front of the first <SAMI>
5720           tag (#169936).
5721
5722 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * configure.ac:
5725           Build video4linux plugin even if there's no XVIDEO, just
5726           without implementing the GstXOverlay interface (#334002).
5727          
5728 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * configure.ac:
5731         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5732         (plugin_init):
5733           Add tentative support for libvisual-0.4 (#336881).
5734
5735 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         Patch by: Young-Ho Cha <ganadist at chollian net>
5738
5739         * gst/subparse/samiparse.c: (handle_start_font):
5740           Need to map "silver" colour explicitly (#169936).
5741
5742 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         Patch by: Young-Ho Cha  <ganadist at chollian net>
5745
5746         * gst/subparse/Makefile.am:
5747         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5748         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5749         (gst_sub_parse_format_autodetect), (feed_textbuf),
5750         (gst_subparse_type_find), (plugin_init):
5751         * gst/subparse/gstsubparse.h:
5752         * gst/subparse/samiparse.c:
5753         * gst/subparse/samiparse.h:
5754           Add support for SAMI subtitles (#169936).
5755
5756 2006-05-14  Michael Smith  <msmith@fluendo.com>
5757
5758         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5759           Fix #341696: crash when mixing L+R+C to mono or stereo.
5760         * tests/check/Makefile.am:
5761         * tests/check/elements/audioconvert.c: (set_channel_positions),
5762         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5763         (audioconvert_suite):
5764           Add test for the above, including some generic framework bits for
5765           testing multichannel things.
5766
5767 === release 0.10.7 ===
5768
5769 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5770
5771         * configure.ac:
5772           releasing 0.10.7, "Leave the gun"
5773
5774 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5775
5776         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5778         Fix the build.
5779
5780 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5781
5782         * docs/libs/gst-plugins-base-libs-docs.sgml:
5783         * docs/libs/gst-plugins-base-libs-sections.txt:
5784         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5785         * gst-libs/gst/video/video.h:
5786         * gst/videoscale/Makefile.am:
5787         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5789         * tests/check/Makefile.am:
5790         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5791         (main):
5792           Fix integer overflow problem with pixel-aspect-ratio calculations
5793           in videoscale and xvimagesink (#341542)
5794
5795 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * gst-libs/gst/tag/gstid3tag.c:
5798           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5799
5800 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5801
5802         * win32/MANIFEST:
5803           update win32 files listing
5804
5805 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5806
5807         patch by: Sjoerd Simons (sjoerd@luon.net)
5808
5809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5810         (group_create), (group_destroy), (add_stream),
5811         (gst_play_base_bin_get_property),
5812         (gst_play_base_bin_get_streaminfo_value_array):
5813         * gst/playback/gstplaybasebin.h:
5814           API: GstPlayBaseBin::stream-info-value-array property
5815           use a more bindings-friendly way of exposing streaminfo
5816           using a GValueArray.  Tested in ipython.
5817           Closes #341114
5818
5819 2006-05-11  Wim Taymans  <wim@fluendo.com>
5820
5821         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5822         (queue_underrun_cb), (queue_filled_cb):
5823         Also catch queue underruns but don't do anything yet.
5824         Refactor and comment queue enlarging code a bit.
5825
5826         * gst/playback/gstplaybasebin.c: (queue_overrun),
5827         (queue_threshold_reached), (queue_out_of_data),
5828         (gen_preroll_element):
5829         If a queue over/underruns check that we don't create nasty
5830         deadlocks when the min-threshold is not reached but the
5831         max-bytes is. In those cases disable max-bytes when we
5832         know that the queue is fed timed data.
5833         Add more comments.
5834
5835 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * gst/playback/gstplaybin.c: (gen_audio_element):
5838           Make playbin automatically plug an 'audioresample'
5839           element before the audio sink as well. This solves
5840           problems with sinks that only accept a very specific
5841           sample rate, like esdsink (e.g. #340379).
5842
5843 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * gst/playback/gstplaybasebin.c: (gen_source_element):
5846           Make http sources send special headers so that we receive
5847           icecast metadata if the http stream is an icecast stream
5848           (otherwise the server will just ignore them). This also
5849           means that from now on users will need the 'icydemux'
5850           element from gst-plugins-good installed if they want to
5851           listen to icecast radio streams. (#341432, #333657).
5852
5853 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5854
5855         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5856         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5857           remove stupid example from docs - it should come with a simple
5858           C program instead.
5859           Clean up/fix docs
5860         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5861         (fail_if_can_read), (GST_START_TEST),
5862         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5863           add a test for changing streamheader which exposes a bug in
5864           multifdsink
5865
5866 2006-05-11  Michael Smith  <msmith@fluendo.com>
5867
5868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5869         (gst_gnome_vfs_src_received_headers_callback):
5870         * ext/gnomevfs/gstgnomevfssrc.h:
5871           Don't set icy-caps unless we have a sane interval value. Move
5872           interval to a local variable; we never use it outside this function.
5873
5874 2006-05-11  Wim Taymans  <wim@fluendo.com>
5875
5876         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5878         Register special buffer types along with the objects so
5879         that they are not registered at runtime from N different
5880         streaming threads since they are not threadsafe.
5881
5882 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5883
5884         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5885         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5886           add two more tests, one doing streamheader
5887
5888 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5889
5890         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5891           clean up the bufqueue when shutting down
5892         * tests/check/Makefile.am:
5893         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5894         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5895         (main):
5896           add a test for the leak that was just fixed
5897
5898 2006-05-10  Wim Taymans  <wim@fluendo.com>
5899
5900         * gst/adder/gstadder.c: (gst_adder_setcaps),
5901         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5902         (gst_adder_src_event), (gst_adder_sink_event),
5903         (gst_adder_class_init), (gst_adder_finalize),
5904         (gst_adder_request_new_pad), (gst_adder_collected):
5905         * gst/adder/gstadder.h:
5906         Updated some docs. Added comments and FIXMEs all over the place.
5907         Improve debugging info.
5908         Fix leak on finalize by not calling the parent.
5909         Implement duration query.
5910         Make event forwarding threadsafe.
5911         Correctly send NEWSEGMENT at start and after flush.
5912         Handle EOS correctly.
5913         Post error when not negotiated.
5914
5915         * tests/check/elements/adder.c: (GST_START_TEST):
5916         Added FIXME in the test.
5917
5918 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5921         (gst_text_overlay_halign_get_type),
5922         (gst_text_overlay_wrap_mode_get_type):
5923         * ext/theora/theoradec.c: (theora_handle_type_packet),
5924         (theora_handle_data_packet):
5925         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5926         (theora_enc_sink_setcaps), (theora_enc_chain):
5927         * gst-libs/gst/cdda/gstcddabasesrc.c:
5928         (gst_cdda_base_src_mode_get_type):
5929         * gst/audiotestsrc/gstaudiotestsrc.c:
5930         (gst_audiostestsrc_wave_get_type):
5931         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5932         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5933         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5934         (gst_sync_method_get_type), (gst_unit_type_get_type),
5935         (gst_client_status_get_type):
5936         * gst/videoscale/gstvideoscale.c:
5937         (gst_video_scale_method_get_type):
5938         * gst/videotestsrc/gstvideotestsrc.c:
5939         (gst_video_test_src_pattern_get_type):
5940         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5941         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5942         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5943         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5944         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5945         (paint_setup_RGB565), (paint_setup_xRGB1555):
5946           Const-ify GEnumValue and GFlagsValue arrays. Use
5947           GST_ROUND_UP_* macros instead of home-made ones.
5948
5949 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * configure.ac:
5952           Require core CVS for the new newsegment stuff.
5953
5954 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         Patch by: Sjoerd Simons  <sjoerd at luon net>
5957
5958         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5959           Register nick for enum value (#341160).
5960
5961 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5962
5963         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5964         (plugin_init):
5965          backout typefind patch #340375
5966          
5967         * tests/check/elements/adder.c: (message_received),
5968         (GST_START_TEST), (adder_suite):
5969           redo, signal-handling of test
5970
5971 2006-05-09  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5974         (gst_adder_collected):
5975         * gst/adder/gstadder.h:
5976         Remove bogus segment merging and forwarding, we don't
5977         care about timestamps anyway and we just produce a
5978         continuous stream. 
5979         Also create a nice NEWSEGMENT event when we start.
5980         Use _scale_int some more.
5981
5982 2006-05-09  Edward Hervey  <edward@fluendo.com>
5983
5984         * tests/icles/stress-xoverlay.c:
5985         Fix if core was built without parsing support.
5986
5987 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5990           Add SEDG (Samsung MPEG-4) fourcc.
5991
5992 2006-05-09  Edward Hervey  <edward@fluendo.com>
5993
5994         * tests/icles/stress-xoverlay.c:
5995         * tests/examples/volume/volume.c:
5996         Fix if core was built without parsing support.
5997
5998         * tests/examples/seek/seek.c:
5999         Disable the parse_launch example if core was built without parsing
6000         support.
6001
6002 2006-05-08  Edward Hervey  <edward@fluendo.com>
6003
6004         * autogen.sh: (CONFIGURE_DEF_OPT): 
6005         libtoolize on Darwin/MacOSX is called glibtoolize
6006
6007 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6008
6009         * tests/check/Makefile.am:
6010         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6011           Disable the adder test, until the build-slaves posses the kindness to 
6012           either like it or to give valid reason for not doing so 
6013
6014 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6015
6016         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6017         (adder_suite):
6018           Shuffle NULL state change around and raise timeout more
6019
6020 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6021
6022         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6023         (mp4_type_find), (plugin_init):
6024           Add typefind to distinguish between "audio/x-m4a" and new type
6025           "video/mp4". Fixes #340375
6026
6027         * tests/check/elements/adder.c: (adder_suite):
6028           Raise timeout to make buildbot happy
6029
6030 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6031
6032         * gst/adder/gstadder.c: (gst_adder_sink_event),
6033         (gst_adder_request_new_pad), (gst_adder_change_state):
6034         * gst/adder/gstadder.h:
6035         * tests/check/Makefile.am:
6036         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6037         (adder_suite), (main):
6038           Add sink-event handling to adder. It tries to merge incomming
6039           newsegment-events. Added test to check if segment_done is comming
6040           through. Fixes #340060
6041
6042 2006-05-05  Andy Wingo  <wingo@pobox.com>
6043
6044         * ext/theora/theoraparse.c (gst_theora_parse_init)
6045         (theora_parse_src_convert, theora_parse_src_query):
6046         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6047         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6048         query functions on the source pads of the theora and vorbis parse
6049         elements. Fixes position querying when doing a remux.
6050
6051 2006-05-05  Michael Smith  <msmith@fluendo.com>
6052
6053         * ext/theora/theoraparse.c: (parse_granulepos),
6054         (theora_parse_drain_queue_prematurely),
6055         (theora_parse_queue_buffer), (theora_parse_sink_event):
6056           Fix flushing.
6057           Fix invalid granulepos outputs when starting with a non-keyframe.
6058
6059 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6060
6061         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6062         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6063         Rearrange MPEG system stream detection, fixing some memleaks in the
6064         process.
6065         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6066         they clean up their data correctly.
6067         Remove unused ogganx caps and move the 'is_annodex' check to inside
6068         the 'is_ogg' if statement.
6069
6070 2006-05-05  Wim Taymans  <wim@fluendo.com>
6071
6072         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6073         Properly remove ghostpads. Fixes #340392
6074
6075 2006-05-04  David Schleef  <ds@schleef.org>
6076
6077         * gst/typefind/gsttypefindfunctions.c:
6078
6079 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6080
6081         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6082         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6083
6084         When typefinding an MP3 in push-based mode, don't penalise the
6085         probability down to 74% when we found 5 valid frames just because we
6086         can't peek the end of the file.
6087
6088         Make the probability for detecting MPEG Transport Streams based on the
6089         number of sequential headers we successfully detected.
6090
6091 2006-05-03  Wim Taymans  <wim@fluendo.com>
6092
6093         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6094         (vorbis_dec_push), (vorbis_dec_chain):
6095         Still produce an error when we receive an empty packet.
6096
6097 2006-05-03  Wim Taymans  <wim@fluendo.com>
6098
6099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6100         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6101         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6102         Mark buffers with DISCONT after seek and after activating new
6103         chains.
6104
6105         * ext/theora/gsttheoradec.h:
6106         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6107         (theora_get_query_types), (theora_dec_sink_event),
6108         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6109         (theora_dec_change_state):
6110         Fix frame counter.
6111         Detect and mark DISCONT buffers.
6112
6113         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6114         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6115         (vorbis_dec_change_state):
6116         * ext/vorbis/vorbisdec.h:
6117         Use GstSegment.
6118         Detect and mark DISCONT buffers.
6119         Don't crash on 0 sized buffers.
6120
6121 2006-05-03  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6124         (volume_transform_ip):
6125         Increase "volume" property to 10.0. Fixes #340369.
6126         Set the process function to NULL when capsnego fails so that
6127         we properly error out.
6128
6129 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6130
6131         * gst/playback/gstplaybin.c: (add_sink):
6132         * gst/playback/test.c: (main):
6133         * gst/playback/test5.c: (dump_element_stats):
6134         * gst/playback/test6.c: (main):
6135           free caps using gst_caps_unref, don't leak caps-strings
6136
6137 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6140         (plugin_init):
6141           Refine musepack typefinding a bit. Return MAXIMUM
6142           probability when we detect stream version 7 to make
6143           sure the mpeg audio typefinder doesn't trump us.
6144
6145 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6148           Protect against unexpected NULL strf_data buffer.
6149
6150 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6151
6152         * tests/check/elements/audioconvert.c: (verify_convert),
6153         (GST_START_TEST):
6154           interpret the out[] buffer in the order the bytes are actually
6155           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6156           Other tests should use BYTE_ORDER since the array is filled in
6157           with actual values
6158
6159 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6160
6161         * tests/check/elements/audioconvert.c: (verify_convert),
6162         (GST_START_TEST):
6163           when a test fails, give an indication of which it is
6164
6165 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6166
6167         * gst-libs/gst/cdda/gstcddabasesrc.c:
6168           compile fix; strtol() needs <stdlib.h>
6169
6170 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6171
6172         * ext/alsa/gstalsamixerelement.c:
6173         * ext/alsa/gstalsasrc.c:
6174         * ext/cdparanoia/gstcdparanoiasrc.c:
6175         * ext/gnomevfs/gstgnomevfssink.c:
6176         * ext/gnomevfs/gstgnomevfssrc.c:
6177         * ext/ogg/gstoggdemux.c:
6178         * ext/ogg/gstoggmux.c:
6179         * ext/ogg/gstoggparse.c:
6180         * ext/ogg/gstogmparse.c:
6181         * ext/pango/gstclockoverlay.c:
6182         * ext/pango/gsttextoverlay.c:
6183         * ext/pango/gsttextrender.c:
6184         * ext/pango/gsttimeoverlay.c:
6185         * ext/theora/theoradec.c:
6186         * ext/theora/theoraenc.c:
6187         * ext/vorbis/vorbisdec.c:
6188         * ext/vorbis/vorbisenc.c:
6189         * gst-libs/gst/audio/gstaudiofilter.c:
6190         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6191         * gst/audioconvert/gstaudioconvert.c:
6192         * gst/audiorate/gstaudiorate.c:
6193         * gst/audioresample/gstaudioresample.c:
6194         * gst/audiotestsrc/gstaudiotestsrc.c:
6195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6196         * gst/playback/gstdecodebin.c:
6197         * gst/playback/gstplaybin.c:
6198         * gst/playback/gststreamselector.c:
6199         * gst/subparse/gstsubparse.c:
6200         * gst/tcp/gstmultifdsink.c:
6201         * gst/tcp/gsttcpclientsink.c:
6202         * gst/tcp/gsttcpclientsrc.c:
6203         * gst/tcp/gsttcpserversink.c:
6204         * gst/tcp/gsttcpserversrc.c:
6205         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6206         * gst/videorate/gstvideorate.c:
6207         * gst/videoscale/gstvideoscale.c:
6208         * gst/videotestsrc/gstvideotestsrc.c:
6209         * gst/volume/gstvolume.c:
6210         * sys/v4l/gstv4ljpegsrc.c:
6211         * sys/v4l/gstv4lmjpegsink.c:
6212         * sys/v4l/gstv4lmjpegsrc.c:
6213         * sys/v4l/gstv4lsrc.c:
6214         * sys/ximage/ximagesink.c:
6215         * sys/xvimage/xvimagesink.c:
6216         * tests/check/libs/cddabasesrc.c:
6217           make GstElementDetails const
6218
6219 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6222         (gst_adder_init):
6223           send events from src-pad to all sink-pads fixes #338657
6224
6225 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6226
6227         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6228         (alsasink_parse_spec):
6229           query width capabilities from alsa, fixes #338919
6230
6231 2006-04-28  Wim Taymans  <wim@fluendo.com>
6232
6233         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6234         (gst_multi_fd_sink_remove_client_link):
6235         * gst/tcp/gstmultifdsink.h:
6236         Fix race condition in multifdsink that can lead to spurious 
6237         duplicate clients. this patch adds a new signal that is fired when
6238         multifdsink has removed all references to the fd.
6239         Fixes #339574.
6240         Updated documentation.
6241         API: client-fd-removed signal added
6242
6243 2006-04-28  Michael Smith  <msmith@fluendo.com>
6244
6245         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6246           When asking g_value_array_new to prealloc elements, we may as well
6247           ask for the right number of elements.
6248
6249 2006-04-28  Wim Taymans  <wim@fluendo.com>
6250
6251         * gst-libs/gst/audio/gstbaseaudiosink.c:
6252         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6253         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6254         patch to make timestamp checking more tollerant to rounding 
6255         errors given that real discontinuities are to be marked on
6256         buffers. Fixes some asf files and #338778.
6257         Also avoid some crashers when we receive an event in the 
6258         NULL state.
6259
6260 2006-04-28  Michael Smith  <msmith@fluendo.com>
6261
6262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6263         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6264         (gst_gnome_vfs_src_get_property),
6265         (gst_gnome_vfs_src_send_additional_headers_callback),
6266         (gst_gnome_vfs_src_received_headers_callback),
6267         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6268         (gst_gnome_vfs_src_stop):
6269         * ext/gnomevfs/gstgnomevfssrc.h:
6270           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6271           proper shared support within icydemux.
6272
6273 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6274
6275         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6276         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6277           fix up docs
6278           fix a leak when no caps negotiated
6279           fix counting of input frames
6280         * tests/check/elements/.cvsignore:
6281         * tests/check/elements/videorate.c: (assert_videorate_stats),
6282         (GST_START_TEST), (videorate_suite):
6283           add tests for these
6284
6285 2006-04-28  Wim Taymans  <wim@fluendo.com>
6286
6287         * gst-libs/gst/audio/gstringbuffer.c:
6288         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6289         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6290         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6291         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6292         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6293         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6294         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6295         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6296         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6297         Check arguments passed to public functions instead of
6298         crashing.
6299
6300 2006-04-28  Wim Taymans  <wim@fluendo.com>
6301
6302         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6303         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6304         GstBaseAudioSrc must be live or it does not work.
6305
6306         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6307         Don't set live to TRUE as this is the default in the parentclass.
6308
6309 2006-04-28  Wim Taymans  <wim@fluendo.com>
6310
6311         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6312         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6313         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6314         fixation cases better. Fixes #338991
6315
6316 2006-04-28  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6319         Handle 0/1 framerate correctly Fixes #331901.
6320
6321 2006-04-28  Wim Taymans  <wim@fluendo.com>
6322
6323         * tests/check/elements/audioconvert.c: (get_float_caps),
6324         (GST_START_TEST), (audioconvert_suite):
6325         Added check for correct clipping when doing float samples
6326         in audioconvert.
6327
6328 2006-04-28  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6331         (gst_video_rate_chain):
6332         Print more debugging info.
6333
6334 2006-04-28  Wim Taymans  <wim@fluendo.com>
6335
6336         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6337         (resample_set_state_from_caps):
6338         Add support for other formats audioresample can handle such as
6339         32 bits in and float and 64 bits float. Fixes #301759
6340
6341 2006-04-28  Wim Taymans  <wim@fluendo.com>
6342
6343         * gst/audioconvert/audioconvert.c: (float):
6344         correctly clip float samples > 1.0. Fixes #338718
6345
6346 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6347
6348         Patch by: Young-Ho Cha  <ganadist at chollian net>
6349
6350         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6351         (gst_text_overlay_render_text):
6352           Don't strip newlines from the text. Also, center lines
6353           within multi-line paragraphs (#339405).
6354
6355 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6358           Fix wavpack typefinding to work in more cases (don't peek
6359           for chunks of multiple hundred kBs at once, but process
6360           things step-by-step in smaller units). Fixes #339786.
6361
6362 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6363
6364         * configure.ac:
6365           back to HEAD
6366
6367 === release 0.10.6 ===
6368
6369 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6370
6371         * configure.ac:
6372           releasing 0.10.6, "Chao"
6373
6374 2006-04-26  David Schleef  <ds@schleef.org>
6375
6376         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6377           Fixes #338897.
6378
6379 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6380
6381         * configure.ac:
6382         * win32/common/config.h:
6383           new prerelease
6384
6385 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6386
6387         patch by: Wim Taymans
6388
6389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6390         (gst_ogg_demux_perform_seek):
6391           make sure correct newsegments are sent, so that the decoder
6392           and the demuxer agree on timestamps.  Fixes playback of a lot
6393           of Ogg files that do not start from 0.  Fixes #339833.
6394
6395 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6396
6397         Patch by: Edward Hervey  <edward@fluendo.com>
6398
6399         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6400         * tests/check/Makefile.am:
6401         * tests/check/elements/videorate.c: (assert_videorate_stats),
6402         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6403         (videorate_suite), (main):
6404           Fix an infinite loop if frames are passed in with wrongly ordered
6405           timestamps.  Fixes #339013.
6406
6407 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6408
6409         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6412           fix typefinding on some ISO files.  Fixes #339212.
6413
6414 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6415
6416         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6419           add another H264 fourcc.  Fixes #339047.
6420
6421 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6422
6423         Patch by: Jan Schmidt
6424
6425         * gst/playback/gststreamselector.c:
6426         (gst_stream_selector_bufferalloc):
6427           Restore old StreamSelector behaviour.
6428           Fixes #338419.
6429
6430 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6431
6432         * configure.ac:
6433         * win32/common/config.h:
6434           prerelease
6435
6436 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6439
6440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6441         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6442           Fix some memory leaks: on finalize, free buffers left in the queue
6443           before destroying the queue; in _push(), unref rtp_buf even if
6444           the process vfunc returned a NULL buffer as output buffer (#337548);
6445           demote some recuring debug messages to LOG level.
6446
6447 2006-04-11  Wim Taymans  <wim@fluendo.com>
6448
6449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6450         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6451         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6452         (gst_ogg_demux_loop):
6453         More cleanups.
6454         Respect segment stop when emiting EOS or SEGMENT_DONE.
6455         Fixes (#337945).
6456
6457 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6458
6459         * gst/playback/gststreamselector.c:
6460         (gst_stream_selector_get_property):
6461           Don't leak pad name.
6462
6463 2006-04-10  Michael Smith  <msmith@fluendo.com>
6464
6465         * tests/check/Makefile.am:
6466         * tests/check/gst-plugins-base.supp:
6467           Suppress an old libtheora bug (fixed in more recent versions), so 
6468           that FC4 buildslaves can pass.
6469
6470 2006-04-10  Wim Taymans  <wim@fluendo.com>
6471
6472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6473         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6474         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6475         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6476         (gst_ogg_demux_loop):
6477         Don't leak events.
6478         Remember what error we got when finding chains, if we
6479         were shutdown, that would not be an error.
6480
6481 2006-04-10  Wim Taymans  <wim@fluendo.com>
6482
6483         * gst-libs/gst/audio/gstbaseaudiosink.c:
6484         (gst_base_audio_sink_event):
6485         Starting the ringbuffer when we did not acquire it can cause
6486         a deadlock, is pointless and causes nasty things for
6487         subclasses. 
6488         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6489
6490 2006-04-10  Wim Taymans  <wim@fluendo.com>
6491
6492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6493         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6494         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6495         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6496         (gst_ogg_demux_deactivate_current_chain),
6497         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6498         (gst_ogg_demux_bisect_forward_serialno),
6499         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6500         Add some more debugging.
6501
6502 2006-04-10  Wim Taymans  <wim@fluendo.com>
6503
6504         * ext/theora/theoradec.c: (theora_dec_src_event),
6505         (theora_handle_data_packet):
6506         Some more debug info.
6507
6508         * tests/examples/seek/seek.c: (start_seek), (main):
6509         Print element messages too.
6510
6511 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6512
6513         * gst/audioresample/debug.h:
6514           replace debug macros with variable number of parameters
6515           by a simple alias to gstreamer standard debug macros 
6516          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6517           supported by MSVC 6.0 and 7.1)
6518         * gst/audioresample/resample.h:
6519           define M_PI and rint for WIN32
6520         * win32/common/libgstaudio.def:
6521         * win32/common/libgstriff.def:
6522         * win32/common/libgsttag.def:
6523         * win32/common/libgstvideo.def:
6524           add new exported functions
6525         * win32/vs6:
6526           update project files
6527
6528 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6529
6530         * ext/alsa/gstalsamixeroptions.c:
6531         (gst_alsa_mixer_options_class_init):
6532         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6535         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6536         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6537         * gst-libs/gst/audio/gstaudiofilter.c:
6538         (gst_audio_filter_class_init):
6539         * gst-libs/gst/audio/gstaudiosink.c:
6540         (gst_audioringbuffer_class_init):
6541         * gst-libs/gst/audio/gstaudiosrc.c:
6542         (gst_audioringbuffer_class_init):
6543         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6544         * gst-libs/gst/interfaces/colorbalancechannel.c:
6545         (gst_color_balance_channel_class_init):
6546         * gst-libs/gst/interfaces/mixeroptions.c:
6547         (gst_mixer_options_class_init):
6548         * gst-libs/gst/interfaces/mixertrack.c:
6549         (gst_mixer_track_class_init):
6550         * gst-libs/gst/interfaces/tunerchannel.c:
6551         (gst_tuner_channel_class_init):
6552         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6553         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6554         (gst_netbuffer_class_init):
6555         * gst-libs/gst/rtp/gstbasertppayload.c:
6556         (gst_basertppayload_class_init):
6557         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6559         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6560         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6561         * gst/playback/gststreamselector.c:
6562         (gst_stream_selector_class_init):
6563         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6564         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6565         * sys/v4l/gstv4lcolorbalance.c:
6566         (gst_v4l_color_balance_channel_class_init):
6567         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6568         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6570         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6571         (gst_v4l_tuner_norm_class_init):
6572         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6574         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6575         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6576
6577 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * ext/pango/gsttextrender.h:
6580         * gst-libs/gst/audio/gstaudiosink.h:
6581         * gst-libs/gst/audio/gstaudiosrc.h:
6582         * gst-libs/gst/audio/gstbaseaudiosink.h:
6583         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6584         * gst-libs/gst/audio/gstringbuffer.h:
6585         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6586         * gst-libs/gst/rtp/gstbasertppayload.h:
6587         * gst-libs/gst/video/gstvideofilter.h:
6588         * gst-libs/gst/video/gstvideosink.h:
6589         * gst/playback/gstplaybasebin.h:
6590         * gst/tcp/gstmultifdsink.h:
6591         * sys/v4l/gstv4lelement.h:
6592         Fix broken GObject macros
6593
6594 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6595
6596         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6597         More debug to trace why my USB headset is not working with gst
6598
6599 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6600
6601         * gst/playback/gstplaybasebin.c: (group_destroy):
6602         Clean up our group elements properly in the case where it never 
6603         got committed - it still got added unconditionally to the bin.
6604
6605 2006-04-07  Wim Taymans  <wim@fluendo.com>
6606
6607         * ext/theora/theoradec.c: (theora_dec_sink_event),
6608         (theora_handle_data_packet), (theora_dec_chain):
6609         Unref unhandled events.
6610         Protect against empty buffers.
6611         Perform QoS on running time.
6612
6613 2006-04-07  Michael Smith  <msmith@fluendo.com>
6614
6615         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6616         (gst_vorbis_enc_chain):
6617           Remove leaks from vorbisenc.
6618           Mostly minor changes, the only significant one is that now the
6619           buffers we set as 'streamheader' on the caps are copies of the
6620           original buffers, to avoid circular refcounting problems.
6621
6622 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6623
6624         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6625           Don't remove our mute-probe if someone else already did so.
6626           Don't set a 2nd one if there is already one pending on the pad.
6627
6628         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6629         (do_playbin_seek):
6630           When a seek fails, ensure that playbin is still set back to playing.
6631           
6632         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6633         (mpeg_ts_type_find), (plugin_init):
6634           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6635
6636 2006-04-06  Andy Wingo  <wingo@pobox.com>
6637
6638         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6639         (gst_video_rate_init): Caps-related parameters should not be reset
6640         by a flush -- move their inits to the instance init function.
6641         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6642         is not OK, just return the result.
6643
6644         * gst/audiotestsrc/gstaudiotestsrc.c
6645         (gst_audio_test_src_class_init)
6646         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6647         broken by Stefan's commit on 24 March.
6648
6649         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6650         buffers being pushed out. Fixes oggmux ! multifdsink.
6651
6652 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6653
6654         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6655         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6656         * ext/vorbis/vorbisdec.h:
6657         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6658         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6659         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6660         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6661         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6662         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6663         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6664         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6665         (gst_vorbis_enc_buffer_from_packet),
6666         (gst_vorbis_enc_buffer_from_header_packet),
6667         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6668         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6669         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6670         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6671         (gst_vorbis_enc_change_state):
6672         * ext/vorbis/vorbisenc.h:
6673           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6674           vorbisenc adhere to the official nomenclature; use boilerplate
6675           macro.
6676
6677 2006-04-04  Andy Wingo  <wingo@pobox.com>
6678
6679         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6680         Whoops, fix bug introduced. Bad hacker!
6681         
6682         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6683         Properly handle the case where you get EOS before any buffers are
6684         received. Use gst_buffer_make_metadata_writable where appropriate.
6685
6686         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6687         is often negative -- make it signed so as not to wrap around.
6688         Fixes segfaults introduced on 9 March.
6689
6690 2006-04-03  Wim Taymans  <wim@fluendo.com>
6691
6692         * ext/theora/gsttheoradec.h:
6693         * ext/theora/theoradec.c: (theora_dec_src_event):
6694         Don't try to store a gdouble in a gboolean.
6695         Small cleanups.
6696
6697 2006-04-03  Michael Smith  <msmith@fluendo.com>
6698
6699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6700           Oggmux sucks.
6701           Make it suck slightly less by writing out the final page.
6702           Still can't encode a vorbis-in-ogg file correctly, though.
6703
6704 2006-04-03  Andy Wingo  <wingo@pobox.com>
6705
6706         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6707         a g_print.
6708
6709         * ext/theora/theora.c (plugin_init): Register theoraparse.
6710
6711         * ext/theora/gsttheoraparse.h: 
6712         * ext/theora/theoraparse.c: New files implementing a theora
6713         parser. Now we can properly remux ogg/theora+vorbis, yay.
6714
6715         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6716
6717 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6718
6719         * gst/audiotestsrc/gstaudiotestsrc.c:
6720           Fixed the sample pipeline (see #323798)
6721
6722 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6723
6724         * configure.ac:
6725         * win32/common/config.h:
6726         * win32/common/config.h.in:
6727           use AS_VERSION and AS_NANO
6728           more cleanups
6729
6730 2006-03-31  Andy Wingo  <wingo@pobox.com>
6731
6732         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6733         uninitialized variable return that would happen.
6734         
6735         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6736         uninitialized variable return that would never happen.
6737
6738         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6739         (vorbis_parse_sink_event): Add an event function to flush our
6740         state on a seek, and to drain buffers on a premature EOS.
6741         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6742         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6743         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6744         (vorbis_parse_drain_queue): Queue up buffers until we can set
6745         their timestamps and granulepos values.
6746
6747         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6748         and keep track of data needed for deriving granulepos and
6749         timestamps for buffers.
6750
6751 2006-03-29  Wim Taymans  <wim@fluendo.com>
6752
6753         Patch by: j^ <j at bootlab dot org>
6754
6755         * ext/alsa/gstalsamixerelement.c:
6756         (gst_alsa_mixer_element_class_init):
6757         * ext/alsa/gstalsasink.c:
6758         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6759         * ext/ogg/gstoggdemux.c:
6760         * ext/ogg/gstoggmux.c:
6761         * ext/ogg/gstoggparse.c:
6762         * ext/pango/gstclockoverlay.c:
6763         * ext/pango/gsttextoverlay.c:
6764         * ext/pango/gsttextrender.c:
6765         * ext/pango/gsttimeoverlay.c:
6766         * ext/theora/theoradec.c:
6767         * ext/theora/theoraenc.c:
6768         * ext/vorbis/vorbisdec.c:
6769         * ext/vorbis/vorbisenc.c:
6770         * gst/audioconvert/gstaudioconvert.c:
6771         * gst/subparse/gstsubparse.c:
6772         * gst/tcp/gstmultifdsink.c:
6773         * gst/tcp/gsttcpclientsink.c:
6774         * gst/tcp/gsttcpclientsrc.c:
6775         * gst/tcp/gsttcpserversink.c:
6776         * gst/tcp/gsttcpserversrc.c:
6777           better/unified long descriptions
6778           Fixes #336477
6779
6780 2006-03-29  Wim Taymans  <wim@fluendo.com>
6781
6782         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6783         (stop_seek):
6784         Don't let double and triple clicks mess up our state.
6785
6786 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * gst/playback/gstplaybin.c: (gen_video_element),
6789         (gen_text_element), (gen_audio_element), (gen_vis_element):
6790           Error out gracefully when we can't create any of the usual
6791           conversion elements for some reason. Also, don't try to
6792           create an audioscale (sic) element that's not used anyway.
6793
6794 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         * gst/playback/gstplaybasebin.c: (setup_source):
6797           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6798           element for a particular protocol, that's confusing for users.
6799           Instead, post a RESOURCE_FAILED error, so that our own error
6800           message is actually shown in totem etc. (#336303).
6801
6802 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6805
6806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6807         (gst_gnome_vfs_src_get_icy_metadata):
6808           Fix some minor memory leaks (#336194).
6809
6810 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * ext/gnomevfs/gstgnomevfs.c:
6813         (gst_gnome_vfs_location_to_uri_string):
6814         * ext/gnomevfs/gstgnomevfs.h:
6815         * ext/gnomevfs/gstgnomevfssink.c:
6816         (gst_gnome_vfs_sink_set_property):
6817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6818           Make gnomevfssink accept filenames as well as URIs for the
6819           "location" property, just like gnomevfssrc does (and
6820           filesrc/filesink do) (#336190).
6821
6822 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6823
6824         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6825           set to NULL before unreffing, fixes a valgrind leak.
6826           Why was this not triggering the error that an object needs to
6827           be NULL before unreffing ?
6828         * win32/common/config.h:
6829           update
6830
6831 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * gst/subparse/gstsubparse.c: (convert_encoding),
6834         (gst_sub_parse_change_state):
6835         * gst/subparse/gstsubparse.h:
6836           Text subtitle files may or may not be UTF-8. If it's not, we
6837           don't really want to see '?' characters in place of non-ASCII
6838           characters like accented characters. So let's assume the input
6839           is UTF-8 until we come across text that is clearly not. If it's
6840           not UTF-8, we don't really know what it is, so try the following:
6841           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6842           is set; if not, check (b) if the current locale encoding is
6843           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6844           the current locale encoding is UTF-8 and the environment variable
6845           was not set to any particular encoding. Not perfect, but better
6846           than nothing (and better than before, I think) (fixes #172848).
6847
6848 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6849
6850         * configure.ac:
6851           update core requirement to 0.10.4.1 because of async_playback
6852           vmethod on GstBaseSink
6853
6854 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6855
6856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6857         * gst/adder/gstadder.c: (gst_adder_init):
6858         use DEBUG_FUNCPTR for collectpads
6859
6860 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6861
6862         * docs/plugins/Makefile.am:
6863         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6864         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6865         * ext/cdparanoia/gstcdparanoiasrc.c:
6866         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6867         (gst_gnome_vfs_sink_class_init):
6868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6870         * ext/ogg/gstoggmux.c:
6871         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6872         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6873         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6874         * ext/pango/gsttextoverlay.c:
6875         * ext/pango/gsttextrender.c:
6876         * ext/theora/theoradec.c:
6877         * ext/theora/theoraenc.c:
6878         * ext/vorbis/vorbisdec.c:
6879         * ext/vorbis/vorbisenc.c:
6880         * gst-libs/gst/audio/gstaudiofilter.c:
6881         (gst_audio_filter_base_init):
6882         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6883         (gst_audio_filter_template_base_init):
6884         * gst/adder/gstadder.c: (gst_adder_get_type):
6885         * gst/adder/gstadder.h:
6886         * gst/audioconvert/gstaudioconvert.c:
6887         * gst/audiotestsrc/gstaudiotestsrc.c:
6888         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6889         (gst_audio_test_src_create):
6890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6891         * gst/playback/gstdecodebin.c:
6892         * gst/playback/gstplaybin.c:
6893         * gst/playback/gststreamselector.c:
6894         (gst_stream_selector_base_init):
6895         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6896         * gst/volume/gstvolume.c:
6897         * sys/v4l/gstv4lmjpegsink.c:
6898         * sys/v4l/gstv4lmjpegsrc.c:
6899         * tests/check/libs/cddabasesrc.c:
6900         * tests/old/examples/gob/gst-identity2.gob:
6901           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6902           define GstElementDetails at the top
6903
6904 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6905
6906         * win32/common/libgstinterfaces.def:
6907         Add a lot of export functions for gst-python
6908         * win32/vs6/libgstinterfaces.dsp:
6909         Add a missing include folder in the project configuration
6910         
6911 2006-03-23  Wim Taymans  <wim@fluendo.com>
6912
6913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6914         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6915         (gst_base_audio_src_change_state):
6916         Fix audio sources, forgot to make the ringbuffer
6917         startable...
6918
6919 2006-03-23  Wim Taymans  <wim@fluendo.com>
6920
6921         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6922         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6923         (gst_base_audio_src_change_state):
6924         unparent instead of unref the ringbuffer.
6925
6926 2006-03-23  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst-libs/gst/audio/gstbaseaudiosink.c:
6929         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6930         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6931         Implement new async_play vmethod to start slaving and allow
6932         playback start in case of async PLAY state changes. 
6933
6934         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6935         Enable QoS with new method in base class.
6936
6937 2006-03-23  Wim Taymans  <wim@fluendo.com>
6938
6939         Patch by: Julien MOUTTE <julien at moutte dot net>
6940
6941         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6942         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6943         Partially handle 0 framerate, only EOS after the first frame
6944         is missing.
6945
6946 2006-03-23  Wim Taymans  <wim@fluendo.com>
6947
6948         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6949
6950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6951         (gst_riff_create_video_template_caps):
6952         * gst/ffmpegcolorspace/avcodec.h:
6953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6954         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6955         (gst_ffmpegcsp_avpicture_fill):
6956         * gst/ffmpegcolorspace/imgconvert.c:
6957         Patch for support of YVU9 AVI files (#334822)
6958
6959 2006-03-22  Edward Hervey  <edward@fluendo.com>
6960
6961         * docs/design/design-decodebin.txt:
6962         Added design document for new decodebin
6963         (Target Caps): text/x-pango-markup is also a default target caps.
6964
6965 2006-03-22  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst-libs/gst/audio/gstbaseaudiosink.c:
6968         (gst_base_audio_sink_dispose):
6969         Since we _parent the ringbuffer, we also need to
6970         _unparent instead of a plain _unref.
6971
6972 2006-03-22  Wim Taymans  <wim@fluendo.com>
6973
6974         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6975         (stop_seek), (scrub_toggle_cb), (main):
6976         Add scrub checkbox.
6977
6978 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6981         (gst_ogg_parse_chain):
6982           Fix very inefficient usage of linked lists (#335365).
6983
6984 2006-03-21  Edward Hervey  <edward@fluendo.com>
6985
6986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6987         * gst/playback/gstplaybin.c: (handoff):
6988         * gst/playback/gststreamselector.c:
6989         (gst_stream_selector_set_property):
6990         gcc 4.1 unreferenced pointer fixes.
6991         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6993         gst_buffer_ref() now takes a GstBuffer*.
6994
6995 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6996
6997         * sys/xvimage/xvimagesink.c:
6998         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6999         by Jan Schmidt.
7000
7001 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7002
7003         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7004         (id3v1_type_find), (apetag_type_find), (plugin_init):
7005           Can't do tag preferences via probability, as tags would then
7006           lose against types that are recognised with MAXIMUM probability
7007           (like .wav); so let all tag typefinders return MAXIMUM themselves
7008           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7009           that we can prefer APE to ID3v1 (fixes #335028).
7010           
7011 2006-03-17  Wim Taymans  <wim@fluendo.com>
7012
7013         * gst-libs/gst/audio/gstbaseaudiosink.c:
7014         (gst_base_audio_sink_change_state):
7015         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7016         (gst_ring_buffer_may_start):
7017         * gst-libs/gst/audio/gstringbuffer.h:
7018         Only start playback if we are playing.
7019         should fix #330748.
7020
7021 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7022
7023         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7024         * win32/common/config.h:
7025           Revert accidental commits to these files.
7026
7027 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7030
7031         * tests/Makefile.am:
7032           Don't try to build tests in tests/icles if we
7033           don't have X (#323852)
7034
7035 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * gst-libs/gst/tag/gstid3tag.c:
7038           Add TXXX frame identifiers for replaygain stuff as used
7039           by some taggers (see #323721).
7040
7041 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7042
7043         * gst/playback/gststreamselector.c:
7044         (gst_stream_selector_set_property),
7045         (gst_stream_selector_bufferalloc):
7046           Preserve the existing buggy streamselector behaviour by performing
7047           a fallback buffer allocation when downstream isn't linked yet.
7048           This should really be fixed in playbin by blocking pads until it's
7049           linked them.
7050           Also, use gst_pad_alloc_buffer instead of
7051           gst_pad_alloc_buffer_and_set.
7052
7053 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * gst-libs/gst/tag/gstid3tag.c:
7056           Don't crash on unknown ID3v2 TXXX frames.
7057           
7058 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7059
7060         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7061           Chain up to the parent finalize method.
7062           Add 32-bit sample size to the template caps.
7063
7064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7065         (gst_riff_create_video_template_caps):
7066           Add the fourcc that the VMWare codec uses.
7067           
7068         * gst/playback/gststreamselector.c:
7069         (gst_stream_selector_set_property),
7070         (gst_stream_selector_bufferalloc),
7071         (gst_stream_selector_request_new_pad):
7072           For the active pad, forward buffer-alloc requests, otherwise
7073           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7074           having to memcpy every frame when used by playbin.
7075
7076         * gst/tcp/gstmultifdsink.c:
7077         (gst_multi_fd_sink_handle_client_write):
7078           Get negotiated caps from the sink pad, rather than the sink
7079           pad's peer.
7080
7081 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7084         
7085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7086           Don't forget to set src->callbacks_pushed to FALSE again when
7087           popping them, otherwise re-activation in a different mode won't
7088           work (#334620).
7089
7090 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7091
7092         Patch by: Sebastien Moutte  <sebastien moutte net>
7093
7094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7095         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7096         (gst_ffmpeg_smpfmt_to_caps):
7097           Replace __VA_ARGS__ caps creation macros with varargs functions.
7098           Makes things compile on MSVC (#320765), looks nicer, and we can
7099           tell the compiler to check for the NULL terminator.
7100
7101 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7104
7105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7106           Make sure the buffer we copy into is really always big
7107           enough, this time for real (#333488).
7108           
7109 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7110
7111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7112           Add support for 24bpp DIB (#305279).
7113
7114 2006-03-14  Wim Taymans  <wim@fluendo.com>
7115
7116         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7117         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7119         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7120         (gst_video_scale_init), (gst_video_scale_src_event):
7121         Re-enable QoS after the release.
7122         Rework videoscale to use the base class src_event handler.
7123
7124 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * configure.ac:
7127           back to CVS.
7128
7129 === release 0.10.5 ===
7130
7131 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7132
7133         * configure.ac:
7134           releasing 0.10.5, "Net"
7135
7136 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * docs/plugins/Makefile.am:
7139           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7140           
7141 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7145         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7146           Add cdparanoiasrc to docs.
7147
7148         * gst-libs/gst/cdda/gstcddabasesrc.c:
7149           More GstCddaBaseSrc docs.
7150
7151 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * docs/libs/gst-plugins-base-libs-sections.txt:
7154         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7155         * gst-libs/gst/tag/tag.h:
7156           API: libgsttag: new method gst_tag_from_id3_user_tag().
7157
7158 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7161           NULL-terminate array of mpeg4 video file extensions.
7162           Fixes crash on PPC (#334226).
7163
7164 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7165
7166         * ext/gnomevfs/gstgnomevfssrc.c:
7167         (gst_gnome_vfs_src_check_get_range):
7168           gnome_vfs_uri_is_local() alone is not a good indicator
7169           whether we can operate in pull-mode with a specific URI,
7170           as it returns FALSE for file:// URIs that point to an
7171           NFS-mounted path. Be more conservative here: whitelist
7172           local files, blacklist http URIs and use the old
7173           mechanism for anything else (fixes #334216).
7174
7175 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7176
7177         * configure.ac:
7178           back to trunk
7179
7180 === release 0.10.4 ===
7181
7182 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7183
7184         * configure.ac:
7185           releasing 0.10.4, "Power"
7186
7187 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7188
7189         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7190         Disable max-lateness by setting it to -1 for now, so that 
7191         we can bed QoS stuff in thoroughly between now and the next
7192         release.
7193
7194 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         Patch by: Fabrizio Gennari
7197
7198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7199           Make sure we don't read beyond the palette buffer in case of
7200           broken or manipulated files (#333488)
7201
7202 2006-03-10  Edward Hervey  <edward@fluendo.com>
7203
7204         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7205         Fix for variable not initialized.
7206
7207 2006-03-09  Wim Taymans  <wim@fluendo.com>
7208
7209         * ext/libvisual/visual.c: (gst_visual_get_type),
7210         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7211         (gst_visual_chain):
7212         Small cleanups.
7213
7214         * ext/theora/gsttheoradec.h:
7215         * ext/theora/theoradec.c: (gst_theora_dec_init),
7216         (gst_theora_dec_reset), (_theora_granule_time),
7217         (theora_dec_src_convert), (theora_dec_sink_convert),
7218         (theora_dec_src_query), (theora_dec_src_event),
7219         (theora_dec_sink_event), (theora_handle_comment_packet),
7220         (theora_handle_header_packet), (theora_dec_push),
7221         (theora_handle_data_packet), (theora_dec_chain),
7222         (theora_dec_change_state):
7223         Add simple QoS.
7224
7225 2006-03-09  Wim Taymans  <wim@fluendo.com>
7226
7227         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7228         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7229         Some cleanups.
7230
7231 2006-03-09  Wim Taymans  <wim@fluendo.com>
7232
7233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7234         Don't try to activate NULL chains.
7235
7236 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7239           Fix invalid memory access to region before peek'd data (#332964).
7240
7241 2006-03-09  Wim Taymans  <wim@fluendo.com>
7242
7243         Patch by: Christophe Fergeau
7244
7245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7246         * ext/pango/gsttextrender.c: (gst_text_render_init):
7247         * gst/adder/gstadder.c: (gst_adder_init):
7248         Don't leak padtemplates, closes #333510.
7249
7250 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7253           Fix invalid memory access: make sure string passed to
7254           regexec() is NUL-termianted.
7255
7256 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7259         (mp3_type_find):
7260           Refactor mpeg/audio typefinding to make it more maintainable
7261           and easier to fine-tune. Make probing into middle of the file
7262           work properly (fixes #333900, also see #152688).
7263
7264 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * gst/typefind/gsttypefindfunctions.c:
7267         (utf8_type_find_have_valid_utf8_at_offset):
7268           Remove part from previous commit that was bogus:
7269           g_utf8_validate() does in fact not accept embedded
7270           zeroes, so we don't need to check for those (thanks
7271           to Mike for the hint).
7272
7273 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         * gst/typefind/gsttypefindfunctions.c:
7276         (utf8_type_find_count_embedded_zeroes),
7277         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7278           Make plain/text typefinder more conservative: firstly, check
7279           for embedded zeroes, which are perfectly valid UTF-8 characters,
7280           but also a fairly good sign that something is not a plain text
7281           file; secondly, probe into the middle of the file if possible.
7282           If we can't probe into the middle, limit the probability value
7283           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7284
7285 2006-03-08  Michael Smith  <msmith@fluendo.com>
7286
7287         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7288           Make typefind function name for mpeg4 video unique.
7289
7290 2006-03-08  Wim Taymans  <wim@fluendo.com>
7291
7292         * ext/libvisual/visual.c: (gst_visual_init),
7293         (gst_visual_clear_actors), (gst_visual_dispose),
7294         (gst_visual_reset), (gst_visual_src_setcaps),
7295         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7296         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7297         (gst_visual_chain), (gst_visual_change_state):
7298         Cleanups, post nice errors.
7299         Handle sink and src events.
7300         Implement simple QoS.
7301
7302         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7303         Use new basesink methods to configure max-lateness.
7304         Small doc update.
7305
7306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7307         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7308         Debug statement cleanups.
7309
7310         * gst/volume/gstvolume.c: (gst_volume_class_init):
7311         Simple cleanup.
7312
7313 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7316         (gst_text_overlay_init), (gst_text_overlay_set_property),
7317         (gst_text_overlay_get_property):
7318           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7319           as string type properties, but mark them deprecated. Add
7320           'halignment' and 'valignment' properties that use enums
7321           instead of strings.
7322
7323 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         Patch by: Fabrizio Gennari
7326
7327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7328           Allow palettes with less than 256 colours in AVI files
7329           (#333488)
7330
7331 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7332
7333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7334         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7335         pad. We were releasing the queued text buffer when we should keep
7336         it until video pad gets EOS or discard the text buffer because it's
7337         too old. That was eating the last subtitle buffer. Add some more
7338         debug.
7339
7340 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7343         (gst_text_overlay_video_chain):
7344           Fix invalid memory access (we can't access a buffer after it's been
7345           pushed downstream without taking a reference); fix memory leak (if
7346           there's no text to render, bail out before allocating stuff).
7347
7348 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7351         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7352         * ext/pango/gsttextoverlay.h:
7353           If input is plain text, escape it before passing it to
7354           pango_layout_set_markup().
7355
7356 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7359           Don't ignore flow return from gst_pad_push().
7360
7361 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         Patch by: Fabrizio Gennari
7364
7365         * ext/libvisual/visual.c: (gst_visual_getcaps),
7366         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7369         (gst_vorbisenc_convert_sink):
7370         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7371         (gst_audio_duration_from_pad_buffer):
7372         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7373         (gst_audio_filter_chain):
7374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7375         (gst_base_rtp_depayload_setcaps):
7376         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7377         (gst_video_get_size):
7378         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7379           Don't leak references returned by gst_pad_get_parent()
7380           (#333663)
7381
7382 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7383
7384         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7385           change location param details
7386         * gst/volume/gstvolume.c: (plugin_init):
7387           correct plugin description
7388
7389 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7392         (gst_gnome_vfs_src_check_get_range):
7393           Override GstBaseSrc::check_get_range() in order to avoid opening
7394           the resource just to check whether we can operate in pull-mode or
7395           not - we can predict that pretty well from the URI alone. Should
7396           fix problems with last.fm (#331690). (Requires latest core CVS).
7397
7398 2006-03-06  Wim Taymans  <wim@fluendo.com>
7399
7400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7401         (gst_video_sink_class_init):
7402         Throw away frames that are later than 20 ms.
7403
7404 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         Patch by: Fabrizio Gennari
7407
7408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7409           Set depth on WMA caps (#333545)
7410
7411 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7412
7413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7414         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7415           put Theora BOS pages before others.  This hardcodes
7416           the Ogg/Theora I profile, but hey.
7417
7418 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7419
7420         * ext/ogg/README:
7421           updated with some examples
7422         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7423         (granulepos_add), (theora_buffer_from_packet):
7424         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7425         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7426         (gst_vorbisenc_chain):
7427           implement strategy from ext/ogg/README
7428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7429         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7430         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7431         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7432           Fix muxer so that oggz-validate is happy with all streams;
7433           except for no eos mark, and the BOS page ordering
7434         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7435         (check_buffer_granulepos):
7436         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7437           update tests to check for OFFSET being set as requested
7438           fixed type of granulepos, it's not a ClockTime
7439
7440 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7441
7442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7443         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7444         Check that the xvimage we are creating has a correct size
7445         before returning it. (#314897)
7446
7447 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7450           Give id3 and ape tag typefinders a rank slightly higher
7451           than PRIMARY to ensure they're always run before any of
7452           the other typefinders (in particular wav and mp3) (#324186).
7453
7454 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7457           Add support for '3IVD' fourcc (#333403).
7458
7459 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7460
7461         * configure.ac:
7462           Bump requirements to GStreamer CVS for the new error enum.
7463
7464         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7465           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7466           space left on the device (fixes #333352).
7467
7468 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7469
7470         * win32/vs6:
7471           add a project file for libgstvolume
7472           update the workspace
7473
7474 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7477         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7478         (GST_START_TEST):
7479           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7480           Set IN_CAPS on header buffers
7481
7482 2006-03-02  Wim Taymans  <wim@fluendo.com>
7483
7484         * docs/plugins/Makefile.am:
7485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7487         Add audioresample to docs.
7488
7489         * gst/audioconvert/gstaudioconvert.c:
7490         Add revision date.
7491
7492         * gst/audioresample/gstaudioresample.c:
7493         (gst_audioresample_base_init), (gst_audioresample_class_init),
7494         (gst_audioresample_init), (gst_audioresample_dispose),
7495         (audioresample_get_unit_size), (audioresample_transform_caps),
7496         (resample_set_state_from_caps), (audioresample_transform_size),
7497         (audioresample_set_caps), (audioresample_event),
7498         (audioresample_do_output), (audioresample_transform),
7499         (audioresample_pushthrough), (gst_audioresample_set_property),
7500         (gst_audioresample_get_property), (plugin_init):
7501         * gst/audioresample/gstaudioresample.h:
7502         Added docs.
7503         Small code cleanups.
7504
7505 2006-03-02  Wim Taymans  <wim@fluendo.com>
7506
7507         * docs/plugins/Makefile.am:
7508         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7509         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7510         Added videoscale to docs.
7511
7512         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7513         (gst_video_rate_swap_prev), (gst_video_rate_event),
7514         (gst_video_rate_chain):
7515         Fix typo in docs.
7516
7517         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7518         (gst_video_scale_init), (gst_video_scale_prepare_size),
7519         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7520         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7521         * gst/videoscale/gstvideoscale.h:
7522         Added docs, examples.
7523         Some code cleanups.
7524         Post errors instead of g_warning.
7525
7526 2006-03-02  Wim Taymans  <wim@fluendo.com>
7527
7528         * docs/libs/gst-plugins-base-libs-docs.sgml:
7529         * docs/libs/gst-plugins-base-libs-sections.txt:
7530         * docs/libs/gst-plugins-base-libs.types:
7531         * docs/plugins/Makefile.am:
7532         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7533         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7534         Added some more docs to libs and plugins.
7535
7536         * gst-libs/gst/audio/gstringbuffer.c:
7537         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7538         * gst-libs/gst/audio/gstringbuffer.h:
7539         Document ringbuffer some more.
7540
7541         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7542         (gst_video_rate_setcaps), (gst_video_rate_reset),
7543         (gst_video_rate_init), (gst_video_rate_flush_prev),
7544         (gst_video_rate_swap_prev), (gst_video_rate_event),
7545         (gst_video_rate_chain), (gst_video_rate_change_state):
7546         * gst/videorate/gstvideorate.h:
7547         Fix videorate to use segments.
7548         Make it work with 0/1 framerates (closes #331903)
7549         Handle EOS correctly.
7550         Added docs.
7551
7552 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7553
7554         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7555         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7556         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7557           In state change function, first chain up to parent class,
7558           then handle downwards state change stuff. Remove some
7559           commented out cruft from 0.8 code.
7560
7561 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7562
7563         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7564         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7565         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7566         (gst_ogm_parse_chain):
7567           Don't remove/re-add source pad if the new caps are the same as
7568           the old caps anyway (#333042). When removing source pad, don't
7569           unref it afterwards - we didn't ref it when adding. Sprinkle some
7570           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7571           after using gst_pad_get_parent(). Return downstream flow return
7572           value in chain function.
7573
7574 2006-03-02  Wim Taymans  <wim@fluendo.com>
7575
7576         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7577         * docs/plugins/gst-plugins-base-plugins.args:
7578         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7579         * docs/plugins/gst-plugins-base-plugins.interfaces:
7580         * docs/plugins/gst-plugins-base-plugins.signals:
7581         Fix hierarchy, added some more elements to the docs.
7582
7583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7584         (gst_ffmpegcsp_get_type):
7585         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7586         Fix docs for ffmpegcolorspace.
7587
7588 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7591         (apetag_type_find), (ape_type_find), (plugin_init):
7592           Some typefinding fine-tuning:
7593           - rank ID3/APE tags in order of preference via probabilities, so that
7594             ID3v2 > APEv2 > APEv1 > ID3v1.
7595           - three or four bytes don't really justify MAXIMUM probability,
7596             change those to 'very likely' (musepack and monkeysaudio).
7597
7598 2006-03-01  Wim Taymans  <wim@fluendo.com>
7599
7600         * docs/plugins/Makefile.am:
7601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7603         * ext/alsa/gstalsamixer.c:
7604         * ext/alsa/gstalsamixer.h:
7605         * ext/alsa/gstalsamixerelement.c:
7606         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7607         * ext/alsa/gstalsamixerelement.h:
7608         * ext/alsa/gstalsasink.c:
7609         * ext/alsa/gstalsasink.h:
7610         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7611         (gst_alsasrc_init):
7612         * ext/alsa/gstalsasrc.h:
7613         Added alsa docs.
7614         Small code cleanups.
7615
7616 2006-03-01  Wim Taymans  <wim@fluendo.com>
7617
7618         * ext/theora/Makefile.am:
7619         Dist new header too,
7620
7621 2006-03-01  Wim Taymans  <wim@fluendo.com>
7622
7623         * docs/plugins/Makefile.am:
7624         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7626         * ext/gnomevfs/gstgnomevfssink.h:
7627         * ext/gnomevfs/gstgnomevfssrc.h:
7628         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7629         * ext/vorbis/vorbisdec.h:
7630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7631         * ext/vorbis/vorbisenc.h:
7632         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7633         (vorbis_parse_chain), (vorbis_parse_change_state):
7634         * ext/vorbis/vorbisparse.h:
7635         * gst/audioconvert/gstaudioconvert.h:
7636         * gst/tcp/gsttcpserversink.h:
7637         * gst/videotestsrc/gstvideotestsrc.c:
7638         * gst/videotestsrc/gstvideotestsrc.h:
7639         * gst/volume/gstvolume.c:
7640         * gst/volume/gstvolume.h:
7641         Fix some more docs.
7642         Added docs for vorbisdec and vorbisparse.
7643         Fix vorbisparse.
7644
7645 2006-03-01  Wim Taymans  <wim@fluendo.com>
7646
7647         * docs/plugins/Makefile.am:
7648         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7649         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7650         * ext/pango/gstclockoverlay.h:
7651         * ext/pango/gsttextoverlay.h:
7652         * ext/pango/gsttextrender.h:
7653         * ext/pango/gsttimeoverlay.h:
7654         * ext/theora/gsttheoradec.h:
7655         * ext/theora/gsttheoraenc.h:
7656         * ext/theora/theoradec.c:
7657         * ext/theora/theoraenc.c:
7658         * gst/audioconvert/gstaudioconvert.h:
7659         * gst/audiotestsrc/gstaudiotestsrc.h:
7660         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7662         * gst/tcp/gstmultifdsink.h:
7663         Updated/added documentation.
7664
7665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7666         (gst_text_overlay_halign_get_type),
7667         (gst_text_overlay_wrap_mode_get_type),
7668         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7669         (gst_text_overlay_init), (gst_text_overlay_set_property),
7670         (gst_text_overlay_get_property):
7671         Fix up properties to be enums instead of string to make bindings,
7672         introspection and automatic GUI creation possible.
7673         Add getters for the properties.
7674
7675 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7676
7677         * gst/audiotestsrc/gstaudiotestsrc.c:
7678           added defines of M_PI and M_PI_2
7679         * gst/ffmpegcolorspace/avcodec.h:
7680           removed #include "stdint.h" for win32 as _stdint.h is 
7681           autogenerated to win32/common
7682         * win32/common/libgstaudio.def:
7683         * win32/common/libgsttag.def:
7684           added some exports
7685         * win32/vs6:
7686           some project files bugs corrected
7687         * win32/vs7:
7688           project files are reset to the default vs7 configuration 
7689           (they link to msvcr71.dll using default optimizations)
7690           
7691 2006-02-28  Wim Taymans  <wim@fluendo.com>
7692
7693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7694         Fix some docs.
7695
7696 2006-02-28  Edward Hervey  <edward@fluendo.com>
7697
7698         * ext/alsa/gstalsasrc.c:
7699         Set proper class on the ElementDetails:
7700         Source/Audio instead of Src/Audio/
7701
7702 2006-02-28  Edward Hervey  <edward@fluendo.com>
7703
7704         * gst/videoscale/vs_scanline.c:
7705         (vs_scanline_resample_nearest_RGBA):
7706         Revert optimization in videoscale. It should go in liboil and have
7707         an appropriate liboil function.
7708
7709 2006-02-28  Wim Taymans  <wim@fluendo.com>
7710
7711         * gst-libs/gst/audio/gstbaseaudiosink.c:
7712         (gst_base_audio_sink_provide_clock):
7713         Don't try to provide a clock in the NULL state.
7714
7715 2006-02-28  Wim Taymans  <wim@fluendo.com>
7716
7717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7718         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7719         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7720         (gst_ogg_demux_deactivate_current_chain),
7721         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7722         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7723         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7724         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7725         Use GstSegment infrastructure to remove duplicated code
7726         and handle more seek cases correctly.
7727
7728 2006-02-28  Wim Taymans  <wim@fluendo.com>
7729
7730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7731         (gst_ffmpegcsp_transform):
7732         Don't ignore return code from ffmpeg convert function.
7733
7734         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7735         Split out some long statements to ease debugging.
7736
7737 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7738
7739         * ext/libvisual/visual.c: (gst_visual_init),
7740         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7741         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7742         being able to renegotiate the size. Instead, use the negotiation
7743         algorithm from the goom plugin to pick an initial output caps. 
7744
7745         Also, allow theoretical libvisual plugins that might support non-GL 
7746         output even if they also do GL.
7747
7748 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7749
7750         * ext/libvisual/visual.c: (gst_visual_init),
7751         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7752         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7753         possible negotiation issues.
7754
7755 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7756
7757         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7758
7759 2006-02-24  Michael Smith  <msmith@fluendo.com>
7760
7761         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7762         (cmml_type_find), (plugin_init):
7763           Fix CMML type find function to not require a specific minor version
7764           of the CMML header.
7765
7766           Add an MPEG4 video elementary stream typefind function.
7767
7768 2006-02-04  Michael Smith  <msmith@fluendo.com>
7769
7770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7771         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7772         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7773         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7774         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7775         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7776           Annodex support in ogg demuxer. Doesn't do very much without the
7777           other annodex patches (to come).
7778
7779 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7782
7783         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7784           Pick up palette for MS video v1 (#327028)
7785
7786 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7789         (gst_ffmpegcsp_caps_remove_format_info),
7790         (gst_ffmpegcsp_get_unit_size):
7791           The 'palette_data' field from incoming RGB caps shouldn't be
7792           proxied on outgoing YUV caps; also, restrict unit size
7793           adjustment in case of paletted data only to the unit that
7794           actually has a palette. Fixes #330711.
7795
7796 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7797
7798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7799         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7800         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7801         (gst_ffmpegcsp_get_unit_size):
7802           Plug some memory leaks.
7803
7804 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * sys/ximage/Makefile.am:
7807         * sys/xvimage/Makefile.am:
7808           Add some _CFLAGS and _LIBS that seem to be missing
7809           and/or required for Cygwin (see #317048).
7810
7811 2006-02-22  Wim Taymans  <wim@fluendo.com>
7812
7813         * ext/alsa/gstalsasrc.c:
7814         Fix description as pointed out by caugier.
7815
7816 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7817
7818         Reviewed by : Edward Hervey  <edward@fluendo.com>
7819
7820         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7821         (qt_type_find):
7822         Better 3gp typefinding (#331526).
7823
7824 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7827           Don't send EOS event here, the base class will send one for us.
7828
7829         * gst/playback/gstplaybasebin.c: (prepare_output):
7830           Subpictures without video stream aren't allowed either.
7831         
7832         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7833           Fix debug statement copy'n'paste-o.
7834
7835 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7838           Fix issues with mixer keeping state when muting/unmuting
7839           and when changing the volume whilst muted (see #331763
7840           and #331765).
7841
7842 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7845         (parse_subrip), (gst_sub_parse_format_autodetect):
7846           Set right caps given that we send escaped text. Also,
7847           honour <i></i>, <b></b> and <u></u> markers that can be found
7848           in .srt files (fixes #310202).
7849
7850 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst-libs/gst/audio/mixerutils.c:
7853         (element_factory_rank_compare_func):
7854           Make order in which elements are tried more determinable.
7855
7856 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7857
7858         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7859         (remove_element_chain), (cleanup_decodebin),
7860         (gst_decode_bin_change_state): Make decodebin reusable by
7861         fixing remove_element_chain first and then introduce a
7862         cleaner in state change to ->NULL. (Closes #331678)
7863
7864 2006-02-19  Wim Taymans  <wim@fluendo.com>
7865
7866         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7867         use 0666 mask when creating files so umask gets applied
7868         correctly. Fixes #331295.
7869
7870 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * gst/subparse/Makefile.am:
7873         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7874         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7875         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7876         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7877         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7878         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7879         * gst/subparse/gstssaparse.h:
7880         * gst/subparse/gstsubparse.c: (plugin_init):
7881           Add very basic parser for SSA subtitle streams (as often
7882           found in matroska files).
7883
7884 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7887           That should be text/x-pango-markup, not text/x-pango-layout.
7888
7889 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7890
7891         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7892         Polishing.
7893
7894 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7895
7896         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7897         (gst_text_overlay_finalize), (gst_text_overlay_init),
7898         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7899         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7900         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7901         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7902         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7903         Fix state change deadlock.
7904
7905 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7906
7907         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7908         (gst_text_overlay_finalize), (gst_text_overlay_init),
7909         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7910         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7911         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7912         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7913         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7914         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7915         and subtitles files.
7916
7917 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7918
7919         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7920         should be considered as raw.
7921
7922 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7923
7924         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7925         (cb_probe):
7926         * gst/playback/gststreaminfo.h: Introduce language informations.
7927
7928 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7929
7930         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7931         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7932         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7933         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7934         Set shared memory segments to be deleted as soon as we have attached,
7935         that way they get cleaned up automatically if we crash.
7936
7937 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7938
7939         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7940         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7941         functions are called with lock held.
7942
7943 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7944
7945         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7946         (gst_text_overlay_finalize), (gst_text_overlay_init),
7947         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7948         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7949         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7950         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7951         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7952         (gst_text_overlay_change_state): Refactoring of textoverlay
7953         without collectpads. This now supports sparse subtitles coming
7954         from a demuxer instead of a sub file. Seeking is still broken 
7955         though. Need to discuss with wtay some more on how to handle
7956         seeking correctly.
7957         * ext/pango/gsttextoverlay.h:
7958         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7959         subtitles coming from the demuxer.
7960
7961 2006-02-17  Wim Taymans  <wim@fluendo.com>
7962
7963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7964         (gst_vorbisenc_convert_sink):
7965         Use some more scaling functions.
7966
7967 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7968
7969         * ext/cdparanoia/gstcdparanoiasrc.c:
7970         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7971         (gst_cd_paranoia_paranoia_callback),
7972         (gst_cd_paranoia_src_signal_is_being_watched),
7973         (gst_cd_paranoia_src_read_sector):
7974         * ext/cdparanoia/gstcdparanoiasrc.h:
7975           Add back 'transport-error' and 'uncorrected-error' signals and
7976           make them actually be fired when bad stuff happens (#319340).
7977
7978 2006-02-17  Wim Taymans  <wim@fluendo.com>
7979
7980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7981         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7982         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7983         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7984         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7985         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7986         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7987         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7988         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7989         (gst_ring_buffer_clear):
7990         Small cleanups.
7991         Added some G_LIKELY.
7992
7993 2006-02-17  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst-libs/gst/audio/TODO:
7996         Update TODO
7997
7998         * gst-libs/gst/audio/gstbaseaudiosink.c:
7999         (gst_base_audio_sink_get_offset):
8000         When trying to play samples ASAP and we don't have a
8001         previous sample, try to play at position 0 instead of
8002         an invalid position.
8003
8004 2006-02-17  Wim Taymans  <wim@fluendo.com>
8005
8006         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8007         (gst_alsasink_reset):
8008         Also release lock when we get an error in _reset();
8009         fix an error message.
8010
8011 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8014         (gst_alsasink_init), (get_channel_free_structure),
8015         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8016         (gst_alsasink_close):
8017         * ext/alsa/gstalsasink.h:
8018           Add support for more than 2 channels (#326720).
8019
8020 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8021
8022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8023           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8024           with 4 or 6 channels, assume a default channel layout to make things
8025           work (not sure there's anything else we can do in those cases).
8026
8027 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * gst-libs/gst/audio/multichannel.c:
8030           Minor docs fix.
8031
8032         * gst-libs/gst/riff/Makefile.am:
8033         * gst-libs/gst/riff/riff-ids.h:
8034         * gst-libs/gst/riff/riff-media.c:
8035         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8036           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8037           channels and a channel layout map.
8038           
8039 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8040
8041         Reviewed by Edward Hervey  <edward@fluendo.com>
8042
8043         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8044         C-level optimization of the RGBA nearest neighbour function.
8045         Eventually this might end up in liboil with vectorized versions.
8046
8047 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst-libs/gst/audio/multichannel.c:
8050         (gst_audio_get_channel_positions):
8051           When we have more than 2 channels, but no channel layout is
8052           specified in the caps, return some default channel layout
8053           to the caller and warn about about a possibly buggy element
8054           (could be buggy filtercaps as well of course) (#317038).
8055
8056 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8059           Add gst-libs/gst/cdda to list of lib search paths.
8060
8061 2006-02-15  Andy Wingo  <wingo@pobox.com>
8062
8063         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8064         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8065         to the Lord Jesus that I do not have to touch the ogg muxer ever
8066         again.
8067
8068 2006-02-15  Edward Hervey  <edward@fluendo.com>
8069
8070         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8071         quicktime movie files can also contain 'uuid' atoms.
8072
8073 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * gst/audioconvert/plugin.c: (plugin_init):
8076           Register the GstAudioChannelPosition enum type with the type
8077           system in the plugin_init function, so that it is known before
8078           any element actually makes use of multi-channel stuff. This is
8079           required for example if one wants to be able to deserialise/use
8080           a caps string with channel positions before any pipeline has
8081           been setup and started, like with gst-launch.
8082
8083 2006-02-14  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst-libs/gst/audio/gstringbuffer.c:
8086         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8087         (gst_ring_buffer_samples_done), (wait_segment),
8088         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8089         Add some compiler G_(UN_)LIKELY help.
8090         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8091         make sure they can exit their functions. Should fix #330748
8092
8093 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         * Makefile.am:
8096         * configure.ac:
8097         * win32/MANIFEST:
8098         * win32/common/_stdint.h:
8099           Windows does not have long long; copy the generated _stdint.h
8100         * win32/common/interfaces-enumtypes.c:
8101         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8102         (gst_mixer_track_flags_get_type),
8103         (gst_tuner_channel_flags_get_type):
8104         * win32/common/multichannel-enumtypes.c:
8105         (gst_audio_channel_position_get_type):
8106           update
8107
8108 2006-02-13  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst-libs/gst/audio/gstbaseaudiosink.c:
8111         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8112         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8113         Always sync on first sample we receive when starting.
8114
8115 2006-02-13  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst/playback/gstplaybin.c: (gen_vis_element):
8118         Update vis bin docs.
8119         Move queue after tee so we don't queue video buffers but
8120         audio samples instead. Fixes problems where the video queue
8121         is filled and the audio queue empty.
8122
8123 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8126           No need to push an EOS event here, GstBaseSrc will do that for us
8127           when we return FLOW_UNEXPECTED.
8128           
8129 2006-02-12  Wim Taymans  <wim@fluendo.com>
8130
8131         * gst-libs/gst/audio/gstbaseaudiosink.c:
8132         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8133         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8134         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8135         Use scale functions when possible.
8136         Fix error messages.
8137         Free clockid when after waiting for EOS.
8138         Use G_(UN_)LIKLY when it makes sense.
8139         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8140
8141 2006-02-12  Edward Hervey  <edward@fluendo.com>
8142
8143         * gst/playback/gstplaybasebin.c: (prepare_output): 
8144         Remove stray semi-colon (fixes #330888).
8145
8146 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8147
8148         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8150         Fix up the XShm call testing so that we catch errors, and don't
8151         cause new ones by attempting to detach from a segment we failed
8152         to attach to. Fixes #312439.
8153
8154 2006-02-10  Edward Hervey  <edward@fluendo.com>
8155
8156         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8157         Added flv file typefind (video/x-flv).
8158
8159 2006-02-10  Edward Hervey  <edward@fluendo.com>
8160
8161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8162         (gst_riff_create_video_template_caps):
8163         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8164         Also added the caps to the default set of riff video caps.
8165
8166 2006-02-09  Andy Wingo  <wingo@pobox.com>
8167
8168         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8169         time and the end time of the last packet in the page.
8170         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8171         on the pages in our queue, set the duration as well. Reflow a
8172         debug statement.
8173         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8174         Fixes bad muxing order.
8175
8176 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8177
8178         * gst-libs/gst/rtp/gstbasertppayload.c:
8179         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8180           update seqnum before setting it on the packet; this makes sure
8181           that the timestamp and seqnum properties match after pushing
8182           a buffer
8183
8184 2006-02-09  Andy Wingo  <wingo@pobox.com>
8185
8186         * gst-libs/gst/audio/gstringbuffer.c
8187         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8188         overflow after 13.5 hours of recording. Kapow!
8189
8190         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8191         the buffer size -- we don't care about underrun/overrun reporting
8192         right now, just need to return a useful value.
8193
8194 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8195
8196         * configure.ac:
8197           Back to CVS
8198
8199 === release 0.10.3 ===
8200
8201 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8202
8203         * configure.ac:
8204           releasing 0.10.3, "Under Pressure"
8205
8206 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8207
8208         * configure.ac:
8209         Drat. Bump libtool version number for new API.
8210         Prelease 0.10.2.3 (of 0.10.3)
8211
8212 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * configure.ac:
8215         * win32/common/config.h:
8216         0.10.2.2 prerelease (of 0.10.3).
8217
8218 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8221           Revert Andy's newsegment change pending a more correct
8222           fix.
8223
8224 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8225
8226         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8227         (qt_type_find), (plugin_init):
8228           detect more files as 3gp
8229           group and reorder the iso file formats
8230
8231 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         * ext/vorbis/vorbis.c: (plugin_init):
8234           Register musicbrainz tags, so apps don't have to.
8235
8236 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8239         (gst_tag_to_vorbis_tag):
8240           Make sure we called gst_tag_register_musicbrainz_tags()
8241           before possibly mapping a vorbiscomment string from/to a
8242           musicbrainz tag.
8243
8244 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8247           In case we can't find the required number of consecutive
8248           mpeg audio frames to positively identify an MPEG audio
8249           stream, check if there's at least a valid mpeg audio
8250           frame right at offset 0 and if so suggest mpeg/audio
8251           caps with a very low probability (#153004).
8252
8253 2006-02-07  Andy Wingo  <wingo@pobox.com>
8254
8255         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8256         a TIME segment if we get timestamped buffers. Requires recent
8257         fixes in core to work properly.
8258
8259 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8260
8261         * gst/playback/gstplaybasebin.c: (prepare_output):
8262           Don't print the URI as part of the error message, it
8263           makes error dialogs look rather ugly, especially if
8264           the URI is very long or has characters in it that
8265           need escaping.
8266
8267 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8268
8269         * gst/playback/gstplaybasebin.c: (prepare_output):
8270           Error out if we have only text or subtitles, but nothing
8271           else. Also error out if we have subtitles but no video
8272           stream.
8273
8274 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8275
8276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8277           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8278           Post an error message on the bus when we encounter an
8279           error, which will hopefully be more meaningful than the
8280           'Internal Flow Error' message users get to see if we
8281           just return GST_FLOW_ERROR.
8282
8283 2006-02-07  Andy Wingo  <wingo@pobox.com>
8284
8285         * configure.ac (GST_MAJORMINOR): Update core version req to
8286         0.10.2.2, for the collectpads API addition (#330244).
8287
8288 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8289
8290         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8291           Return FALSE from plugin_init() when GnomeVFS can't
8292           be initialised for some reason (#328423).
8293
8294 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8295
8296         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8297         Stick to seeking theory until i find the bug.
8298         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8299
8300 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8301
8302         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8303         (theora_enc_finalize), (theora_enc_sink_setcaps),
8304         (theora_set_header_on_caps), (theora_enc_chain),
8305         (theora_enc_change_state):
8306         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8307           Make theoraenc and the tests leak free. Like, really.
8308
8309 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8312         (theora_enc_finalize), (theora_enc_sink_setcaps):
8313           Add a finalize method to ensure we clean up state even if
8314           someone omitted the state change back to NULL.
8315
8316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8317         (gst_vorbisenc_chain):
8318           Free some more leaked bits.
8319
8320         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8321         (stop_pipeline):
8322           Wait for state changes to happen if they're ASYNC.
8323
8324           This ought to teach those fancy pants buildbots a lesson.
8325
8326 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8327
8328         * gst-libs/gst/tag/gstid3tag.c:
8329           Add mapping for ID3 International Standard Recording Code
8330           tag "TSRC"
8331
8332 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8333
8334         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8335           Don't leak tag names.
8336
8337 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * docs/libs/gst-plugins-base-libs-docs.sgml:
8340         * docs/libs/gst-plugins-base-libs-sections.txt:
8341         * gst-libs/gst/tag/gstid3tag.c:
8342         * gst-libs/gst/tag/gstvorbistag.c:
8343         * gst-libs/gst/tag/tags.c:
8344           Split libgsttag docs into multiple sections.
8345
8346 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * docs/libs/Makefile.am:
8349         * docs/libs/gst-plugins-base-libs-docs.sgml:
8350         * docs/libs/gst-plugins-base-libs-sections.txt:
8351         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8352         * gst-libs/gst/tag/gstvorbistag.c:
8353         * gst-libs/gst/tag/tag.h:
8354         * gst-libs/gst/tag/tags.c:
8355           Add libgsttag to the docs.
8356
8357 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8358
8359         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8360         (gst_text_overlay_init), (gst_text_overlay_src_event),
8361         (gst_text_overlay_collected): Fix clockoverlay.
8362
8363 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * docs/libs/compiling.sgml:
8366           Fix typo: it's pkg-config, not pkg-gconfig
8367
8368         * docs/libs/gst-plugins-base-libs-docs.sgml:
8369         * docs/libs/gst-plugins-base-libs-sections.txt:
8370         * docs/libs/tmpl/gstgconf.sgml:
8371           There is no libgstgconf in 0.10, remove it
8372           from the docs.
8373
8374 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8375
8376         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8377         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8378         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8379         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8380         (gst_sub_parse_class_init), (gst_sub_parse_init),
8381         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8382         (parse_mpsub), (parser_state_init), (handle_buffer),
8383         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8384         * gst/subparse/gstsubparse.h: Introduce seeking code.
8385
8386 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8387
8388         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8389           Add comment about LANGUAGE tag inconsistency (we want
8390           ISO-639-1, but extract three-letter identifiers?)
8391
8392         * po/POTFILES.in:
8393           Add two translatable files.
8394
8395 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * gst-libs/gst/tag/Makefile.am:
8398         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8399         * gst-libs/gst/tag/tag.h:
8400         * gst-libs/gst/tag/tags.c:
8401         (gst_tag_register_musicbrainz_tags_internal),
8402         (gst_tag_register_musicbrainz_tags):
8403           Forward-port some tags stuff from the 0.8 branch. This is
8404           mostly the addition of musicbrainz tags and their mapping
8405           to vorbistags, and a vorbistag mapping of the language tag.
8406
8407 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8408
8409         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8410         refactoring.
8411
8412 2006-02-04  David Schleef  <ds@schleef.org>
8413
8414         * ext/ogg/gstoggmux.c:
8415         * gst/typefind/gsttypefindfunctions.c:
8416           Add Dirac typefinding and add dirac format to oggmux.
8417
8418 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8419
8420         * gst/playback/gstdecodebin.c: (try_to_link_1):
8421           Don't put essential function call into
8422           g_return_*() macro, otherwise it'll all be
8423           replaced by NOOPs when compiling with
8424           G_DISABLE_CHECKS defined.
8425
8426 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8427
8428         * ext/ogg/gstoggdemux.c:
8429         * ext/ogg/gstoggparse.c:
8430         * gst/tcp/gsttcpserversink.c:
8431         * sys/v4l/v4lsrc_calls.c:
8432         * sys/v4l/v4lsrc_calls.h:
8433         Just make it compile with --disable-gst-debug.
8434
8435 2006-02-03  Wim Taymans  <wim@fluendo.com>
8436
8437         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8438         (gst_alsasink_class_init), (gst_alsasink_init),
8439         (gst_alsasink_write), (gst_alsasink_reset):
8440         * ext/alsa/gstalsasink.h:
8441         Add lock to protect alsa calls.
8442         Implement reset to flush samples ASAP, does not work
8443         with dmix though.
8444
8445 2006-02-02  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst-libs/gst/audio/gstbaseaudiosink.c:
8448         (gst_base_audio_sink_provide_clock):
8449         Ugh.. getting late I guess...
8450
8451 2006-02-02  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst-libs/gst/audio/gstbaseaudiosink.c:
8454         (gst_base_audio_sink_provide_clock),
8455         (gst_base_audio_sink_set_property),
8456         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8457         Don't try to provide a clock when we are not negotiated since
8458         we might not be able to make it run.
8459
8460 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8461
8462         * gst/playback/gstdecodebin.c: (try_to_link_1):
8463           Unlinking two source pads is ... hard.
8464
8465 2006-02-02  Wim Taymans  <wim@fluendo.com>
8466
8467         * gst-libs/gst/audio/TODO:
8468         Updated.
8469
8470         * gst-libs/gst/audio/gstbaseaudiosink.c:
8471         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8472         On EOS, wait till the last sample is played before posting EOS.
8473
8474 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8475
8476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8477           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8478           setting queue_delay to zero. Also avoid thread being started if
8479           queue_delay is zero.
8480
8481 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8482
8483         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8484           Make test work again by connecting fakesinks to each decoded pad,
8485           which makes the pipeline wait until each fakesink has a buffer
8486           queued before going to PAUSED state. At that point we know the
8487           decodebin pads are negotiated.
8488
8489 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8492         (gst_cdda_base_src_handle_event):
8493         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8494           Pass unhandled queries to the parent class's query function.
8495
8496 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8497
8498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8499         (gst_ogg_pad_src_query):
8500         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8501         * ext/theora/theoradec.c: (theora_dec_src_query),
8502         (theora_dec_sink_query):
8503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8504         (vorbis_dec_sink_query):
8505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8506         (gst_vorbisenc_sink_query):
8507         * gst/adder/gstadder.c: (gst_adder_query):
8508           Pass unhandled queries upstream instead of just
8509           dropping them (#326447). Also, fix supported
8510           query types list for some elements.
8511
8512 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8515         (paris_type_find), (ilbc_type_find), (plugin_init):
8516           Fix typefinding for audio/x-au, audio/x-paris and
8517           audio/iLBC-sh. We cannot use the START_WITH macros
8518           here, because there can only be one typefind factory
8519           with the same name (caps), so the second one would
8520           replace the first one and the first one would never
8521           be called when doing typefinding (see #161712).
8522           
8523
8524 2006-01-31  Wim Taymans  <wim@fluendo.com>
8525
8526         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8527         (vorbis_handle_header_packet), (vorbis_dec_push),
8528         (vorbis_handle_data_packet):
8529         Use scale_int when we can, add some more scaling.
8530         Check packettype before parsing it.
8531
8532 2006-01-31  Wim Taymans  <wim@fluendo.com>
8533
8534         * ext/theora/theoradec.c: (_theora_granule_time),
8535         (theora_dec_src_convert), (theora_dec_sink_convert):
8536         Call right _scale functions.
8537         Use parameter instead of some other random value.
8538
8539 2006-01-31  Wim Taymans  <wim@fluendo.com>
8540
8541         * ext/theora/theoradec.c: (_theora_granule_frame),
8542         (_theora_granule_time), (_inc_granulepos),
8543         (theora_dec_src_convert), (theora_dec_sink_convert),
8544         (theora_handle_type_packet), (theora_handle_data_packet),
8545         (theora_dec_chain):
8546         Use higher precision timestamps calculation.
8547         Convert some other conversions to _scale.
8548
8549 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * gst/audiotestsrc/gstaudiotestsrc.c:
8552         (gst_audio_test_src_create_sine_table), (plugin_init):
8553         * gst/volume/gstvolume.c: (plugin_init):
8554           initialize gst_controller before using
8555
8556 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8557
8558         * tests/check/pipelines/theoraenc.c:
8559         * tests/check/pipelines/vorbisenc.c:
8560         Define constant using G_GINT64_CONSTANT to avoid errors when
8561         passing it around - otherwise it gets truncated to 32 bits.
8562
8563         Fixes failing tests.
8564
8565 2006-01-31  Andy Wingo  <wingo@pobox.com>
8566
8567         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8568         caps being set doesn't have a framerate value. Basically a stopgap
8569         measure.
8570
8571         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8572         technically correct enough to put into core though.
8573         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8574         DURATION. Fixes theoraenc ! oggmux.
8575
8576         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8577         fraction, not double.
8578
8579 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8580
8581         * win32/vs7:
8582         add vs7 project files created by Sergey Scobich
8583
8584 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8585
8586         * win32/vs8:
8587         add vs8 project files created by Sergey Scobich
8588         
8589 2006-01-30  Andy Wingo  <wingo@pobox.com>
8590
8591         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8592         timestamp + duration, not just timestamp -- ogg pages should be
8593         ordered by stop time. Necessary fix given the change in vorbis
8594         timestamps.
8595
8596         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8597         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8598         (granulepos_add): New function, handles the messiness of adjusting
8599         granulepos values.
8600         (theora_buffer_from_packet):
8601         (theora_enc_chain):
8602         (theora_enc_sink_event): Use granulepos_add, not +.
8603
8604         * tests/check/pipelines/theoraenc.c
8605         (check_buffer_granulepos_from_starttime): Just check the frame
8606         count, not the actual granulepos -- we can't dictate to the
8607         encoder when it should be placing keyframes.
8608
8609 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8610
8611         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8612           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8613           play an http:// stream from a server that's not serving
8614
8615 2006-01-30  Andy Wingo  <wingo@pobox.com>
8616
8617         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8618         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8619         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8620         available.
8621
8622         * ext/theora/gsttheoraenc.h:
8623         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8624         although theoraenc was timestamping correctly. Added handling of
8625         streams that start with nonzero timestamps.
8626
8627         * tests/check/Makefile.am:
8628         * tests/check/pipelines/theoraenc.c: New file, basically does same
8629         tests as vorbisenc.
8630
8631         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8632
8633 2006-01-30  Wim Taymans  <wim@fluendo.com>
8634
8635         * gst-libs/gst/audio/gstaudiosink.c:
8636         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8637         (gst_audioringbuffer_pause):
8638         Implement pause that does not wait for completion.
8639
8640         * gst-libs/gst/audio/gstbaseaudiosink.c:
8641         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8642         Don't drop buffers when going to PAUSED but perform preroll on
8643         remaining samples now that core base class supports this.
8644
8645         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8646         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8647         (gst_ring_buffer_commit):
8648         Pause should not signal waiters.
8649         Implement return value of _commit correctly.
8650
8651 2006-01-30  Andy Wingo  <wingo@pobox.com>
8652
8653         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8654
8655         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8656         updated to timestamp from the first sample, not the last.
8657         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8658         special care of granulepos and timestamp for header packets.
8659         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8660         when the first buffer has a nonzero timestamp.
8661
8662         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8663         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8664         case when the first audio buffer we get has a nonzero timestamp.
8665         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8666         properly timestamp vorbis buffers with the time of the first
8667         sample, not the last.
8668         
8669         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8670         vorbis_granule_time_copy -- now it takes the granule/subgranule
8671         offset into account.
8672
8673         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8674         timestamps, durations, and granulepos on buffers produced by
8675         vorbisenc.
8676
8677 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8678
8679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8680         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8681           Patch from Eric Jonas to support conversions to/from UYVY 
8682           (Fixes: #324626)
8683
8684 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8685
8686         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8687         (setup_subtitle), (setup_source), (set_active_source):
8688         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8689         (gen_text_element), (gen_audio_element), (gen_vis_element),
8690         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8691
8692 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8693
8694         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8695         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8696                 use gst_guint64_to_gdouble to be compliant with vs6
8697         * gst/playback/gstdecodebin.c: (try_to_link_1)
8698         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8699                 use G_GINT64_CONSTANT for int64 constants
8700         * win32/common/libgstinterfaces.def:
8701                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8702         * win32/vs6:
8703                 update and add new project files
8704                 
8705 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8706
8707         * Makefile.am:
8708         * win32/MANIFEST:
8709         * win32/common/interfaces-enumtypes.c:
8710         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8711         (gst_mixer_track_flags_get_type),
8712         (gst_tuner_channel_flags_get_type):
8713         * win32/common/interfaces-enumtypes.h:
8714         * win32/common/multichannel-enumtypes.c:
8715         (gst_audio_channel_position_get_type):
8716         * win32/common/multichannel-enumtypes.h:
8717           add a win32-update rule like in core, and copy over enumtypes files
8718
8719 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8720
8721         * win32/MANIFEST:
8722         * win32/common/config.h:
8723         * win32/common/config.h.in:
8724           add config files just like in core
8725
8726 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8727
8728         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8729           Make gcc-4.1 happy (part of #327357).
8730
8731 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8732
8733         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8734         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8735         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8736         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8737         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8738         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8739           Update all error messages.  All of them should either use
8740           the default translated message, or actually provide a
8741           translatable string.
8742           Make the string for channel count problems meaningful.
8743
8744 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8745
8746         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8747           check for and throw RESOURCE_BUSY
8748
8749 2006-01-27  David Schleef  <ds@schleef.org>
8750
8751         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8752           checked in this change -- it requires liboil features not
8753           in 0.3.6.  Revert parts.
8754
8755 2006-01-27  David Schleef  <ds@schleef.org>
8756
8757         * REQUIREMENTS:
8758         * configure.ac: update liboil requirement to 0.3.6
8759         * gst/videoscale/Makefile.am:
8760         * gst/videoscale/vs_scanline.c: liboilify
8761
8762 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8763
8764         * ext/libvisual/visual.c: (get_buffer):
8765           When pad_alloc returns a GstFlowReturn other
8766           than GST_FLOW_OK, make sure it is passed upstream.
8767
8768 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8769
8770         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8771         (gst_alsasink_class_init):
8772           Free the device name string.
8773
8774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8775         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8776         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8777           Don't remove a pad from the collectpads structure until it
8778           is released - it's a request pad, and may receive data again
8779           if the element gets moved back to PLAYING state.
8780
8781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8782           Ensure we turn on double buffering on the Xv port, and
8783           set the colour key to something dark and mysterious that
8784           isn't black.
8785
8786 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8787
8788         * ext/alsa/gstalsaplugin.c: (plugin_init):
8789         * ext/cdparanoia/gstcdparanoiasrc.c:
8790         (gst_cd_paranoia_src_base_init), (plugin_init):
8791         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8793           - a library should not call setlocale. see "Libraries" node in
8794             gettext manual
8795           - make sure all plugins that use translation do bindtextdomain
8796             to point to the localedir
8797         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8798         (setup_sinks), (plugin_init):
8799           all this, and check for NULL when creating sinks
8800
8801 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8802
8803         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8804         (plugin_init): Make typefinding of subtitles work again.
8805
8806 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8809         (mp3_type_frame_length_from_header), (mp3_type_find),
8810         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8811         (plugin_init):
8812           Backport a bunch of typefinding fixes from the 0.8 branch.
8813           Also, improve wavpack typefinding: if we can't peek the
8814           entire wavpack block, try to parse the bits we can get and
8815           see if we find what we're looking for in those.
8816
8817 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8818
8819         * sys/ximage/ximagesink.c:
8820         (gst_ximagesink_calculate_pixel_aspect_ratio):
8821         * sys/xvimage/xvimagesink.c:
8822         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8823         more cases of pixel aspect ratio.
8824
8825 2006-01-26  Edward Hervey  <edward@fluendo.com>
8826
8827         * gst/playback/gstdecodebin.c: (pad_probe):
8828         Also consider the flush-start and tag events as unblockers
8829         for the pad probes.
8830
8831 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8832
8833         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8834         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8835         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8836         On the fly visualisation switch, works disabling, enabling as
8837         well but it won't be able to enable vis in a playbin that was
8838         created with no visualisation.
8839
8840 2006-01-25  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst-libs/gst/audio/gstbaseaudiosink.c:
8843         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8844         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8845         resume after pause.
8846
8847 2006-01-25  Wim Taymans  <wim@fluendo.com>
8848
8849         * gst-libs/gst/audio/gstbaseaudiosink.c:
8850         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8851         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8852         Improve debugging.
8853         Post error when caps cannot be parsed.
8854         Resync on discontinuity in the stream.
8855         Clip samples to segment boundaries.
8856         return WRONG_STATE sooner when we are flushing.
8857
8858         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8859         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8860         Make audiosrc operate in TIME.
8861         Set TIMESTAMP and DURATION on buffers.
8862
8863 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * tests/examples/seek/seek.c: (main):
8866           Output tag messages as well.
8867
8868 2006-01-23  Edward Hervey  <edward@fluendo.com>
8869
8870         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8871         (free_pad_probes), (remove_fakesink), (pad_probe),
8872         (close_pad_link), (gst_decode_bin_change_state):
8873         Replace GstPadBlockCallback with pad probes that detect
8874         first buffer AND eos before removing fakesink.
8875         Fixes hang with demuxers doing EOS while pre-rolling.
8876         Solves #328279
8877
8878 2006-01-23  Andy Wingo  <wingo@pobox.com>
8879
8880         * ext/alsa/gstalsasink.c:
8881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8882         (gst_base_rtp_depayload_setcaps),
8883         (gst_base_rtp_depayload_add_to_queue),
8884         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8885         
8886         Patch by: Jens Granseuer <jensgr at gmx dot net>
8887
8888 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8889
8890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8891         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8892         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8893         frames. We might get a frame destroyed after changing state to
8894         NULL, adding a safety check on xcontext.
8895
8896 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * gst-libs/gst/interfaces/xoverlay.c:
8899           Fix prepare-xwindow-id code example in the docs - we need to
8900           ignore all messages that aren't element messages as well.
8901           
8902 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8903
8904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8905           I think one day i'll completely undestand how caps negotiation
8906           is supposed to work. This refactoring handles buffer_alloc
8907           called with caps we can't handle. We definitely don't want a
8908           set_caps with those caps, so we define and allocate a buffer
8909           we would like to receive.
8910
8911 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8912
8913         * gst/playback/gstplaybasebin.c: (setup_source):
8914           Free iterator when done.
8915
8916 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8917
8918         * gst-libs/gst/audio/gstbaseaudiosink.c:
8919         (gst_base_audio_sink_render):
8920           Fix playback of non-synchronised streams by assuming a rate
8921           of 1.0 instead of a random one.
8922
8923           Makes this work again:
8924
8925           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8926           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8927           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8928           audioresample ! alsasink
8929
8930 === release 0.10.2 ===
8931
8932 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8933
8934         * configure.ac:
8935           releasing 0.10.2, "Then the devil is six"
8936
8937 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8938
8939         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8940         * gst/playback/gststreamselector.c:
8941         (gst_stream_selector_set_property):
8942           Comment out broken code that connects to the state-changed signal.
8943           At this point, changing current stream selection is broken, but 
8944           stuff like gst-launch playbin current-audio=1 works and filters
8945           to the chosen stream.
8946
8947 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8948
8949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8950           Fix #327216 (null dereference in vorbisdec)
8951
8952 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8955           Post taglist actually on bus instead of just freeing it
8956           (fixes #327114 and totem bug #327080).
8957
8958         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8959           Use gst_element_found_tags_for_pad(), so that the tags
8960           are sent downstream as an event as well.
8961
8962 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8963
8964         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8965         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8966         (gst_ximagesink_buffer_alloc):
8967         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8968         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8969         (gst_xvimagesink_buffer_alloc):
8970           move all regularly occurring messages to GST_LOG level
8971           add some more object logs
8972
8973 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8974
8975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8976           fix a silly segfault
8977
8978 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * docs/libs/gst-plugins-base-libs-docs.sgml:
8981         * docs/libs/gst-plugins-base-libs-sections.txt:
8982         * gst-libs/gst/audio/mixerutils.c:
8983         * gst-libs/gst/audio/mixerutils.h:
8984           Add docs for mixerutils stuff.
8985
8986 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst/playback/gstplaybasebin.c: (setup_source):
8989           Fix playback for sources that emit raw audio or
8990           raw video streams (e.g.: cd audio sources) (#325984).
8991
8992 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8993
8994         * gst-libs/gst/audio/mixerutils.c:
8995         (gst_audio_mixer_filter_do_filter):
8996           actually save the element we create
8997
8998 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         * gst-libs/gst/cdda/gstcddabasesrc.c:
9001         (gst_cdda_base_src_handle_track_seek):
9002           No need to post a tag message on the bus when seeking
9003           within the same track, only post it when the current
9004           track changes.
9005
9006 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9007
9008         * gst/playback/gstplaybasebin.c: (group_destroy),
9009         (probe_triggered), (new_decoded_pad), (mute_group_type),
9010         (set_active_source):
9011         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9012         * gst/playback/gststreamselector.c:
9013         (gst_stream_selector_base_init),
9014         (gst_stream_selector_set_property),
9015         (gst_stream_selector_request_new_pad):
9016           Reenable stream selection. These mechanisms need a complete overhaul
9017           in the face of 0.8->0.10 changes though.
9018
9019 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9020
9021         * ext/ogg/gstoggdemux.c:
9022           Change the pad template to src_%d to match the pads that 
9023           are created from it. decodebin needs this information in order
9024           to decide that oggdemux is capable of producing multiple pads
9025           (and hence needs queues inserted).
9026
9027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9028         (gst_ogg_mux_collected):
9029           Make debug output more useful by using GST_PTR_FORMAT.
9030
9031 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9032
9033         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9034
9035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9036           Set depth and width for alaw/mulaw (fixes #326601).
9037
9038 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9039
9040         * tests/icles/Makefile.am:
9041           don't build the tests if we don't have the libs
9042
9043 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9046         (gst_cd_paranoia_paranoia_callback):
9047           Don't try to free NULL pointers.
9048
9049 2006-01-10  Edward Hervey  <edward@fluendo.com>
9050
9051         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9052         (gst_audio_rate_change_state), (plugin_init):
9053         Add debugging category.
9054         Fix type issues.
9055         Add case for incoming buffers without valid offset/offset_end.
9056
9057 2006-01-10  Michael Smith  <msmith@fluendo.com>
9058
9059         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9060           Don't leak GCond in audio sources.
9061
9062 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9063
9064         * gst/playback/gstplaybin.c: (gen_audio_element):
9065           Don't leak an autoaudiosink/alsasink when we generate
9066           a new audio element. (old code, I guess)
9067
9068 2006-01-10  Michael Smith  <msmith@fluendo.com>
9069
9070         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9071           Support float audio in audiorate.
9072           Use width rather than depth for selecting sample width.
9073
9074 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9075
9076         * gst/videotestsrc/videotestsrc.h:
9077           Use GLib types here (that way we don't have to include the
9078           generated _stdint.h header, which makes life easier for win32
9079           folks that don't use autotools for the build) (#325990, patch
9080           by: Sergey Scobich).
9081
9082 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9085         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9086         (gst_ring_buffer_pause), (wait_segment):
9087         * gst-libs/gst/audio/gstringbuffer.h:
9088           Name (private) union, makes Forte compiler happy (this time
9089           for real) (#324900).
9090
9091 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9092
9093         * gst-libs/gst/audio/Makefile.am:
9094           Link against libgstinterfaces, needed for mixer
9095           and property probe stuff.
9096
9097 2006-01-09  Edward Hervey  <edward@fluendo.com>
9098
9099         * gst-libs/gst/Makefile.am:
9100
9101 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         * gst-libs/gst/audio/Makefile.am:
9104         * gst-libs/gst/audio/mixerutils.c:
9105         (gst_audio_mixer_filter_do_filter),
9106         (gst_audio_mixer_filter_check_element),
9107         (gst_audio_mixer_filter_probe_feature),
9108         (element_factory_rank_compare_func),
9109         (gst_audio_default_registry_mixer_filter):
9110         * gst-libs/gst/audio/mixerutils.h:
9111           Add gst_audio_default_registry_mixer_filter() utility
9112           function.
9113
9114 2006-01-03  Michael Smith  <msmith@fluendo.com>
9115
9116         * gst/audioresample/resample.h:
9117           As before, but for o_buf
9118
9119 2006-01-03  Michael Smith  <msmith@fluendo.com>
9120
9121         * gst/audioresample/resample.h:
9122           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9123           since we do arithmetic on it.
9124
9125 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9128         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9129         (gst_ring_buffer_pause), (wait_segment):
9130         * gst-libs/gst/audio/gstringbuffer.h:
9131           Sun's Forte compiler doesn't seem to like anonymous structs,
9132           so use same setup as in GstBaseSrc (fixes #324900).
9133
9134 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9135
9136         * configure.ac:
9137         * gst/volume/Makefile.am:
9138         * gst/volume/demo.c:
9139           move old example to tests/examples/volume/volune.c
9140         * tests/examples/Makefile.am:
9141         * tests/examples/seek/seek.c: (main):
9142           change window-close event from "delete-event" to "destroy"
9143         * tests/examples/volume/Makefile.am:
9144         * tests/examples/volume/volume.c: (value_changed_callback),
9145         (setup_gui), (message_received), (eos_message_received), (main):
9146           fix event handling and bus usage
9147
9148 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9149
9150         * gst/audiotestsrc/gstaudiotestsrc.c:
9151         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9152         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9153         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9154         (gst_audio_test_src_create_square),
9155         (gst_audio_test_src_create_saw),
9156         (gst_audio_test_src_create_triangle),
9157         (gst_audio_test_src_create_silence),
9158         (gst_audio_test_src_create_white_noise),
9159         (gst_audio_test_src_create_pink_noise),
9160         (gst_audio_test_src_init_sine_table),
9161         (gst_audio_test_src_create_sine_table),
9162         (gst_audio_test_src_change_wave),
9163         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9164         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9165         * gst/audiotestsrc/gstaudiotestsrc.h:
9166           update to basesrc changes, implement segmented seeking and eos
9167           handling, add a 'sine-tab' waveform for performance critical playback
9168
9169 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * po/POTFILES.in:
9172           ... and this time the other modified file that I missed last time.
9173
9174 2005-12-29  Michael Smith  <msmith@fluendo.com>
9175
9176         * gst/playback/gstdecodebin.c: (new_pad):
9177           Fix non-C89 variable declaration not at the start of a block. Should
9178           help some compilers.
9179
9180 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9181
9182         * tests/check/Makefile.am:
9183           And now fix 'make distcheck' (builddir != srcdir)
9184
9185 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * configure.ac:
9188         * ext/cdparanoia/Makefile.am:
9189         * ext/cdparanoia/gstcdparanoia.c:
9190         * ext/cdparanoia/gstcdparanoia.h:
9191         * ext/cdparanoia/gstcdparanoiasrc.c:
9192         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9193         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9194         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9195         (gst_cd_paranoia_paranoia_callback),
9196         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9197         (gst_cd_paranoia_src_set_property),
9198         (gst_cd_paranoia_src_get_property), (plugin_init):
9199         * ext/cdparanoia/gstcdparanoiasrc.h:
9200           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9201           plugin again (there are still fixes required to playbin to make
9202           cdda:// uris work there).
9203
9204 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * tests/check/Makefile.am:
9207           Fix test case compilation.
9208
9209 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * gst-libs/gst/cdda/gstcddabasesrc.c:
9212         (gst_cdda_base_src_update_duration),
9213         (gst_cdda_base_src_calculate_cddb_id):
9214           An integer is not a string. Fix access to uninitialised variable.
9215
9216         * tests/check/Makefile.am:
9217           Add cddabasesrc unit test; also actually enable the vorbis test.
9218
9219         * tests/check/generic/states.c:
9220           Blacklist new cd audio elements as well.
9221
9222         * tests/check/libs/cddabasesrc.c:
9223           Unit test for GstCddaBaseSrc (discid calculation mostly).
9224
9225 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         * docs/libs/Makefile.am:
9228         * docs/libs/gst-plugins-base-libs-docs.sgml:
9229         * docs/libs/gst-plugins-base-libs-sections.txt:
9230         * docs/libs/gst-plugins-base-libs.types:
9231           Add docs for libgstcdda/GstCddaBaseSrc.
9232
9233         * gst-libs/gst/interfaces/mixertrack.h:
9234           Do one struct member per line with a semicolon at the end, that way
9235           even gtk-doc might parse it without complaining.
9236
9237 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * configure.ac:
9240         * gst-libs/gst/Makefile.am:
9241         * gst-libs/gst/cdda/Makefile.am:
9242         * gst-libs/gst/cdda/base64.c:
9243         * gst-libs/gst/cdda/base64.h:
9244         * gst-libs/gst/cdda/gstcddabasesrc.c:
9245         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9246         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9247         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9248         (gst_cdda_base_src_get_property),
9249         (gst_cdda_base_src_get_track_from_sector),
9250         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9251         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9252         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9253         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9254         (gst_cdda_base_src_uri_get_protocols),
9255         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9256         (gst_cdda_base_src_uri_handler_init),
9257         (gst_cdda_base_src_setup_interfaces),
9258         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9259         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9260         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9261         (gst_cdda_base_src_add_tags),
9262         (gst_cdda_base_src_add_index_associations),
9263         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9264         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9265         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9266         (gst_cdda_base_src_create):
9267         * gst-libs/gst/cdda/gstcddabasesrc.h:
9268         * gst-libs/gst/cdda/sha1.c:
9269         * gst-libs/gst/cdda/sha1.h:
9270           Add new libgstcdda with GstCddaBaseSrc class.
9271
9272 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         * ext/gnomevfs/gstgnomevfssink.h:
9275           Use GstBaseSinkClass as parent_class member for class struct, not
9276           GstBaseSink.
9277
9278 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         Patch by: Michael Benes
9281
9282         * gst/videotestsrc/gstvideotestsrc.c:
9283         (gst_video_test_src_class_init), (gst_video_test_src_start):
9284           Add start method to reset running time and number of frames sent
9285           when starting up (fixes #324696)
9286
9287 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9288
9289         * docs/plugins/Makefile.am:
9290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9292         * docs/plugins/gst-plugins-base-plugins.args:
9293         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9294         * docs/plugins/gst-plugins-base-plugins.signals:
9295           Add docs stuff for gnomevfssrc and gnomevfssink.
9296
9297         * ext/gnomevfs/gstgnomevfssrc.c:
9298           Fix example pipeline in gtk-doc blurb.
9299
9300 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         * ext/gnomevfs/Makefile.am:
9303         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9304         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9305         (gst_gnome_vfs_handle_get_type), (plugin_init):
9306         * ext/gnomevfs/gstgnomevfs.h:
9307         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9308         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9309         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9310         (gst_gnome_vfs_sink_set_property),
9311         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9312         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9313         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9314         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9315         (gst_gnome_vfs_sink_uri_get_type),
9316         (gst_gnome_vfs_sink_uri_get_protocols),
9317         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9318         (gst_gnome_vfs_sink_uri_handler_init):
9319         * ext/gnomevfs/gstgnomevfssink.h:
9320           Port gnomevfssink; add gtk-doc blurb.
9321
9322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9323         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9324         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9325         (gst_gnome_vfs_src_uri_get_type),
9326         (gst_gnome_vfs_src_uri_get_protocols),
9327         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9328         (gst_gnome_vfs_src_uri_handler_init),
9329         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9330         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9331         (gst_gnome_vfs_src_send_additional_headers_callback),
9332         (gst_gnome_vfs_src_received_headers_callback),
9333         (gst_gnome_vfs_src_push_callbacks),
9334         (gst_gnome_vfs_src_pop_callbacks),
9335         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9336         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9337         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9338         * ext/gnomevfs/gstgnomevfssrc.h:
9339           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9340           file; add gtk-doc blurb with example pipelines.
9341
9342 === release 0.10.1 ===
9343
9344 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9345
9346         * configure.ac:
9347           releasing 0.10.1, "Dobro Dedek"
9348
9349 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9350
9351         * gst/typefind/gsttypefindfunctions.c:
9352         iLBC30 and iLBC20 added to typefind.
9353
9354 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9355
9356         * gst-libs/gst/audio/gstbaseaudiosink.c:
9357         (gst_base_audio_sink_class_init):
9358         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9359         (gst_base_audio_src_class_init):
9360           update strings, values are in microseconds
9361           change the default sink buffer time to something that is smaller
9362           (to help software volume mixing have a slightly lower delay) but
9363           still be acceptable on Wim's laptop
9364
9365 2005-12-20  Edward Hervey  <edward@fluendo.com>
9366
9367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9368         Made a quack, forgot to add DUCK to the riff video template.
9369
9370 2005-12-19  Edward Hervey  <edward@fluendo.com>
9371
9372         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9373         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9374         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9375         (gst_ogm_parse_chain):
9376         Make sure pads are initialized correctly.
9377         * gst-libs/gst/riff/riff-ids.h:
9378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9379         (gst_riff_create_video_template_caps):
9380         Add a whole bunch of FOURCC <=> MimeType.
9381         Extend the riff video pad template to support the newly added fourcc.
9382
9383 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9384
9385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9386         (gst_ogg_demux_activate_chain):
9387           Extra debug output when activating/deactivating chains.
9388
9389         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9390         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9391         (unlinked):
9392           Remove a queue from our list when it becomes unlinked.
9393           Don't add queues to elements in class 'Demux' if they
9394           can only produce one pad 
9395
9396 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9397
9398         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9399         (gst_video_sink_get_type): Add a debug category.
9400
9401 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9402
9403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9404         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9405           Handle downstream newsegment by sending our own newsegment before the
9406           next buffer to be released. (#323900)
9407
9408 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9409
9410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9411         (gst_base_rtp_depayload_set_gst_timestamp):
9412           add queue delay to new segment as well (as opposed to just the first
9413           buffer). (bug #322347)
9414
9415 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9416
9417         * ext/libvisual/visual.c: (make_valid_name):
9418           change some char* into char[]
9419         * gst/audiotestsrc/gstaudiotestsrc.c:
9420         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9421         (gst_audio_test_src_create):
9422         * gst/audiotestsrc/gstaudiotestsrc.h:
9423           prepare to handle EOS and SEGMENT_DONE
9424
9425 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * tests/check/generic/states.c: (GST_START_TEST):
9428           Blacklist cdparanoia element in state test.
9429
9430 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432           Patch by: Benjamin Pineau
9433
9434         * gst/tcp/gsttcp.c:
9435         * gst/tcp/gsttcpclientsink.c:
9436         * gst/tcp/gsttcpserversink.c:
9437         * gst/tcp/gsttcpserversrc.c:
9438           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9439
9440 2005-12-15  Michael Smith  <msmith@fluendo.com>
9441
9442         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9443         (gst_video_rate_chain):
9444           Fix timestamping for videorate when the first buffer it sees has a
9445           non-zero timestamp. Fix some misleading debug output.
9446
9447 2005-12-15  Michael Smith  <msmith@fluendo.com>
9448
9449         * gst/audioresample/gstaudioresample.c:
9450           Don't leak all input buffers to audioresample.
9451
9452 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9453
9454         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9455           Don't operate on empty text buffers. Strip newlines and
9456           tabs only from the end of the text, but leave them intact
9457           in the middle. Fix typo in gtk-doc description.
9458
9459 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * gst/playback/gstplaybasebin.c:
9462         * gst/playback/gstplaybin.c: (handoff):
9463           Make sure the video frame buffer we return to apps via the
9464           "frame" property always has caps set on it. Modify
9465           _gst_gvalue_set_object() macro to handle NULL objects
9466           gracefully too.
9467
9468 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9469
9470         * gst/audiotestsrc/gstaudiotestsrc.c:
9471         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9472         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9473         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9474         (gst_audio_test_src_create):
9475         * gst/audiotestsrc/gstaudiotestsrc.h:
9476         Adjust to some recent api changes and add wtays new cool seeking
9477         capabillities
9478
9479 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * ext/alsa/Makefile.am:
9482         * ext/alsa/gstalsadeviceprobe.c:
9483         * ext/alsa/gstalsadeviceprobe.h:
9484           Helper functions to add device probing via the GstPropertyProbe
9485           interface to a class.
9486
9487         * ext/alsa/gstalsamixer.h:
9488           Comment out GST_ALSA_MIXER, it returns a struct that's not
9489           used.
9490
9491         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9492           Add some debug info. 
9493
9494         * ext/alsa/gstalsamixerelement.c:
9495         (gst_alsa_mixer_element_interface_supported),
9496         (gst_implements_interface_init),
9497         (gst_alsa_mixer_element_init_interfaces),
9498         (gst_alsa_mixer_element_class_init),
9499         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9500         (gst_alsa_mixer_element_set_property),
9501         (gst_alsa_mixer_element_get_property),
9502         (gst_alsa_mixer_element_change_state):
9503         * ext/alsa/gstalsamixerelement.h:
9504           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9505           for device handling (gnome-volume-control will need that).
9506
9507 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9508
9509         * ext/Makefile.am: fix cdparanoia entry
9510         * gst-plugins-base.spec.in: add cdparanoia
9511
9512 2005-12-12  Michael Smith  <msmith@fluendo.com>
9513
9514         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9515           Use the correct function to free list of typefind factories.
9516
9517 2005-12-12  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/videotestsrc/gstvideotestsrc.c:
9520         (gst_video_test_src_class_init), (gst_video_test_src_init),
9521         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9522         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9523         (gst_video_test_src_create):
9524         * gst/videotestsrc/gstvideotestsrc.h:
9525         Implement seeking in videotestsrc.
9526         Small cleanups.
9527
9528 2005-12-12  Wim Taymans  <wim@fluendo.com>
9529
9530         * ext/cdparanoia/Makefile.am:
9531         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9532         (gst_paranoia_endian_get_type), (_do_init),
9533         (cdparanoia_class_init), (cdparanoia_init),
9534         (cdparanoia_set_property), (cdparanoia_get_property),
9535         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9536         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9537         (cdparanoia_convert), (cdparanoia_get_query_types),
9538         (cdparanoia_query), (cdparanoia_set_index),
9539         (cdparanoia_uri_set_uri):
9540         * ext/cdparanoia/gstcdparanoia.h:
9541         Partially ported cdparanoia now that basesrc can support a
9542         plugin like this..
9543
9544 2005-12-12  Wim Taymans  <wim@fluendo.com>
9545
9546         * tests/examples/seek/scrubby.c: (main):
9547         Set higher priority for bus events so they don't get reordered with
9548         gtk gui events.
9549
9550         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9551         (flush_toggle_cb), (main):
9552         Added checkbox to disable flushing seeks. 
9553         Disable scrubbing when doing non flushing seeks.
9554
9555 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9556
9557         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9558         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9559         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9560         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9561           Implement some sort of event handling that doesn't rely on
9562           g_return_if_fail; make sure we always push the last chunk of an 
9563           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9564           state change function; remove some old cruft. Seeking is still
9565           rather unlikely to work though.
9566
9567         * tools/.cvsignore:
9568           Ignore more.
9569
9570 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9571
9572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9573         Fixed a leak of the current image reference when cleaning up.
9574         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9575
9576 2005-12-09  Michael Smith  <msmith@fluendo.com>
9577
9578         * tools/Makefile.am:
9579         * tools/gst-launch-ext-m.m:
9580           Remove gst-launch-ext. It doesn't work, and is no longer
9581           particularly useful.
9582
9583 2005-12-08  Luca Ognibene  <luogni@tin.it>
9584
9585         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9586           don't pass random values to ogmparse convert function.
9587           Make seeking possible in the exile1.ogm file.
9588
9589 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9592         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9593           Work around refcount problem with g_value_set_object() that occur
9594           if the core has been compiled against GLib-2.6 (g_value_set_object()
9595           will only g_object_ref() the element, but the caller will
9596           gst_object_unref() it and bad things will happen due to the way
9597           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9598           totem for people on FC4 using Thomas's 0.10 RPMs.
9599           
9600 2005-12-07  Edward Hervey  <edward@fluendo.com>
9601
9602         Time to welcome ogm to 0.10 :)
9603         
9604         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9605         (gst_ogg_pad_typefind):
9606         Oggdemux can now properly typefind elements with dynamic pads.
9607         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9608         Properly set caps on src pad, and set caps on outgoing buffers.
9609
9610 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9611
9612         * ext/alsa/gstalsamixer.h:
9613         * ext/alsa/gstalsamixerelement.h:
9614         * ext/alsa/gstalsamixeroptions.h:
9615         * ext/alsa/gstalsamixertrack.h:
9616         * ext/alsa/gstalsasink.c:
9617         * ext/alsa/gstalsasink.h:
9618         * ext/alsa/gstalsasrc.c:
9619         * ext/alsa/gstalsasrc.h:
9620         * ext/cdparanoia/gstcdparanoia.h:
9621         * ext/gnomevfs/gstgnomevfsuri.h:
9622         * ext/ogg/gstoggdemux.c:
9623         * ext/ogg/gstoggmux.c:
9624         * ext/pango/gsttextoverlay.h:
9625         * ext/theora/theoradec.c:
9626         * ext/theora/theoraenc.c:
9627         * ext/vorbis/vorbisdec.h:
9628         * ext/vorbis/vorbisenc.c:
9629         * ext/vorbis/vorbisenc.h:
9630         * ext/vorbis/vorbisparse.h:
9631         * gst-libs/gst/audio/gstaudioclock.h:
9632         * gst-libs/gst/audio/gstaudiosink.c:
9633         * gst-libs/gst/audio/gstaudiosink.h:
9634         * gst-libs/gst/audio/gstaudiosrc.c:
9635         * gst-libs/gst/audio/gstaudiosrc.h:
9636         * gst-libs/gst/audio/gstbaseaudiosink.c:
9637         * gst-libs/gst/audio/gstbaseaudiosink.h:
9638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9639         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9640         * gst-libs/gst/audio/gstringbuffer.h:
9641         * gst-libs/gst/audio/multichannel.h:
9642         * gst-libs/gst/floatcast/floatcast.h:
9643         * gst-libs/gst/interfaces/colorbalance.c:
9644         * gst-libs/gst/interfaces/colorbalance.h:
9645         * gst-libs/gst/interfaces/colorbalancechannel.h:
9646         * gst-libs/gst/interfaces/mixer.h:
9647         * gst-libs/gst/interfaces/mixeroptions.h:
9648         * gst-libs/gst/interfaces/mixertrack.h:
9649         * gst-libs/gst/interfaces/navigation.h:
9650         * gst-libs/gst/interfaces/propertyprobe.h:
9651         * gst-libs/gst/interfaces/tuner.h:
9652         * gst-libs/gst/interfaces/tunerchannel.h:
9653         * gst-libs/gst/interfaces/tunernorm.h:
9654         * gst-libs/gst/interfaces/xoverlay.h:
9655         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9656         * gst-libs/gst/riff/riff-ids.h:
9657         * gst-libs/gst/riff/riff-media.h:
9658         * gst-libs/gst/riff/riff-read.h:
9659         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9660         * gst-libs/gst/rtp/gstbasertppayload.c:
9661         * gst-libs/gst/rtp/gstbasertppayload.h:
9662         * gst-libs/gst/rtp/gstrtpbuffer.c:
9663         * gst-libs/gst/rtp/gstrtpbuffer.h:
9664         * gst-libs/gst/tag/gsttageditingprivate.h:
9665         * gst-libs/gst/tag/gstvorbistag.c:
9666         (gst_tag_list_from_vorbiscomment_buffer):
9667         * gst-libs/gst/tag/tag.h:
9668         * gst-libs/gst/video/video.h:
9669         * gst/adder/gstadder.c:
9670         * gst/adder/gstadder.h:
9671         * gst/audioconvert/audioconvert.c:
9672         * gst/audioconvert/audioconvert.h:
9673         * gst/audioconvert/gstaudioconvert.c:
9674         * gst/audioconvert/gstchannelmix.c:
9675         * gst/audioconvert/gstchannelmix.h:
9676         * gst/audiorate/gstaudiorate.c:
9677         * gst/audioresample/buffer.h:
9678         * gst/audioresample/functable.h:
9679         * gst/audioresample/gstaudioresample.c:
9680         * gst/audioresample/resample.h:
9681         * gst/ffmpegcolorspace/avcodec.h:
9682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9683         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9684         * gst/ffmpegcolorspace/imgconvert.c:
9685         * gst/ffmpegcolorspace/imgconvert_template.h:
9686         * gst/playback/gstdecodebin.c:
9687         * gst/playback/gstplaybasebin.h:
9688         * gst/playback/gstplaybin.c:
9689         * gst/playback/gststreaminfo.h:
9690         * gst/tcp/gstfdset.c:
9691         * gst/tcp/gstfdset.h:
9692         * gst/tcp/gstmultifdsink.c:
9693         * gst/tcp/gstmultifdsink.h:
9694         * gst/tcp/gsttcp.h:
9695         * gst/tcp/gsttcpclientsrc.c:
9696         * gst/tcp/gsttcpclientsrc.h:
9697         * gst/tcp/gsttcpplugin.h:
9698         * gst/tcp/gsttcpserversink.c:
9699         * gst/tcp/gsttcpserversrc.c:
9700         * gst/typefind/gsttypefindfunctions.c:
9701         * gst/videorate/gstvideorate.c:
9702         * gst/videotestsrc/gstvideotestsrc.h:
9703         * gst/videotestsrc/videotestsrc.h:
9704         * sys/v4l/gstv4lcolorbalance.h:
9705         * sys/v4l/gstv4ltuner.h:
9706         * sys/v4l/gstv4lxoverlay.h:
9707         * sys/v4l/v4l_calls.h:
9708         * sys/v4l/videodev_mjpeg.h:
9709         * tests/check/elements/audioconvert.c:
9710         * tests/check/elements/audioresample.c:
9711         * tests/check/elements/audiotestsrc.c:
9712         * tests/check/elements/videotestsrc.c:
9713         * tests/check/elements/volume.c:
9714         * tests/examples/seek/scrubby.c:
9715         * tests/examples/seek/seek.c:
9716           expand tabs
9717
9718 === release 0.10.0 ===
9719
9720 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9721
9722         * configure.ac:
9723           releasing 0.10.0, "Mont-d'or"
9724
9725 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9726
9727         * tests/examples/seek/Makefile.am:
9728         Build fix for when gtk is not available.
9729
9730 2005-12-05  Andy Wingo  <wingo@pobox.com>
9731
9732         * ext/libvisual/visual.c: (get_buffer):
9733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9734         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9735         * ext/theora/theoradec.c: (theora_handle_data_packet):
9736         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9737         (theora_enc_chain):
9738         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9739         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9740         Update for alloc_buffer changes.
9741
9742 2005-12-05  Andy Wingo  <wingo@pobox.com>
9743
9744         patch by: Kai Vehmanen <kv2004 eca cx>
9745         
9746         * gst-libs/gst/rtp/gstbasertpdepayload.c
9747         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9748
9749 2005-12-04  Andy Wingo  <wingo@pobox.com>
9750
9751         patch by: Sebastien Cote <sebas642 yahoo ca>
9752         
9753         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9754         Fixes #319172.
9755
9756 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         * docs/plugins/Makefile.am:
9759         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9760         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9761         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9762         * ext/pango/gstclockoverlay.c:
9763         * ext/pango/gsttextoverlay.c: 
9764         * ext/pango/gsttextrender.c:
9765         * ext/pango/gsttimeoverlay.c:
9766           Add gtk-doc blurbs to pango elements.
9767
9768 2005-12-02  Wim Taymans  <wim@fluendo.com>
9769
9770         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9771         * gst/audioresample/buffer.h:
9772         * gst/audioresample/gstaudioresample.c:
9773         * gst/audioresample/gstaudioresample.h:
9774         * gst/audioresample/resample.c: (resample_input_flush),
9775         (resample_input_pushthrough), (resample_input_eos),
9776         (resample_get_output_size_for_input),
9777         (resample_get_input_size_for_output), (resample_get_output_size),
9778         (resample_get_output_data):
9779         * gst/audioresample/resample.h:
9780         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9781         Fix audioresample, seek torture, new segments, reverse negotiation
9782         etc.. work fine.
9783
9784 2005-12-02  Wim Taymans  <wim@fluendo.com>
9785
9786         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9787         Small cleanups.
9788
9789 2005-12-02  Wim Taymans  <wim@fluendo.com>
9790
9791         * gst/audioconvert/gstaudioconvert.c:
9792         (gst_audio_convert_transform):
9793         Post errors.
9794
9795 === release 0.9.7 ===
9796
9797 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9798
9799         * configure.ac:
9800           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9801
9802 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9803
9804         * Makefile.am:
9805         * po/hu.po:
9806         * win32/MANIFEST:
9807         * win32/gst.sln:
9808           add win32 MANIFEST file
9809           do something to the hungarian translation
9810
9811 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9812
9813         * ext/Makefile.am:
9814           Add $(PANGO_DIR) to SUBDIRS
9815
9816         * ext/pango/gstclockoverlay.c:
9817         * ext/pango/gsttimeoverlay.c:
9818           Fix and improve element descriptions.
9819
9820 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9821
9822         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9823         * docs/plugins/inspect/plugin-libvisual.xml:
9824         * docs/plugins/inspect/plugin-pango.xml:
9825           add pango plugin to docs
9826
9827 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9828
9829         * configure.ac:
9830         * ext/Makefile.am:
9831           moved pango to base
9832
9833 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9834
9835         * configure.ac:
9836         * tests/Makefile.am:
9837         * tests/icles/.cvsignore:
9838         * tests/icles/Makefile.am:
9839         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9840         (close_display), (resize_window), (move_window), (create_window),
9841         (terminate_playback), (pause_playback), (start_playback), (main):
9842           add stress test for xoverlay from Julien
9843
9844 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9845
9846         * docs/libs/tmpl/gstcolorbalance.sgml:
9847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9848         * gst-libs/gst/rtp/gstbasertppayload.c:
9849         * gst-libs/gst/rtp/gstrtpbuffer.c:
9850         * gst-libs/gst/rtp/gstrtpbuffer.h:
9851           Do burger's rename for rtp payloaders and depayloaders
9852
9853 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9854
9855         * win32/:
9856           add Visual Studio 6 build files
9857
9858 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9859
9860         * docs/libs/gst-plugins-base-libs-docs.sgml:
9861         * docs/libs/gst-plugins-base-libs-sections.txt:
9862         * docs/libs/tmpl/gstaudio.sgml:
9863         * docs/libs/tmpl/gstringbuffer.sgml:
9864         * gst-libs/gst/interfaces/xoverlay.c:
9865         * gst-libs/gst/video/gstvideofilter.c:
9866         * gst-libs/gst/video/gstvideosink.c:
9867           update documentation
9868
9869 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9870
9871         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9872         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9873         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9874         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9875         (gst_multi_fd_sink_get_stats),
9876         (gst_multi_fd_sink_remove_client_link),
9877         (gst_multi_fd_sink_handle_client_read),
9878         (gst_multi_fd_sink_client_queue_data),
9879         (gst_multi_fd_sink_client_queue_caps),
9880         (gst_multi_fd_sink_client_queue_buffer),
9881         (gst_multi_fd_sink_new_client),
9882         (gst_multi_fd_sink_handle_client_write),
9883         (gst_multi_fd_sink_recover_client),
9884         (gst_multi_fd_sink_queue_buffer),
9885         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9886         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9887         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9888         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9889         * gst/tcp/gstmultifdsink.h:
9890         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9891         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9892         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9893         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9894         (gst_tcp_client_sink_set_property),
9895         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9896         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9897         * gst/tcp/gsttcpclientsink.h:
9898         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9899         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9900         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9901         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9902         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9903         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9904         * gst/tcp/gsttcpclientsrc.h:
9905         * gst/tcp/gsttcpplugin.c: (plugin_init):
9906         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9907         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9908         (gst_tcp_server_sink_finalize),
9909         (gst_tcp_server_sink_handle_server_read),
9910         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9911         (gst_tcp_server_sink_set_property),
9912         (gst_tcp_server_sink_get_property),
9913         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9914         * gst/tcp/gsttcpserversink.h:
9915         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9916         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9917         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9918         (gst_tcp_server_src_set_property),
9919         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9920         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9921         * gst/tcp/gsttcpserversrc.h:
9922           more borgifying
9923
9924 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9925
9926         * docs/plugins/Makefile.am:
9927         * docs/plugins/gst-plugins-base-plugins.args:
9928         * docs/plugins/inspect/plugin-libvisual.xml:
9929         * gst/audioconvert/plugin.h:
9930         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9931         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9932         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9933         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9934         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9935         (plugin_init):
9936         * gst/audiotestsrc/gstaudiotestsrc.c:
9937         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9938         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9939         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9940         (gst_audio_test_src_get_query_types),
9941         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9942         (gst_audio_test_src_create_square),
9943         (gst_audio_test_src_create_saw),
9944         (gst_audio_test_src_create_triangle),
9945         (gst_audio_test_src_create_silence),
9946         (gst_audio_test_src_create_white_noise),
9947         (gst_audio_test_src_init_pink_noise),
9948         (gst_audio_test_src_generate_pink_noise_value),
9949         (gst_audio_test_src_create_pink_noise),
9950         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9951         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9952         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9953         (plugin_init):
9954         * gst/audiotestsrc/gstaudiotestsrc.h:
9955         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9956         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9957         (gst_sub_parse_init), (gst_sub_parse_formats),
9958         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9959         (convert_encoding), (get_next_line),
9960         (gst_sub_parse_data_format_autodetect),
9961         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9962         (gst_sub_parse_loop), (gst_sub_parse_chain),
9963         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9964         (plugin_init):
9965         * gst/subparse/gstsubparse.h:
9966         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9967         (gst_video_rate_base_init), (gst_video_rate_class_init),
9968         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9969         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9970         (gst_video_rate_init), (gst_video_rate_event),
9971         (gst_video_rate_chain), (gst_video_rate_set_property),
9972         (gst_video_rate_get_property), (gst_video_rate_change_state),
9973         (plugin_init):
9974         * gst/videoscale/gstvideoscale.c:
9975         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9976         (gst_video_scale_src_template_factory),
9977         (gst_video_scale_sink_template_factory),
9978         (gst_video_scale_get_type), (gst_video_scale_base_init),
9979         (gst_video_scale_class_init), (gst_video_scale_init),
9980         (gst_video_scale_set_property), (gst_video_scale_get_property),
9981         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9982         (gst_video_scale_prepare_size), (parse_caps),
9983         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9984         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9985         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9986         (plugin_init):
9987         * gst/videoscale/gstvideoscale.h:
9988         * gst/videotestsrc/gstvideotestsrc.c:
9989         (gst_video_test_src_pattern_get_type),
9990         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9991         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9992         (gst_video_test_src_set_pattern),
9993         (gst_video_test_src_set_property),
9994         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9995         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9996         (gst_video_test_src_event), (gst_video_test_src_get_times),
9997         (gst_video_test_src_create), (plugin_init):
9998         * gst/videotestsrc/gstvideotestsrc.h:
9999         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10000         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10001         (gst_video_test_src_black):
10002         * gst/videotestsrc/videotestsrc.h:
10003           borgify further
10004           clean up docs a little
10005
10006 2005-11-30  Wim Taymans  <wim@fluendo.com>
10007
10008         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10009         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10010         (gst_basertppayload_event), (gst_basertppayload_push),
10011         (gst_basertppayload_change_state):
10012         * gst-libs/gst/rtp/gstbasertppayload.h:
10013         closed #320644.
10014
10015 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10016
10017         * docs/libs/gst-plugins-base-libs-docs.sgml:
10018         * docs/libs/gst-plugins-base-libs-sections.txt:
10019         * gst-libs/gst/video/gstvideofilter.c:
10020         * gst-libs/gst/video/gstvideosink.c:
10021         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10022
10023 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10024
10025         * LICENSE:
10026           move
10027         * po/af.po:
10028         * po/az.po:
10029         * po/cs.po:
10030         * po/en_GB.po:
10031         * po/hu.po:
10032         * po/it.po:
10033         * po/nb.po:
10034         * po/nl.po:
10035         * po/or.po:
10036         * po/sq.po:
10037         * po/sr.po:
10038         * po/sv.po:
10039         * po/uk.po:
10040         * po/vi.po:
10041         * Makefile.am:
10042           update
10043         * scripts/autoplugins.sh:
10044           remove
10045
10046 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10047
10048         * Makefile.am:
10049         * configure.ac:
10050         * examples/Makefile.am:
10051         * examples/capsfilter/Makefile.am:
10052         * examples/capsfilter/capsfilter1.c:
10053         * examples/gob/Makefile.am:
10054         * examples/gob/gst-identity2.gob:
10055         * examples/indexing/.cvsignore:
10056         * examples/indexing/Makefile.am:
10057         * examples/indexing/indexmpeg.c:
10058         * examples/seeking/.cvsignore:
10059         * examples/seeking/Makefile.am:
10060         * examples/seeking/cdparanoia.c:
10061         * examples/seeking/cdplayer.c:
10062         * examples/seeking/chained.c:
10063         * examples/seeking/scrubby.c:
10064         * examples/seeking/seek.c:
10065         * examples/stats/Makefile.am:
10066         * examples/stats/mp2ogg.c:
10067         * examples/switch/.cvsignore:
10068         * examples/switch/Makefile.am:
10069         * examples/switch/switcher.c:
10070         * tests/Makefile.am:
10071         * tests/check/generic/.cvsignore:
10072         * tests/check/pipelines/.cvsignore:
10073         * tests/examples/Makefile.am:
10074         * tests/examples/seek/Makefile.am:
10075           reorganize stuff under tests/
10076
10077 2005-11-30  Edward Hervey  <edward@fluendo.com>
10078
10079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10080         Go away you stupid GstStaticPadTemplate memleak.
10081
10082 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10083
10084         * gst-libs/gst/net/Makefile.am:
10085         * gst-libs/gst/net/README:
10086         * gst-libs/gst/net/gstnetbuffer.c:
10087         * gst-libs/gst/net/gstnetbuffer.h:
10088           this was moved to "netbuffer"
10089
10090 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10091
10092         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10093         (gst_video_filter_class_init), (gst_video_filter_init):
10094         * gst-libs/gst/video/gstvideofilter.h:
10095           borgify name to bring in line with other classes
10096
10097 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10098
10099         * gst/audioscale/.cvsignore:
10100         * gst/audioscale/Makefile.am:
10101         * gst/audioscale/README:
10102         * gst/audioscale/audioscale.vcproj:
10103         * gst/audioscale/dtof.c:
10104         * gst/audioscale/dtos.c:
10105         * gst/audioscale/functable.c:
10106         * gst/audioscale/gstaudioscale.c:
10107         * gst/audioscale/gstaudioscale.h:
10108         * gst/audioscale/private.h:
10109         * gst/audioscale/resample.c:
10110         * gst/audioscale/resample.h:
10111         * gst/audioscale/test.c:
10112           remove
10113
10114 2005-11-30  Edward Hervey  <edward@fluendo.com>
10115
10116         * gst-libs/gst/netbuffer/Makefile.am:
10117         really, really tired
10118
10119 2005-11-30  Edward Hervey  <edward@fluendo.com>
10120
10121         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10122         Update for new GstTypeFindFactory _register()
10123
10124 2005-11-30  Edward Hervey  <edward@fluendo.com>
10125
10126         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10127         Let's not override libgstnet from core for no reason...
10128         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10129         Ok, maybe not so quick next time.
10130
10131 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * configure.ac:
10134         * gst-libs/gst/Makefile.am:
10135           moved gst-libs/gst/net to netbuffer through CVS surgery
10136           remove old directory
10137           updating build to accomodate
10138           (#322257)
10139
10140 2005-11-29  Andy Wingo  <wingo@pobox.com>
10141
10142         * pkgconfig/gstreamer-plugins-base.pc.in:
10143         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10144         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10145         (#322257).
10146
10147 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10148
10149         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10150         3rd time's the charm. Correct ref-counting for discarded buffers.
10151
10152 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10153
10154         * gst/playback/gststreamselector.c:
10155         (gst_stream_selector_class_init),
10156         (gst_stream_selector_set_property),
10157         (gst_stream_selector_get_property),
10158         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10159         Fix ref-counting
10160
10161 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst/subparse/gstsubparse.c: (feed_textbuf):
10164           Don't access already unref'ed buffer.
10165
10166 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10167
10168         * gst/playback/gststreamselector.c:
10169         (gst_stream_selector_class_init), (gst_stream_selector_init),
10170         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10171         (gst_stream_selector_get_property),
10172         (gst_stream_selector_get_linked_pad),
10173         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10174         * gst/playback/gststreamselector.h:
10175         Add the active-pad property for playbin to use shortly. Ignore buffers
10176         from any other pad, returning GST_FLOW_NOT_LINKED
10177
10178 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10179
10180         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10181         patch from bug #322704 (Alessandro Decina).
10182
10183 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10184
10185         * gst-libs/gst/audio/Makefile.am:
10186           folded audiofilter into the audio library
10187
10188 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10189
10190         * gst/videoscale/gstvideoscale.h:
10191         * gst/videoscale/gstvideoscale.c:
10192           remove unimplemented scale methods
10193
10194 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10197           Don't leak caps.
10198
10199 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10200
10201         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10202         (gst_ximagesink_setcaps):
10203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10204         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10205         happens (only visible on ximagesink but bug is in xv too) set_caps was
10206         destroying the internal x[v]image used to memcpy non locally alloced
10207         buffers so that it got renewed on next _chain. The issue is that 
10208         _expose will try to put that image as it reffed it in _put.
10209         Using gst_buffer_unref instead of destroy fixes it !
10210
10211 2005-11-28  Edward Hervey  <edward@fluendo.com>
10212
10213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10214         (try_to_link_1), (queue_filled_cb):
10215         Better use of the queues. Start with a small size queue and only increase
10216         the size of the queues when the other queues are empty.
10217
10218 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * gst-libs/gst/video/Makefile.am:
10221           compile in copied-over videofilter into the video library
10222         * gst-libs/gst/video/videosink.h:
10223           rename the header to gstvideosink.h since it's a base GstObject class
10224         * sys/ximage/ximagesink.h:
10225         * sys/xvimage/xvimagesink.h:
10226           use the new header
10227
10228 2005-11-28  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10231         * gst/playback/gstplaybasebin.h:
10232         Prepare to handle errors betters.
10233
10234         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10235         Set sinks to PAUSED first before adding and linking them so that
10236         we don't interrupt dataflow.
10237
10238 2005-11-28  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst-libs/gst/audio/TODO:
10241         Updated TODO
10242
10243         * gst-libs/gst/audio/gstaudiosink.c:
10244         (gst_audioringbuffer_open_device),
10245         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10246         (gst_audioringbuffer_release):
10247         Small cleanups.
10248
10249         * gst-libs/gst/audio/gstbaseaudiosink.c:
10250         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10251         (gst_base_audio_sink_change_state):
10252         Slave to the master clock when going to PLAYING and unslave when
10253         going to PAUSED.
10254
10255         * gst-libs/gst/audio/gstringbuffer.c:
10256         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10257         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10258         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10259         (gst_ring_buffer_clear_all), (wait_segment),
10260         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10261         (gst_ring_buffer_advance):
10262         * gst-libs/gst/audio/gstringbuffer.h:
10263         Add some docs and cleanups.
10264
10265 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10266
10267         * sys/xvimage/xvimagesink.c:
10268         (gst_xvimagesink_navigation_send_event): Fix navigation events
10269         coordinates translation with pixel aspect ratios.
10270
10271 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10272
10273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10274         Use calculated video geometry from _setcaps instead of buffer
10275         caps to respect pixel aspect ratio. (fixes #322388)
10276
10277 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10278
10279         * docs/libs/tmpl/gstcolorbalance.sgml:
10280         * docs/libs/tmpl/gstmixer.sgml:
10281         * docs/libs/tmpl/gstxoverlay.sgml:
10282         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10283         interface.
10284
10285 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10286
10287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10288         Refuse to create an XvImage if we can't find the format.
10289
10290 2005-11-28  Edward Hervey  <edward@fluendo.com>
10291
10292         * gst-libs/gst/riff/riff-media.c:
10293         (gst_riff_create_audio_template_caps):
10294         Add ATRAC3 to the list of riff-possible audio caps.
10295         I know we still don't have a plugin for atrac3, but it's saner to output
10296         that than a cryptic mimetype.
10297
10298 2005-11-27  Edward Hervey  <edward@fluendo.com>
10299
10300         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10301         Don't try to create a zero-sized subbuffer.
10302
10303 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10304
10305         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10306         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10307         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10308         (gst_ximagesink_expose): Fixed a tricky race.
10309         * sys/ximage/ximagesink.h:
10310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10311         (gst_xvimagesink_expose): Fixed a tricky race.
10312         * sys/xvimage/xvimagesink.h:
10313
10314 2005-11-27  Edward Hervey  <edward@fluendo.com>
10315
10316         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10317         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10318         Remove unused properties, and add queues between demuxers and decoders
10319         so that a lot more files can preroll properly.
10320
10321 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10322
10323         * gst-libs/gst/net/Makefile.am:
10324         * gst-libs/gst/rtp/Makefile.am:
10325         * gst-libs/gst/tag/Makefile.am:
10326           remove silly include
10327         * gst/tags/Makefile.am:
10328         * gst/tags/gsttagediting.c:
10329         * gst/tags/gsttageditingprivate.h:
10330         * gst/tags/tagedit.vcproj:
10331           remove directory, is as good as empty
10332
10333 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10334
10335         * configure.ac:
10336           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10337         * gst-libs/Makefile.am:
10338         * gst-libs/gst/audio/Makefile.am:
10339         * gst-libs/gst/interfaces/Makefile.am:
10340         * gst-libs/gst/net/Makefile.am:
10341         * gst-libs/gst/riff/Makefile.am:
10342         * gst-libs/gst/rtp/Makefile.am:
10343         * gst-libs/gst/tag/Makefile.am:
10344         * gst-libs/gst/video/Makefile.am:
10345           and use them
10346
10347 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10348
10349         * docs/libs/tmpl/gstcolorbalance.sgml:
10350         * docs/libs/tmpl/gstmixer.sgml:
10351         * docs/libs/tmpl/gstxoverlay.sgml:
10352         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10353         * sys/ximage/ximagesink.h:
10354         * sys/xvimage/xvimagesink.h: More and more documentation.
10355
10356 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10357
10358         * docs/libs/gst-plugins-base-libs-docs.sgml:
10359         * docs/libs/gst-plugins-base-libs-sections.txt:
10360         * docs/libs/tmpl/gstcolorbalance.sgml:
10361         * docs/libs/tmpl/gstmixer.sgml:
10362         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10363         to documentation.
10364
10365 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10366
10367         * docs/plugins/Makefile.am:
10368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10370         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10371
10372 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10373
10374         * docs/plugins/Makefile.am:
10375         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10376         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10377         * docs/plugins/inspect/plugin-adder.xml:
10378         * docs/plugins/inspect/plugin-alsa.xml:
10379         * docs/plugins/inspect/plugin-audioconvert.xml:
10380         * docs/plugins/inspect/plugin-audiorate.xml:
10381         * docs/plugins/inspect/plugin-audioresample.xml:
10382         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10383         * docs/plugins/inspect/plugin-decodebin.xml:
10384         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10385         * docs/plugins/inspect/plugin-gnomevfs.xml:
10386         * docs/plugins/inspect/plugin-ogg.xml:
10387         * docs/plugins/inspect/plugin-playbin.xml:
10388         * docs/plugins/inspect/plugin-subparse.xml:
10389         * docs/plugins/inspect/plugin-tcp.xml:
10390         * docs/plugins/inspect/plugin-theora.xml:
10391         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10392         * docs/plugins/inspect/plugin-video4linux.xml:
10393         * docs/plugins/inspect/plugin-videorate.xml:
10394         * docs/plugins/inspect/plugin-videoscale.xml:
10395         * docs/plugins/inspect/plugin-videotestsrc.xml:
10396         * docs/plugins/inspect/plugin-volume.xml:
10397         * docs/plugins/inspect/plugin-vorbis.xml:
10398         * docs/plugins/inspect/plugin-ximagesink.xml:
10399         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10400         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10401
10402 2005-11-26  Edward Hervey  <edward@fluendo.com>
10403
10404         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10405         Properly return GstFlowReturn from gst_pad_push in chain functions.
10406
10407 2005-11-25  Michael Smith  <msmith@fluendo.com>
10408
10409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10410         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10411         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10412         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10413           Handle various conditions better when we don't understand a stream.
10414           Removes a heap of CRITICALs on ogg streams containing unknown data.
10415
10416 2005-11-24  Andy Wingo  <wingo@pobox.com>
10417
10418         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10419         Be threadsafe.
10420
10421 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * configure.ac: back to HEAD
10424
10425 === release 0.9.6 ===
10426
10427 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10428
10429         * configure.ac:
10430           releasing 0.9.6, "White Eight"
10431
10432 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10433
10434         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10435         * docs/plugins/inspect/plugin-sine.xml:
10436           remove sinesrc some more
10437
10438 2005-11-23  Wim Taymans  <wim@fluendo.com>
10439
10440         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10441         If we are reading too slowly, jump forward in the ringbuffer
10442         instead of blocking.
10443
10444 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10445
10446         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10447         (gst_visual_chain):
10448         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10449         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10450         (gst_videorate_chain):
10451         * gst/videotestsrc/gstvideotestsrc.c:
10452         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10453         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10454         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10455         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10457         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10458           Updates for API changes
10459
10460 2005-11-23  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst-libs/gst/audio/gstbaseaudiosink.c:
10463         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10464         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10465         Fix for calibration API change.
10466
10467 2005-11-23  Michael Smith <msmith@fluendo.com>
10468
10469         * gst-libs/gst/audio/multichannel.c:
10470         (gst_audio_get_channel_positions),
10471         (gst_audio_set_channel_positions),
10472         (gst_audio_set_structure_channel_positions_list),
10473         (gst_audio_fixate_channel_positions):
10474           Use gst_value_array_*() functions on value arrays, not
10475           gst_value_list_*().
10476
10477 2005-11-23  Edward Hervey  <edward@fluendo.com>
10478
10479         * autogen.sh:
10480         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10481         Fixes autogen
10482
10483 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10484
10485         * check/Makefile.am:
10486         * check/elements/videotestsrc.c: (setup_videotestsrc),
10487         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10488         (main):
10489           add a test for videotestsrc
10490
10491 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10492
10493         * gst/sine/.cvsignore:
10494         * gst/sine/Makefile.am:
10495         * gst/sine/gstsinesrc.c:
10496         * gst/sine/gstsinesrc.h:
10497         * gst/sine/sinesrc.vcproj:
10498           and remove sinesrc from the repository.  Closes #321446
10499
10500 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10501
10502         * configure.ac:
10503         * gst-plugins-base.spec.in:
10504           remove sinesrc from the build
10505
10506 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10507
10508         * check/Makefile.am:
10509         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10510         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10511         (main):
10512           add a test for audiotestsrc, testing all waves.  Even seems
10513           leak-free at first glance, nice job Stefan
10514
10515 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10516
10517         * po/af.po:
10518         * po/az.po:
10519         * po/cs.po:
10520         * po/en_GB.po:
10521         * po/hu.po:
10522         * po/it.po:
10523         * po/nb.po:
10524         * po/nl.po:
10525         * po/or.po:
10526         * po/sq.po:
10527         * po/sr.po:
10528         * po/sv.po:
10529         * po/uk.po:
10530         * po/vi.po:
10531           Translation string updates
10532
10533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10534         (gst_v4lsrc_set_caps):
10535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10536         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10537         * sys/v4l/v4lsrc_calls.h:
10538           Improve v4lsrc, by making it work again.
10539
10540 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10541
10542         * ext/libvisual/visual.c: (gst_visual_chain):
10543           Fix the fps calculations.
10544
10545         * gst/ffmpegcolorspace/avcodec.h:
10546           Move structure element for clarity
10547
10548         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10549         * gst-libs/gst/interfaces/tunernorm.h:
10550         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10551         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10552         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10553         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10554         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10555         (gst_v4lmjpegsrc_getcaps):
10556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10557         (gst_v4lsrc_set_caps):
10558         * sys/v4l/gstv4lsrc.h:
10559         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10560         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10561         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10562         * sys/v4l/v4lsrc_calls.h:
10563           Fractional framerates...
10564
10565 2005-11-22  Wim Taymans  <wim@fluendo.com>
10566
10567         * gst-libs/gst/audio/gstbaseaudiosink.c:
10568         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10569         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10570         And we provide a clock by default, of course...
10571
10572 2005-11-22  Wim Taymans  <wim@fluendo.com>
10573
10574         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10575         This clock can be slaved to a master clock now.
10576
10577         * gst-libs/gst/audio/gstbaseaudiosink.c:
10578         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10579         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10580         (gst_base_audio_sink_set_clock),
10581         (gst_base_audio_sink_set_property),
10582         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10583         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10584         * gst-libs/gst/audio/gstbaseaudiosink.h:
10585         Handle slaving the internal clock to the clock selected in the
10586         pipeline.
10587         Add property to make the basesink not provide a clock.
10588
10589         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10590         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10591         (gst_base_rtp_depayload_wait):
10592         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10593         We can use the clock in GstElement, no need to store it ourselves.
10594
10595 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10596
10597         * docs/libs/tmpl/gstaudio.sgml:
10598           update
10599         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10600         (gst_paranoia_endian_get_type):
10601         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10602         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10603         * gst/audiotestsrc/gstaudiotestsrc.c:
10604         (gst_audiostestsrc_wave_get_type):
10605         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10606         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10607         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10608         (gst_sync_method_get_type), (gst_unit_type_get_type),
10609         (gst_client_status_get_type), (gst_multifdsink_class_init),
10610         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10611         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10612         (gst_multifdsink_get_property):
10613         * gst/tcp/gstmultifdsink.h:
10614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10615         * gst/videotestsrc/gstvideotestsrc.c:
10616         (gst_videotestsrc_pattern_get_type):
10617           remove deprecated properties
10618           fix up enums to correctly have short lowercase dashed nicks
10619
10620 2005-11-22  Michael Smith <msmith@fluendo.com>
10621
10622         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10623         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10624           Add underscore.
10625
10626 2005-11-22  Michael Smith <msmith@fluendo.com>
10627
10628         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10630           Use utility method for scaling clocktime for fractional framerates.
10631
10632 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10633
10634         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10635         (gst_visual_chain):
10636         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10637         * ext/theora/theoradec.c: (theora_handle_type_packet):
10638         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10639         (theora_enc_chain):
10640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10641         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10642         * gst-libs/gst/video/video.h:
10643         * gst/ffmpegcolorspace/avcodec.h:
10644         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10645         (gst_ffmpeg_caps_to_pixfmt):
10646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10647         (gst_ffmpegcsp_set_caps):
10648         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10649         (gst_videorate_setcaps), (gst_videorate_blank_data),
10650         (gst_videorate_chain):
10651         * gst/videotestsrc/gstvideotestsrc.c:
10652         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10653         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10654         (gst_videotestsrc_event), (gst_videotestsrc_create):
10655         * gst/videotestsrc/gstvideotestsrc.h:
10656         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10657         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10658         (gst_ximagesink_get_times), (gst_ximagesink_init):
10659         * sys/ximage/ximagesink.h:
10660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10661         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10662         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10663         * sys/xvimage/xvimagesink.h:
10664           Convert elements to use fractions for their framerate.
10665           V4L elements to come later tonight.
10666
10667 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10668
10669         * gst-libs/gst/audio/audio.c:
10670         * gst-libs/gst/audio/audio.h:
10671           remove some deprecated functions
10672
10673 2005-11-22  Andy Wingo  <wingo@pobox.com>
10674
10675         * Update for gst_tag_setter API changes.
10676
10677 2005-11-22  Andy Wingo  <wingo@pobox.com>
10678
10679         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10680         (gst_ogg_demux_perform_seek):
10681         * ext/theora/theoradec.c (theora_dec_sink_event):
10682         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10683         update-funcnames.
10684
10685 2005-11-22  Wim Taymans  <wim@fluendo.com>
10686
10687         * examples/seeking/seek.c: (main):
10688         Give higher priority to bus signals than the gtk events
10689         to fix a race condition in the segment looping.
10690
10691 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * ext/theora/Makefile.am:
10694         * ext/vorbis/Makefile.am:
10695         * gst-libs/gst/tag/Makefile.am:
10696         * gst-plugins-base.spec.in:
10697           Rename libgsttagedit to libgsttag (#322117).
10698
10699 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10703           Call gst_x_overlay_prepare_xwindow_id() to give applications
10704           a final chance to set their own xwindow id before the video
10705           sink creates its own window.
10706
10707 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10708
10709         * sys/xvimage/xvimagesink.c:
10710         (gst_xvimagesink_navigation_send_event): Handle navigation
10711         events correcly with borders if applicable.
10712
10713 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         Patch by: Luca Ognibene
10716
10717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10718         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10720         (gst_ffmpegcsp_caps_remove_format_info):
10721         * gst/ffmpegcolorspace/imgconvert.c:
10722         * gst/ffmpegcolorspace/imgconvert_template.h:
10723           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10724           #318353); use gst_structure_has_name().
10725
10726 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10727
10728         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10729         (gst_ximagesink_class_init): Add debug macros on functions.
10730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10731         (gst_xvimagesink_xwindow_draw_borders),
10732         (gst_xvimagesink_xvimage_put),
10733         (gst_xvimagesink_xwindow_update_geometry),
10734         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10735         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10736         (gst_xvimagesink_xcontext_clear),
10737         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10738         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10739         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10740         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10741         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10742         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10743         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10744         expose while being PAUSED, out of data flow navigation events, etc..
10745
10746 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10747
10748         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10749         * gst-libs/gst/audio/audio.h:
10750           fix prototype - wondering why the test worked regardless
10751
10752 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * check/Makefile.am:
10755         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10756         * gst-libs/gst/audio/audio.h:
10757           add a method that returns a proper GstClockTime
10758
10759 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10762         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10763         * gst-libs/gst/interfaces/xoverlay.h:
10764           Remove everything having to do with the desired size; add 
10765           gst_x_overlay_prepare_xwindow_id() function; remove the
10766           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10767           post a message on the bus instead (#321816).
10768
10769         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10771         (gst_xvimagesink_xoverlay_init):
10772           Remove desired size stuff (#321816).
10773
10774 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10777         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10778         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10779           Terminate vararg functions with NULL instead of 0 to 
10780           make gcc4 happy.
10781
10782 2005-11-21  Andy Wingo  <wingo@pobox.com>
10783
10784         patch by: Sebastien Cote <sebas642@yahoo.ca>
10785         
10786         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10787         * gst-libs/gst/rtp/gstrtpbuffer.c
10788         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10789
10790 2005-11-21  Andy Wingo  <wingo@pobox.com>
10791
10792         * gst/playback/gstplaybin.c (gen_audio_element) 
10793         (gen_video_element): Use the new MISSING_PLUGIN core error
10794         category. Closes #320060.
10795
10796         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10797         * gst/videorate/gstvideorate.c (gst_videorate_event):
10798         * ext/theora/theoradec.c (theora_dec_sink_event): 
10799         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10800         stream lock.
10801
10802         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10803         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10804         stream lock changes.
10805
10806 2005-11-21  Wim Taymans  <wim@fluendo.com>
10807
10808         * gst-libs/gst/audio/gstbaseaudiosink.c:
10809         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10810         (gst_base_audio_sink_provide_clock),
10811         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10812         (gst_base_audio_sink_change_state):
10813         * gst/audioresample/gstaudioresample.c:
10814         Segment update fix.
10815
10816 2005-11-21  Andy Wingo  <wingo@pobox.com>
10817
10818         * *.h:
10819         * *.c: Ran scripts/update-macros. Oh yes.
10820
10821 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * sys/ximage/Makefile.am:
10824         * sys/ximage/ximage.c:
10825           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10826           remove your old libgstximage.* manually if necessary).
10827
10828 2005-11-21  Michael Smith <msmith@fluendo.com>
10829
10830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10831           Minimal fix for bug #320200: set the min/max bitrate in the correct
10832           units. A better fix would be to upgrade to the RATEMANAGE2
10833           interface, rather than using the deprecated interface used here, but
10834           that would require an update in our libvorbis dependency (to 1.1),
10835           which is probably undesirable.
10836
10837 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10838
10839         * ext/libvisual/visual.c: (get_buffer):
10840         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10841         (gst_base_audio_src_fixate):
10842         * gst/audioconvert/gstaudioconvert.c:
10843         (gst_audio_convert_fixate_caps):
10844         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10845         * gst/audiotestsrc/gstaudiotestsrc.c:
10846         (gst_audiotestsrc_src_fixate):
10847         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10848         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10849         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10850         * gst/videotestsrc/gstvideotestsrc.c:
10851         (gst_videotestsrc_src_fixate):
10852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10854           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10855           (#322027)
10856
10857
10858 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10861         (gst_riff_create_iavs_caps):
10862         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10863         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10864         (gst_riff_parse_info):
10865         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10868           Fixes for GST_FOURCC_FORMAT API change.
10869
10870 2005-11-21  Andy Wingo  <wingo@pobox.com>
10871
10872         patch by: Alessandro Dessina <alessandro nnva org>
10873
10874         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10875         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10876         (gst_ogg_parse_chain):
10877         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10878         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10879         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10880         gst_value_list calls on arrays. Fixes #321962.
10881
10882 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10885         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10886         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10887         * gst/adder/gstadder.c: (gst_adder_init),
10888         (gst_adder_request_new_pad), (gst_adder_collected),
10889         (gst_adder_change_state):
10890           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10891           API change.
10892
10893 2005-11-21  Michael Smith <msmith@fluendo.com>
10894
10895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10896         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10897           Properly handle pad_push return values.
10898
10899 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * gst-libs/gst/tag/Makefile.am:
10902         * gst-libs/gst/tag/gstvorbistag.c:
10903         (gst_tag_list_to_vorbiscomment_buffer):
10904           Remove obsolete vorbistag element and debug category.
10905
10906         * gst/playback/gstplaybasebin.c: (check_queue):
10907           Don't divide by 0 when queue-threshold is 0.
10908
10909         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10910           Don't modify an existing pixel-aspect-ratio if we fail to read
10911           a new one.
10912
10913 2005-11-20  Wim Taymans  <wim@fluendo.com>
10914
10915         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10916         (gst_vorbisenc_push_packet):
10917         GST_PAD_IS_USABLE is gone, use the return value of
10918         the push or pad_alloc_buffer instead.
10919
10920 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10921
10922         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10923         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10924         (gst_ximagesink_ximage_destroy),
10925         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10926         (gst_ximagesink_xwindow_new),
10927         (gst_ximagesink_xwindow_update_geometry),
10928         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10929         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10930         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10931         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10932         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10933         (gst_ximagesink_navigation_send_event),
10934         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10935         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10936         (gst_ximagesink_finalize), (gst_ximagesink_init),
10937         (gst_ximagesink_class_init):
10938         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10939         This new version brings correct software scaling, non flickering
10940         window while resizing, pixel aspect ratio handling, usage of
10941         hardware buffer pools, out of data flow event thread for 
10942         navigation and handling of expose events even when being PAUSED,
10943         a new property to keep video aspect ratio when resizing, etc...
10944
10945 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10946
10947         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10948         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10949         handling of PAR.
10950
10951 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10952
10953         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10954         Unsetting IS_SINK flag from the fakesink, so decodebin
10955         never behaves as a sink.
10956
10957 2005-11-17  Wim Taymans  <wim@fluendo.com>
10958
10959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10960         (gst_base_audio_src_change_state):
10961         Fix the audiosrc base class again, we did not unflush.
10962
10963 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10964
10965         * examples/seeking/seek.c: (make_dv_pipeline),
10966         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10967         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10968         to ogg/vorbis/theora pipeline.
10969
10970 2005-11-17  Wim Taymans  <wim@fluendo.com>
10971
10972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10973         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10974         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10975         Fix EOS on multiple streams.
10976         More debugging.
10977
10978 2005-11-16  Wim Taymans  <wim@fluendo.com>
10979
10980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10981         (gst_ogg_demux_perform_seek):
10982         Segment done must include stream time.
10983
10984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10985         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10986         (gst_ogg_mux_change_state):
10987         Fix ogg muxer again.
10988
10989 2005-11-16  Wim Taymans  <wim@fluendo.com>
10990
10991         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10992         Fix compile again.
10993
10994 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10995
10996         * ext/libvisual/visual.c: (gst_visual_init):
10997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10998         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10999         (gst_ogg_parse_chain):
11000         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11001         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11002         * ext/theora/theoradec.c: (gst_theora_dec_init):
11003         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11005         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11006         * gst/adder/gstadder.c: (gst_adder_class_init),
11007         (gst_adder_dispose):
11008         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11009         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11010         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11011           Fix a whole set of pad template leaks
11012
11013 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11014
11015         * check/generic/states.c: (GST_START_TEST):
11016           fix the test so that it only checks for elements that are part of
11017           this source module
11018
11019 2005-11-16  Michael Smith <msmith@fluendo.com>
11020
11021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11022         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11023         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11024         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11025         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11026         (gst_ogg_mux_change_state):
11027           Fix leaking collectpads.
11028
11029 2005-11-16  Edward Hervey  <edward@fluendo.com>
11030
11031         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11032         (gst_videorate_event), (gst_videorate_chain):
11033         Handle segment seeks
11034
11035 2005-11-16  Wim Taymans  <wim@fluendo.com>
11036
11037         * gst-libs/gst/audio/gstbaseaudiosink.c:
11038         (gst_base_audio_sink_provide_clock),
11039         (gst_base_audio_sink_change_state):
11040         Set ringbuffer to non-flushing when going to PAUSED, set to
11041         flushing again when going to READY.
11042
11043         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11044         (gst_ring_buffer_stop):
11045         Start in flushing mode by default.
11046         Don't set flushing in the _stop method, let the app call
11047         this explicitly.
11048
11049 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11050
11051         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11052         * gst-libs/gst/video/videosink.h: Add helper function needed
11053         for video sinks.
11054
11055 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * gst/videoscale/gstvideoscale.c:
11058         (gst_videoscale_handle_src_event):
11059           Don't leak reference to pad parent.
11060
11061 2005-11-16  Wim Taymans  <wim@fluendo.com>
11062
11063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11064         Set ringbuffer to flushing when stopping so that we don't
11065         block on wait_segment anymore and livelock.
11066
11067 2005-11-16  Wim Taymans  <wim@fluendo.com>
11068
11069         * examples/seeking/seek.c: (send_event), (do_seek),
11070         (loop_toggle_cb), (segment_done), (main):
11071         Added looping checkbox.
11072
11073 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11074
11075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11076         (gst_ogg_demux_init):
11077         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11078         (gst_vorbis_dec_init):
11079           revert unrefs, they don't pass make check
11080
11081 2005-11-15  Johan Dahlin  <johan@gnome.org>
11082
11083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11084         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11085         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11086         (gst_vorbis_dec_init):
11087         Fix pad template leaks. 
11088
11089 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11092           Make state change function thread safe.
11093
11094 2005-11-15  Edward Hervey  <edward@fluendo.com>
11095
11096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11097         (gst_ogg_demux_class_init):
11098         Implement GstElement::send_event, so we can send seek events
11099         in GST_STATE_READY
11100
11101 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11102
11103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11104         Discovered how to take away flickering while resizing the
11105         window. Please don't put that in ximagesink, refactoring in
11106         progress.
11107
11108 2005-11-14  Michael Smith <msmith@fluendo.com>
11109
11110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11111         (gst_multifdsink_render):
11112           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11113
11114 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/playback/gstplaybin.c: (gen_audio_element):
11117           Use autoaudiosink, it tends to be more widely available than
11118           autoaudiiosink.
11119           
11120 2005-11-14  Andy Wingo  <wingo@pobox.com>
11121
11122         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11123         as well if it is available. Fixes #316442.
11124
11125 2005-11-14  Michael Smith <msmith@fluendo.com>
11126
11127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11128         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11129         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11130         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11131         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11132         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11134         (gst_vorbisenc_change_state):
11135           Fix a small memory leak in vorbisenc.
11136           Fix large memory leaks in oggmux, also fix lots of state change
11137           bugs in oggmux.
11138
11139 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11140
11141         * gst/videotestsrc/gstvideotestsrc.c:
11142         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11143         (gst_videotestsrc_src_fixate):
11144           move fixation to a fixate function
11145           remove negotiate function, basesrc's is good enough
11146           fixes a bug for check when using the element alone
11147
11148 2005-11-13  Edward Hervey  <edward@fluendo.com>
11149
11150         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11151         (key_toggle_cb), (main):
11152         Added checkboxes for adding/removing the accurate and key_unit seek
11153         flags.
11154
11155 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11156
11157         * configure.ac: back to HEAD
11158
11159 === release 0.9.5 ===
11160
11161 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11162
11163         * configure.ac:
11164           releasing 0.9.5, "No No Kia"
11165
11166 2005-11-11  Edward Hervey  <edward@fluendo.com>
11167
11168         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11169         Added parse-launch syntax seeking mode for the seeking example.
11170         This should help stress-test even more cases.
11171         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11172
11173 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         * sys/xvimage/xvimagesink.c:
11176         (gst_xvimagesink_navigation_send_event):
11177           Check whether peer pad exists before sending navigation events
11178           to it.
11179
11180 2005-11-11  Michael Smith <msmith@fluendo.com>
11181
11182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11183         (gst_vorbisenc_buffer_from_packet):
11184         * ext/vorbis/vorbisenc.h:
11185           Set duration on encoded buffers. This allows oggmux's
11186           max_page_delay parameter to actually work.
11187
11188 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11189
11190         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11191         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11192         (gst_ffmpegcsp_avpicture_fill):
11193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11194         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11195           Make palettes work again (see #132341). Use our own macros
11196           for rounding up.
11197
11198 2005-11-10  Andy Wingo  <wingo@pobox.com>
11199
11200         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11201         string doober.
11202
11203 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11204
11205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11206         (gst_ffmpegcsp_transform_caps):
11207           Prefer passthrough in transform_caps
11208
11209 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11210
11211         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11212           check for ALSA errors properly, instead of relying on ALSA's
11213           error strings to serve to the user.
11214
11215 2005-11-10  Wim Taymans  <wim@fluendo.com>
11216
11217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11218         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11219         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11220         Modernise the seek code.
11221
11222 2005-11-10  Michael Smith <msmith@fluendo.com>
11223         
11224         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11225         (setup_substreams), (set_active_source):
11226           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11227           trying to go to NULL if we failed to read a file.
11228
11229 2005-11-10  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/audiotestsrc/gstaudiotestsrc.c:
11232         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11233         (gst_audiotestsrc_create):
11234         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11235         (gst_sinesrc_get_times), (gst_sinesrc_create):
11236         * gst/videotestsrc/gstvideotestsrc.c:
11237         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11238         (gst_videotestsrc_create):
11239         The base class can now sync for us.
11240
11241 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11242
11243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11244           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11245           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11246           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11247           format=(fourcc)I420" ! xvimagesink
11248
11249 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11252         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11253         (gst_sinesrc_newsegment):
11254           Send newsegment event in TIME format, set duration if
11255           num-buffers is set, fix duration querying.
11256
11257 2005-11-10  Michael Smith <msmith@fluendo.com>
11258
11259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11260         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11261         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11262         (gst_ogg_mux_collected):
11263          Fix EOS handling, partially. Now forwarding an EOS event once we have
11264          EOS on all pads works correctly. However, we still don't properly set
11265          EOS on the actual ogg stream pages.
11266
11267 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11270           Set elements to NULL state before disposing of them.
11271
11272 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11273
11274         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11277         (gst_base_rtp_depayload_init),
11278         (gst_base_rtp_depayload_set_gst_timestamp):
11279         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11280           We need to send a newsegment event for each instance, not
11281           just for the first instance of this class (get rid of
11282           static variable in function). (#321011).
11283           
11284 2005-11-08  Michael Smith <msmith@fluendo.com>
11285
11286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11287         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11288         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11289         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11290           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11291           This makes us mux things correctly according to the ogg muxing
11292           rules. Still not handling EOS correctly right now, though.
11293
11294 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/audioconvert/gstaudioconvert.c:
11297           Fix typo in docs. 
11298
11299 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11302         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11303           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11304           creating a new chain; should fix live streaming. Also
11305           add more debug output and fix a typo.
11306
11307 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11308
11309         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11310
11311         * gst/volume/gstvolume.c: (volume_set_caps):
11312           Fix compilation on Solaris with Forte. (#320923)
11313
11314 2005-11-08  Wim Taymans  <wim@fluendo.com>
11315
11316         * gst-libs/gst/audio/gstbaseaudiosink.c:
11317         (gst_base_audio_sink_render):
11318         No need to do a typecheck.
11319
11320 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11321
11322         * ext/alsa/gstalsa.h:
11323           We register a debug category, so let's use it.
11324
11325 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11326
11327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11328         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11329         Fixed a small problem.
11330
11331 2005-11-04  Wim Taymans  <wim@fluendo.com>
11332
11333         * examples/seeking/Makefile.am:
11334         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11335         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11336         (make_playerbin_pipeline), (format_value), (update_scale),
11337         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11338         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11339         (print_usage), (main):
11340         Added app for playback speed testing.
11341
11342         * examples/seeking/seek.c: (dynamic_link),
11343         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11344         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11345         (message_received), (main):
11346         Updated seek example.
11347
11348 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11349
11350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11351         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11352         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11353         (gst_base_rtp_depayload_set_clock):
11354         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11355         Don't sleep on the bench (system clock) when you have a nice 
11356         comfortable bed (Gstreamer clock) to sleep on.
11357
11358 2005-11-03  Wim Taymans  <wim@fluendo.com>
11359
11360         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11361         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11362         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11363         Handle the case where a pad_block failed.
11364
11365 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11366
11367         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11368
11369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11370         (gst_base_rtp_depayload_add_to_queue),
11371         (gst_base_rtp_depayload_push),
11372         (gst_base_rtp_depayload_set_gst_timestamp),
11373         (gst_base_rtp_depayload_queue_release):
11374           Fixes some bugs in the depayloader's queuing/de-queueing code.
11375
11376 2005-10-31  Michael Smith <msmith@fluendo.com>
11377
11378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11379         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11380         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11381           Patch from Alessandro Decina <alessandro@nnva.org>.
11382           Make oggdemux only find the final time in a chain, not per-pad,
11383           since the per-pad information can be very expensive to locate, and
11384           it isn't used anywhere. This makes reading a file containing
11385           OggSkeleton reasonably fast.
11386           Also, make chain finding work when there are logical bitstreams that
11387           can't be decoded. Fixes #319110.
11388
11389 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11390
11391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11392         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11393         (gst_base_rtp_depayload_chain),
11394         (gst_base_rtp_depayload_add_to_queue),
11395         (gst_base_rtp_depayload_push),
11396         (gst_base_rtp_depayload_set_gst_timestamp),
11397         (gst_base_rtp_depayload_queue_release),
11398         (gst_base_rtp_depayload_start_thread),
11399         (gst_base_rtp_depayload_set_property),
11400         (gst_base_rtp_depayload_get_property):
11401         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11402         Some random fixes, to fullfill the desires of thomas.
11403
11404 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11405
11406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11407         (gst_base_rtp_depayload_add_to_queue),
11408         (gst_base_rtp_depayload_push):
11409         Fixed the queueing algorithm.
11410
11411 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11412
11413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11414         (gst_base_rtp_depayload_push):
11415         A small fix
11416
11417 2005-10-31  Wim Taymans  <wim@fluendo.com>
11418
11419         * gst-libs/gst/audio/gstringbuffer.h:
11420         Don't break ABI.
11421
11422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11423         (gst_ffmpeg_caps_to_pixfmt):
11424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11425         (gst_ffmpegcsp_set_caps):
11426         Some more comments.
11427         Handle missing required caps fields better.
11428
11429 2005-10-31  Wim Taymans  <wim@fluendo.com>
11430
11431         * gst-libs/gst/audio/gstbaseaudiosink.c:
11432         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11433         (gst_base_audio_sink_render):
11434         * gst-libs/gst/audio/gstringbuffer.c:
11435         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11436         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11437         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11438         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11439         (gst_ring_buffer_read):
11440         * gst-libs/gst/audio/gstringbuffer.h:
11441         Add flushing mode to the ringbuffer so that it in all cases does
11442         not try to handle more audio. This makes sure it does not try to
11443         block anymore when flushing and fixes a livelock.
11444
11445 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11446
11447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11448         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11449         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11450           Explicitly check for -1 values before doing a conversion
11451           and always map them to -1. (#315545)
11452
11453 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11454
11455         * gst/playback/gstplaybin.c: (gen_video_element):
11456           first try autovideosink, then xvimagesink, then error out
11457         * po/POTFILES.in:
11458           add translatable file
11459         * po/af.po:
11460         * po/az.po:
11461         * po/cs.po:
11462         * po/en_GB.po:
11463         * po/hu.po:
11464         * po/it.po:
11465         * po/nb.po:
11466         * po/nl.po:
11467         * po/or.po:
11468         * po/sq.po:
11469         * po/sr.po:
11470         * po/sv.po:
11471         * po/uk.po:
11472         * po/vi.po:
11473           update translations
11474
11475 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11476
11477         * gst-libs/gst/rtp/gstbasedepayload.c:
11478         * gst-libs/gst/rtp/gstbasedepayload.h:
11479           Minor cleanups
11480
11481 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst/playback/.cvsignore:
11484         * gst/playback/decodetest.c:
11485         * gst/playback/test3.c:
11486           Port these two tests as well.
11487
11488 2005-10-27  Wim Taymans  <wim@fluendo.com>
11489
11490         * ext/theora/theoradec.c: (theora_dec_src_query),
11491         (theora_dec_sink_event):
11492         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11493         (theora_enc_change_state):
11494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11495         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11496         Take proper locks when handling events.
11497
11498 2005-10-27  Wim Taymans  <wim@fluendo.com>
11499
11500         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11501         (gst_adder_change_state):
11502         Fix timestamps and fix deadlock when stopping the collectpads.
11503
11504 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11505
11506         * gst-libs/gst/rtp/gstrtpbuffer.h:
11507         Declaring the payload types as strings too so that they can be used
11508         in the padtemplate inialization.
11509
11510 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11511
11512         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11513
11514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11515         (gst_base_rtp_depayload_class_init):
11516         Fixes a small but nasty bug. The derived elements no longer segfaults
11517         on finalization.
11518
11519 2005-10-26  Michael Smith <msmith@fluendo.com>
11520
11521         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11522           When clearing an audioconvert context, set tmpbufsize to zero, so
11523           we'll allocate it again later if required.
11524           This fixes audioconvert re-negotiating formats, which previously
11525           segfaulted with a NULL destination buffer.
11526
11527 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11528
11529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11530         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11531         (gst_base_rtp_depayload_set_gst_timestamp),
11532         (gst_base_rtp_depayload_queue_release):
11533         Fixed a smalll memleak.
11534
11535 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11537         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11538         (gst_base_rtp_depayload_finalize),
11539         (gst_base_rtp_depayload_setcaps),
11540         (gst_base_rtp_depayload_add_to_queue),
11541         (gst_base_rtp_depayload_push),
11542         (gst_base_rtp_depayload_set_gst_timestamp),
11543         (gst_base_rtp_depayload_queue_release),
11544         (gst_base_rtp_depayload_thread),
11545         (gst_base_rtp_depayload_change_state):
11546         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11547         Changed the C++ comments to C comments
11548
11549 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11552         * gst/tcp/gsttcpclientsrc.h:
11553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11554         * gst/tcp/gsttcpserversrc.h:
11555           Remove unused 'curoffset' structure member.
11556
11557 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11558
11559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11560         (gst_base_rtp_depayload_base_init),
11561         (gst_base_rtp_depayload_finalize):
11562         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11563         * gst-libs/gst/rtp/gstbasertppayload.h:
11564           The pad-template on the sinkpad should be set by the derived classes.
11565           Also added some useful macros.
11566
11567 2005-10-24  Wim Taymans  <wim@fluendo.com>
11568
11569         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11570         Correctly flush decoder samples even if we could not
11571         copy them to an output buffer. Fixes #319618.
11572
11573 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11574
11575         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11577         the caps against our xcontext caps.
11578
11579 2005-10-24  Wim Taymans  <wim@fluendo.com>
11580
11581         * gst-libs/gst/audio/gstbaseaudiosink.c:
11582         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11583         Remove g_print
11584         Use sync property from baseclass to disable sync.
11585
11586 2005-10-24  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst-libs/gst/audio/gstbaseaudiosink.c:
11589         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11590         Buffers with no timestamps get aligned with previous buffers or
11591         on underrun, played ASAP.
11592
11593 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11594
11595         * gst-libs/gst/video/video.h:
11596         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11597         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11599         here comes my change on caps for framerate and geometry range.
11600         We are now accepting 1 to MAXINT for width and height, and from
11601         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11602         to be blended correctly in videomixer.
11603
11604 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11605
11606         * configure.ac:
11607           back to HEAD
11608
11609 === release 0.9.4 ===
11610
11611 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11612
11613         * NEWS:
11614         * RELEASE:
11615         * configure.ac:
11616           releasing 0.9.4, "Velociraptor"
11617
11618 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11619
11620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11621         * po/POTFILES.in:
11622           STOPPED -> FAILED
11623
11624 2005-10-21  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11627         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11628         (pad_blocked), (close_pad_link), (new_pad):
11629         Don't try to remove elements twice.
11630
11631 2005-10-21  Wim Taymans  <wim@fluendo.com>
11632
11633         * ext/theora/theoradec.c: (theora_dec_src_query),
11634         (theora_dec_sink_event):
11635         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11636         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11637         (vorbis_handle_data_packet):
11638         * ext/vorbis/vorbisdec.h:
11639         Fix old naming.
11640
11641         * gst-libs/gst/audio/gstbaseaudiosink.c:
11642         (gst_base_audio_sink_render):
11643         Don't try to sync on buffers without a timestamp.
11644
11645 2005-10-21  Wim Taymans  <wim@fluendo.com>
11646
11647         * ext/theora/theoradec.c: (theora_dec_src_query),
11648         (theora_dec_sink_event):
11649         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11650         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11651         (vorbis_handle_data_packet):
11652         * ext/vorbis/vorbisdec.h:
11653         Fix old naming.
11654
11655 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11658         (gst_vorbisenc_src_query):
11659           Implement position and duration queries.
11660
11661         * gst/playback/test3.c: (update_scale), (main):
11662           Fix for async state changes and print nicer output.
11663
11664 2005-10-20  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11667         (dump_element_stats), (main):
11668         * gst/playback/test6.c: (main):
11669         Fix tests again
11670
11671 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11674         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11675           Don't use functions for position queries when handling
11676           duration queries.
11677
11678 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11681         (vorbis_handle_data_packet), (vorbis_dec_chain),
11682         (vorbis_dec_change_state):
11683         * ext/vorbis/vorbisdec.h:
11684           Vorbis streams can be embedded in other container formats
11685           than ogg, container formats where the demuxer might set 
11686           timestamps on encoded vorbis buffers instead of those silly 
11687           granulepos thingies. In short: make vorbisdec handle 
11688           timestamps on incoming buffers as well.
11689
11690 2005-10-20  Wim Taymans  <wim@fluendo.com>
11691
11692         * gst/playback/gstplaybasebin.c: (group_destroy),
11693         (gst_play_base_bin_change_state):
11694         Fix leak.
11695         Handle case where playbasebin is now ASYNC because
11696         decodebin is.
11697
11698 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * gst/audioconvert/Makefile.am:
11701         * gst/audioconvert/bufferframesconvert.c:
11702         * gst/audioconvert/plugin.c: (plugin_init):
11703         * gst/audioconvert/plugin.h:
11704           And bye bye buffer-frames-convert
11705
11706 2005-10-19  Wim Taymans  <wim@fluendo.com>
11707
11708         * check/elements/audioconvert.c:
11709         * docs/libs/tmpl/gstaudio.sgml:
11710         * docs/libs/tmpl/gstcolorbalance.sgml:
11711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11712         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11713         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11714         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11715         * gst-libs/gst/audio/audio.h:
11716         * gst/audioconvert/audioconvert.h:
11717         * gst/audioconvert/gstaudioconvert.c:
11718         (gst_audio_convert_parse_caps):
11719         * gst/volume/gstvolume.c:
11720         Bye bye buffer-frames.
11721
11722 2005-10-19  Wim Taymans  <wim@fluendo.com>
11723
11724         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11725         (query_positions_elems), (query_positions_pads), (update_scale),
11726         (do_seek), (set_update_scale), (message_received), (main):
11727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11728         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11729         (gst_ogg_demux_loop):
11730         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11731         * ext/theora/theoradec.c: (theora_dec_src_query),
11732         (theora_dec_sink_event):
11733         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11734         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11735         * gst/adder/gstadder.c: (gst_adder_query):
11736         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11737         * gst/playback/test3.c: (update_scale):
11738         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11739         (dump_element_stats), (main):
11740         * gst/playback/test6.c: (main):
11741         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11742         Query API update.
11743
11744 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11745
11746         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11747         (xml_check_first_element), (xml_type_find), (smil_type_find),
11748         (plugin_init):
11749           Add typefinding for SMIL and for generic XML. Based on patch by
11750           Akos Maroy (#308663).
11751
11752 2005-10-18  Wim Taymans  <wim@fluendo.com>
11753
11754         * gst/playback/Makefile.am:
11755         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11756         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11757         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11758         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11759         (gst_decode_bin_change_state):
11760         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11761         (gst_play_bin_send_event_to_sink):
11762         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11763         (dump_element_stats), (main):
11764         * gst/playback/test6.c: (main):
11765         Make playbin async, it'll commit state to paused when all streams
11766         are detected.
11767         Remove ugly hack.
11768         Added test6.c to show async behaviour.
11769
11770 2005-10-18  Wim Taymans  <wim@fluendo.com>
11771
11772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11773         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11774         Fix for segment-start/stop API change.
11775
11776 2005-10-18  Wim Taymans  <wim@fluendo.com>
11777
11778         * check/Makefile.am:
11779         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11780         (main):
11781         Add future test for clock selection.
11782
11783 2005-10-18  Wim Taymans  <wim@fluendo.com>
11784
11785         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11786         (gst_alsasink_close):
11787         Set handle to NULL.
11788
11789         * gst-libs/gst/audio/gstringbuffer.c:
11790         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11791         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11792         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11793         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11794         (gst_ring_buffer_read):
11795         More debug info.
11796
11797 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11798
11799         * gst/audiotestsrc/Makefile.am:
11800         * gst/sine/Makefile.am:
11801         * gst/volume/Makefile.am:
11802           fix broken build of controllerized plugins
11803
11804 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11805
11806         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11809         (gst_riff_create_video_template_caps):
11810           Add support for Indeo-3 (IV32).
11811
11812 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * configure.ac:
11815           rewrite
11816
11817 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11818
11819         * gst-libs/gst/video/video.c: (gst_video_get_size):
11820         * gst/audiotestsrc/gstaudiotestsrc.c:
11821           doc updates
11822
11823 2005-10-17  Andy Wingo  <wingo@pobox.com>
11824
11825         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11826         with the collectpads change.
11827         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11828
11829         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11830
11831         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11832
11833         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11834         alloc_buffer flow return to callers.
11835         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11836         change. Fix some memleaks in theoraenc.
11837
11838         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11839         in strange circumstance.
11840
11841 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11842
11843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11844         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11845         from caps, let's use the caps...
11846
11847 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11848
11849         * configure.ac:
11850           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11851
11852 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11853
11854         * gst-libs/gst/interfaces/Makefile.am:
11855           fix silly typo
11856
11857 2005-10-16  Andy Wingo  <wingo@pobox.com>
11858
11859         * gst/playback/gstdecodebin.c
11860         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11861         function!
11862         (try_to_link_1): Increase kraziness level.
11863
11864 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11865
11866         * configure.ac:
11867           restructure like the core one
11868         * gst-libs/gst/audio/Makefile.am:
11869         * gst-libs/gst/interfaces/Makefile.am:
11870         * gst-libs/gst/net/Makefile.am:
11871         * gst-libs/gst/riff/Makefile.am:
11872         * gst-libs/gst/rtp/Makefile.am:
11873         * gst-libs/gst/tag/Makefile.am:
11874         * gst-libs/gst/video/Makefile.am:
11875           use correct linker flags, now the libs are properly versioned
11876         * check/elements/audioconvert.c: (verify_convert):
11877         * ext/alsa/gstalsaplugin.c:
11878         * ext/cdparanoia/gstcdparanoia.c:
11879         * ext/gnomevfs/gstgnomevfs.c:
11880         * ext/libvisual/visual.c:
11881         * ext/ogg/gstogg.c:
11882         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11883         * ext/theora/theora.c:
11884         * ext/vorbis/vorbis.c:
11885         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11886         * gst-libs/gst/tag/gsttagediting.c:
11887         * gst-libs/gst/video/video.c:
11888         * gst/adder/gstadder.c:
11889         * gst/audioconvert/plugin.c:
11890         * gst/audiorate/gstaudiorate.c:
11891         * gst/audioresample/gstaudioresample.c:
11892         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11893         * gst/audioscale/gstaudioscale.c:
11894         * gst/audioscale/resample.c:
11895         * gst/audiotestsrc/gstaudiotestsrc.c:
11896         * gst/ffmpegcolorspace/gstffmpeg.c:
11897         * gst/playback/gstdecodebin.c: (close_pad_link):
11898         * gst/playback/gstplaybin.c: (gen_video_element),
11899         (gen_audio_element):
11900         * gst/sine/gstsinesrc.c:
11901         * gst/subparse/gstsubparse.c:
11902         * gst/tags/gsttagediting.c:
11903         * gst/tcp/gsttcpplugin.c:
11904         * gst/typefind/gsttypefindfunctions.c:
11905         * gst/videorate/gstvideorate.c:
11906         * gst/videoscale/gstvideoscale.c:
11907         * gst/videotestsrc/gstvideotestsrc.c:
11908         * gst/volume/gstvolume.c:
11909         * sys/v4l/gstv4l.c:
11910         * sys/ximage/ximage.c:
11911         * sys/xvimage/xvimagesink.c:
11912           fix up defines
11913
11914 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * ext/vorbis/vorbisenc.c:
11917         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11918         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11919         (gst_tag_to_vorbis_comments):
11920           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11921
11922 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11923
11924         * examples/stats/mp2ogg.c:
11925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11926           typo fixes
11927
11928 2005-10-13  Michael Smith <msmith@fluendo.com>
11929
11930         * ext/ogg/gstoggmux.c:
11931           Use magic glib macros to define constants as 64 bit, to ensure
11932           appropriate vararg passing.
11933
11934 2005-10-13  Michael Smith <msmith@fluendo.com>
11935
11936         * ext/ogg/gstoggmux.c:
11937         * gst/audioconvert/audioconvert.c: (float):
11938           Don't use LL suffix, as it's not portable, and neither of these
11939           uses required it anyway.
11940
11941 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11942
11943         * examples/indexing/indexmpeg.c: (main):
11944         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11945         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11946         (cdparanoia_convert), (cdparanoia_query):
11947         * ext/cdparanoia/gstcdparanoia.h:
11948         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11949         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11950         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11952         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11953         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11954         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11955         (gst_multifdsink_render), (gst_multifdsink_start),
11956         (gst_multifdsink_stop):
11957         * gst/tcp/gstmultifdsink.h:
11958         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11959         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11960         (gst_tcpclientsink_stop):
11961         * gst/tcp/gsttcpclientsink.h:
11962         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11963         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11964         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11965         * gst/tcp/gsttcpclientsrc.h:
11966         * gst/tcp/gsttcpserversink.h:
11967         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11968         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11969         (gst_tcpserversrc_stop):
11970         * gst/tcp/gsttcpserversrc.h:
11971         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11972         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11973         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11974           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11975           moved bitshift from macro to enum definition
11976
11977 2005-10-12  Wim Taymans  <wim@fluendo.com>
11978
11979         * examples/seeking/Makefile.am:
11980         Oops.
11981
11982 2005-10-12  Wim Taymans  <wim@fluendo.com>
11983
11984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11985         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11986         Don't assert on normal stuff.
11987
11988         * gst/playback/gstplaybin.c: (do_playbin_seek):
11989         API fix.
11990
11991 2005-10-12  Wim Taymans  <wim@fluendo.com>
11992
11993         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11994         * examples/seeking/Makefile.am:
11995         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11996         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11997         (do_seek), (set_update_scale), (message_received), (main):
11998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11999         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12000         Update for _get_state() API change.
12001
12002 2005-10-11  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst-libs/gst/audio/gstbaseaudiosink.c:
12005         (gst_base_audio_sink_render):
12006         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12007         (gst_base_audio_src_create):
12008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12009         (gst_ring_buffer_read):
12010         Cleanups.
12011         Commit and read from ringbuffer in samples rather than bytes.
12012
12013 2005-10-11  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst-libs/gst/audio/gstbaseaudiosink.c:
12016         (gst_base_audio_sink_render):
12017         Respect segment rate and accum when scheduling samples.
12018
12019 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12020
12021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12022         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12023         EOS correctly, that needs more work.
12024
12025 2005-10-11  Wim Taymans  <wim@fluendo.com>
12026
12027         * check/generic/states.c: (GST_START_TEST):
12028         remove old property.
12029
12030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12031         (gst_ogg_demux_perform_seek):
12032         * ext/theora/theoradec.c: (theora_dec_sink_event):
12033         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12034         (vorbis_handle_data_packet):
12035         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12036         (gst_base_rtp_depayload_set_gst_timestamp):
12037         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12038         Update for newsegment API change.
12039
12040 2005-10-11  Michael Smith <msmith@fluendo.com>
12041
12042         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12043         (do_playbin_seek), (gst_play_bin_send_event):
12044           Override send_event differently, so that we can takes bits of
12045           functionality from GstPipeline (special handling for seeks,
12046           including pausing/resuming, and resetting stream time) and still get
12047           the appropriate behaviour of only forwarding event to a single sink,
12048           rather than all of them.
12049           Unfortunately requires a lot of code duplication, but the
12050           alternatives are equally ugly in the end.
12051
12052 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * check/elements/audioconvert.c: (setup_audioconvert),
12055         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12056         (GST_START_TEST), (audioconvert_suite):
12057           clean up tests a little, fix some leaks.
12058
12059 2005-10-10  Wim Taymans  <wim@fluendo.com>
12060
12061         * ext/alsa/gstalsasink.c:
12062         Also allow unsigned int.
12063
12064         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12065         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12066         Small cleanup
12067
12068 2005-10-10  Wim Taymans  <wim@fluendo.com>
12069
12070         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12071         Small update, use API as stated in design docs.
12072
12073         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12074         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12075         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12076         (message_received), (main):
12077         Updated seek example for GOption. Some usability improvements.
12078
12079 2005-10-10  Wim Taymans  <wim@fluendo.com>
12080
12081         * gst/audioconvert/audioconvert.h:
12082         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12083         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12084         Alloc temp storage somewhere else where we can do it more
12085         portable.
12086
12087 2005-10-10  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12090         (gst_tcpserversrc_start):
12091         Don't block in accept while doing the state change, move
12092         to poll and make cancellable.
12093
12094 2005-10-09  Philippe Khalaf <burger@speedy.org>
12095
12096         * gst-libs/gst/rtp/rtpbasedepayload.c:
12097         Set timestamp and add queue delay to timestamp
12098         * gst-libs/gst/rtp/rtpbuffer.h:
12099         Set correct payload type for h263
12100
12101 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12102
12103         * gst/audiotestsrc/gstaudiotestsrc.c:
12104         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12105         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12106         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12107         (gst_audiotestsrc_create_triangle),
12108         (gst_audiotestsrc_create_silence),
12109         (gst_audiotestsrc_create_white_noise),
12110         (gst_audiotestsrc_init_pink_noise),
12111         (gst_audiotestsrc_generate_pink_noise_value),
12112         (gst_audiotestsrc_create_pink_noise),
12113         (gst_audiotestsrc_change_wave):
12114         * gst/audiotestsrc/gstaudiotestsrc.h:
12115           fixed typo, added pink noise
12116
12117 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12120         (plugin_init):
12121           Add wavpack and spc typefind functions from 0.8 branch.
12122
12123 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12126         (ar_type_find), (msdos_type_find), (plugin_init):
12127           Add typefind functions for tar archives, ar archives,
12128           RAR archives, and msdos-executables (dlls, exe, etc.).
12129           Some of those would be wrongly identified as mpeg
12130           streams of some sort before (#315550).
12131
12132 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12133
12134         * configure.ac:
12135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12137         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12138         * gst/audiotestsrc/Makefile.am:
12139         * gst/audiotestsrc/gstaudiotestsrc.c:
12140         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12141         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12142         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12143         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12144         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12145         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12146         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12147         (gst_audiotestsrc_create_silence),
12148         (gst_audiotestsrc_create_white_noise),
12149         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12150         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12151         (gst_audiotestsrc_start), (plugin_init):
12152         * gst/audiotestsrc/gstaudiotestsrc.h:
12153           add new plugin and element
12154         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12155           use gobject_class
12156
12157 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12160         (gst_adder_init), (gst_adder_request_new_pad),
12161         (gst_adder_change_state):
12162           Add query function to source pad, so adder reports the correct
12163           time/sample position when queried (#315457); fix state change
12164           function; use GST_DEBUG_FUNCPTR() for pad functions.
12165
12166 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12167
12168         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12169           Fix leaks in typefind registration
12170           Clean up the gratuitous commenting and whitespacing a little
12171
12172 2005-10-08  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12175         Only actually wait for the thread to be stopped if it's 
12176         running.
12177
12178 2005-10-08  Wim Taymans  <wim@fluendo.com>
12179
12180         * gst-libs/gst/audio/gstbaseaudiosink.c:
12181         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12182         If we receive EOS we can start playback of what we had.
12183
12184 2005-10-08  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12187         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12188         (gst_multifdsink_stop):
12189         Fix crasher when going to NULL multiple times.
12190
12191 2005-10-06  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12194         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12195         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12197         patch from Edgard Lima <edgard.lima@indt.org.br>
12198         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12199
12200 2005-10-06  Wim Taymans  <wim@fluendo.com>
12201
12202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12203         Report the FLOW_RETURN as string in the error message.
12204
12205         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12206         Don't assert when clearing an unnegotiated buffer.
12207
12208 2005-10-04  Michael Smith <msmith@fluendo.com>
12209
12210         * gst/playback/gstplaybasebin.c: (group_destroy),
12211         (gen_preroll_element), (remove_groups), (setup_source):
12212         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12213         (setup_sinks), (gst_play_bin_send_event),
12214         (gst_play_bin_change_state):
12215           Set state to NULL before removing from bin. Fix refcounting.
12216
12217 2005-10-04  Michael Smith <msmith@fluendo.com>
12218
12219         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12220           Correct refcounting in send_event() function. Previously was wrong
12221           if the first sink was unable to handle the event.
12222
12223 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12224
12225         * configure.ac:
12226           back to development
12227
12228 === release 0.9.3 ===
12229
12230 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12231
12232         * configure.ac:
12233           Releasing 0.9.3, "De Facto"
12234
12235 2005-10-03  Andy Wingo  <wingo@pobox.com>
12236
12237         * gst/playback/gstdecodebin.c (try_to_link_1)
12238         (remove_element_chain): set element to NULL before removing it.
12239
12240 2005-10-02  Johan Dahlin  <johan@gnome.org>
12241
12242         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12243         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12244         MT safe.
12245
12246 2005-10-02  Andy Wingo  <wingo@pobox.com>
12247
12248         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12249         (gst_ring_buffer_prepare_read): 
12250         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12251         Demote to LOG.
12252
12253 2005-09-29  Wim Taymans  <wim@fluendo.com>
12254
12255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12256         * ext/theora/theoradec.c: (theora_handle_data_packet):
12257         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12258         Propagate error codes from alloc_buffer too.
12259
12260 2005-09-29  Wim Taymans  <wim@fluendo.com>
12261
12262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12263         We use fixed caps.
12264
12265         * gst/playback/Makefile.am:
12266         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12267         (dump_element_stats), (main):
12268         Added example stream introspection code.
12269
12270 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12271
12272         * gst/adder/gstadder.c: (gst_adder_collected):
12273           fix adder for float elements
12274
12275 2005-09-28  Wim Taymans  <wim@fluendo.com>
12276
12277         * gst-libs/gst/audio/gstbaseaudiosink.c:
12278         (gst_base_audio_sink_class_init),
12279         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12281         (gst_base_audio_src_class_init),
12282         (gst_base_audio_src_provide_clock):
12283         get_clock -> provide_clock
12284
12285 2005-09-28  Andy Wingo  <wingo@pobox.com>
12286
12287         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12288         and unlocking.
12289
12290         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12291         unlocking.
12292
12293         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12294         Actually add the pad template.
12295         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12296
12297         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12298         I'm at it...
12299
12300         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12301         from fdsrc. Get caps in create() instead of start() so it can be
12302         interrupted. Interruption somewhat untested.
12303
12304         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12305         Proper EOS handling.
12306
12307 2005-09-27  Andy Wingo  <wingo@pobox.com>
12308
12309         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12310
12311         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12312
12313         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12314
12315         * gst/tcp/gsttcp.h: 
12316         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12317         out of tcpclientsrc.c. Cancellable.
12318         (gst_tcp_socket_read): Made private, cancellable, with better
12319         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12320         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12321         whole buffer, and better diagnostics.
12322         (gst_tcp_gdp_read_caps): Same.
12323
12324         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12325
12326 2005-09-26  Andy Wingo  <wingo@pobox.com>
12327
12328         * gst/sine/gstsinesrc.h:
12329         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12330         change the 'sync' property to 'is-live' and implement it halfway,
12331         update for controller api change.
12332
12333         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12334         controller api change.
12335
12336 2005-09-24  Wim Taymans  <wim@fluendo.com>
12337
12338         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12339         * gst-libs/gst/audio/gstaudiosink.c:
12340         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12341         (gst_audioringbuffer_stop):
12342         * gst-libs/gst/audio/gstbaseaudiosink.c:
12343         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12344         (gst_base_audio_sink_change_state):
12345         * gst-libs/gst/audio/gstbaseaudiosink.h:
12346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12347         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12348         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12349         * gst-libs/gst/audio/gstringbuffer.h:
12350         Fix sync again. Moved sample alignment to basesink.
12351
12352 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12353
12354         * docs/plugins/Makefile.am:
12355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12357         * gst/volume/gstvolume.c:
12358           add/fix docs
12359         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12360         * gst-libs/gst/audio/audio.h:
12361           add conversion macros for frames <-> clocktime
12362
12363 2005-09-23  David Schleef  <ds@schleef.org>
12364
12365         * gst/audioresample/Makefile.am:
12366         * gst/audioresample/debug.h:
12367         * gst/audioresample/gstaudioresample.c:
12368         * gst/audioresample/resample.c: Convert to using gst debugging
12369
12370 2005-09-22  Wim Taymans  <wim@fluendo.com>
12371
12372         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12373         (gst_play_bin_send_event):
12374         Only seek on one sink, the first one that succeeds.
12375
12376 2005-09-22  Michael Smith <msmith@fluendo.com>
12377
12378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12379         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12380         Don't flush encoder state unless we have an initialised encoder.
12381         Clear out encoder state on PAUSED_TO_READY.
12382
12383 2005-09-22  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst-libs/gst/rtp/gstbasertppayload.c:
12386         (gst_basertppayload_class_init), (gst_basertppayload_init),
12387         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12388         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12389         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12390         (gst_basertppayload_set_property),
12391         (gst_basertppayload_get_property),
12392         (gst_basertppayload_change_state):
12393         * gst-libs/gst/rtp/gstbasertppayload.h:
12394         Added max-ptime to control amount of data in the rtp packets.
12395
12396 2005-09-21  Andy Wingo  <wingo@pobox.com>
12397
12398         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12399         thingies.
12400
12401         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12402         can be called multiple times, dogs.
12403
12404 2005-09-21  Wim Taymans  <wim@fluendo.com>
12405
12406         * gst-libs/gst/rtp/gstbasertppayload.c:
12407         (gst_basertppayload_class_init), (gst_basertppayload_init),
12408         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12409         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12410         (gst_basertppayload_push), (gst_basertppayload_get_property),
12411         (gst_basertppayload_change_state):
12412         Allow 0 ssrc too.
12413
12414 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12415
12416         * docs/libs/compiling.sgml:
12417           fixing typos
12418
12419 2005-09-20  Wim Taymans  <wim@fluendo.com>
12420
12421         * gst-libs/gst/rtp/gstbasertppayload.c:
12422         (gst_basertppayload_class_init), (gst_basertppayload_init),
12423         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12424         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12425         (gst_basertppayload_push), (gst_basertppayload_set_property),
12426         (gst_basertppayload_get_property),
12427         (gst_basertppayload_change_state):
12428         * gst-libs/gst/rtp/gstbasertppayload.h:
12429         Added property to configure sequence number offsets.
12430
12431 2005-09-20  Wim Taymans  <wim@fluendo.com>
12432
12433         * gst-libs/gst/rtp/gstbasertppayload.c:
12434         (gst_basertppayload_class_init), (gst_basertppayload_init),
12435         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12436         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12437         (gst_basertppayload_push), (gst_basertppayload_set_property),
12438         (gst_basertppayload_get_property),
12439         (gst_basertppayload_change_state):
12440         * gst-libs/gst/rtp/gstbasertppayload.h:
12441         Make timestamp offset configurable.
12442
12443 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12444
12445         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12446           fix wrong pop/unref
12447
12448 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12449
12450         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12451
12452         * gst-libs/gst/interfaces/propertyprobe.c:
12453         (gst_property_probe_probe_property_name),
12454         (gst_property_probe_needs_probe_name),
12455         (gst_property_probe_get_values_name),
12456         (gst_property_probe_probe_and_get_values_name):
12457           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12458           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12459
12460 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12461
12462         * check/Makefile.am:
12463           have some tests be disabled for valgrinding
12464         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12465         (GST_START_TEST):
12466         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12467           Fix A Leak.  Chain To Parent Finalize.
12468
12469 2005-09-19  Wim Taymans  <wim@fluendo.com>
12470
12471         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12472         Fixed wav pipeline.
12473
12474 2005-09-19  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst-libs/gst/rtp/gstbasertppayload.c:
12477         (gst_basertppayload_class_init), (gst_basertppayload_init),
12478         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12479         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12480         (gst_basertppayload_push), (gst_basertppayload_get_property),
12481         (gst_basertppayload_change_state):
12482         Posting ERROR and WARNING messages is good.
12483
12484 2005-09-19  Wim Taymans  <wim@fluendo.com>
12485
12486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12487         (gst_base_rtp_depayload_add_to_queue),
12488         (gst_base_rtp_depayload_push),
12489         (gst_base_rtp_depayload_set_gst_timestamp),
12490         (gst_base_rtp_depayload_queue_release):
12491         This one was not supposed to go in.
12492
12493 2005-09-19  Wim Taymans  <wim@fluendo.com>
12494
12495         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12496         Fix for bus API.
12497
12498         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12499         (gst_base_rtp_depayload_chain),
12500         (gst_base_rtp_depayload_add_to_queue),
12501         (gst_base_rtp_depayload_push),
12502         (gst_base_rtp_depayload_set_gst_timestamp),
12503         (gst_base_rtp_depayload_queue_release):
12504         Some cleanups.
12505
12506         * gst-libs/gst/rtp/gstbasertppayload.c:
12507         (gst_basertppayload_class_init), (gst_basertppayload_init),
12508         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12509         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12510         (gst_basertppayload_get_property),
12511         (gst_basertppayload_change_state):
12512         Added debugging category.
12513
12514 2005-09-18  David Schleef  <ds@schleef.org>
12515
12516         * gst/playback/gstdecodebin.c: free plugin list correctly
12517         * gst/playback/gstplaybin.c: emit warning if autovideosink
12518           and autoaudiosink can't be found (instead of segfaulting)
12519
12520 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12521
12522         * check/elements/audioconvert.c: (GST_START_TEST):
12523           try out 24 bit conversion
12524
12525 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12528         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12529         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12530         * ext/vorbis/vorbisenc.h:
12531           Fix EOS handling.  Still needs a fix in the ogg muxer to
12532           mark the last page as eos.
12533
12534 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12535
12536         * common/gtk-doc-plugins.mak:
12537         * docs/plugins/Makefile.am:
12538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12539         * gst/ffmpegcolorspace/Makefile.am:
12540         * gst/ffmpegcolorspace/avcodec.h:
12541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12542         * gst/tcp/gstmultifdsink.c:
12543           fix up ffmpegcolorspace docs; extract header
12544
12545 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12546
12547         * common/gtk-doc-plugins.mak:
12548         * docs/plugins/Makefile.am:
12549         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12550         * ext/theora/Makefile.am:
12551         * ext/theora/gsttheoraenc.h:
12552         * ext/theora/theoraenc.c:
12553         * ext/vorbis/vorbisenc.c:
12554           pick up signals and args for vorbis; add some docs for vorbis
12555
12556 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12557
12558         * common/gstdoc-scangobj:
12559         * common/gtk-doc-plugins.mak:
12560         * docs/libs/Makefile.am:
12561         * docs/plugins/gst-plugins-base-plugins.args:
12562         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12563         * docs/plugins/gst-plugins-base-plugins.interfaces:
12564         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12565         * docs/plugins/gst-plugins-base-plugins.signals:
12566           only scanobj stuff from our source module.  Not sure yet
12567           if that's correct, given the hierarchy stuff :)
12568
12569 2005-09-15  Wim Taymans  <wim@fluendo.com>
12570
12571         * gst/audioconvert/gstaudioconvert.c:
12572         And enable 24 bits mode as well..
12573
12574 2005-09-15  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst-libs/gst/rtp/Makefile.am:
12577         * gst-libs/gst/rtp/gstbasertppayload.c:
12578         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12579         (gst_basertppayload_class_init), (gst_basertppayload_init),
12580         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12581         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12582         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12583         (gst_basertppayload_set_property),
12584         (gst_basertppayload_get_property),
12585         (gst_basertppayload_change_state):
12586         * gst-libs/gst/rtp/gstbasertppayload.h:
12587         Added rtp payloader base class.
12588
12589 2005-09-15  Andy Wingo  <wingo@pobox.com>
12590
12591         * configure.ac (plugindir): Remove the EOL matcher from the
12592         regexp, as it causes me problems. Libtool? Make? Who knows?
12593
12594 2005-09-14  David Schleef  <ds@schleef.org>
12595
12596         * check/generic/states.c: 
12597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12598         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12599           Fixes for changes in registry API.
12600
12601         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12602           to GST_PLUGIN_LDFLAGS.
12603         * ext/libvisual/visual.c: Make the library shut up.
12604         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12605         * gst-libs/gst/audio/gstaudiofilter.c: same
12606
12607 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12608
12609         * docs/plugins/Makefile.am:
12610         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12611         * docs/plugins/inspect/plugin-libvisual.xml:
12612         * docs/plugins/tmpl/element-tcpserversink.sgml:
12613         * ext/theora/theoraenc.c:
12614           add libvisual plugin and theoraenc element to docs
12615
12616 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12619         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12620         * ext/theora/theoraenc.c:
12621           add theoraenc
12622
12623 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * gst/audioconvert/Makefile.am:
12626           Audioconvert derives from GstBaseTransform and should
12627           link to the library with our base elements to avoid
12628           unresolved symbols. Makes things work with MinGW (#316160)
12629
12630         * gst/playback/test4.c: (main):
12631           Fix MinGW build problem and use g_usleep() instead of 
12632           sleep() (#316162)
12633
12634 2005-09-12  Wim Taymans  <wim@fluendo.com>
12635
12636         * gst/audioconvert/audioconvert.c: (float),
12637         (audio_convert_prepare_context), (audio_convert_convert):
12638         * gst/audioconvert/audioconvert.h:
12639         Cleanups, speedups, simplifications, added back support
12640         for 24 bits.
12641
12642 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12643
12644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12646         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12647         * docs/plugins/tmpl/element-tcpserversink.sgml:
12648         * gst/ffmpegcolorspace/gstffmpeg.c:
12649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12650         * gst/videotestsrc/gstvideotestsrc.c:
12651         * gst/volume/gstvolume.c:
12652           add more elements to the docs
12653
12654 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12655
12656         * check/Makefile.am:
12657         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12658         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12659           Add extra tests for basetransform based components. 
12660           Comment out the test_element_negotiation test until we decide
12661           if it's testing correct behaviour.
12662         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12663         (gst_visual_chain), (gst_visual_change_state):
12664           Slightly more correct but still bogus timestamping.
12665           Fix state change function.
12666         * gst/audioconvert/gstaudioconvert.c:
12667         (gst_audio_convert_class_init):
12668         * gst/audioresample/gstaudioresample.c:
12669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12670         (gst_ffmpegcsp_class_init):
12671         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12672         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12673         (gst_videoscale_prepare_image):
12674         * gst/volume/gstvolume.c: (gst_volume_class_init),
12675         (volume_transform_ip):
12676           Basetransform updates. Enable passthrough modes.
12677         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12678         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12679         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12680           Negotiation fix that allows the window to return to the original
12681           size and renegotiate passthrough upstream. Extra debug output.
12682
12683 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * gst/sine/gstsinesrc.c:
12686         * gst/volume/gstvolume.c:
12687           fix up header include
12688
12689 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12690
12691         * gst-libs/gst/audio/gstbaseaudiosink.c:
12692         (gst_base_audio_sink_render):
12693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12694         * gst/volume/gstvolume.c: (gst_volume_class_init),
12695         (volume_transform):
12696           fixing lost sync, some more debugging
12697
12698 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12699
12700         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12701         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12702         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12703         (gst_xvimagesink_check_xshm_calls):
12704           Fix compilation when XShm is not available.
12705
12706 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12707
12708         * ext/libvisual/visual.c: (gst_visual_dispose),
12709         (gst_visual_getcaps), (gst_visual_src_setcaps),
12710         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12711         (gst_visual_change_state):
12712           Finish fixing up libvisual plugin so that it runs. 
12713
12714 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12715
12716         * ext/vorbis/vorbisenc.c:
12717         * gst-libs/gst/tag/gstvorbistag.c:
12718           gsttaginterface.h -> gsttagsetter.h
12719
12720 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12721
12722         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12723           added another test that failes for me (test is not active by default)
12724
12725 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12726
12727         * configure.ac:
12728           v4l2 is no longer in gst-plugins-base
12729
12730 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12731
12732         * configure.ac:
12733           In the output at the end, don't show the first plugin on the same
12734           line as "Core plug-ins, always built:".
12735           Indent the output as for other plugin categories
12736         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12737           #define that can be used to not use peer buffer_alloc functions for
12738           test purposes.
12739         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12740         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12741         (gst_ximagesink_show_frame):
12742         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12743         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12744         (gst_xvimagesink_show_frame):
12745           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12746           fails gracefully instead of XError aborting or deadlocking.
12747
12748 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12749
12750         * ext/libvisual/Makefile.am:
12751           link against gst-base-libs
12752
12753 2005-09-06  David Schleef  <ds@schleef.org>
12754
12755         * configure.ac: Enable libvisual plugin.
12756         * ext/libvisual/Makefile.am:
12757         * ext/libvisual/visual.c: Fixes to make it compile.
12758
12759 === release 0.9.2 ===
12760
12761 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12762
12763         * NEWS:
12764         * RELEASE:
12765         * configure.ac:
12766         * docs/random/ChangeLog-0.8:
12767           releasing 0.9.2, "Spoon"
12768
12769 2005-09-05  Michael Smith <msmith@fluendo.com>
12770
12771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12772           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12773           that in the vorbisenc element.
12774
12775 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12776
12777         * common/gtk-doc-plugins.mak:
12778         * docs/plugins/Makefile.am:
12779           fix distcheck
12780         * gst/audioresample/resample.c:
12781           fix wrong docstring
12782
12783 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12784
12785         * common/gst-xmlinspect.py:
12786         * common/gtk-doc-plugins.mak:
12787           only inspect plugins for this given package
12788           require gst-python 0.9
12789
12790 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12791
12792         * Makefile.am:
12793         * autogen.sh:
12794         * common/gst-xmlinspect.py:
12795         * configure.ac:
12796         * docs/Makefile.am:
12797         * docs/plugins/inspect/plugin-alsa.xml:
12798         * docs/plugins/inspect/plugin-audioresample.xml:
12799         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12800         * docs/plugins/inspect/plugin-ogg.xml:
12801         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12802         * docs/plugins/tmpl/element-multifdsink.sgml:
12803         * docs/plugins/tmpl/element-tcpserversink.sgml:
12804         * docs/plugins/tmpl/element-vorbisenc.sgml:
12805         * gst-plugins-base.spec.in:
12806           various doc-related updates
12807
12808 2005-08-31  Wim Taymans  <wim@fluendo.com>
12809
12810         * gst-libs/gst/audio/gstbaseaudiosink.c:
12811         (gst_base_audio_sink_render):
12812         Resync if the buffer timestamps drift more than a 10th 
12813         of a second.
12814
12815 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12818         (gst_v4lsrc_get_property):
12819           The 'timestamp-offset' property is registered as an int64, so
12820           let's use g_value_{set|get}_int64() in our setter and getter
12821           functions (makes it work and fixes warnings with gst-inspect).
12822
12823 2005-08-30  Wim Taymans  <wim@fluendo.com>
12824
12825         * check/elements/audioconvert.c: (setup_audioconvert):
12826         * check/elements/audioresample.c: (setup_audioresample):
12827         * check/elements/volume.c: (setup_volume):
12828         Fix checks.
12829
12830 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12831
12832         * common/gtk-doc-plugins.mak:
12833         * common/plugins.xsl:
12834         * docs/plugins/Makefile.am:
12835           make module a param
12836
12837 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12838
12839         * examples/seeking/seek.c: (make_mp3_pipeline),
12840         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12841         (play_cb), (pause_cb), (stop_cb):
12842           update the example
12843
12844 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12845
12846         * gst/volume/gstvolume.c: (gst_volume_class_init),
12847         (volume_transform):
12848           do not update controlled params, if buffer has no timestamp
12849
12850 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12851
12852         * configure.ac:
12853         * gst/sine/Makefile.am:
12854         * gst/volume/Makefile.am:
12855           controllerized elements also need to link against controller-libs ;)
12856
12857 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12858
12859         * docs/libs/tmpl/gstcolorbalance.sgml:
12860         * docs/libs/tmpl/gstgconf.sgml:
12861         * docs/libs/tmpl/gstmixer.sgml:
12862         * docs/libs/tmpl/gstringbuffer.sgml:
12863         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12864         (gst_sinesrc_create):
12865         * gst/volume/gstvolume.c: (gst_volume_class_init),
12866         (volume_transform):
12867           controllerized two audio plugins
12868
12869 2005-08-29  Andy Wingo  <wingo@pobox.com>
12870
12871         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12872         (vorbis_handle_data_packet): Fix some int overflow errors.
12873
12874         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12875         -1.
12876         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12877         valid.
12878         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12879         if it's valid. Fixed streaming-mode playback.
12880
12881         * check/elements/volume.c (cleanup_volume): Fix for running
12882         CK_FORK=no.
12883
12884         * check/elements/audioconvert.c: Convert from native endian, not
12885         little endian.
12886
12887 2005-08-29  Michael Smith <msmith@fluendo.com>
12888
12889         * ext/ogg/Makefile.am:
12890         * ext/ogg/gstogg.c: (plugin_init):
12891         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12892         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12893         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12894         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12895         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12896         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12897         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12898         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12899         Add an ogg parser element.
12900
12901 2005-08-28  Andy Wingo  <wingo@pobox.com>
12902
12903         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12904
12905 2005-08-26  Wim Taymans  <wim@fluendo.com>
12906
12907         * gst/audioconvert/audioconvert.c: (if), (float),
12908         (audio_convert_get_func_index), (check_default),
12909         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12910         (audio_convert_clean_context), (audio_convert_get_sizes),
12911         (audio_convert_convert):
12912         Cleanups.
12913
12914 2005-08-26  Wim Taymans  <wim@fluendo.com>
12915
12916         * gst/audioconvert/audioconvert.c: (if), (float),
12917         (audio_convert_get_func_index), (check_default),
12918         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12919         (audio_convert_clean_context), (audio_convert_get_sizes),
12920         (audio_convert_convert):
12921         More elegant and working temp buffer selection algo.
12922
12923 2005-08-26  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst/audioconvert/audioconvert.c: (if), (float),
12926         (audio_convert_get_func_index), (check_default),
12927         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12928         (audio_convert_clean_context), (audio_convert_get_sizes),
12929         (get_temp_buffer), (audio_convert_convert):
12930         Use realloc else we lose our original data.
12931
12932 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12933
12934         * gst/audioresample/gstaudioresample.c:
12935           use base class' newsegment to properly timestamp
12936
12937 2005-08-26  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/audioconvert/audioconvert.c: (if), (float),
12940         (audio_convert_get_func_index), (check_default),
12941         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12942         (audio_convert_clean_context), (audio_convert_get_sizes),
12943         (get_temp_buffer), (audio_convert_convert):
12944         * gst/audioconvert/gstaudioconvert.c:
12945         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12946         (gst_audio_convert_transform_caps),
12947         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12948         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12949         Oops, allocate enough space to perform the channel mix.
12950
12951 2005-08-26  Wim Taymans  <wim@fluendo.com>
12952
12953         * gst/audioconvert/Makefile.am:
12954         * gst/audioconvert/audioconvert.c: (if), (float),
12955         (audio_convert_get_func_index), (check_default),
12956         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12957         (audio_convert_clean_context), (audio_convert_get_sizes),
12958         (get_temp_buffer), (audio_convert_convert):
12959         * gst/audioconvert/audioconvert.h:
12960         * gst/audioconvert/gstaudioconvert.c:
12961         (gst_audio_convert_class_init), (gst_audio_convert_init),
12962         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12963         (gst_audio_convert_get_unit_size),
12964         (gst_audio_convert_transform_caps),
12965         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12966         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12967         * gst/audioconvert/gstaudioconvert.h:
12968         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12969         (gst_channel_mix_fill_identical),
12970         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12971         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12972         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12973         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12974         (gst_channel_mix_mix):
12975         * gst/audioconvert/gstchannelmix.h:
12976         Cleanups, librarify a bit, optimize, better negotiation and more.
12977
12978 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12979
12980         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12981         Another from MikeS:
12982         During typefinding, don't support negative offsets
12983         (offsets from the end of the stream) in our typefind->peek() function
12984         - nothing embedded in ogg ever needs them. However, we need to recognise
12985         those requests and reject them, otherwise we return invalid pointers.
12986
12987 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12988
12989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12990         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12991         (vorbisdec_finalize), (vorbis_handle_type_packet):
12992           Big shout-out to MikeS for fixing this giant memory leak.
12993           Huzzah!
12994
12995 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12996
12997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12998         (audio_convert_get_unit_size):
12999           plug some leaks
13000
13001 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * check/Makefile.am:
13004         * check/elements/audioconvert.c: (setup_audioconvert),
13005         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13006         (GST_START_TEST), (audioconvert_suite), (main):
13007           add a test for audioconvert
13008         * gst/audioresample/gstaudioresample.c:
13009         * gst/audioresample/gstaudioresample.h:
13010           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13011           note that for buffers of 1/3 sec this means DURATION(c) is 
13012           one nanosecond more than for a and b
13013
13014 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13015
13016         * check/Makefile.am:
13017         * check/elements/audioresample.c: (setup_audioresample),
13018         (cleanup_audioresample), (fail_unless_perfect_stream),
13019         (test_perfect_stream_instance), (GST_START_TEST),
13020           add a check for audioresample
13021         (audioresample_suite), (main):
13022         * check/elements/volume.c: (GST_START_TEST):
13023           remove unused method
13024         * gst/audioresample/gstaudioresample.c:
13025           set correct buffer parameters since we're changing them
13026         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13027           add some debug
13028
13029 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13030
13031         * gst/audioresample/debug.c:
13032         * gst/audioresample/gstaudioresample.c:
13033           add room for extra overlap samples when asked to transform size
13034           protect against possible mem corruption and check for discrepancies
13035           between written size and outbuffer's size so we can warn for
13036           potential problems
13037         * gst/audioresample/resample.c: (resample_init),
13038         (resample_get_output_size_for_input), (resample_get_output_size),
13039         (resample_set_n_channels), (resample_set_format):
13040           set debug level based on RESAMPLE_DEBUG env var
13041           make sure that get_output_size* returns a whole number of
13042           sample_size
13043           set sample_size each time either channel or format is set
13044         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13045         * gst/audioresample/resample_functable.c:
13046         (resample_scale_functable):
13047         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13048           remove r->sample_size, it's done in resample.c now
13049           add some debugging to the ref implementation
13050           make sure we only give back bytes that are wholes of the sample
13051           size
13052
13053 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13054         * gst/playback/gstplaybasebin.c: (fill_buffer):
13055         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13056
13057 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13058
13059         * gst/volume/gstvolume.c:
13060           made set_caps function static
13061
13062 2005-08-24  Wim Taymans  <wim@fluendo.com>
13063
13064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13065         (gst_vorbisenc_change_state):
13066         Stop leaking taglists.
13067
13068 2005-08-24  Wim Taymans  <wim@fluendo.com>
13069
13070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13071         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13072         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13073         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13074         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13075         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13076         Parse seeking events better.
13077         Unref static caps.
13078         Generate correct newsegment events, fixes seeking in live oggs.
13079
13080         * ext/theora/theoradec.c: (theora_dec_src_query),
13081         (theora_dec_src_event), (theora_dec_src_getcaps),
13082         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13083         Use newsegment values to report correct play time.
13084
13085         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13086         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13087         * ext/vorbis/vorbisdec.h:
13088         Parse and use newsegment values to report correct play time.
13089
13090         * gst-libs/gst/audio/gstbaseaudiosink.c:
13091         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13092         Clear ringbuffer on flush.
13093         Use newsegment values to calculate playback time.
13094
13095         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13097         Basesink does newsegment calculations for us now.
13098
13099 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13100
13101         * check/Makefile.am:
13102         * configure.ac:
13103           add core's plugins to the mix so that playbin works
13104         * check/generic/states.c: (GST_START_TEST):
13105           set a 0 timeout on pipelines, so they don't force the next
13106           state change
13107         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13108         (gst_play_base_bin_change_state):
13109           remove the crappy error handling and do GST error handling
13110
13111 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13112
13113         * check/Makefile.am:
13114         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13115           add same test as to core, it bitches out on playbin atm.
13116
13117 2005-08-24  Wim Taymans  <wim@fluendo.com>
13118
13119         * configure.ac:
13120         Remove audioscale.
13121
13122 2005-08-24  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13125         (gst_videoscale_prepare_size), (parse_caps),
13126         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13127         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13128         (gst_videoscale_transform):
13129         * gst/videoscale/gstvideoscale.h:
13130         Refactor, make use of BaseTranform really well.
13131
13132 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13133
13134         * configure.ac:
13135           compile audioresample
13136         * gst/audioresample/Makefile.am:
13137         * gst/audioresample/buffer.c:
13138         * gst/audioresample/functable.c:
13139         * gst/audioresample/gstaudioresample.c:
13140         * gst/audioresample/gstaudioresample.h:
13141         * gst/audioresample/resample.c:
13142         (resample_get_output_size_for_input):
13143         * gst/audioresample/resample.h:
13144         * gst/audioresample/resample_chunk.c:
13145         * gst/audioresample/resample_functable.c:
13146         * gst/audioresample/resample_ref.c:
13147           port to use basetransform; doesn't work in all cases yet
13148
13149 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13150
13151         * gst/audioconvert/gstaudioconvert.c:
13152         (gst_audio_convert_class_init), (gst_audio_convert_init),
13153         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13154         (audio_convert_fixate_caps), (audio_convert_set_caps),
13155         (audio_convert_transform),
13156         (gst_audio_convert_buffer_to_default_format),
13157         (gst_audio_convert_buffer_from_default_format),
13158         (gst_audio_convert_channels):
13159         * gst/audioconvert/gstchannelmix.c:
13160         * gst/audioconvert/gstchannelmix.h:
13161           port to basetransform
13162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13163         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13164         (gst_ffmpegcsp_get_unit_size):
13165         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13166         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13167           fix for basetransform changes
13168
13169 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13170
13171         * check/Makefile.am:
13172           Add CHECK_CFLAGS and LDFLAGS
13173
13174         * gst/playback/gstplaybasebin.c: (fill_buffer):
13175           GST_MESSAGE_SRC became a GObject
13176
13177 2005-08-24  Wim Taymans  <wim@fluendo.com>
13178
13179         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13180         (gst_ring_buffer_clear_all):
13181         * gst-libs/gst/audio/gstringbuffer.h:
13182         Added function to clear the ringbuffer.
13183
13184 2005-08-24  Andy Wingo  <wingo@pobox.com>
13185
13186         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13187         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13188         of _open and _close.
13189
13190         * sys/v4l/gstv4lxoverlay.h:
13191         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13192         an Xv connection here, instead of all the time. Make Xv only be
13193         loaded if you axe for it. Kindof a workaround for buggy behaviour
13194         of Xv when using remote xservers (XvQueryExtension would block).
13195         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13196         replace the _open and _close public API. Only start the xv
13197         connection if necessary.
13198         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13199
13200 2005-08-23  David Schleef  <ds@schleef.org>
13201
13202         * gst/audioresample/Makefile.am: Leet audioresampling code
13203         * gst/audioresample/buffer.c:
13204         * gst/audioresample/buffer.h:
13205         * gst/audioresample/debug.c:
13206         * gst/audioresample/debug.h:
13207         * gst/audioresample/functable.c:
13208         * gst/audioresample/functable.h:
13209         * gst/audioresample/gstaudioresample.c:
13210         * gst/audioresample/gstaudioresample.h:
13211         * gst/audioresample/resample.c:
13212         * gst/audioresample/resample.h:
13213         * gst/audioresample/resample_chunk.c:
13214         * gst/audioresample/resample_functable.c:
13215         * gst/audioresample/resample_ref.c:
13216
13217 2005-08-23  Wim Taymans  <wim@fluendo.com>
13218
13219         * examples/seeking/seek.c: (make_vorbis_pipeline),
13220         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13221         Small seek updates.
13222
13223 2005-08-23  Andy Wingo  <wingo@pobox.com>
13224
13225         * gst-libs/gst/audio/gstbaseaudiosrc.c
13226         (gst_base_audio_src_fixate): Only fixate endianness if it is
13227         present in the caps.
13228
13229 2005-08-22  Andy Wingo  <wingo@pobox.com>
13230
13231         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13232         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13233         device-name property.
13234
13235         * gst-libs/gst/audio/gstaudiosrc.h:
13236         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13237         close_device in the ring buffer, like gstaudiosink.
13238
13239         * ext/alsa/gstalsamixer.h:
13240         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13241         macro to implement the interface without much code. Cleanups. 
13242
13243         * ext/alsa/gstalsasrc.h:
13244         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13245         READY.
13246
13247         * ext/alsa/Makefile.am: Add new files.
13248         * ext/alsa/gstalsamixerelement.c: 
13249         * ext/alsa/gstalsamixerelement.c: Split element code out from
13250         mixer code so that alsasrc can be a mixer too.
13251
13252 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13253
13254         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13255         (GST_START_TEST):
13256         * check/elements/vorbisdec.c: (setup_vorbisdec),
13257         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13258         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13259         (vorbis_handle_identification_packet),
13260         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13261         (vorbis_handle_header_packet), (vorbis_dec_push),
13262         (vorbis_dec_chain):
13263           use the setup/teardown methods to save code.  save code is good.
13264
13265 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13266
13267         * check/Makefile.am:
13268           add ext dir for plugins
13269           add vorbisdec test conditionally
13270         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13271         (GST_START_TEST), (volume_suite):
13272           add a test with wrong caps
13273         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13274         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13275           add a vorbisdec test
13276         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13277         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13278           clean up debug output
13279         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13280           yay, fix a segfault/security issue in vorbisdec
13281           gst-launch fakesrc ! vorbisdec wasn't happy
13282         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13283         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13284         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13285         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13286         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13287         (gst_vorbisenc_set_metadata), (get_constraints_string),
13288         (update_start_message), (gst_vorbisenc_setup),
13289         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13290         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13291         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13292         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13293         * ext/vorbis/vorbisenc.h:
13294           march in line
13295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13296         (gst_ffmpegcsp_transform):
13297           have the kow come home
13298         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13299           debug my func ptr
13300         * gst/volume/gstvolume.c: (volume_set_caps):
13301           add a debug
13302
13303 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13304
13305         * Makefile.am:
13306         * check/.cvsignore:
13307         * check/Makefile.am:
13308         * check/elements/.cvsignore:
13309         * check/elements/volume.c: (chain_func), (event_func),
13310         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13311         (main):
13312         * configure.ac:
13313           add unit test structure for gst-plugins-base
13314           add a test for volume
13315         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13316         (gst_volume_set_volume), (gst_volume_get_volume),
13317         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13318         (volume_funcfind), (volume_process_float), (volume_process_int16),
13319         (volume_set_caps), (volume_transform), (volume_update_mute),
13320         (volume_update_volume), (volume_set_property),
13321         (volume_get_property):
13322           document a little; use basetransform vmethod _set_caps
13323
13324 2005-08-19  Andy Wingo  <wingo@pobox.com>
13325
13326         * ext/alsa/gstalsamixertrack.h:
13327         * ext/alsa/gstalsamixertrack.c:
13328         * ext/alsa/gstalsamixeroptions.h:
13329         * ext/alsa/gstalsamixeroptions.c:
13330         * ext/alsa/gstalsamixer.h:
13331         * ext/alsa/gstalsamixer.c: Port to 0.9.
13332
13333         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13334         Remove gstalsa.c and alsaclock. No more cruft here.
13335         
13336 2005-08-18  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13339         (gst_base_rtp_depayload_chain),
13340         (gst_base_rtp_depayload_add_to_queue),
13341         (gst_base_rtp_depayload_push),
13342         (gst_base_rtp_depayload_queue_release):
13343         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13344         Fix for RTPBuffer changes.
13345
13346         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13347         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13348         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13349         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13350         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13351         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13352         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13353         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13354         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13355         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13356         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13357         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13358         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13359         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13360         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13361         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13362         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13363         (gst_rtpbuffer_get_payload):
13364         * gst-libs/gst/rtp/gstrtpbuffer.h:
13365         Don't subclass GstBuffer but add methods and helper functions
13366         to construct and manipulate RTP packets in regular GstBuffers.
13367
13368 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13369
13370         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13371           moved statement below switch
13372         * gst/volume/gstvolume.c: (gst_volume_class_init):
13373           added debug ptr
13374
13375 2005-08-16  Wim Taymans  <wim@fluendo.com>
13376
13377         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13378         (gst_base_audio_src_change_state):
13379         Open and close device in READY<->NULL state change.
13380
13381 2005-08-16  Andy Wingo  <wingo@pobox.com>
13382
13383         * examples/seeking/Makefile.am: Don't compile non-compiling
13384         compiled objects with the compiler.
13385
13386         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13387         elements.
13388
13389 2005-08-12  Philippe Khalaf <burger@speedy.org>
13390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13391         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13392           Made a thread to release the queue.
13393           Removed timestamp conversion for now.
13394
13395 2005-08-10  Philippe Khalaf <burger@speedy.org>
13396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13397         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13398           Added rtp timestamp -> gst timestamp conversion.
13399           Fixed several problems with queue.
13400
13401 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13402
13403         * gst-libs/gst/audio/gstaudioclock.h:
13404         * gst-libs/gst/audio/gstaudiofilter.h:
13405         * gst-libs/gst/audio/gstaudiosink.h:
13406         * gst-libs/gst/audio/gstaudiosrc.h:
13407         * gst-libs/gst/audio/gstbaseaudiosink.h:
13408         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13409         * gst-libs/gst/audio/gstringbuffer.h:
13410         * gst-libs/gst/net/gstnetbuffer.h:
13411         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13412         * gst-libs/gst/rtp/gstrtpbuffer.h:
13413           Add padding (you will need to rebuild gst-plugins-base,
13414           gst-plugins and all applications afterwards!)
13415
13416 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13419         (gst_riff_parse_chunk):
13420           Fix bug in debug message and add some more debug messages.
13421
13422 2005-08-08  Edward Hervey  <edward@fluendo.com>
13423
13424         * gst-libs/gst/riff/riff-media.c:
13425         backported updates since branch
13426
13427 2005-08-08  Andy Wingo  <wingo@pobox.com>
13428
13429         * gst-libs/gst/audio/gstbaseaudiosink.c
13430         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13431         like good elements should. Close on READY->NULL too.
13432
13433         * gst-libs/gst/audio/gstaudiosink.c
13434         (gst_audioringbuffer_open_device,
13435         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13436         (gst_audioringbuffer_release): Updates for new ring buffer API,
13437         hook into the new audio sink api.
13438
13439         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13440         (GstAudioSinkClass.close): Just open and close the device -- no
13441         resource allocation or configuration.
13442         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13443         vmethods, handle device setup and resource allocation.
13444
13445         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13446         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13447         base class API.
13448
13449         * gst-libs/gst/audio/gstringbuffer.h
13450         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13451         New vmethods.
13452
13453         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13454         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13455         New API functions. The device should be opened before acquiring
13456         and closed after releasing.
13457
13458 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * gst-libs/gst/interfaces/mixer.h:
13461           Reset padding to GST_PADDING.
13462
13463 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13464
13465         * gst/playback/gstplaybin.c: (remove_sinks):
13466           Remove visualization from parent explicitely; works around some
13467           apparent refcount issue that I haven't tracked down yet.
13468
13469 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13470
13471         * ext/alsa/gstalsasink.c: (set_hwparams):
13472           Assign debug category, add negotiation debug msgs.
13473
13474 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13475
13476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13477           Fix error code for file-not-found to NOT_FOUND.
13478
13479 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13480
13481         * common/gtk-doc-plugins.mak:
13482         * docs/plugins/Makefile.am:
13483         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13484         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13485           renamed to actual element names, so much nicer to look at
13486         * docs/plugins/tmpl/gstmultifdsink.sgml:
13487           remove
13488         * docs/plugins/tmpl/multifdsink.sgml:
13489         * docs/plugins/tmpl/tcpserversink.sgml:
13490           add
13491         * ext/alsa/gstalsa.c:
13492         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13493         * ext/ogg/gstoggmux.c:
13494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13495         * gst/playback/gstdecodebin.c:
13496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13497         * gst/tcp/gsttcpserversink.c:
13498           various fixes and documentation additions
13499
13500 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13501
13502         * common/Makefile.am:
13503         * common/gstdoc-scangobj:
13504         * common/gtk-doc-plugins.mak:
13505         * common/gtk-doc.mak:
13506           add a custom scangobj that uses the registry
13507           add a custom gtk-doc-plugins.mak that uses it
13508           some doc build fixes
13509         * configure.ac:
13510         * docs/Makefile.am:
13511         * docs/plugins/Makefile.am:
13512         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13513         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13514         * docs/plugins/gst-plugins-base-plugins.types:
13515         * docs/plugins/tmpl/gstmultifdsink.sgml:
13516           add docs for one element, multifdsink
13517         * gst/adder/gstadder.h:
13518         * gst/volume/gstvolume.h:
13519           don't privatize enum
13520         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13521         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13522         (gst_sync_method_get_type), (gst_client_status_get_type),
13523         (gst_multifdsink_class_init),
13524         (gst_multifdsink_client_queue_buffer),
13525         (gst_multifdsink_handle_client_write):
13526         * gst/tcp/gstmultifdsink.h:
13527         * gst/tcp/gsttcp.h:
13528         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13529         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13530         (gst_tcpclientsink_render):
13531         * gst/tcp/gsttcpclientsink.h:
13532         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13533         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13534         (gst_tcpclientsrc_start):
13535         * gst/tcp/gsttcpclientsrc.h:
13536         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13537         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13538         * gst/tcp/gsttcpserversrc.h:
13539         * gst/typefind/gsttypefindfunctions.c:
13540           remove superfluous Type stuff
13541
13542 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * gst/playback/gstplaybin.c: (gen_video_element):
13545           Enable videoscale.
13546
13547 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13548
13549         * gst-libs/gst/gconf/gconf.c:
13550         * gst-libs/gst/gconf/gconf.h:
13551           Fix some Andy Problem [tm].
13552
13553 2005-08-04  Andy Wingo  <wingo@pobox.com>
13554
13555         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13557         (gst_ffmpegcsp_get_size): Adapt to API changes.
13558
13559         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13560         Implement an in-place do-nothing transform.
13561
13562 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13563
13564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13565         (gst_ximagesink_renegotiate_size):
13566           Do not set new window sizes yet if we prepare a new buffer size
13567           for upstream renegotiation (software scaling) at some point in the
13568           future, because this new size waqs not actually accepted yet. Once
13569           accepted, renegotiation later on will set the new sizes just fine.
13570           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13571           embedding testcase.
13572
13573 2005-08-03  Andy Wingo  <wingo@pobox.com>
13574
13575         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13576         (gst_ximagesink_buffer_alloc): 
13577         Protect the height, width, and desired_caps with the pool_lock.
13578         Fixes videotestsrc ! queue ! ximagesink.
13579
13580 2005-08-02  Edward Hervey  <edward@fluendo.com>
13581
13582         * gst/volume/gstvolume.c:
13583         include left from controller cleanup
13584
13585 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13587           Stop collectpads before calling the parent state
13588           change function on PAUSED->READY.
13589
13590 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13591         * configure.ac:
13592           When testing for X libs, use the X CFlags 
13593         * gst/adder/gstadder.c: (gst_adder_change_state):
13594           Stop the collectpads before calling parent state change function
13595           on PAUSED->READY, otherwise we deadlock deactivating pads.
13596
13597 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13598
13599         * configure.ac:
13600         * docs/libs/tmpl/gstcolorbalance.sgml:
13601         * docs/libs/tmpl/gstmixer.sgml:
13602         * examples/Makefile.am:
13603         * gst/sine/Makefile.am:
13604         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13605         (gst_sinesrc_set_property), (plugin_init):
13606         * gst/sine/gstsinesrc.h:
13607         * gst/volume/Makefile.am:
13608         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13609         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13610         (volume_process_float), (volume_process_int16),
13611         (volume_set_property), (plugin_init):
13612         * gst/volume/gstvolume.h:
13613           deactivate and remove dparams (libgstcontrol)
13614
13615 2005-07-29  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13618         Convert me to BaseTransform!! help..
13619
13620 2005-07-29  Andy Wingo  <wingo@pobox.com>
13621
13622         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13623         sinks.
13624
13625         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13626         support of both endiannesses.
13627
13628 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13631           Fix confusing debug message (s/event/query/)
13632
13633 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * gst/videotestsrc/videotestsrc.h:
13636           Use "_stdint.h" instead of <stdint.h>
13637
13638 2005-07-27  Wim Taymans  <wim@fluendo.com>
13639
13640         * ext/vorbis/Makefile.am:
13641         Revert wrong commit.
13642
13643 2005-07-27  Wim Taymans  <wim@fluendo.com>
13644
13645         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13646         More compilation fixen.
13647
13648 2005-07-27  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst-libs/gst/audio/gstbaseaudiosink.c:
13651         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13652         (gst_base_audio_sink_create_ringbuffer),
13653         (gst_base_audio_sink_change_state):
13654         Fix compilation.
13655
13656 2005-07-27  Wim Taymans  <wim@fluendo.com>
13657
13658         * examples/seeking/seek.c: (setup_dynamic_link),
13659         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13660         (query_positions_elems), (query_positions_pads), (do_seek):
13661         Update seek example.
13662
13663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13664         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13665         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13666         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13667         (gst_ogg_demux_handle_event),
13668         (gst_ogg_demux_deactivate_current_chain),
13669         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13670         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13671         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13672         (gst_ogg_demux_loop):
13673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13674         * ext/theora/theoradec.c: (theora_dec_src_event),
13675         (theora_dec_src_getcaps), (theora_dec_sink_event),
13676         (theora_dec_push), (theora_dec_chain):
13677         * ext/vorbis/Makefile.am:
13678         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13679         (vorbis_dec_sink_event), (vorbis_dec_push),
13680         (vorbis_handle_data_packet):
13681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13682         (gst_vorbisenc_chain):
13683         * gst/playback/gststreaminfo.c: (cb_probe):
13684         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13685         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13686         * gst/videoscale/gstvideoscale.c:
13687         (gst_videoscale_handle_src_event):
13688         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13689         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13690         (gst_ximagesink_navigation_send_event):
13691         * sys/xvimage/xvimagesink.c:
13692         (gst_xvimagesink_navigation_send_event):
13693         Various event updates and cleanups
13694
13695 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13696
13697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13698           Fix segfault for I420/YV12.
13699
13700 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13701
13702         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13703           Report bitrate.
13704
13705 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13706
13707         * gst/playback/gstplaybin.c: (gen_video_element),
13708         (gen_audio_element):
13709           Switch to auto*sink elements as default sinks; add volume element
13710           so that volume control in totem works.
13711
13712 2005-07-21  Wim Taymans  <wim@fluendo.com>
13713
13714         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13715         * gst/playback/gstplaybin.c: (setup_sinks),
13716         (gst_play_bin_change_state):
13717         Refcount fix and more comments.
13718
13719 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13720
13721         * sys/ximage/Makefile.am:
13722         * sys/ximage/ximage.c: (plugin_init):
13723         * sys/ximage/ximagesink.c:
13724         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13725         
13726
13727 2005-07-21  Wim Taymans  <wim@fluendo.com>
13728
13729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13730         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13731         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13732         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13733         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13734         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13735         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13736         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13737         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13738         Generate correct disconts for live chained oggs.
13739
13740         * gst-libs/gst/audio/gstbaseaudiosink.c:
13741         (gst_base_audio_sink_render),
13742         (gst_base_audio_sink_create_ringbuffer),
13743         (gst_base_audio_sink_change_state):
13744         Handle discont math correctly.
13745
13746         * gst/playback/gstplaybin.c: (add_sink):
13747         Some small debug cleanup.
13748
13749 2005-07-21  Wim Taymans  <wim@fluendo.com>
13750
13751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13752         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13753         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13754         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13755         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13756         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13757         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13758         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13759         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13760         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13761         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13762         (gst_ogg_demux_change_state), (gst_ogg_print):
13763         Reorganize code to send the right disconts when in streaming
13764         mode.
13765
13766 2005-07-20  Andy Wingo  <wingo@pobox.com>
13767
13768         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13769         fix (?), fixes a seggie mcfalterson (#310894).
13770
13771 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13772
13773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13774         (gst_ogg_mux_set_header_on_caps):
13775         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13777         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13778         * gst-libs/gst/audio/multichannel.c:
13779         (gst_audio_set_channel_positions),
13780         (gst_audio_set_structure_channel_positions_list):
13781         * gst/playback/gstdecodebin.c: (dynamic_create):
13782         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13783         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13784           Fixes for API changes in core.
13785
13786 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13787
13788         * gst/playback/gstplaybasebin.c: (fill_buffer):
13789           Use _new_custom() so we can set custom message types for buffering
13790           messages.
13791
13792 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * configure.ac:
13795         * gst-libs/gst/Makefile.am:
13796         * gst-libs/gst/gconf/.cvsignore:
13797         * gst-libs/gst/gconf/Makefile.am:
13798         * gst-libs/gst/gconf/test-gconf.c:
13799         * pkgconfig/Makefile.am:
13800         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13801         * pkgconfig/gstreamer-gconf.pc.in:
13802           Remove gconf stuff, use gconf elements instead from now on.
13803
13804 2005-07-20  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst-libs/gst/audio/TODO:
13807         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13808         (gst_audio_clock_get_internal_time):
13809         * gst-libs/gst/audio/gstaudioclock.h:
13810         * gst-libs/gst/audio/gstbaseaudiosink.c:
13811         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13812         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13813         (gst_base_audio_sink_render),
13814         (gst_base_audio_sink_create_ringbuffer),
13815         (gst_base_audio_sink_change_state):
13816         Make sure the audio clock always returns an increasing value.
13817
13818 2005-07-19  Andy Wingo  <wingo@pobox.com>
13819
13820         * gst/videotestsrc/: Cleanups.
13821
13822 2005-07-19  Wim Taymans  <wim@fluendo.com>
13823
13824         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13825         Better debugging.
13826
13827 2005-07-19  Wim Taymans  <wim@fluendo.com>
13828
13829         * examples/seeking/seek.c: (make_dv_pipeline),
13830         (make_vorbis_theora_pipeline), (query_rates),
13831         (query_positions_elems), (query_positions_pads), (do_seek):
13832         Make correct DV pipeline.
13833
13834 2005-07-18  Andy Wingo  <wingo@pobox.com>
13835
13836         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13837         default. Also because it's the only thing that really works. (This
13838         is used in the GConf elements).
13839         Use AS_LIBTOOL_TAGS.
13840
13841 2005-07-18  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst/playback/gstdecodebin.c: (remove_element_chain):
13844         * gst/playback/gstplaybin.c: (add_sink):
13845         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13846         (gst_stream_info_set_mute):
13847         * gst/playback/gststreamselector.c:
13848         (gst_stream_selector_get_linked_pad),
13849         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13850         More leak and compile fixes.
13851
13852 2005-07-18  Wim Taymans  <wim@fluendo.com>
13853
13854         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13855         (query_rates), (query_positions_elems), (query_positions_pads),
13856         (do_seek), (seek_cb), (stop_seek):
13857         Updated seek example. 
13858
13859         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13860         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13861         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13862         * gst/playback/gstplaybin.c: (add_sink):
13863         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13864         (gst_stream_info_set_mute):
13865         Some refcount leak fixes.
13866
13867 2005-07-16  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst-libs/gst/audio/gstbaseaudiosink.c:
13870         (gst_base_audio_sink_render):
13871         Align samples even if we have roundoff errors in the 
13872         timestamp conversion.
13873
13874 2005-07-16  Wim Taymans  <wim@fluendo.com>
13875
13876         * docs/libs/tmpl/gstringbuffer.sgml:
13877         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13878         (query_rates), (query_positions_elems), (query_positions_pads),
13879         (update_scale), (do_seek):
13880         Updated seek example.
13881
13882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13883         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13884         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13885         (gst_ogg_demux_loop):
13886         Push out correct discont values.
13887
13888         * ext/theora/theoradec.c: (theora_dec_src_convert),
13889         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13890         (theora_dec_sink_event), (theora_handle_type_packet),
13891         (theora_handle_header_packet), (theora_dec_push),
13892         (theora_handle_data_packet), (theora_dec_chain),
13893         (theora_dec_change_state):
13894         Better timestamping.
13895
13896         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13897         (vorbis_dec_sink_event), (vorbis_dec_push),
13898         (vorbis_handle_data_packet), (vorbis_dec_chain):
13899         * ext/vorbis/vorbisdec.h:
13900         Better timestamping.
13901
13902         * gst-libs/gst/audio/gstbaseaudiosink.c:
13903         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13904         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13905         Handle syncing on timestamps instead of sample offsets. Make
13906         use of DISCONT values as described in design docs.
13907
13908         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13909         (gst_base_audio_src_get_time):
13910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13911         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13912         (gst_ring_buffer_read):
13913         * gst-libs/gst/audio/gstringbuffer.h:
13914         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13915         (gst_ximagesink_show_frame):
13916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13917         Correcly convert buffer timestamp to stream time.
13918
13919 2005-07-16  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/audioconvert/gstaudioconvert.c:
13922         (gst_audio_convert_get_buffer):
13923         Timestamp buffers correctly.
13924
13925         * gst/playback/gstplaybin.c: (gen_video_element):
13926         Make internal fakesink silent.
13927
13928 2005-07-15  Wim Taymans  <wim@fluendo.com>
13929
13930         * gst/ffmpegcolorspace/Makefile.am:
13931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13932         (gst_ffmpegcsp_caps_remove_format_info),
13933         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13934         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13935         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13936         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13937         Ported ffmpegcolorspace to basetransform.
13938
13939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13940         * gst/volume/gstvolume.c: (volume_transform):
13941         Ported to new API.
13942
13943 2005-07-14  Wim Taymans  <wim@fluendo.com>
13944
13945         * gst/videotestsrc/Makefile.am:
13946         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13947         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13948         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13949         (gst_videotestsrc_init), (gst_videotestsrc_event),
13950         (gst_videotestsrc_create), (gst_videotestsrc_start),
13951         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13952         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13953         (gst_videotestsrc_get_property):
13954         * gst/videotestsrc/gstvideotestsrc.h:
13955         Make videotestsrc a pushsrc.
13956
13957 2005-07-14  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst/tcp/gstfdset.c: (gst_fdset_free):
13960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13961         (gst_multifdsink_add), (gst_multifdsink_remove),
13962         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13963         (gst_multifdsink_remove_client_link),
13964         (gst_multifdsink_client_queue_data),
13965         (gst_multifdsink_client_queue_caps),
13966         (gst_multifdsink_client_queue_buffer),
13967         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13968         (gst_multifdsink_stop):
13969         * gst/tcp/gstmultifdsink.h:
13970         0.8 backporting.
13971
13972         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13973         Also draw image when not from a pool.
13974
13975 2005-07-14  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13978         (mute_stream), (silence_stream):
13979         Small debug additions.
13980
13981 2005-07-14  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13984         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13985         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13986         Better error recovery, ignore unconnected pads and
13987         non-fatal errors.
13988
13989 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13990
13991         * docs/libs/tmpl/gstaudio.sgml:
13992         * docs/libs/tmpl/gstcolorbalance.sgml:
13993         * docs/libs/tmpl/gstgconf.sgml:
13994         * docs/libs/tmpl/gstmixer.sgml:
13995         * docs/libs/tmpl/gstringbuffer.sgml:
13996         * docs/libs/tmpl/gsttuner.sgml:
13997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13999         (gst_tcpclientsrc_class_init):
14000         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14001         (gst_tcpserversrc_class_init):
14002         * sys/v4l/gstv4lelement.c:
14003           more autistic cleanliness in functions/names/defines
14004
14005 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14006
14007         * configure.ac:
14008           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14009           added manually to each Makefile.am so we are sure it goes
14010           *last* and doesn't add -L flags before linking in libs of our
14011           own, like, say, internal .la libs, that then accidentally pick
14012           up the installed copy.
14013         * docs/libs/Makefile.am:
14014         * ext/alsa/Makefile.am:
14015         * ext/cdparanoia/Makefile.am:
14016         * ext/gnomevfs/Makefile.am:
14017         * ext/libvisual/Makefile.am:
14018         * ext/ogg/Makefile.am:
14019         * ext/theora/Makefile.am:
14020         * ext/vorbis/Makefile.am:
14021         * gst-libs/gst/video/Makefile.am:
14022         * gst/adder/Makefile.am:
14023         * gst/audioconvert/Makefile.am:
14024         * gst/audiorate/Makefile.am:
14025         * gst/audioscale/Makefile.am:
14026         * gst/ffmpegcolorspace/Makefile.am:
14027         * gst/playback/Makefile.am:
14028         * gst/sine/Makefile.am:
14029         * gst/subparse/Makefile.am:
14030         * gst/tags/Makefile.am:
14031         * gst/tcp/Makefile.am:
14032         * gst/typefind/Makefile.am:
14033         * gst/videorate/Makefile.am:
14034         * gst/videoscale/Makefile.am:
14035         * gst/videotestsrc/Makefile.am:
14036         * gst/volume/Makefile.am:
14037         * sys/v4l/Makefile.am:
14038         * sys/ximage/Makefile.am:
14039         * sys/xvimage/Makefile.am:
14040           adapt properly to this change. This should make sure that
14041           plugins and libs properly link to the as-yet-uninstalled
14042           copies of stuff like libgstinterfaces and libgstvideo
14043
14044 2005-07-13  Andy Wingo  <wingo@pobox.com>
14045
14046         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14047         (gst_v4lsrc_fixate): Fixate on format as well.
14048
14049         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14050         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14051         buffer points to it.
14052         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14053         rather just doing X calls ourselves. Also fixes a memleak.
14054
14055 2005-07-12  Andy Wingo  <wingo@pobox.com>
14056
14057         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14058         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14059         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14060         TRUE to avoid deadlocks if an element holds on to our buffers.
14061
14062 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14065         (gst_sinesrc_init), (gst_sinesrc_create),
14066         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14067         (gst_sinesrc_start):
14068         * gst/sine/gstsinesrc.h:
14069           removing num-buffers property before moving it
14070
14071 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14072
14073         * configure.ac:
14074           use overridable ERROR_CFLAGS
14075         * docs/libs/gst-plugins-base-libs.types:
14076         * docs/libs/tmpl/gstringbuffer.sgml:
14077         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14078         (gst_alsasink_class_init):
14079         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14080         (gst_alsasrc_class_init):
14081         * gst-libs/gst/audio/audio.h:
14082         * gst-libs/gst/audio/gstaudioclock.h:
14083         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14084         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14085         (gst_audio_filter_link), (gst_audio_filter_init),
14086         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14087         (gst_audio_filter_get_property),
14088         (gst_audio_filter_class_add_pad_templates):
14089         * gst-libs/gst/audio/gstaudiofilter.h:
14090         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14091         (gst_audio_filter_template_get_type),
14092         (gst_audio_filter_template_base_init),
14093         (gst_audio_filter_template_class_init),
14094         (gst_audio_filter_template_init),
14095         (gst_audio_filter_template_set_property),
14096         (gst_audio_filter_template_get_property), (plugin_init),
14097         (gst_audio_filter_template_setup),
14098         (gst_audio_filter_template_filter),
14099         (gst_audio_filter_template_filter_inplace):
14100         * gst-libs/gst/audio/gstaudiosink.c:
14101         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14102         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14103         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14104         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14105         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14106         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14107         * gst-libs/gst/audio/gstaudiosink.h:
14108         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14109         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14110         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14111         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14112         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14113         (gst_audio_src_class_init), (gst_audio_src_init),
14114         (gst_audio_src_create_ringbuffer):
14115         * gst-libs/gst/audio/gstaudiosrc.h:
14116         * gst-libs/gst/audio/gstbaseaudiosink.c:
14117         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14118         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14119         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14120         (gst_base_audio_sink_set_property),
14121         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14122         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14123         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14124         (gst_base_audio_sink_create_ringbuffer),
14125         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14126         * gst-libs/gst/audio/gstbaseaudiosink.h:
14127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14128         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14129         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14130         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14131         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14132         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14133         (gst_base_audio_src_event), (gst_base_audio_src_create),
14134         (gst_base_audio_src_create_ringbuffer),
14135         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14136         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14138         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14139         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14140         (gst_ring_buffer_debug_spec_caps),
14141         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14142         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14143         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14144         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14145         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14146         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14147         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14148         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14149         (gst_ring_buffer_clear):
14150         * gst-libs/gst/audio/gstringbuffer.h:
14151         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14152         (gst_video_sink_class_init), (gst_video_sink_get_type):
14153         * gst-libs/gst/video/videosink.h:
14154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14155         (gst_multifdsink_class_init),
14156         (gst_multifdsink_handle_client_write),
14157         (gst_multifdsink_change_state):
14158         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14159         (gst_tcpclientsink_setcaps):
14160         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14161         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14162         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14163         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14164         (gst_ximagesink_send_pending_navigation),
14165         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14166         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14168         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14169         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14170         (gst_xvimagesink_send_pending_navigation),
14171         (gst_xvimagesink_navigation_send_event),
14172         (gst_xvimagesink_set_xwindow_id),
14173         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14174         (gst_xvimagesink_get_type):
14175         more macro splitting
14176
14177 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14180           plug a memleak, allows me to import 1479 albums in one go
14181           in jamboree
14182         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14183         (vorbis_handle_type_packet), (vorbis_dec_chain),
14184         (vorbis_dec_change_state):
14185           fix some format strings
14186
14187 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14188
14189         * docs/libs/tmpl/gstcolorbalance.sgml:
14190         * docs/libs/tmpl/gstmixer.sgml:
14191         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14192         (gst_alsasink_set_property), (gst_alsasink_get_property):
14193         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14194         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14195           add device property
14196
14197 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14200         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14201         (audiocast_register_listener), (audiocast_thread_run),
14202         (gst_gnomevfssrc_send_additional_headers_callback),
14203         (gst_gnomevfssrc_received_headers_callback),
14204         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14205         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14206         (gst_gnomevfssrc_get_size):
14207           add/clean up debugging
14208         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14209           cleanups
14210
14211 2005-07-07  Andy Wingo  <wingo@pobox.com>
14212
14213         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14214         framerate. Need to get a handle on when exactly this function is
14215         called, tho.
14216
14217         * sys/v4l/v4lsrc_calls.h:
14218         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14219         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14220         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14221
14222         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14223         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14224         v4lelements are sources.
14225
14226         * sys/v4l/gstv4lxoverlay.h:
14227         * sys/v4l/gstv4lxoverlay.c:
14228         * sys/v4l/gstv4ltuner.h:
14229         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14230         
14231         * sys/v4l/gstv4lsrc.h:
14232         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14233         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14234         or something should handle that. Made a live source.
14235
14236         * sys/v4l/gstv4lelement.h:
14237         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14238         signals. Some cleanups.
14239
14240         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14241
14242         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14243         stuff.
14244
14245         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14246         stuff.
14247
14248         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14249
14250 2005-07-07  Wim Taymans  <wim@fluendo.com>
14251
14252         * ext/theora/theoradec.c: (theora_get_query_types),
14253         (theora_dec_src_getcaps), (theora_dec_push):
14254         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14256         Remove deprecated/unused query types.
14257
14258 2005-07-06  Wim Taymans  <wim@fluendo.com>
14259
14260         * ext/alsa/Makefile.am:
14261         * ext/alsa/gstalsaplugin.c: (plugin_init):
14262         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14263         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14264         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14265         (gst_alsasrc_class_init), (gst_alsasrc_init),
14266         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14267         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14268         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14269         (gst_alsasrc_reset):
14270         * ext/alsa/gstalsasrc.h:
14271         * gst-libs/gst/audio/Makefile.am:
14272         * gst-libs/gst/audio/gstaudiosink.c:
14273         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14274         (gst_audioringbuffer_start):
14275         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14276         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14277         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14278         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14279         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14280         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14281         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14282         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14283         * gst-libs/gst/audio/gstaudiosrc.h:
14284         * gst-libs/gst/audio/gstbaseaudiosink.c:
14285         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14286         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14287         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14288         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14289         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14290         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14291         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14292         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14293         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14294         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14295         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14296         (gst_baseaudiosrc_change_state):
14297         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14298         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14299         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14300         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14301         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14302         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14303         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14304         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14305         * gst-libs/gst/audio/gstringbuffer.h:
14306         Added audiosource base classes.
14307         Ported alsasrc, still very basic.
14308
14309 2005-07-06  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14312         (theora_dec_push), (theora_handle_data_packet):
14313         Prepare for better timestamp fix later.
14314
14315         * gst/audioconvert/gstaudioconvert.c:
14316         List most accurate caps first
14317
14318         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14319         Use proper pad task function.
14320
14321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14322         (gst_xvimagesink_show_frame):
14323         Fix deadlock when alloc failed.
14324
14325 2005-07-05  Andy Wingo  <wingo@pobox.com>
14326
14327         * ext/gnomevfs/gstgnomevfssrc.c:
14328         * gst/sine/gstsinesrc.c:
14329         * gst/tcp/gsttcpserversrc.c:
14330         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14331
14332         * sys/v4l/: Port from 0.8.
14333
14334         * Many files: Null if we got it....
14335
14336 2005-07-05  Andy Wingo  <wingo@pobox.com>
14337
14338         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14339         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14340         Signedness fixes.
14341
14342 2005-07-05  Wim Taymans  <wim@fluendo.com>
14343
14344         * configure.ac:
14345         * gst/tcp/Makefile.am:
14346         * gst/tcp/README:
14347         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14348         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14349         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14350         (is_sync_frame), (gst_multifdsink_handle_client_write),
14351         (gst_multifdsink_render), (gst_multifdsink_start),
14352         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14353         * gst/tcp/gstmultifdsink.h:
14354         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14355         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14356         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14357         * gst/tcp/gsttcp.h:
14358         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14359         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14360         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14361         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14362         * gst/tcp/gsttcpclientsink.h:
14363         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14364         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14365         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14366         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14367         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14368         * gst/tcp/gsttcpclientsrc.h:
14369         * gst/tcp/gsttcpplugin.c: (plugin_init):
14370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14371         * gst/tcp/gsttcpserversink.h:
14372         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14373         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14374         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14375         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14376         (gst_tcpserversrc_stop):
14377         * gst/tcp/gsttcpserversrc.h:
14378         * gst/tcp/gsttcpsink.c:
14379         * gst/tcp/gsttcpsink.h:
14380         * gst/tcp/gsttcpsrc.c:
14381         * gst/tcp/gsttcpsrc.h:
14382         Ported tcp plugins to 0.9. 
14383         
14384
14385 2005-07-05  Andy Wingo  <wingo@pobox.com>
14386
14387         * gst/playback/gstplaybasebin.c (fill_buffer):
14388         message_new_application fixen.
14389
14390         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14391         Style fix.
14392
14393 2005-07-04  Wim Taymans  <wim@fluendo.com>
14394
14395         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14396         Set caps on output buffer.
14397
14398 2005-07-04  Andy Wingo  <wingo@pobox.com>
14399
14400         * ext/gnomevfs/gstgnomevfssrc.c
14401         (gst_gnomevfssrc_received_headers_callback) 
14402         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14403         hopefully.
14404
14405         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14406         No refcount leakage.
14407
14408         * configure.ac: Enable -Werror.
14409         
14410         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14411         * gst/audioconvert/bufferframesconvert.c
14412         (buffer_frames_convert_fixate):
14413         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14414         (gst_audio_convert_fixate):
14415         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14416         (gst_sinesrc_create): Fixate func changes.
14417         
14418         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14419         (gst_ximagesink_buffer_alloc): Unused var.
14420
14421 2005-07-01  Andy Wingo  <wingo@pobox.com>
14422
14423         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14424         getcaps to do explicit caps. Needs to be done in all decoders,
14425         possibly via a base class.
14426
14427         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14428
14429         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14430         caps on the sink pad, just rely on the pad template. Also, setting
14431         ANY caps on a pad is not valid because the caps are not fixed.
14432
14433         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14434         caps on the buffer, and get the width from the desired_caps if
14435         they're set.
14436         (gst_ximagesink_renegotiate_size): Implement via setting the
14437         desired_caps on the ximagesink.
14438         (gst_ximagesink_setcaps): Only reset the width of the player if it
14439         wasn't already set. Not sure if this is right.
14440         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14441
14442         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14443         that the user wants. NULL unless the window has been resized.
14444
14445         * gst/volume/gstvolume.c (volume_transform): Adapt to
14446         basetransform refcount changes.
14447         
14448 2005-07-01  Andy Wingo  <wingo@pobox.com>
14449
14450         * gst/videoscale/gstvideoscale.c:
14451         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14452         from BaseTransform, implements a transform_caps. Removed dead code
14453         including some PAR stuff that was never reached -- should probably
14454         be added back somehow.
14455
14456 2005-07-01  Andy Wingo  <wingo@pobox.com>
14457
14458         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14459         come later.
14460
14461 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14462
14463         * configure.ac:
14464         * docs/libs/Makefile.am:
14465         * docs/libs/gst-plugins-libs.types:
14466         * ext/alsa/Makefile.am:
14467         * ext/alsa/gstalsamixer.h:
14468         * ext/alsa/gstalsamixeroptions.h:
14469         * ext/alsa/gstalsamixertrack.h:
14470         * gst-libs/gst/Makefile.am:
14471         * gst-libs/gst/colorbalance/.cvsignore:
14472         * gst-libs/gst/colorbalance/Makefile.am:
14473         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14474         * gst-libs/gst/colorbalance/colorbalance.c:
14475         * gst-libs/gst/colorbalance/colorbalance.h:
14476         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14477         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14478         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14479         * gst-libs/gst/interfaces/Makefile.am:
14480         * gst-libs/gst/interfaces/colorbalance.c:
14481         (gst_color_balance_class_init):
14482         * gst-libs/gst/interfaces/colorbalance.h:
14483         * gst-libs/gst/interfaces/interfaces-marshal.list:
14484         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14485         * gst-libs/gst/interfaces/mixer.h:
14486         * gst-libs/gst/interfaces/mixeroptions.h:
14487         * gst-libs/gst/interfaces/navigation.c:
14488         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14489         * gst-libs/gst/interfaces/tuner.h:
14490         * gst/volume/Makefile.am:
14491         * gst/volume/gstvolume.c:
14492         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14493         * sys/ximage/Makefile.am:
14494         * sys/ximage/ximagesink.c:
14495         * sys/xvimage/Makefile.am:
14496         * sys/xvimage/xvimagesink.c:
14497           fold in all interfaces into an interfaces dir, preserving CVS
14498           history
14499
14500 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14503           Fix build after riff changes.
14504
14505 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14506
14507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14508         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14509         (gst_riff_create_video_template_caps),
14510         (gst_riff_create_audio_template_caps),
14511         (gst_riff_create_iavs_template_caps):
14512         * gst-libs/gst/riff/riff-media.h:
14513         * gst-libs/gst/riff/riff-read.h:
14514         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14515           Add gst_riff_init() to initialize the debug category, instead
14516           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14517
14518 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14519
14520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14521           Oops, I shouldn't apply hacks.
14522
14523 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14524
14525         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14526           Remove pad_loop function which doesn't work.
14527
14528 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14529
14530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14531           Send EOS when deactivating.
14532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14533         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14534         (gen_preroll_element), (probe_triggered), (mute_stream),
14535         (silence_stream), (new_decoded_pad), (setup_substreams),
14536         (set_active_source):
14537         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14538         (remove_sinks), (add_sink):
14539         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14540           Change for new probe API.
14541
14542 2005-06-29  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14545         * gst-libs/gst/audio/gstbaseaudiosink.c:
14546         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14547         (gst_baseaudiosink_change_state):
14548         * gst-libs/gst/audio/gstbaseaudiosink.h:
14549         * gst-libs/gst/audio/gstringbuffer.c:
14550         (gst_ringbuffer_set_callback):
14551         Fix compilation error.
14552         Ringbuffer starts out as not running.
14553         Free our clock in dispose.
14554         When releasing the ringbuffer we need to renegotiate so
14555         clear the pad caps.
14556
14557 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14558
14559         * autogen.sh:
14560         * configure.ac:
14561         * docs/Makefile.am:
14562         * docs/libs/Makefile.am:
14563         * docs/libs/gst-plugins-libs-docs.sgml:
14564         * docs/libs/gst-plugins-libs-sections.txt:
14565         * docs/libs/gst-plugins-libs.types:
14566         * docs/libs/tmpl/gstaudio.sgml:
14567         * docs/libs/tmpl/gstcolorbalance.sgml:
14568         * docs/libs/tmpl/gstringbuffer.sgml:
14569         * gst-libs/gst/audio/gstringbuffer.c:
14570         (gst_ringbuffer_set_callback):
14571           reinstate gtk-doc docs for plugin libs
14572
14573 2005-06-28  Wim Taymans  <wim@fluendo.com>
14574
14575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14576         (gst_ogg_demux_init):
14577         Removed pad loop function.
14578
14579 2005-06-28  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14582         If we're building a chain we are not in an error case
14583         when we queue a buffer.
14584
14585 2005-06-28  Andy Wingo  <wingo@pobox.com>
14586
14587         * *.c: Don't cast to GstObject before reffing/unreffing.
14588
14589 2005-06-27  Andy Wingo  <wingo@pobox.com>
14590
14591         * gst/videotestsrc/gstvideotestsrc.c
14592         (gst_videotestsrc_activate_push): Activation API changes.
14593
14594         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14595         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14596         they have refs on the decodebin.
14597
14598         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14599         parent class.
14600         (gst_ogg_pad_typefind): Don't leak a pad ref.
14601         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14602         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14603         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14604
14605 2005-06-27  Edward Hervey  <edward@fluendo.com>
14606
14607         * ext/theora/theoradec.c: (theora_dec_change_state): 
14608         re-arranged call to parent's state change in order to avoid locks (or
14609         worse).
14610
14611 2005-06-26  Edward Hervey  <edward@fluendo.com>
14612
14613         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14614         2nd argument of 'unknow-type' signal is a GstCaps and not a
14615         GstMiniObject
14616
14617 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14618         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14619           Set the worker thread's running flag to TRUE before starting the
14620           thread.
14621         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14622           Catch a failure to add typefind to the bin.
14623
14624 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14625
14626         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14627         (gst_sinesrc_init), (gst_sinesrc_create),
14628         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14629         (gst_sinesrc_start):
14630         * gst/sine/gstsinesrc.h:
14631           add num-buffers and timestamp-offset properties
14632         * gst/videotestsrc/gstvideotestsrc.c:
14633         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14634         (gst_videotestsrc_get_property):
14635           add timestamp-offset property
14636
14637 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14638
14639         * configure.ac: add videorate
14640         * gst-plugins-base.spec.in: add videorate
14641
14642 2005-06-23  Wim Taymans  <wim@fluendo.com>
14643
14644         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14645         (gst_videorate_getcaps), (gst_videorate_setcaps),
14646         (gst_videorate_event), (gst_videorate_chain):
14647         Fixed videorate, fixating an already fixated caps is not
14648         an error.
14649
14650 2005-06-23  Wim Taymans  <wim@fluendo.com>
14651
14652         * ext/ogg/README:
14653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14654         Buffer on caps is not boxed anymore.
14655
14656 2005-06-22  Wim Taymans  <wim@fluendo.com>
14657
14658         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14660         Set buffers on caps as miniobjects and not as boxed.
14661
14662 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14663
14664         * configure.ac:
14665           back to HEAD
14666
14667 === release 0.9.1 ===
14668
14669 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14670
14671         * .cvsignore:
14672         * NEWS:
14673         * README:
14674         * RELEASE:
14675         * configure.ac:
14676         * po/af.po:
14677         * po/az.po:
14678         * po/cs.po:
14679         * po/en_GB.po:
14680         * po/hu.po:
14681         * po/it.po:
14682         * po/nb.po:
14683         * po/nl.po:
14684         * po/or.po:
14685         * po/sq.po:
14686         * po/sr.po:
14687         * po/sv.po:
14688         * po/uk.po:
14689         * po/vi.po:
14690           updates for release
14691
14692 2005-06-09  Andy Wingo  <wingo@pobox.com>
14693
14694         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14695         
14696 2005-06-09  Andy Wingo  <wingo@pobox.com>
14697
14698         * configure.ac:
14699         * gst-libs/gst/Makefile.am:
14700         * gst-libs/gst/net/Makefile.am:
14701         Add gstnet to build.
14702
14703 2005-06-09  Andy Wingo  <wingo@pobox.com>
14704
14705         * gst-libs/gst/gconf/gconf.c:
14706         * gst/playback/test.c:
14707         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14708         fixes.
14709
14710         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14711
14712         * ext/theora/theoraenc.c (theora_enc_chain): 
14713         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14714
14715         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14716         RealPad.
14717
14718 2005-06-02  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst-libs/gst/net/Makefile.am:
14721         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14722         * pkgconfig/gstreamer-libs.pc.in:
14723         Added net stuff, version net lib.
14724
14725 2005-06-02  Wim Taymans  <wim@fluendo.com>
14726
14727         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14728         (query_rates), (query_positions_elems), (query_positions_pads),
14729         (do_seek):
14730         Updated seek example.
14731
14732 2005-06-02  Andy Wingo  <wingo@pobox.com>
14733
14734         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14735         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14736         list.
14737
14738         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14739         remove the typefind, the bin dispose will do it for us. When it's
14740         removed and unreffed, the signal handler will be disconnected,
14741         too.
14742         (unlinked): It's too difficult to disconnect from unlinked
14743         handlers, as they are on pads not elements. Just punt if the pads
14744         aren't grandkids of the bin.
14745
14746 2005-06-02  Wim Taymans  <wim@fluendo.com>
14747
14748         * ext/ogg/README:
14749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14750         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14752         * ext/theora/theoradec.c: (theora_dec_src_query),
14753         (theora_handle_data_packet):
14754         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14755         (theora_enc_chain):
14756         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14757         (vorbis_handle_data_packet):
14758         * gst/audioconvert/bufferframesconvert.c:
14759         (buffer_frames_convert_chain):
14760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14761         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14762         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14763         (gst_ffmpegcsp_chain):
14764         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14765         (gst_videorate_getcaps), (gst_videorate_setcaps),
14766         (gst_videorate_event), (gst_videorate_chain):
14767         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14768         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14769         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14770         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14771         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14772         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14773         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14774         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14775         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14776         Cleanups and buffer alloc.
14777
14778 2005-05-31  Wim Taymans  <wim@fluendo.com>
14779
14780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14781         Don't try to call the delay method when the device is not
14782         opened.
14783
14784 2005-05-31  Wim Taymans  <wim@fluendo.com>
14785
14786         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14787         Get actual segment size and buffer size after opening
14788         the device.
14789
14790 2005-05-30  Wim Taymans  <wim@fluendo.com>
14791
14792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14793         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14794         Also FLUSH upstream, makes the loop function exit faster.
14795         
14796         * ext/theora/theoradec.c: (theora_dec_src_query):
14797         Some more debug info in the query.
14798         
14799         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14800         (gst_ximagesink_setcaps):
14801         Release lock on par error, better error reporting.
14802
14803 2005-05-26  Wim Taymans  <wim@fluendo.com>
14804
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14806         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14807         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14808         Clear chains in READY
14809         Queue packets until the chain is activated.
14810
14811 2005-05-25  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst-libs/gst/audio/gstaudiosink.c:
14814         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14815         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14816         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14817         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14818         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14819         (gst_audiosink_create_ringbuffer):
14820         * gst-libs/gst/audio/gstbaseaudiosink.c:
14821         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14822         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14823         (gst_baseaudiosink_set_property), (build_linear_format),
14824         (debug_spec_caps), (debug_spec_buffer),
14825         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14826         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14827         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14828         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14829         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14830         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14831         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14832         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14833         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14834         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14835         (wait_segment), (gst_ringbuffer_commit),
14836         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14837         (gst_ringbuffer_clear):
14838         Various small cleanups.
14839
14840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14841         (gst_audio_convert_change_state):
14842         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14843         No need to take the locks anymore.
14844
14845 2005-05-25  Wim Taymans  <wim@fluendo.com>
14846
14847         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14848         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14849         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14850         (type_found):
14851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14852         (group_destroy), (group_commit), (queue_overrun),
14853         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14854         (mute_stream), (new_decoded_pad), (setup_substreams),
14855         (setup_source), (mute_group_type), (set_active_source),
14856         (gst_play_base_bin_change_state):
14857         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14858         (gen_video_element), (gen_text_element), (gen_audio_element),
14859         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14860         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14861         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14862         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14863         Some playbin cleanups mostly refcounting sloppyness.
14864
14865 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14866
14867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14868           Work with streaming input.
14869
14870 2005-05-25  Wim Taymans  <wim@fluendo.com>
14871
14872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14873         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14874         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14875         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14876         No need to take the STREAM lock anymore.
14877
14878 2005-05-25  Wim Taymans  <wim@fluendo.com>
14879
14880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14881         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14882         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14883         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14884         (gst_ogg_demux_sink_activate):
14885         * ext/theora/theoradec.c: (theora_dec_src_event),
14886         (theora_handle_comment_packet), (theora_dec_chain),
14887         (theora_dec_change_state):
14888         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14889         (vorbis_handle_data_packet), (vorbis_dec_chain),
14890         (vorbis_dec_change_state):
14891         Remove STREAM locks as they are taken in core now.
14892         Never set bogus granulepos on vorbis/theora.
14893         Fix leaks in theoradec tag parsing.
14894
14895 2005-05-25  Wim Taymans  <wim@fluendo.com>
14896
14897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14898         Fix memleaks, GST_BUFFER_DATA() is not freed.
14899
14900 2005-05-25  Wim Taymans  <wim@fluendo.com>
14901
14902         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14903         Open non-blocking, set to blocking mode afterwards to avoid
14904         lockups when audio device is busy.
14905
14906 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14907
14908         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14909           This can't be good.
14910
14911 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14912
14913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14914         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14915         (gst_audio_convert_setcaps):
14916           Implement instant setup switching.
14917
14918 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14919
14920         * gst/playback/gstplaybasebin.c: (probe_triggered):
14921           Fix missing unlock.
14922         * gst/playback/gstplaybin.c: (add_sink):
14923           First add, then link (otherwise pad link fails).
14924
14925 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14926
14927         * examples/Makefile.am:
14928         fix buildbot (make distcheck)
14929
14930 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14931
14932         * gst/playback/gstplaybin.c: (gen_vis_element):
14933           Remove some wrong code. Doesn't work yet.
14934
14935 2005-05-19  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst-libs/gst/net/Makefile.am:
14938         * gst-libs/gst/net/README:
14939         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14940         (gst_netbuffer_class_init), (gst_netbuffer_init),
14941         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14942         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14943         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14944         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14945         * gst-libs/gst/net/gstnetbuffer.h:
14946         Added buffer subclass to store extra to/from addresses for
14947         network sources/sinks.
14948
14949 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14950
14951         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14952           Don't lock an unassigned variable.
14953
14954 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14955
14956         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14957           Increase buffer for video, decrease buffer for other media types.
14958         * gst/playback/gstplaybin.c: (gen_video_element),
14959         (gen_audio_element):
14960           Change names for debugging purposes.
14961
14962 2005-05-18  Wim Taymans  <wim@fluendo.com>
14963
14964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14965         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14966         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14967         (gst_ffmpegcsp_chain):
14968         Enable buffer alloc passthrough if the source and dest
14969         formats are the same.
14970
14971 2005-05-17  Wim Taymans  <wim@fluendo.com>
14972
14973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14974         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14975         (gst_ogg_demux_chain_unlocked):
14976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14977         (gst_audio_convert_caps_remove_format_info),
14978         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14979         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14981         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14982         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14983         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14984         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14985         (gst_ffmpegcsp_get_property):
14986         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14987         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14988         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14989         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14990         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14991         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14992         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14993         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14994         Leak fixes in oggdemux.
14995         Some cleanups in audioconvert.
14996         Make passthrough work along with buffer_alloc etc.
14997         Make buffer_alloc and buffer recycling actually work in
14998         xvimagesink.
14999
15000 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15001
15002         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15003           make the compiler happy
15004
15005 2005-05-17  Wim Taymans  <wim@fluendo.com>
15006
15007         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15009         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15010         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15011         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15012         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15013         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15014         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15015         (gst_xvimagesink_set_xwindow_id):
15016         * sys/xvimage/xvimagesink.h:
15017         Port xvimagesink to new MiniObject.
15018
15019 2005-05-17  Wim Taymans  <wim@fluendo.com>
15020
15021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15022         (gst_audiofilter_chain):
15023         * gst-libs/gst/audio/gstaudiosink.c:
15024         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15025         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15026         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15027         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15028         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15029         (gst_audiosink_create_ringbuffer):
15030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15031         (gst_audio_convert_caps_remove_format_info),
15032         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15033         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15035         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15036         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15037         Fix passthrough in ffmpegcolorspace.
15038         Fix memset in audiosink on wrong memory.
15039
15040 2005-05-16  David Schleef  <ds@schleef.org>
15041
15042         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15043         to GstMiniObject.
15044
15045 2005-05-16  David Schleef  <ds@schleef.org>
15046
15047         Port from GstData to GstMiniObject.
15048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15050         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15051         (gst_ogg_mux_collected):
15052         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15053         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15054         (theora_handle_data_packet):
15055         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15056         (theora_set_header_on_caps), (theora_enc_chain):
15057         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15058         (vorbis_handle_comment_packet):
15059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15060         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15061         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15062         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15063         * gst/audioconvert/gstaudioconvert.c:
15064         (gst_audio_convert_get_buffer):
15065         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15066         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15067         (mute_stream), (silence_stream):
15068         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15069         * gst/volume/gstvolume.c: (volume_transform):
15070         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15071         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15072         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15073         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15074         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15075         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15076         (gst_ximagesink_buffer_alloc):
15077         * sys/ximage/ximagesink.h:
15078
15079 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15080
15081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15082         (fill_buffer), (check_queue), (queue_threshold_reached),
15083         (queue_out_of_data):
15084         * gst/playback/gstplaybasebin.h:
15085           Post buffer-fullness on the bus.
15086
15087 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15088
15089         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15090         (try_to_link_1):
15091         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15092         (group_commit), (probe_triggered), (setup_source),
15093         (gst_play_base_bin_change_state):
15094         * gst/playback/gstplaybasebin.h:
15095         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15096         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15097         (gst_play_bin_change_state):
15098           Move setup_output_pads into a virtual function, remove
15099           group-switch (no longer needed) and redirect (handled by bus
15100           now) signals.
15101
15102 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15103
15104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15105         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15106         (get_active_group), (get_building_group), (group_destroy),
15107         (group_commit), (check_queue), (queue_overrun),
15108         (queue_threshold_reached), (queue_out_of_data),
15109         (gen_preroll_element), (remove_groups), (unknown_type),
15110         (add_element_stream), (no_more_pads), (probe_triggered),
15111         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15112         (setup_substreams), (setup_source), (finish_source),
15113         (prepare_output), (muted_group_change_state),
15114         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15115         (gst_play_base_bin_change_state):
15116         * gst/playback/gstplaybasebin.h:
15117         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15118         (gst_play_bin_init), (gst_play_bin_set_property),
15119         (gen_video_element), (gen_text_element), (gen_audio_element),
15120         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15121         (gst_play_bin_change_state):
15122         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15123         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15124         (stream_info_change_state), (gst_stream_info_set_mute),
15125         (gst_stream_info_get_property):
15126         * gst/playback/gststreaminfo.h:
15127         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15128         (gst_stream_selector_get_linked_pad),
15129         (gst_stream_selector_getcaps),
15130         (gst_stream_selector_get_linked_pads),
15131         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15132         * gst/playback/gststreamselector.h:
15133           Rough port of playbin. Needs some more work, but is mostly done,
15134           and uses a few locks in important places, which should make stuff
15135           like chain-switches clean. Still uses GST_STATE() in a few places,
15136           which isn't all that good an idea, subtitles/elements disabled
15137           because no elements to test with and thus probably broken, query
15138           and event handling moved to GstBin, internal thread removed
15139           alltogether because the pipeline does that for us now. Can play
15140           Ogg/Vorbis files. Haven't tested anything else yet.
15141
15142 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15143
15144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15145           Do no-more-pads (needed for autoplugging).
15146
15147 2005-05-10  Andy Wingo  <wingo@pobox.com>
15148
15149         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15150         message to the bus with the tags. Still not sent downstream tho.
15151
15152         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15153         get_parent.
15154         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15155         avoid refcounting hassles.
15156
15157 2005-05-09  Andy Wingo  <wingo@pobox.com>
15158
15159         * gst/volume/Makefile.am:
15160         * gst/volume/demo.c
15161         * gst/volume/gstvolume.h
15162         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15163         basetransform. Probably need an audio filter base class.
15164
15165 2005-05-09  Wim Taymans  <wim@fluendo.com>
15166
15167         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15168         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15169         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15170         (gst_vorbisenc_chain):
15171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15172         (gst_audio_convert_caps_remove_format_info),
15173         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15174         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15175         Make caps writable before writing to it.
15176         Fix negotiation in audioconvert some more.
15177
15178 2005-05-09  Wim Taymans  <wim@fluendo.com>
15179
15180         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15181         (gst_videorate_getcaps), (gst_videorate_setcaps),
15182         (gst_videorate_event), (gst_videorate_chain):
15183         Better negotiation.
15184
15185 2005-05-09  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15188         (gst_videorate_getcaps), (gst_videorate_setcaps),
15189         (gst_videorate_blank_data), (gst_videorate_init),
15190         (gst_videorate_event), (gst_videorate_chain),
15191         (gst_videorate_change_state):
15192         Port videorate, do a better job at negotiation while we're at
15193         it.
15194
15195 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15196
15197         * configure.ac:
15198           Disable libvisual
15199
15200         * examples/Makefile.am:
15201         * gst-libs/gst/audio/Makefile.am:
15202         * gst-libs/gst/riff/Makefile.am:
15203         * gst-libs/gst/tag/Makefile.am:
15204         * gst-libs/gst/video/Makefile.am:
15205           Fixups for missing variables.
15206
15207 2005-05-09  Wim Taymans  <wim@fluendo.com>
15208
15209         * examples/seeking/seek.c: (make_theora_pipeline),
15210         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15211         (query_rates), (query_positions_elems), (query_positions_pads),
15212         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15214         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15215         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15216         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15217         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15219         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15220         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15221         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15222         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15223         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15224         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15225         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15226         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15227         (theora_dec_src_convert), (theora_dec_sink_convert),
15228         (theora_dec_src_query), (theora_dec_sink_query),
15229         (theora_dec_src_event), (theora_dec_sink_event),
15230         (theora_handle_comment_packet), (theora_handle_type_packet),
15231         (theora_handle_header_packet), (theora_handle_data_packet),
15232         (theora_dec_chain):
15233         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15234         (vorbis_dec_convert), (vorbis_dec_src_query),
15235         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15236         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15237         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15238         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15240         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15241         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15243         (gst_play_bin_query):
15244         * gst/playback/test3.c: (update_scale):
15245         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15246         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15247         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15248         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15249         (gst_videotestsrc_src_query):
15250         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15251         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15252         (paint_hline_YUV9):
15253         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15254         Port to new query API.
15255         Updated seek.
15256         Cleanups in x[v]imagesink
15257
15258 2005-05-09  Andy Wingo  <wingo@pobox.com>
15259
15260         * ext/alsa/gstalsasink.h:
15261         * ext/gnomevfs/gstgnomevfssrc.c:
15262         (gst_gnomevfssrc_get_icy_metadata):
15263         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15264         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15265         * ext/theora/theoradec.c (theora_dec_src_query)
15266         (theora_dec_src_event, theora_dec_sink_event)
15267         (theora_handle_comment_packet, theora_handle_data_packet):
15268         * ext/theora/theoraenc.c (theora_enc_chain):
15269         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15270         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15271         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15272         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15273         (qt_type_find):
15274         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15275         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15276         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15277         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15278         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15279         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15280         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15281         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15282         (paint_setup_RGB565, paint_setup_xRGB1555):
15283         * gst/videotestsrc/videotestsrc.h:
15284         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15285         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15286         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15287         GCC4 fixes.
15288         
15289         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15290         gst_pad_query_position. Fixes oggdemux.
15291
15292 2005-05-08  David Schleef  <ds@schleef.org>
15293
15294         * configure.ac: Require liboil.
15295         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15296         a few more.
15297         * gst/videotestsrc/videotestsrc.c:
15298         * gst/videotestsrc/videotestsrc.h:
15299
15300 2005-05-06  Wim Taymans  <wim@fluendo.com>
15301
15302         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15303         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15304         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15305         Well, unreffing a buffer right before pushing it is asking
15306         for trouble..
15307
15308 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15309
15310         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15311
15312 2005-05-06  Wim Taymans  <wim@fluendo.com>
15313
15314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15315         (gst_audio_convert_caps_remove_format_info),
15316         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15317         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15319         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15320         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15321         * gst/sine/Makefile.am:
15322         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15323         (gst_sinesrc_class_init), (gst_sinesrc_init),
15324         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15325         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15326         (gst_sinesrc_update_freq):
15327         * gst/sine/gstsinesrc.h:
15328         * gst/tcp/gstmultifdsink.c:
15329         * sys/xvimage/xvimagesink.c:
15330         Fixed negotiation wrt _peer_get_caps()
15331         Some cleanups.
15332
15333
15334 2005-05-06  Wim Taymans  <wim@fluendo.com>
15335
15336         * gst-libs/gst/audio/gstaudiosink.c:
15337         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15338         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15339         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15340         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15341         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15342         (gst_audiosink_create_ringbuffer):
15343         * gst-libs/gst/audio/gstbaseaudiosink.c:
15344         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15345         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15346         (gst_baseaudiosink_set_property), (build_linear_format),
15347         (debug_spec_caps), (debug_spec_buffer),
15348         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15349         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15350         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15351         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15352         * gst-libs/gst/audio/gstbaseaudiosink.h:
15353         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15354         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15355         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15356         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15357         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15358         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15359         (wait_segment), (gst_ringbuffer_commit),
15360         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15361         (gst_ringbuffer_clear):
15362         * gst-libs/gst/audio/gstringbuffer.h:
15363         Make the base audiosink return an error when there is no
15364         audiobuffer negotiated.
15365
15366 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15367
15368         * ext/Makefile.am:
15369         Disable cdparanoia until someone ports it!
15370
15371 2005-05-06  Wim Taymans  <wim@fluendo.com>
15372
15373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15374         (gst_ogg_demux_sink_activate):
15375         And revert after wingo's revert.. sigh..
15376
15377 2005-05-05  Andy Wingo  <wingo@pobox.com>
15378
15379         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15380         GObject.
15381         * configure.ac: Return audiorate and subparse from the ghetto.
15382         Re-enable -Wall -Werror.
15383         * gst/subparse/gstsubparse.c:
15384         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15385         or chain-based. Cleaned up a bit. Not tested.
15386         
15387 2005-05-05  Christian Schaller <christian@fluendo.com> 
15388
15389         * Makefile.am: remove stuff that is not building
15390         * configure.ac: remove stuff that is not building
15391         * examples/Makefile.am: remove stuff that is not building
15392         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15393         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15394         * sys/Makefile.am: remove stuff that is not building
15395         * testsuite/Makefile.am: remove stuff that is not building
15396
15397 2005-05-05  Andy Wingo  <wingo@pobox.com>
15398
15399         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15400         * gst-libs/gst/tag/gstvorbistag.c:
15401         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15402         * gst/adder/gstadder.h:
15403         * gst/audioconvert/gstchannelmix.c:
15404         (gst_audio_convert_fill_one_other):
15405         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15406         (gst_audiorate_init), (gst_audiorate_chain):
15407         * gst/playback/gstplaybasebin.c: (setup_source):
15408         * gst/playback/test3.c: (update_scale):
15409         Some GCC4 fixes
15410         
15411         * po/af.po:
15412         * po/az.po:
15413         * po/cs.po:
15414         * po/en_GB.po:
15415         * po/hu.po:
15416         * po/it.po:
15417         * po/nb.po:
15418         * po/nl.po:
15419         * po/or.po:
15420         * po/sq.po:
15421         * po/sr.po:
15422         * po/sv.po:
15423         * po/uk.po:
15424         * po/vi.po: Foo
15425
15426 2005-05-05  Wim Taymans  <wim@fluendo.com>
15427
15428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15429         (gst_audio_convert_caps_remove_format_info),
15430         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15431         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15432         * gst/videotestsrc/gstvideotestsrc.c:
15433         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15434         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15435         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15436         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15437         Don't ignore _push() return values.
15438         Make sure no processing is done when shutting down.
15439         Videotestsrc pad activation fix.
15440
15441 2005-05-05  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/adder/Makefile.am:
15444         * gst/adder/gstadder.c: (gst_adder_setcaps),
15445         (gst_adder_class_init), (gst_adder_init),
15446         (gst_adder_request_new_pad), (gst_adder_collected),
15447         (gst_adder_change_state):
15448         * gst/adder/gstadder.h:
15449         Ported adder as an example of a mixer element using
15450         collect pads. Needs more negotiation work.
15451
15452 2005-05-05  Wim Taymans  <wim@fluendo.com>
15453
15454         * ext/theora/theoradec.c: (_inc_granulepos),
15455         (theora_dec_src_event), (theora_dec_sink_event),
15456         (theora_handle_comment_packet), (theora_handle_type_packet),
15457         (theora_handle_header_packet), (theora_handle_data_packet),
15458         (theora_dec_chain):
15459         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15460         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15461         (theora_push_buffer), (theora_push_packet),
15462         (theora_enc_sink_event), (theora_enc_chain),
15463         (theora_enc_change_state), (theora_enc_set_property),
15464         (theora_enc_get_property):
15465         Added stream lock to decoder so that we can serialize
15466         the discont event.
15467         More theoraenc porting, recover from errors, do clean
15468         shutdown.
15469
15470 2005-05-05  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/ogg/Makefile.am:
15473         * ext/ogg/README:
15474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15475         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15476         (gst_ogg_print):
15477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15478         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15479         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15480         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15481         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15482         (gst_ogg_mux_change_state):
15483         Ported ogg muxer.
15484
15485 2005-05-05  Wim Taymans  <wim@fluendo.com>
15486
15487         * docs/design-audiosinks.txt:
15488         * gst-libs/gst/audio/TODO:
15489         * gst-libs/gst/audio/gstaudiosink.c:
15490         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15491         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15492         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15493         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15494         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15495         (gst_audiosink_create_ringbuffer):
15496         * gst-libs/gst/audio/gstbaseaudiosink.c:
15497         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15498         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15499         (gst_baseaudiosink_set_property), (build_linear_format),
15500         (debug_spec_caps), (debug_spec_buffer),
15501         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15502         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15503         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15504         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15506         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15507         (gst_ringbuffer_release), (gst_ringbuffer_play),
15508         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15509         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15510         (gst_ringbuffer_set_sample), (wait_segment),
15511         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15512         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15513         More work on the audiosink, mostly debugging and a race in
15514         shutdown.
15515
15516 2005-04-28  Wim Taymans  <wim@fluendo.com>
15517
15518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15519         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15520         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15521         (vorbis_dec_src_query), (vorbis_dec_src_event),
15522         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15523         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15524         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15525         Don't crap out when seeking back to position 0.
15526
15527 2005-04-28  Wim Taymans  <wim@fluendo.com>
15528
15529         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15530         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15531         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15532         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15533         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15534         Make audio sink configurable, use alsasink as default.
15535
15536 2005-04-28  Wim Taymans  <wim@fluendo.com>
15537
15538         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15539         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15540         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15541         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15542         (vorbis_dec_change_state):
15543         * ext/vorbis/vorbisdec.h:
15544         Refactor, use STREAM_LOCK.
15545
15546 2005-04-28  Wim Taymans  <wim@fluendo.com>
15547
15548         * ext/theora/theoradec.c: (_inc_granulepos),
15549         (theora_dec_sink_event), (theora_handle_comment_packet),
15550         (theora_handle_type_packet), (theora_handle_header_packet),
15551         (theora_handle_data_packet), (theora_dec_chain),
15552         (theora_dec_change_state):
15553         Refactor a bit, use STREAM_LOCK.
15554
15555 2005-04-28  Wim Taymans  <wim@fluendo.com>
15556
15557         * ext/alsa/Makefile.am:
15558         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15559         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15560         (gst_alsa_link), (gst_alsa_close_audio):
15561         * ext/alsa/gstalsaplugin.c: (plugin_init):
15562         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15563         (gst_alsasink_dispose), (gst_alsasink_base_init),
15564         (gst_alsasink_class_init), (gst_alsasink_init),
15565         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15566         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15567         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15568         (gst_alsasink_reset):
15569         * ext/alsa/gstalsasink.h:
15570         Implement alsasink with simple open/write/close API. 
15571         Make alsa dir build by disabling compilation of code.
15572
15573 2005-04-28  Wim Taymans  <wim@fluendo.com>
15574
15575         * gst-libs/gst/audio/Makefile.am:
15576         * gst-libs/gst/audio/audio.h:
15577         * gst-libs/gst/audio/audioclock.c:
15578         * gst-libs/gst/audio/audioclock.h:
15579         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15580         (gst_audio_clock_class_init), (gst_audio_clock_init),
15581         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15582         * gst-libs/gst/audio/gstaudioclock.h:
15583         * gst-libs/gst/audio/gstaudiosink.c:
15584         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15585         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15586         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15587         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15588         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15589         (gst_audiosink_create_ringbuffer):
15590         * gst-libs/gst/audio/gstbaseaudiosink.c:
15591         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15592         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15593         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15594         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15595         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15596         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15597         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15598         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15599         * gst-libs/gst/audio/gstbaseaudiosink.h:
15600         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15601         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15602         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15603         (gst_ringbuffer_release), (gst_ringbuffer_play),
15604         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15605         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15606         (gst_ringbuffer_set_sample), (wait_segment),
15607         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15608         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15609         * gst-libs/gst/audio/gstringbuffer.h:
15610         Make ringbuffer faster and more simple by removing the locks
15611         in the playback thread.
15612         Add sample accurate playback based on buffer sample offsets.
15613         Make the baseaudiosink provide a clock.
15614         Parse caps in the base class.
15615         Correctly handle seeking, flushing and state changes.
15616
15617 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15618
15619         * configure.ac:
15620         * gst/audioconvert/Makefile.am:
15621         * gst/audioscale/Makefile.am:
15622           Fix part of the build.  Come on guys, autogen didn't even work :)
15623
15624 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15625
15626         * configure.ac:
15627         * gst-libs/gst/Makefile.am:
15628         * gst-libs/gst/media-info/.cvsignore:
15629         * gst-libs/gst/media-info/Makefile.am:
15630         * gst-libs/gst/media-info/README:
15631         * gst-libs/gst/media-info/media-info-priv.c:
15632         * gst-libs/gst/media-info/media-info-priv.h:
15633         * gst-libs/gst/media-info/media-info-test.c:
15634         * gst-libs/gst/media-info/media-info.c:
15635         * gst-libs/gst/media-info/media-info.h:
15636         * gst-libs/gst/media-info/media-info.vcproj:
15637         * pkgconfig/Makefile.am:
15638         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15639         * pkgconfig/gstreamer-media-info.pc.in:
15640           Remove media-info, which is also successed by playbin (see Totem
15641           implementation).
15642
15643 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15644
15645         * configure.ac:
15646         * examples/Makefile.am:
15647         * examples/gstplay/.cvsignore:
15648         * examples/gstplay/Makefile.am:
15649         * examples/gstplay/player.c:
15650         * gst-libs/gst/Makefile.am:
15651         * gst-libs/gst/play/.cvsignore:
15652         * gst-libs/gst/play/Makefile.am:
15653         * gst-libs/gst/play/play.c:
15654         * gst-libs/gst/play/play.h:
15655         * gst-libs/gst/play/play.vcproj:
15656         * pkgconfig/Makefile.am:
15657         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15658         * pkgconfig/gstreamer-play.pc.in:
15659           Remove libgstplay, playbin is now the official successor.
15660
15661 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15662
15663         * configure.ac:
15664         * gst-libs/gst/Makefile.am:
15665         * gst-libs/gst/xwindowlistener/Makefile.am:
15666         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15667         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15668           Remove deprecated xwindowlistener (I've moved xwindowlistening
15669           in the v4l/v4l2 plugins over to serverside).
15670
15671 2005-04-25  David Schleef  <ds@schleef.org>
15672
15673         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15674         to examples/dynparams.  Examples do not belong interspersed with
15675         source code.
15676         * examples/dynparams/demo-dparams.c:
15677         * gst/sine/Makefile.am:
15678         * gst/sine/demo-dparams.c:
15679
15680 2005-04-25  David Schleef  <ds@schleef.org>
15681
15682         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15683         * gst-libs/gst/audio/Makefile.am:
15684         * gst-libs/gst/riff/Makefile.am:
15685         * gst-libs/gst/tag/Makefile.am:
15686         * gst-libs/gst/video/Makefile.am:
15687         * gst-libs/gst/xwindowlistener/Makefile.am:
15688
15689         Convert to 0.9 API, seems to work:
15690         * sys/ximage/Makefile.am:
15691         * sys/ximage/ximagesink.c:
15692
15693 2005-04-24  David Schleef  <ds@schleef.org>
15694
15695         Link plugins against libraries:
15696         * ext/alsa/Makefile.am:
15697         * gst/tcp/Makefile.am:
15698
15699         Remove asm code that should be in liboil
15700         * gst/videoscale/Makefile.am:
15701         * gst/videoscale/videoscale_x86_asm.s:
15702
15703         gettext wants these checked in:
15704         * po/af.po:
15705         * po/az.po:
15706         * po/cs.po:
15707         * po/en_GB.po:
15708         * po/hu.po:
15709         * po/it.po:
15710         * po/nb.po:
15711         * po/nl.po:
15712         * po/or.po:
15713         * po/sq.po:
15714         * po/sr.po:
15715         * po/sv.po:
15716         * po/uk.po:
15717         * po/vi.po:
15718
15719 2005-04-24  David Schleef  <ds@schleef.org>
15720
15721         Convert gst_main() to g_main_loop_run()
15722         * gst/playback/decodetest.c: (main):
15723         * gst/playback/test2.c: (main):
15724         * gst/playback/test3.c: (main):
15725         * gst/playback/test4.c: (main):
15726
15727         Link plugins against libraries:
15728         * ext/libvisual/Makefile.am:
15729         * sys/xvimage/Makefile.am:
15730
15731 2005-04-24  David Schleef  <ds@schleef.org>
15732
15733         * configure.ac: Remove idct and resample libs
15734         * gst-libs/gst/Makefile.am: same
15735
15736         Remove usage of gst_library_load():
15737         * ext/alsa/gstalsaplugin.c: (plugin_init):
15738         * ext/libvisual/visual.c: (plugin_init):
15739         * ext/ogg/gstogg.c: (plugin_init):
15740         * ext/theora/theora.c: (plugin_init):
15741         * ext/vorbis/vorbis.c: (plugin_init):
15742         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15743         * gst/audioscale/gstaudioscale.c:
15744         * gst/adder/gstadder.c: (plugin_init):
15745         * gst/audioconvert/plugin.c: (plugin_init):
15746         * sys/ximage/ximagesink.c: (plugin_init):
15747         * sys/xvimage/xvimagesink.c: (plugin_init):
15748         * gst/tcp/gsttcpplugin.c: (plugin_init):
15749
15750         Link plugins against libraries:
15751         * ext/ogg/Makefile.am:
15752         * ext/theora/Makefile.am:
15753         * ext/vorbis/Makefile.am:
15754         * gst/audioconvert/Makefile.am:
15755
15756         Create proper libraries:
15757         * gst-libs/gst/riff/Makefile.am:
15758         * gst-libs/gst/audio/Makefile.am:
15759         * gst-libs/gst/video/Makefile.am:
15760
15761         Move resample library to audioscale plugin directory:
15762         * gst-libs/gst/resample/Makefile.am:
15763         * gst-libs/gst/resample/README:
15764         * gst-libs/gst/resample/dtof.c:
15765         * gst-libs/gst/resample/dtos.c:
15766         * gst-libs/gst/resample/functable.c:
15767         * gst-libs/gst/resample/private.h:
15768         * gst-libs/gst/resample/resample.c:
15769         * gst-libs/gst/resample/resample.h:
15770         * gst-libs/gst/resample/resample.vcproj:
15771         * gst-libs/gst/resample/test.c:
15772         * gst/audioscale/Makefile.am:
15773         * gst/audioscale/README:
15774         * gst/audioscale/dtof.c:
15775         * gst/audioscale/dtos.c:
15776         * gst/audioscale/functable.c:
15777         * gst/audioscale/private.h:
15778         * gst/audioscale/resample.c:
15779         * gst/audioscale/resample.h:
15780         * gst/audioscale/test.c:
15781
15782         Move tagedit library to gst-libs:
15783         * gst-libs/gst/tag/Makefile.am:
15784         * gst-libs/gst/tag/gstid3tag.c:
15785         * gst-libs/gst/tag/gsttagediting.c:
15786         * gst-libs/gst/tag/gsttageditingprivate.h:
15787         * gst-libs/gst/tag/gstvorbistag.c:
15788         * gst/tags/Makefile.am:
15789         * gst/tags/gstid3tag.c:
15790         * gst/tags/gstvorbistag.c:
15791
15792         Fix for core changes:
15793         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15794         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15795         (gst_sinesrc_getrange):
15796
15797 2005-04-23  David Schleef  <ds@schleef.org>
15798
15799         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15800         in gst-plugins in a long time, and properly belongs in liboil.
15801         * gst-libs/gst/idct/Makefile.am:
15802         * gst-libs/gst/idct/README:
15803         * gst-libs/gst/idct/dct.h:
15804         * gst-libs/gst/idct/doieee:
15805         * gst-libs/gst/idct/fastintidct.c:
15806         * gst-libs/gst/idct/floatidct.c:
15807         * gst-libs/gst/idct/idct.c:
15808         * gst-libs/gst/idct/idct.h:
15809         * gst-libs/gst/idct/idtc.vcproj:
15810         * gst-libs/gst/idct/ieeetest.c:
15811         * gst-libs/gst/idct/intidct.c:
15812
15813 2005-04-20  Wim Taymans  <wim@fluendo.com>
15814
15815         * docs/design-audiosinks.txt:
15816         * gst-libs/gst/audio/Makefile.am:
15817         * gst-libs/gst/audio/TODO:
15818         * gst-libs/gst/audio/gstaudiosink.c:
15819         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15820         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15821         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15822         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15823         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15824         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15825         (gst_audiosink_class_init), (gst_audiosink_init),
15826         (gst_audiosink_create_ringbuffer):
15827         * gst-libs/gst/audio/gstaudiosink.h:
15828         * gst-libs/gst/audio/gstbaseaudiosink.c:
15829         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15830         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15831         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15832         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15833         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15834         (gst_baseaudiosink_create_ringbuffer),
15835         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15836         * gst-libs/gst/audio/gstbaseaudiosink.h:
15837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15838         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15839         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15840         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15841         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15842         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15843         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15844         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15845         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15846         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15847         * gst-libs/gst/audio/gstringbuffer.h:
15848         An attempt at a set of audio base classes together with some
15849         design docs.
15850
15851 2005-04-20  Wim Taymans  <wim@fluendo.com>
15852
15853         * gst/audioconvert/Makefile.am:
15854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15855         (gst_audio_convert_caps_remove_format_info),
15856         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15857         (gst_audio_convert_channels):
15858         Link against audio libs.
15859         Fix audio convert plugin.
15860
15861 2005-04-20  Wim Taymans  <wim@fluendo.com>
15862
15863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15864         (gst_ogg_demux_sink_activate):
15865         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15866         (theora_set_header_on_caps), (theora_enc_sink_event),
15867         (theora_enc_chain):
15868         Fix theora encoder.
15869
15870 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15871
15872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15873         * gst/playback/gstdecodebin.c: (find_compatibles):
15874           Work with staticpadtemplates in elementfactories.
15875
15876 2005-04-12  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst/playback/README:
15879         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15880         (compare_ranks), (print_feature), (gst_decode_bin_init),
15881         (dynamic_create), (dynamic_free), (find_compatibles),
15882         (mimetype_is_raw), (close_pad_link), (got_redirect),
15883         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15884         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15885         (gst_decode_bin_change_state):
15886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15887         (gst_play_base_bin_init), (group_destroy), (group_commit),
15888         (check_queue), (queue_overrun), (queue_threshold_reached),
15889         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15890         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15891         (got_redirect), (setup_source), (play_base_eos),
15892         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15893         (gst_play_base_bin_remove_element):
15894         * gst/playback/gstplaybasebin.h:
15895         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15896         (gst_play_bin_init), (gst_play_bin_dispose),
15897         (gst_play_bin_set_property), (gen_video_element),
15898         (gen_text_element), (gen_audio_element), (remove_sinks),
15899         (gst_play_bin_send_event):
15900         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15901         (stream_info_change_state), (gst_stream_info_set_mute):
15902         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15903         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15904         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15905         (gst_stream_selector_chain):
15906         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15907         (main):
15908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15909         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15910         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15911         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15912         Raw and crude port of decodebin. 
15913         Make playbin compile.
15914
15915 2005-04-06  Wim Taymans  <wim@fluendo.com>
15916
15917         * ext/gnomevfs/Makefile.am:
15918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15919         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15920         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15921         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15922         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15923         (gst_gnomevfssrc_stop):
15924         * ext/ogg/Makefile.am:
15925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15926         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15927         * ext/theora/Makefile.am:
15928         * ext/theora/theoradec.c: (_inc_granulepos),
15929         (theora_dec_sink_event), (theora_dec_chain):
15930         * ext/vorbis/Makefile.am:
15931         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15932         (vorbis_dec_sink_event), (vorbis_dec_chain):
15933         * gst-libs/gst/audio/Makefile.am:
15934         * sys/xvimage/Makefile.am:
15935         Make gnomevfssrc extend the source base class.
15936         Fix linking against libs in various plugins.
15937
15938 2005-04-06  Andy Wingo  <wingo@pobox.com>
15939
15940         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15941         GST_BASE_LIBS.
15942
15943         * configure.ac: Add check and AC_SUBST for libgstbase.
15944
15945 2005-03-31  Wim Taymans  <wim@fluendo.com>
15946
15947         * examples/seeking/Makefile.am:
15948         * examples/seeking/cdparanoia.c: (main):
15949         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15950         (play_cb), (pause_cb), (stop_cb), (main):
15951         * examples/seeking/playbin.c:
15952         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15953         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15954         (make_sid_pipeline), (make_vorbis_pipeline),
15955         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15956         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15957         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15958         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15959         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15960         (stop_cb), (main):
15961         * examples/seeking/spider_seek.c:
15962         * examples/seeking/vorbisfile.c:
15963         * ext/gnomevfs/Makefile.am:
15964         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15966         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15967         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15968         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15969         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15970         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15971         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15972         * ext/ogg/README:
15973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15974         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15975         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15976         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15977         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15978         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15979         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15980         (gst_ogg_demux_factory_filter), (compare_ranks),
15981         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15982         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15983         (gst_ogg_chain_new), (gst_ogg_chain_free),
15984         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15985         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15986         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15987         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15988         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15989         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15990         (gst_ogg_demux_get_prev_page),
15991         (gst_ogg_demux_deactivate_current_chain),
15992         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15993         (gst_ogg_demux_bisect_forward_serialno),
15994         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15995         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15996         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15997         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15998         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15999         (gst_ogg_demux_change_state), (gst_ogg_print):
16000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16001         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16002         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16003         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16004         (gst_ogg_mux_loop):
16005         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16006         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16007         (theora_dec_src_convert), (theora_dec_sink_convert),
16008         (theora_dec_src_query), (theora_dec_src_event),
16009         (theora_dec_sink_event), (theora_dec_chain),
16010         (theora_dec_change_state):
16011         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16012         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16013         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16014         (theora_enc_change_state):
16015         * ext/vorbis/Makefile.am:
16016         * ext/vorbis/oggvorbisenc.c:
16017         * ext/vorbis/oggvorbisenc.h:
16018         * ext/vorbis/vorbis.c: (plugin_init):
16019         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16020         (vorbis_dec_src_query), (vorbis_dec_src_event),
16021         (vorbis_dec_sink_event), (vorbis_dec_chain),
16022         (vorbis_dec_change_state):
16023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16024         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16025         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16026         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16027         (gst_vorbisenc_change_state):
16028         * ext/vorbis/vorbisenc.h:
16029         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16030         * gst-libs/gst/audio/audioclock.c:
16031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16032         (gst_audiofilter_init), (gst_audiofilter_chain):
16033         * gst-libs/gst/audio/testchannels.c: (main):
16034         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16035         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16036         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16037         (gmip_find_track_streaminfo), (gmip_find_track_format):
16038         * gst-libs/gst/media-info/media-info.c:
16039         (gst_media_info_read_idler):
16040         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16041         (gst_play_get_all_by_interface):
16042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16043         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16044         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16045         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16046         (gst_riff_parse_info):
16047         * gst-libs/gst/riff/riff-read.h:
16048         * gst-libs/gst/riff/riff.c: (plugin_init):
16049         * gst-libs/gst/video/Makefile.am:
16050         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16051         (gst_videosink_class_init), (gst_videosink_get_type):
16052         * gst-libs/gst/video/videosink.h:
16053         * gst/audioconvert/bufferframesconvert.c:
16054         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16055         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16056         * gst/audioconvert/channelmixtest.c: (main):
16057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16058         (gst_audio_convert_chain),
16059         (gst_audio_convert_caps_remove_format_info),
16060         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16061         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16062         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16063         (gst_audio_convert_buffer_to_default_format),
16064         (gst_audio_convert_buffer_from_default_format),
16065         (gst_audio_convert_channels):
16066         * gst/audioconvert/gstchannelmix.h:
16067         * gst/ffmpegcolorspace/avcodec.h:
16068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16069         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16070         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16071         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16072         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16073         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16074         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16075         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16076         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16077         (dv_type_find):
16078         * gst/videotestsrc/gstvideotestsrc.c:
16079         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16080         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16081         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16082         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16083         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16084         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16085         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16087         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16088         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16089         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16090         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16091         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16092         (gst_xvimagesink_navigation_send_event),
16093         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16094         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16095         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16096         * sys/xvimage/xvimagesink.h:
16097         Plugin port to 0.9, ogg/theora playback should work in the seek
16098         example now.
16099         Removed old examples.
16100         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16101         explained in 0.9 TODO doc.
16102
16103
16104 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         * autogen.sh:
16107         * configure.ac:
16108         * ext/Makefile.am:
16109         * gst/Makefile.am:
16110         * po/POTFILES.in:
16111         * po/af.po:
16112         * po/az.po:
16113         * po/cs.po:
16114         * po/en_GB.po:
16115         * po/hu.po:
16116         * po/it.po:
16117         * po/nb.po:
16118         * po/nl.po:
16119         * po/or.po:
16120         * po/sq.po:
16121         * po/sr.po:
16122         * po/sv.po:
16123         * po/uk.po:
16124         * po/vi.po:
16125         * sys/Makefile.am:
16126         * testsuite/Makefile.am:
16127           remove a whole bunch of plugins.  This module now contains a set
16128           of free reference plugins/elements as agreed.
16129
16130 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         * configure.ac:
16133           hunting season on 0.9 is now OPEN
16134
16135 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16136
16137         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16138           Kick the hell out of gcc for not warning me about a symbol conflict.
16139
16140 2005-02-22  Luca Ognibene  <luogni@tin.it>
16141
16142         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16145           Don't leak caps string (fixes #168134)
16146
16147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16148         (gst_jpegenc_init), (gst_jpegenc_finalize),
16149         (gst_jpegenc_change_state):
16150           Don't leak line buffers and context struct (fixes #168133).
16151
16152 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         * configure.ac:
16155         * ext/dirac/gstdiracdec.cc:
16156         (gst_diracdec_chain):
16157           Since dirac 0.5.0 the framerate in dirac is expressed as a
16158           rational number. Fix build and up requirement to 0.5.0, and
16159           also pass parameters to gst_diracdec_link in the right order
16160           (fixes #167959).
16161
16162 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16163
16164         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16165         * ext/faad/gstfaad.h:
16166         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16167         certain invalid muxed streams, where some packets will contain 
16168         junk after decoder data. Partially fixes #149158.
16169
16170 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16171         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16172           Make sure we only write to writable buffers
16173
16174 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst-libs/gst/riff/riff-media.c:
16177         (gst_riff_create_audio_caps_with_data):
16178           Do actually fix invalid RIFF fmt header values for alaw
16179           and mulaw audio instead of just saying so.
16180
16181         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16182           Give gst_riff_create_audio_caps_with_data() a chance to
16183           fix up broken format header fields before extracting any
16184           parameters from the header. (fixes #167633)
16185
16186 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16187
16188         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         * gst/audioconvert/bufferframesconvert.c:
16191         (buffer_frames_convert_link):
16192           Don't leak othercaps. (fixes #167878)
16193
16194 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16195
16196         * configure.ac:
16197         * ext/libvisual/visual.c: (gst_visual_srclink),
16198         (gst_visual_change_state):
16199           Support libvisual 0.2.0.
16200
16201 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16204         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16205           Use same rowstrides for I420 as used everywhere else.
16206
16207 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16210           Declare variables at beginning of block and make gcc-2.95 happy
16211           (fixes # 167482, patch by Gergely Nagy).
16212           
16213         * gst/tcp/gsttcpclientsrc.c:
16214         * gst/tcp/gsttcpclientsrc.h:
16215           Move some includes into the header, so that struct sockaddr_in is
16216           defined when it should be defined on FreeBSD as well (fixes
16217           #167483).
16218           
16219         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16220           Don't pass uninitialised values to setsockopt() here either.
16221
16222 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16223
16224         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16225
16226         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16227           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16228
16229 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16230
16231         * gst/playback/gstplaybin.c: (add_sink):
16232           Invert bin_add/link order to workaround deadlock in opt.
16233
16234 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16235
16236         * gst/modplug/gstmodplug.cc:
16237           Add missing break causing position queries to fail.
16238
16239 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16240
16241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16242           Granpos can apparently be -1, which screws up calculations...
16243
16244 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16245
16246         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16247         (gst_ximagesink_send_pending_navigation),
16248         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16249         (gst_ximagesink_init):
16250         * sys/ximage/ximagesink.h:
16251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16252         (gst_xvimagesink_send_pending_navigation),
16253         (gst_xvimagesink_navigation_send_event),
16254         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16255         * sys/xvimage/xvimagesink.h:
16256           Use a mutex protected list to marshal navigation
16257           events into the stream thread from whichever thread
16258           sends them.
16259
16260 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16263           Display current position and track length; misc. clean-ups.
16264           
16265         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16266         (speed_init), (speed_chain):
16267           Add query function, so that the stream length and current position
16268           get adjusted when queried (note that current position queries may
16269           still be wrong if the audio sink returns values based on buffer
16270           timestamps instead of passing on the query).
16271
16272 2005-02-13  Benjamin Otte  <otte@gnome.org>
16273
16274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16275         (gst_audio_convert_channels):
16276           create channel conversion matrix when linking
16277         * gst/audioconvert/.cvsignore:
16278         * gst/audioconvert/Makefile.am:
16279         * gst/audioconvert/channelmixtest.c: (main):
16280           add (ugly) test that ensures stereo <=> mono conversion works
16281           correctly
16282
16283 2005-02-13  Benjamin Otte  <otte@gnome.org>
16284
16285         * gst/audioconvert/gstchannelmix.h:
16286           include missing header file
16287         * gst/audioconvert/gstchannelmix.c:
16288         (gst_audio_convert_fill_compatible):
16289           use same sign for both channels when converting to/from compatible
16290           channel. Previously used different signs made the signals cancel
16291           each other out and appear like silence. (fixes #167269)
16292
16293 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * gst/ffmpegcolorspace/avcodec.h:
16296         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16297         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16298         (gst_ffmpegcsp_avpicture_fill):
16299         * gst/ffmpegcolorspace/imgconvert.c:
16300           Convert to and from YV12 (fixes #156379).
16301
16302 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16303
16304         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16305         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16306         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16307         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16308         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16309         methods from chain and negotiation and vice versa (Fixes #166142).
16310         * sys/ximage/ximagesink.h: Add stream_lock.
16311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16312         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16313         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16314         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16315
16316 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16319           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16320           error message when we can't open the DVD device (when dvdnav_open()
16321           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16322           the above). Send something more useful instead (fixes #167117).
16323
16324 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16325
16326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16327         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16328         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16329         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16330         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16331         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16332         methods from chain and negotiation and vice versa (Fixes #166142).
16333         Fix a possible bug of images in the buffer pool being discarded because
16334         we are looking at the wrong geometry.
16335         * sys/xvimage/xvimagesink.h: Add stream_lock.
16336
16337 2005-02-11  David Schleef  <ds@schleef.org>
16338
16339         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16340         unsigned int. (fixes #167128)
16341
16342 2005-02-11  David Schleef  <ds@schleef.org>
16343
16344         * gst/librfb/Makefile.am: Testing stuff before committing is
16345           for wimps... and people with fast machines.  Fix stupid
16346           mistake.
16347
16348 2005-02-11  David Schleef  <ds@schleef.org>
16349
16350         * configure.ac: Pull in librfb from my CVS tree, because it is
16351           too small and annoying to be separate.  Move rfbsrc plugin
16352           to gst/.
16353         * ext/Makefile.am:
16354         * ext/librfb/Makefile.am:
16355         * ext/librfb/gstrfbsrc.c:
16356         * gst/librfb/Makefile.am:
16357         * gst/librfb/gstrfbsrc.c:
16358         * gst/librfb/rfb.c:
16359         * gst/librfb/rfb.h:
16360         * gst/librfb/rfbbuffer.c:
16361         * gst/librfb/rfbbuffer.h:
16362         * gst/librfb/rfbbytestream.c:
16363         * gst/librfb/rfbbytestream.h:
16364         * gst/librfb/rfbcontext.h:
16365         * gst/librfb/rfbdecoder.c:
16366         * gst/librfb/rfbdecoder.h:
16367         * gst/librfb/rfbutil.h:
16368
16369 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * gst/speed/Makefile.am:
16372         * gst/speed/demo-mp3.c: (main):
16373         * gst/speed/filter.func:
16374         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16375         (speed_class_init), (speed_init), (speed_chain_int16),
16376         (speed_chain_float32), (speed_chain), (speed_set_property),
16377         (speed_get_property), (speed_change_state):
16378         * gst/speed/gstspeed.h:
16379           Fix speed element and make it chain-based (fixes #156467),
16380           and make it handle more than one channel.
16381
16382 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16383
16384         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16385         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16386         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16387         * ext/dts/gstdtsdec.h:
16388           Don't clobber the stack constructing the channels array.
16389           Make the element chain-based. DTS tracks can now be played.
16390           
16391 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         * gst-libs/gst/audio/multichannel.h:
16394         * gst-libs/gst/gconf/gconf.h:
16395         * gst-libs/gst/idct/idct.h:
16396         * gst-libs/gst/media-info/media-info-priv.h:
16397         * gst-libs/gst/play/play.h:
16398         * gst-libs/gst/resample/private.h:
16399         * gst-libs/gst/resample/resample.h:
16400         * gst-libs/gst/riff/riff-ids.h:
16401         * gst-libs/gst/video/video.h:
16402         * gst-libs/gst/video/videosink.h:
16403           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16404           missing, so that they work when included from C++ code.
16405
16406 2005-02-09  David Schleef  <ds@schleef.org>
16407
16408         * testsuite/gst-lint: Check for non-statically scoped
16409           parent_class variables.  This won't be a problem once
16410           plugins are loaded with RTLD_LOCAL.
16411
16412 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * ext/mplex/gstmplexibitstream.cc:
16415           gcc madness.
16416
16417 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * ext/ogg/gstogmparse.c:
16420         * gst/debug/gstnavigationtest.c:
16421           Die, thou faulty symbol pollutors (non-static parent_class).
16422
16423 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * ext/mplex/gstmplexibitstream.cc:
16426           Fix event handling (#165525).
16427
16428 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16429
16430         * ext/mikmod/gstmikmod.c:
16431         * gst/modplug/gstmodplug.cc:
16432           Add missing endianness to template (fixes #165509).
16433
16434 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16435
16436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16437           Fix wrong order of reading of optional bytes (#165290).
16438
16439 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16440
16441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16442           Implement FILLER event awareness.
16443
16444 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16445
16446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16447           Fix track calculations (#166208).
16448
16449 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16450
16451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16452
16453         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16454         * ext/libpng/gstpngenc.c:
16455           Fix byte-order, use proper fixed caps. Fixes #164197.
16456
16457 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16458
16459         * configure.ac:
16460           Add dvdlpcmdec 
16461
16462         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16463         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16464           Don't push buffers if the src pad isn't negotiated yet.
16465           
16466         * gst/audioconvert/gstaudioconvert.c:
16467         (gst_audio_convert_buffer_to_default_format),
16468         (gst_audio_convert_buffer_from_default_format):
16469           Add support for 24-bit width.
16470
16471         * gst/dvdlpcmdec/.cvsignore:
16472         * gst/dvdlpcmdec/Makefile.am:
16473         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16474         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16475         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16476         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16477         (plugin_init):
16478         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16479           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16480           format. Needs support for the channels maps if someone can find 
16481           a DVD LPCM track with > 2 channels.
16482
16483         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16484         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16485         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16486         * gst/mpegstream/gstdvddemux.h:
16487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16488         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16489         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16490         * gst/mpegstream/gstmpegdemux.h:
16491         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16492         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16493         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16494         (gst_mpeg_parse_handle_src_query),
16495         (gst_mpeg_parse_handle_src_event):
16496           Use audio/x-dvd-lpcm for LPCM output.
16497           Add DTS output.
16498
16499 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16500
16501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16502
16503         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16504         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16505           Add BGRA handling (#165736).
16506
16507 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16508
16509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16510
16511         * gst/law/alaw-decode.c: (alawdec_link):
16512         * gst/law/alaw-encode.c: (alawenc_link):
16513         * gst/law/mulaw-decode.c: (mulawdec_link):
16514         * gst/law/mulaw-encode.c: (mulawenc_link):
16515           Fix caps memleaks (#166600).
16516
16517 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16518
16519         * ext/tarkin/mem.h:
16520         * ext/tarkin/wavelet.h:
16521         * ext/tarkin/yuv.h:
16522         * gst/ffmpegcolorspace/avcodec.h:
16523           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16524           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16525
16526 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16527
16528         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16530         (gst_xvimagesink_change_state):
16531           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16532           Xv video (and thereby regenerate Xv colourkey) in clear() so
16533           that PLAY -> READY -> PLAY works (fixes #162504).
16534
16535 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16538           Switch to list instead of range, since MJPEG-devices really just
16539           support decimations, not any size.
16540
16541 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16542         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16543         (gst_mpeg2dec_reset), (free_all_buffers),
16544         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16545         * ext/mpeg2dec/gstmpeg2dec.h:
16546           The libmpeg2 user-allocated buffer management is awkward, 
16547           to say the least. Hopefully this fixes things.
16548
16549 2005-02-04  Andy Wingo  <wingo@pobox.com>
16550
16551         * gst/audioconvert/bufferframesconvert.c
16552         (buffer_frames_convert_fixate): New function, fixates to 256
16553         frames per buffer by default. (Much better than 1.)
16554         (buffer_frames_convert_init): Set the fixate function for both src
16555         and sink pad.
16556         (buffer_frames_convert_link): After success setting nonfixed caps,
16557         get the negotiated caps so we can know how many buffer-frames it
16558         will be. No idea how this worked at all before.
16559
16560 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16561
16562         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16563         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16564         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16565         (handle_sequence), (handle_picture):
16566         * ext/mpeg2dec/gstmpeg2dec.h:
16567           Rearrange buffer tracking and refcounting and refactor
16568           a little for readability. 
16569
16570 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16571         * sys/v4l/gstv4l.c: (plugin_init):
16572         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16573         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16574         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16575         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16576         * sys/v4l/gstv4ljpegsrc.h:
16577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16578         * sys/v4l/v4l_calls.h:
16579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16580         (gst_v4lsrc_get_fps):
16581         * sys/v4l/v4lsrc_calls.h:
16582           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16583           you jpeg inside rgb frames" driver.
16584           Don't error in the v4lsrc link function, just return 
16585           REFUSED.
16586
16587 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16588
16589         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16590         (gst_qcamsrc_open):
16591           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16592
16593 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16596           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16597
16598 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16599
16600         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16601           Reset negotiated state on PAUSED->READY.
16602
16603 2005-02-02  David Schleef  <ds@schleef.org>
16604
16605         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16606         whereever possible.  (Fixes #165997)
16607         * examples/capsfilter/capsfilter1.c: (main):
16608         * examples/dynparams/filter.c: (create_ui):
16609         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16610         * examples/seeking/chained.c: (main):
16611         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16612         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16613         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16614         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16615         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16616         * examples/switch/switcher.c: (main):
16617         * ext/dv/demo-play.c: (main):
16618         * ext/faad/gstfaad.c: (gst_faad_change_state):
16619         * ext/mad/gstmad.c: (gst_mad_chain):
16620         * ext/smoothwave/demo-osssrc.c: (main):
16621         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16622         (gst_gconf_render_bin_from_description),
16623         (gst_gconf_get_default_audio_sink),
16624         (gst_gconf_get_default_video_sink),
16625         (gst_gconf_get_default_audio_src),
16626         (gst_gconf_get_default_video_src),
16627         (gst_gconf_get_default_visualization_element):
16628         * gst/level/demo.c: (main):
16629         * gst/level/plot.c: (main):
16630         * gst/playback/gstplaybin.c: (gen_video_element),
16631         (gen_audio_element):
16632         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16633         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16634         * gst/sine/demo-dparams.c: (main):
16635         * gst/spectrum/demo-osssrc.c: (main):
16636         * gst/speed/demo-mp3.c: (main):
16637         * gst/volume/demo.c: (main):
16638         * testsuite/embed/embed.c: (main):
16639
16640 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16641
16642         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16643         (gst_tcpclientsink_finalize):
16644         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16645         (gst_tcpclientsrc_finalize):
16646         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16647         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16648         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16649         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16650           Don't leak the hostname when shutting down.
16651           In tcpserversrc, take a copy of the default hostname.
16652
16653 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16654
16655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16656           Set caps to systemstream=TRUE.
16657
16658 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * testsuite/Makefile.am:
16661           Fix more OSX buildbots.
16662
16663 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16664
16665         * ext/mpeg2dec/gstmpeg2dec.c:
16666           Don't send things to NULL PAD_PEERs
16667
16668         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16669           Copy-on-write the incoming buffer.
16670
16671         * gst/mpegstream/gstdvddemux.h:
16672         * gst/mpegstream/gstmpegclock.h:
16673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16674         (normal_seek), (gst_mpeg_demux_handle_src_event):
16675         * gst/mpegstream/gstmpegdemux.h:
16676         * gst/mpegstream/gstmpegpacketize.h:
16677         * gst/mpegstream/gstmpegparse.c:
16678         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16679         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16680         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16681         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16682         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16683         * gst/mpegstream/gstmpegparse.h:
16684         * gst/mpegstream/gstrfc2250enc.h:
16685           Various changes to the way time is computed that make seeking and
16686           total time estimation much better here.
16687           Use G_BEGIN/END_DECLS instead of __cplusplus
16688
16689         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16690           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16691
16692 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16693
16694         * gst/subparse/gstsubparse.c:
16695           Fix OSX buildbot.
16696
16697 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16698
16699         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16700         (theora_enc_chain), (theora_enc_change_state):
16701         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16702         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16703         (gst_vorbisenc_change_state):
16704         * ext/vorbis/vorbisenc.h:
16705           Set granulepos and timestamp correctly for streams not
16706           starting at 0, taking into account the initial delay.
16707
16708 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         * gst/mpegstream/gstdvddemux.c:
16711           Add audio/x-dts to audio pad template caps
16712
16713 2005-01-30  David Schleef  <ds@schleef.org>
16714
16715         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16716         (create_context), (gst_polypsink_link): Fix silly endianness
16717         bug.  Add some debugging.  Remove float from caps; it doesn't
16718         work.  Attempt to get remote audio working.
16719
16720 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16723           Add 3IV2 fourcc.
16724
16725 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16726
16727         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16728         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16729         (gst_avi_demux_stream_data):
16730         * gst/avi/gstavidemux.h:
16731           Invert DIB images. Fixes #132341.
16732
16733 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16736         (gst_ffmpegcsp_chain):
16737           D'oh, reference the palette data, not the palette structure.
16738           Fixes color distortion in #132341.
16739
16740 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16743           PAR can be non-fixed when not provided as argument (#162626).
16744
16745 2005-01-29  David Moore  <dcm@acm.org>
16746
16747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16748
16749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16750         (gst_qtdemux_loop_header):
16751           Re-apply patch from #142272 that allows non-seekable sources,
16752           re-proposed by Daniel Drake <dsd@gentoo.org>.
16753
16754 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16755
16756         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16757           Use the src template for creating the src pad (#162330).
16758
16759 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16760
16761         * configure.ac:
16762         * ext/musepack/Makefile.am:
16763         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16764         (gst_musepackdec_init), (gst_musepackdec_dispose),
16765         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16766         (gst_musepack_stream_init), (gst_musepackdec_loop),
16767         (gst_musepackdec_change_state):
16768         * ext/musepack/gstmusepackdec.cpp:
16769         * ext/musepack/gstmusepackdec.h:
16770         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16771         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16772         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16773         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16774         * ext/musepack/gstmusepackreader.cpp:
16775         * ext/musepack/gstmusepackreader.h:
16776           Update to 1.1 API (#165446).
16777
16778 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * ext/Makefile.am:
16781           Unbreak buildbot.
16782
16783 2005-01-28  Andy Wingo  <wingo@pobox.com>
16784
16785         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16786         to reflect a different dubious internet source. Add a reference
16787         and some commentary.
16788
16789 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16790
16791         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16792         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16793         * gst/playback/gststreamselector.h:
16794           Be more selective when we're redoing caps negotiation from
16795           within the chain function on a stream change.
16796
16797 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16798
16799         * configure.ac:
16800         * ext/Makefile.am:
16801         * ext/amrnb/Makefile.am:
16802         * ext/amrnb/amrnb.c: (plugin_init):
16803         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16804         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16805         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16806         (gst_amrnbdec_state_change):
16807         * ext/amrnb/amrnbdec.h:
16808         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16809         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16810         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16811         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16812         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16813         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16814         * ext/amrnb/amrnbparse.h:
16815           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16816         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16817           Add AMR-NB/-WB raw formats.
16818         * ext/alsa/gstalsa.c: (gst_alsa_link):
16819           Keep valid time when changing format.
16820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16821         (qtdemux_parse_trak):
16822           Add some more format-specific options (#140141, #143555, #155163).
16823
16824 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16825
16826         * gst/matroska/matroska-demux.c:
16827         (gst_matroska_demux_parse_blockgroup):
16828           Fix logic error in timing of subtitle stream synchronization.
16829         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16830           Add skip-chunk, which is found in kodak-camera streams.
16831
16832 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16833
16834         * po/LINGUAS:
16835         * po/vi.po:
16836           Adding Vietnamese translation (submitted by Clytie Siddall)
16837
16838 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16839
16840         * gst/playback/gstdecodebin.c: (try_to_link_1):
16841           Use realpad for signal.
16842
16843 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16846           Fix category so decodebin picks it up.
16847
16848 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16849
16850         * ext/mad/Makefile.am:
16851         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16852         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16853         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16854         (found_type), (gst_id3demux_bin_change_state):
16855         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16856         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16857         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16858         (gst_id3_tag_change_state), (plugin_init):
16859         * ext/mad/gstmad.h:
16860           Add id3demuxbin (which is a simple bin consisting of id3demux
16861           and typefind), take over rank from id3demux, remove typefind
16862           code from id3demux. Makes all broken mp3s that I know of work,
16863           and thereby fixes #152688.
16864
16865 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16866
16867         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16868
16869         * ext/mad/gstmad.c: (gst_mad_src_event):
16870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16871           Allow seeks on audio pad, make mad forward those (#164826).
16872         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16873           Set duration (#165335).
16874
16875 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16876
16877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16878         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16879         (gst_asf_demux_process_ext_content_desc),
16880         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16881         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16882         * gst/asfdemux/gstasfdemux.h:
16883           Improve metadata display, e.g. if the metadata comes before the
16884           streams are loaded (which is perfectly valid).
16885
16886 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16887
16888         * tools/gst-launch-ext-m.m:
16889           Fix AVI/ASF pipelines (#165340).
16890
16891 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16892         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16893         build failure on amd64
16894
16895 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16898         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16899           Check environment variables GST_ID3V2_TAG_ENCODING,
16900           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16901           list of character encodings to force interpretation of non-unicode
16902           strings stored in an ID3v2 tag to a particular encoding. If none
16903           is specified, try to use current locale's encoding, then fall back
16904           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16905         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16906         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16907           Check environment variables GST_ID3V1_TAG_ENCODING,
16908           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16909           list of character encodings to use in case a string encountered
16910           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16911           specified, try to use the current locale's encoding, then fall
16912           back to ISO-8859-1 (which will always succeed).
16913
16914 2005-01-25  Benjamin Otte  <otte@gnome.org>
16915
16916         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16917           - on half framerate, compute the rate in advance so the comparisons
16918             don't compare wrong values
16919           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16920             behaviour
16921           - don't use mad_header_decode anymore, mad_frame_decode does that
16922             automatically
16923           - when getting rid of consumed bytes, reset the stream's skiplen
16924           (fixes #163867)
16925
16926 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16927
16928         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16929           Use 1/2 a second for default max_discont, as PES streams from DVB
16930           seem to have larger spacings in the SCR. 
16931           Fix a typo.
16932
16933 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * gst/playback/gstplaybasebin.c: (group_commit):
16936           Notify delayed stream-info availability.
16937
16938 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16939         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16940         (gst_a52dec_handle_event), (gst_a52dec_chain):
16941         Add some debug output. Check that a discont has a valid
16942         time associated.
16943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16944         (gst_alsa_sink_loop):
16945         Ignore TAG events. A little extra debug for broken timestamps.
16946         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16947         (dvdnavsrc_change_state):
16948         Ensure we send a discont to engage the link before we send any
16949         other events.
16950         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16951         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16952         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16953         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16954         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16955         dvd://title works in totem because typefinding sends a seek that ends
16956         up going back to chapter 1 regardless.
16957         * ext/mpeg2dec/gstmpeg2dec.c:
16958         * ext/mpeg2dec/gstmpeg2dec.h:
16959         Output correct timestamps and handle disconts.
16960         * ext/ogg/gstoggdemux.c: (get_relative):
16961         Small guard against a null dereference.
16962         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16963         (gst_textoverlay_set_property):
16964         Free memory when done. Don't call gst_event_filler_get_duration on
16965         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16966         g_warning.
16967         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16968         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16969         (gst_sw_srclink), (gst_smoothwave_chain):
16970         Draw solid lines, prettier colours.
16971         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16972         Add a default palette that'll work for some movies.
16973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16974         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16975         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16976         * gst/mpegstream/gstdvddemux.h:
16977         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16978         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16979         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16980         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16981         * gst/mpegstream/gstmpegparse.h:
16982         Use PTM/NAV events when for timestamp adjustment when connected to 
16983         dvdnavsrc. Don't use many discont events where one suffices.
16984         * gst/playback/gstplaybasebin.c: (group_destroy),
16985         (gen_preroll_element), (gst_play_base_bin_add_element):
16986         * gst/playback/gstplaybasebin.h:
16987         Make sure we remove subtitles from the same bin we put them in.
16988         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16989         (gst_subparse_buffer_format_autodetect),
16990         (gst_subparse_change_state):
16991         Fix some memleaks and invalid accesses.
16992         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16993         (oggskel_type_find), (cmml_type_find), (plugin_init):
16994         Some typefind functions for Annodex v3.0 files
16995         * gst/wavparse/gstwavparse.h:
16996         GstRiffReadClass is the correct parent class.
16997
16998 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * gst-libs/gst/riff/riff-media.c:
17001         (gst_riff_create_video_caps_with_data):
17002           Add extradata to huffyuv (fixes #165013).
17003         * gst-libs/gst/riff/riff-read.c:
17004         (gst_riff_read_strf_vids_with_data):
17005           Fix extradata extraction if it is in the chunk size.
17006
17007 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17008
17009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17010
17011         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17012         (gst_quarktv_change_state), (gst_quarktv_dispose):
17013           Memory free'ing location fix (#164708).
17014
17015 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17016
17017         * gst/playback/gstplaybasebin.c: (group_commit),
17018         (gen_preroll_element), (probe_triggered), (gen_source_element),
17019         (setup_source), (gst_play_base_bin_change_state),
17020         (gst_play_base_bin_add_element):
17021           Don't block for streams.
17022         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17023         (gst_stream_info_set_mute):
17024           Use gst_pad_set_active_recursive.
17025
17026 2005-01-25  Andy Wingo  <wingo@pobox.com>
17027
17028         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17029         for #ifndef HAVE_XVIDEO.
17030
17031 2005-01-24  Jeffrey C. Ollie
17032
17033         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17034
17035         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17036         * ext/gsm/gstgsmdec.h:
17037         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17038         * ext/gsm/gstgsmenc.h:
17039         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17040         was given by property. Add proper buffer timestamps and offsets.
17041
17042 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17043
17044         * gst-libs/gst/riff/riff-media.c:
17045         (gst_riff_create_audio_caps_with_data):
17046           Audio can be <8000Hz.
17047
17048 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17051           Explicit state change to workaround refcount bugs.
17052
17053 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17056         (gst_avimux_riff_get_avi_header):
17057           Fix...
17058
17059 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17062         (gst_riff_read_element_data):
17063         * gst-libs/gst/riff/riff-read.h:
17064           Add _peek version (req'ed in CDXA).
17065         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17066         (gst_cdxaparse_loop):
17067           Fix parsing in playbin.
17068         * gst/playback/gstdecodebin.c: (close_pad_link):
17069           Ignore current_ pads, they cause major annoyance.
17070
17071 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17074           Safety guard.
17075
17076 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17079           Fix padding...
17080
17081 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17084           Allow for 0-sized buffers. Fixes length query problems in
17085           starwars.mkv from the testsuite.
17086
17087 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17090         (gst_video_box_i420), (gst_video_box_chain):
17091           Fix row strides for I420 (fixes #163159)
17092           
17093 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17096           MPEG2 has a useful rate property, so we can actually use that.
17097           For MPEG-1, continue using the bytes/time properties.
17098
17099 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst-libs/gst/riff/riff-media.c:
17102         (gst_riff_create_video_caps_with_data),
17103         (gst_riff_create_video_template_caps):
17104           Add intel-h263.
17105
17106 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17109           Fail if caps negotiation fails. Should fix #162184, and should
17110           definately be in there regardless of it fixing the actual bug.
17111         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17112         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17113         (gst_avimux_riff_get_avix_header),
17114         (gst_avimux_riff_get_video_header),
17115         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17116         (gst_avimux_start_file), (gst_avimux_handle_event),
17117         (gst_avimux_change_state):
17118         * gst/avi/gstavimux.h:
17119           Refactor structure writing to use GST_WRITE_UINT macros, add
17120           metadata writing support.
17121
17122 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17125           Elements may already be destroyed when this function is called.
17126
17127 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17130         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17131           More memory leak fixes (#149162).
17132
17133 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17134
17135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17136         (gst_qtdemux_add_stream):
17137           Fix two memleaks.
17138
17139 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17142           Argh...
17143
17144 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17145
17146         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17147           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17148           when fixating to six channels in Totem.
17149
17150 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17151
17152         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17153           Fix compile warnings on Solaris 10 buildbot
17154
17155 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17156
17157         * ext/dvdread/dvdreadsrc.c: (_read):
17158           Don't read beyond the last cell in a chapter (fixes 
17159           invalid memory access)
17160
17161 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17162
17163         * ext/dvdread/stream_labels.c:
17164         (dvdreadsrc_get_audio_stream_labels):
17165           Use NULL for an empty GList instead of g_list_alloc(); fix 
17166           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17167           of GString (easier to bulk free later)
17168
17169 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17170
17171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17174         (gst_ffmpeg_pixfmt_to_caps):
17175           Fix BGRA32 caps (#164209).
17176
17177 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17178
17179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17180
17181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17182         (gst_ffmpeg_caps_to_pixfmt):
17183           alpha_mask can be RGBA/ABGR. Fixes #164265.
17184
17185 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17186
17187         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17188
17189         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17190         (gst_mpeg2dec_alloc_buffer):
17191         * ext/mpeg2dec/gstmpeg2dec.h:
17192           Crop if decoding size is not the actual image size (#163676).
17193
17194 2005-01-17  Steve Baker  <steve@stevebaker.org>
17195
17196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17197
17198         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17199         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17200           Add libsndfile typefind functions (#163309).
17201
17202 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * tools/gst-launch-ext-m.m:
17205           Add .aac, fix .m1v/.m2v (#163891).
17206
17207 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17208
17209         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17210           Sanity check, don't wait endlessly since the clock might not
17211           actually run at this point (which is a deadlock). Fixes #164069.
17212
17213 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17214
17215         * gst/playback/gstplaybasebin.c: (probe_triggered):
17216           Of course, only pause if group is done...
17217
17218 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17219
17220         * gst/playback/gstplaybasebin.c: (probe_triggered):
17221           Thread safety.
17222
17223 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17224
17225         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17226           Don't return state change success when the parent
17227           failed.
17228
17229 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17232           Free events (fix memleak in #162905).
17233
17234 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17235
17236         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17237
17238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17239         (gst_ffmpeg_caps_to_pixfmt):
17240           Fix for depth = 15. Fixes #161675.
17241
17242 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17243
17244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17245           Set FPS correctly, even for webcams and the like.
17246         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17247           Don error on setting while capturing.
17248
17249 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17250
17251         * ext/dv/gstdvdec.c:
17252         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17253         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17254           I'm a bad boy. using /1001. to force C to do float division
17255           and not integer division (as it did in my last commit)
17256           Thanks to David I. Lehn for pointing this mistake.
17257
17258 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17261           Revert Johan's 1.35->1.36 since it breaks compat.
17262
17263 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17264
17265         * ext/dv/gstdvdec.c:
17266         * ext/libfame/gstlibfame.c:
17267         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17268         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17269           replace framerate aproximations by their real value
17270           (24000/1001, 30000/1001, 60000/1001)
17271           Finish fixing bug #164049
17272
17273 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17274
17275         * ext/ogg/gstoggmux.c:
17276           eos/bos debugging
17277         * gst/tcp/gstmultifdsink.c:
17278         * gst/tcp/gstmultifdsink.h:
17279         * gst/tcp/gsttcp.c:
17280         * gst/tcp/gsttcp.h:
17281         * gst/tcp/gsttcpclientsink.c:
17282         * gst/tcp/gsttcpclientsrc.c:
17283         * gst/tcp/gsttcpserversink.c:
17284         * gst/tcp/gsttcpserversrc.c:
17285           improve reusability of elements after state changes and errors
17286           make multifdsink throw away streamheaders when receiving new ones
17287
17288 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17291           Fix for if items are already in list...
17292
17293 2005-01-12  Benjamin Otte  <otte@gnome.org>
17294
17295         * gst/adder/gstadder.c: (gst_adder_loop):
17296           fix adder a bit so it doesn't screw up with events as much anymore
17297
17298 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17299
17300         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17301         (pixbufscale_scale), (gst_pixbufscale_chain):
17302         * ext/gdk_pixbuf/pixbufscale.h:
17303           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17304           to ensure rowstrides are calculated the same way as 
17305           ffmpegcolorspace
17306           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17307           that we pick up duration and offset also.
17308
17309 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17310
17311         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17312         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17313           Reusability fixes.
17314
17315 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17318         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17319         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17320         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17321           Update flags when requested.
17322
17323 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17324
17325         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17326           Fix dmix.
17327
17328 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17329
17330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17331         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17332         (probe_triggered), (new_decoded_pad), (gen_source_element),
17333         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17334         * gst/playback/gstplaybasebin.h:
17335         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17336         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17337         (gst_play_bin_change_state):
17338           Implement group-switch signal for use in apps to clear metadata
17339           cache, clean up subtitle, add suburi property instead of # hack,
17340           some error-out fixes.
17341
17342 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17343
17344         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17345           Debug.
17346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17347           If we got a state change in the _get handler, don't return success.
17348
17349 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17350
17351         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17352         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17353           Make jpegdec quiet on MJPEG decoding
17354         * gst/asfdemux/README:
17355           Fix mimetypes for MJPEG and H263
17356
17357 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * ext/theora/theoradec.c: (theora_dec_chain):
17360           Fix broken code generation by gcc by swapping arguments.
17361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17362           Fix \n in debug.
17363
17364 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17365
17366         * TODO:
17367           delete this file, it is by far outdated
17368         * ext/alsa/gstalsa.1: remove
17369         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17370         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17371         (gst_alsa_get_caps):
17372           Add HW probing for supported sample rates. Fixes #161704
17373
17374 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17375
17376         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17377           Don't crash, biatch! :).
17378
17379 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * ext/musepack/gstmusepackreader.cpp:
17382         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17383           Some work on tags - still doesn't work in playbin...
17384         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17385           Handle events...
17386
17387 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17390           Also shove tags on kid pads.
17391
17392 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17393
17394         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17395           Don't bail on unknown events.
17396         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17397           Don't crash on events before negotiation.
17398         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17399           Send tags on pads, too.
17400         * gst/playback/gststreamselector.c:
17401         (gst_stream_selector_request_new_pad):
17402           Forward events on first pad if no input was selected yet.
17403
17404 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17405
17406         * gst/playback/gstplaybasebin.c: (setup_substreams):
17407           Don't disable streamtype if the stream doesn't exist, since
17408           then playing a video after audio will disable both and nothing
17409           will happen. Fixes the testsuite.
17410
17411 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17412
17413         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17414         (gst_v4l_xoverlay_set_xwindow_id):
17415         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17416         (gst_v4l2_xoverlay_set_xwindow_id):
17417           Add debug categories, fix overlay disabling.
17418
17419 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17420
17421         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17422         * ext/alsa/gstalsa.h:
17423           Add HW probing for period_count/size and buffer_size MIX/MAX
17424           Adjust default/user defined value if out of bounds
17425           Should fix bug #162024
17426
17427 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17428
17429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17430           Fix warning (#161191).
17431
17432 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17433
17434         * ext/dvdread/stream_labels.c:
17435         (dvdreadsrc_get_audio_stream_labels):
17436           Fix warning (init the good variable in switch default)
17437
17438 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17439
17440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17441
17442         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17443           Fix gcc-2.95 compile (#163485).
17444
17445 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * configure.ac:
17448         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17449         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17450         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17451         (gst_flacenc_change_state):
17452         * ext/flac/gstflacenc.h:
17453           Update for API change in flac-1.1.1. Update requirement in
17454           configure.ac. Fixes #162974.
17455
17456 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17457
17458         * gst/playback/gstplaybasebin.c: (group_destroy):
17459           Remove hack to get rid of assert and get rid of unlinked
17460           signals properly.
17461
17462 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * gst/playback/gstplaybasebin.c: (setup_source):
17465           Set source to NULL so that resources are free'ed. Fixes issues
17466           with playback of CDDA and similar device-accessing things.
17467
17468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * testsuite/embed/Makefile.am:
17471           test->noinst, fix make test in buildbot.
17472
17473 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17474
17475         * ext/dvdread/stream_labels.c: new file
17476         * ext/dvdread/stream_labels.h: new file
17477         * ext/dvdread/Makefile.am:
17478         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17479           Extract audio stream label from DVD IFO files.
17480           It only dump them on the console for now, still have to
17481           make playbin aware of them.
17482
17483 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17484
17485         * gst/playback/gstplaybasebin.c: (setup_source):
17486           Fix hanging subs.
17487
17488 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17491         (gen_preroll_element), (remove_groups), (setup_subtitle),
17492         (gen_source_element), (setup_source):
17493         * gst/playback/gstplaybasebin.h:
17494           Multiple .sub files is just a stupid idea... Fix some threading
17495           mistakes. Interestingly, external .sub files cause playbin to
17496           hang, I don't know why... Parsing fixes contributed by Fran??ois
17497           Kooman <fkooman@tuxed.net>.
17498
17499 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17500
17501         * testsuite/embed/Makefile.am:
17502           Fix buildbot.
17503
17504 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17505
17506         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17507
17508         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17509         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17510         (gst_pngenc_set_property):
17511         * ext/libpng/gstpngenc.h:
17512           Add compression level property (#163323).
17513
17514 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17515
17516         * configure.ac:
17517         * examples/capsfilter/capsfilter1.c: (main):
17518         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17519         * ext/dvdread/Makefile.am:
17520         * ext/dvdread/demo-play:
17521         * ext/dvdread/demo-play.c:
17522         * gconf/gstreamer.schemas.in:
17523         * gst-libs/gst/gconf/gconf.c:
17524         * sys/v4l/TODO:
17525         * testsuite/Makefile.am:
17526         * testsuite/embed/Makefile.am:
17527         * testsuite/embed/embed.c: (cb_expose), (main):
17528           Remove all references to xvideosink, fix examples (#140845).
17529         * gst/playback/gstplaybasebin.c: (group_destroy):
17530           Apparently, disposal does not unlink - so do explicitely.
17531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17532           Add debug.
17533
17534 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17535
17536         * README: fix PKG_CONFIG_PATH instructions, what was there
17537         previously was breaking default search path, not nice. 
17538         Fixes #163358
17539
17540 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17541
17542         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17543         (gst_audioscale_chain):
17544           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17545           when resampling - how the ^@$^!@^! is this possible?!?
17546
17547 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17548
17549         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17550           Reset variables on READY.
17551         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17552         (gst_matroska_mux_loop):
17553           Require data before writing header.
17554
17555 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17556
17557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * ext/mad/gstmad.c: (gst_mad_chain):
17560           Don't call mad_stream_sync() directly after recovering sync.
17561           Fixes #151661.
17562
17563 2005-01-09  Martin Eikermann  <meiker@upb.de>
17564
17565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17566
17567         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17568         (snapshot_handler), (gst_snapshot_sinkconnect),
17569         (gst_snapshot_chain):
17570           Allocate resources when required, fix recursive signal emission
17571           and fix caps. Fixes #161667.
17572
17573 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17574
17575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17578         (gst_pngdec_chain):
17579           Handle only 8-bppc (bits-per-pixel-component) images, better
17580           error handling and correct strides. Fixes #163177.
17581         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17582         (gst_pngenc_chain):
17583           Better error handling. Fixes #163348.
17584
17585 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17586
17587         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17588         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17589         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17590         (dvdnavsrc_uri_handler_init):
17591           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17592         * gst/playback/gstplaybasebin.c: (gen_source_element):
17593           Add MMS to streaming URIs.
17594
17595 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17596
17597         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17598         * sys/xvimage/xvimagesink.c:
17599         (gst_xvimagesink_navigation_send_event):
17600           Check for pad availability before sending event.
17601
17602 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17603
17604         * gst-plugins.spec.in:
17605           Add subparse.
17606
17607 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17608
17609         * configure.ac:
17610           Since we use functions from CVS, up requirement.
17611
17612 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17613
17614         * gst/playback/Makefile.am:
17615         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17616         (group_destroy), (group_commit), (group_is_muted),
17617         (gen_preroll_element), (add_stream), (unknown_type),
17618         (probe_triggered), (preroll_unlinked), (mute_stream),
17619         (silence_stream), (new_decoded_pad), (setup_substreams),
17620         (setup_source), (get_active_source), (mute_group_type),
17621         (muted_group_change_state), (set_active_source),
17622         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17623         (play_base_eos), (gst_play_base_bin_change_state):
17624         * gst/playback/gstplaybasebin.h:
17625         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17626         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17627         (gst_stream_info_dispose), (stream_info_mute_pad),
17628         (stream_info_change_state), (gst_stream_info_set_mute):
17629         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17630         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17631         (gst_stream_selector_init), (gst_stream_selector_dispose),
17632         (gst_stream_selector_get_linked_pad),
17633         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17634         (gst_stream_selector_get_linked_pads),
17635         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17636         * gst/playback/gststreamselector.h:
17637           Adding stream selection support plus required properties for
17638           applications to use this. Fully fixes #100931.
17639
17640 2005-01-08  Benjamin Otte  <otte@gnome.org>
17641
17642         * gst/games/gstpuzzle.c: (nav_event_handler):
17643           - handle nav events differently: forward every event no matter if it
17644             was handled or not.
17645           - translate events
17646           You can now cheat by using navigationtest ! puzzle and moving the
17647           mouse close to the edge of a tile. ;)
17648
17649 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17650
17651         * configure.ac:
17652         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17653         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17654         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17655         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17656         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17657         (gst_ogm_parse_plugin_init):
17658         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17659         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17660         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17661         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17662         * ext/pango/gsttextoverlay.h:
17663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17664         (gst_matroska_demux_handle_seek_event),
17665         (gst_matroska_demux_sync_streams),
17666         (gst_matroska_demux_parse_blockgroup),
17667         (gst_matroska_demux_subtitle_caps),
17668         (gst_matroska_demux_plugin_init):
17669         * gst/matroska/matroska-ids.h:
17670         * gst/playback/gstdecodebin.c: (close_pad_link):
17671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17672         (gen_preroll_element), (remove_groups), (add_stream),
17673         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17674         (setup_source):
17675         * gst/playback/gstplaybasebin.h:
17676         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17677         * gst/subparse/Makefile.am:
17678         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17679         (gst_subparse_base_init), (gst_subparse_class_init),
17680         (gst_subparse_init), (gst_subparse_formats),
17681         (gst_subparse_eventmask), (gst_subparse_event),
17682         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17683         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17684         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17685         (parse_mpsub_deinit), (parse_mpsub_init),
17686         (gst_subparse_buffer_format_autodetect),
17687         (gst_subparse_format_autodetect), (gst_subparse_loop),
17688         (gst_subparse_change_state), (gst_subparse_type_find),
17689         (plugin_init):
17690         * gst/subparse/gstsubparse.h:
17691         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17692         (plugin_init):
17693           Add subtitle support, .sub parser (supports SRT and MPsub),
17694           OGM text support, Matroska UTF-8 text support, deadlock fixes
17695           all over the place, subtitle awareness in decodebin/playbin
17696           and some fixes to textoverlay to handle subtitles in a stream
17697           correctly. Fixes #100931.
17698
17699 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17702           Check for pad availability before doing a query on it.
17703
17704 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17705
17706         * ext/dv/gstdvdec.c:
17707           really fix bpp24/32 dvdec caps (classic rgba indeed)
17708         * gst/asfdemux/gstasfdemux.c:
17709         (gst_asf_demux_process_ext_content_desc):
17710           don't send text tags if they are empty (bis repetita)
17711
17712 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17713
17714         * ext/dv/gstdvdec.c:
17715          remove unneeded comment from dvdec
17716           (related to DV 4CC codes in AVI files)
17717           moved them in gstreamer/docs/random/mimetypes
17718         * gst/asfdemux/gstasfdemux.c:
17719         (gst_asf_demux_process_ext_content_desc):
17720          don't send text tags if they are empty
17721          fix mem leak on error path
17722         * gst/ffmpegcolorspace/avcodec.h:
17723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17724         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17725         (gst_ffmpegcsp_avpicture_fill):
17726         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17727         * gst/ffmpegcolorspace/imgconvert_template.h:
17728          adds BGR32 and BGRA32 to ffmpegcolorspace
17729           (still bad colors, fixing it on next commit)
17730           helps with dvdec outputing BGR32
17731
17732 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17733
17734         * ext/dv/gstdvdec.c:
17735          Fix audio caps i just broke (missing ',')
17736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17737         (gst_matroska_mux_reset):
17738          Fix typo + add FIXME about old "x-gst-metadata" crap
17739
17740 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17741
17742         * ext/dv/demo-play.c: (main):
17743          xvideosink -> xvimagesink
17744         * ext/dv/gstdvdec.c:
17745          change rgb 32/32 caps to 24/32 (no alpha)
17746          change nb of channels to be a list (2 or 4, not 2)
17747          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17748         * gst/asfdemux/gstasfdemux.c:
17749         (gst_asf_demux_process_ext_content_desc):
17750          Add 'date/year' to extracted metadata list
17751
17752 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17755           The return value of fixate_to does not imply that the requested
17756           value was set, so don't assume.
17757
17758 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17759
17760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17761
17762         * ext/libpng/gstpngdec.c:
17763         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17764         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17765         * ext/libpng/gstpngenc.h:
17766           Alpha support (encoder; #163161), mime fixage.
17767
17768 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17769
17770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17771
17772         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17773         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17774         (gst_faac_set_property), (gst_faac_get_property):
17775         * ext/faac/gstfaac.h:
17776           Allow for ADTS output (#153434).
17777
17778 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17779
17780         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17781           Fix against template (#150576).
17782
17783 2005-01-06  Benjamin Otte  <otte@gnome.org>
17784
17785         * gst/games/gstpuzzle.c: (draw_puzzle):
17786           don't draw a puzzle if either width or height of tiles would be 0.
17787
17788 2005-01-06  Benjamin Otte  <otte@gnome.org>
17789
17790         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17791         (gst_puzzle_class_init), (gst_puzzle_finalize):
17792           no memleaks, please
17793         (gst_puzzle_create), (gst_puzzle_init),
17794         (gst_puzzle_set_property), (gst_puzzle_setup):
17795           change initialization code around so we don't reshuffle on resize
17796         (draw_puzzle):
17797           fix another stupid typo
17798
17799 2005-01-06  Benjamin Otte  <otte@gnome.org>
17800
17801         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17802           fix stupid typo that borked copying on YUY2
17803
17804 2005-01-06  Benjamin Otte  <otte@gnome.org>
17805
17806         * gst/games/gstpuzzle.c: (draw_puzzle):
17807           fix edges when image sizes aren't multiples of tile sizes
17808
17809 2005-01-06  Benjamin Otte  <otte@gnome.org>
17810
17811         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17812           make RGB endianness work correctly
17813         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17814           refactor and fix race with initial shuffling
17815         (nav_event_handler):
17816           allow using the mouse to puzzle
17817         (draw_puzzle):
17818           insist on tiles having width and height as multiples of 4 to get
17819           clean YUV image handling
17820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17821         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17822           s/DEBUG/LOG/ for common messages
17823         (gst_xvimagesink_navigation_send_event):
17824           fix mouse event translation to not include screen PAR
17825         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17826           fix mouse event translation to actually work
17827
17828 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17829
17830         * gst/asfdemux/gstasfdemux.c:
17831         (gst_asf_demux_process_ext_content_desc):
17832          Extract TrackNumber metadata + clean up code
17833         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17834          Hope this is the good fix (var used unitialised)
17835
17836 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17837
17838         * ext/faad/gstfaad.c: (gst_faad_chain):
17839           Only increment timestamp if it's valid. Fixes raw AAC streams.
17840
17841 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17842
17843         * configure.ac:
17844         * gst/games/Makefile.am:
17845         * gst/games/gstpuzzle.c:
17846           add a puzzle game with...
17847         * gst/games/gstvideoimage.c:
17848         * gst/games/gstvideoimage.h:
17849           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17850           from videotestsrc and made into something that would be a nice
17851           library for a lot of other plugins.
17852
17853 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17854
17855         * configure.ac:
17856          don't compile faad plugin if a RC of 2.0 is found
17857          Fixes #155346 (and FC1 buildbot)
17858         * gst/asfdemux/gstasfdemux.c:
17859         (gst_asf_demux_process_ext_content_desc):
17860          try to make Solaris compiler happier
17861
17862 2005-01-06  Paul Jack  <pjack@sfaf.org>
17863
17864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17867           Fix segfault (#161667).
17868
17869 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17870
17871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17872           Fix framerate reporting.
17873
17874 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17875
17876         * gst-libs/gst/riff/riff-ids.h:
17877         * gst/wavenc/riff.h:
17878          Add AMR (VBR and CBR) ids to riff.h audio codec list
17879         * gst/asfdemux/gstasfdemux.c:
17880         (gst_asf_demux_process_ext_content_desc),
17881         (gst_asf_demux_process_object):
17882           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17883
17884 2005-01-05  Martin Eikermann  <meiker@upb.de>
17885
17886         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17887
17888         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17889         (gst_dvd_demux_handle_discont):
17890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17891         (gst_mpeg_demux_handle_discont):
17892           Recreate pads on new-media (#160730).
17893         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17894           Send discont even if manager changes timestamps (#161929).
17895
17896 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17897
17898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17899
17900         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17901           Fix invalid memory access (#159211).
17902
17903 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17904
17905         * examples/gstplay/player.c: (main):
17906           Don't iterate.
17907         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17908           Add visualizations.
17909         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17910         (gst_a52dec_handle_frame):
17911           Set duration.
17912         * ext/dvdnav/gst-dvd:
17913           Add audioconvert. Fixes #161325.
17914         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17915           Explicitely case to gint64. Possible valgrind error.
17916         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17917         (gst_play_tick_callback), (gst_play_change_state),
17918         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17919         (gst_play_set_location), (gst_play_get_location),
17920         (gst_play_seek_to_time), (gst_play_set_data_src),
17921         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17922         (gst_play_set_visualization), (gst_play_connect_visualization),
17923         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17924         (gst_play_new):
17925           Use playbin. Fixes #139749 and #147744.
17926         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17927           Add genre tag.
17928         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17929         (audioscale_get_type), (gst_audioscale_base_init),
17930         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17931         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17932         (gst_audioscale_link), (gst_audioscale_get_buffer),
17933         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17934         (gst_audioscale_init), (gst_audioscale_dispose),
17935         (gst_audioscale_chain), (gst_audioscale_set_property),
17936         (gst_audioscale_get_property), (plugin_init):
17937           Indent properly.
17938         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17939           Fix LPCM.
17940         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17941         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17942         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17943           Add more metadata (fixes #162656).
17944
17945 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17946
17947         * configure.ac:
17948           back to cvs
17949
17950 === release 0.8.7 ===
17951
17952 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * NEWS:
17955         * RELEASE:
17956         * configure.ac:
17957           releasing 0.8.7, "Hyperspace"
17958
17959 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17960
17961         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17962
17963         * gst/playback/gstplaybasebin.c:
17964          Fix for #162924 - free caps after use, not before
17965
17966 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17967
17968         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17969
17970         * gst/playback/gstplaybasebin.c:
17971         * gst/wavparse/gstwavparse.c:
17972           Fix for #154773 - fixes playback of small .wav files
17973
17974 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17975
17976         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17977
17978         * gst/audioscale/gstaudioscale.c:
17979           Fix for #162819 - make audioscale reusable
17980           Fixes playback of more than one file with playbin/totem
17981
17982 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * gst/ffmpegcolorspace/avcodec.h:
17985         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17986         * gst/ffmpegcolorspace/imgconvert.c:
17987           clean up the mess that made me cry and avoid needless duplication
17988
17989 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17990
17991         * gst/ffmpegcolorspace/imgconvert.c:
17992           give some indication of why we're segfaulting
17993
17994 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17995
17996         * configure.ac:
17997           Fix indentation, fix v4l2 plugin detection.
17998         * ext/Makefile.am:
17999           Fix libmms location (Maciej, use diff -u!).
18000         * ext/alsa/gstalsa.c: (gst_alsa_init):
18001           Initialize caps cache to NULL.
18002         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18003           Only change state on audiosink if it exists.
18004
18005 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18006
18007         * gst/matroska/matroska-demux.c:
18008         * gst/matroska/matroska-ids.h:
18009         * gst/matroska/matroska-demux.h:
18010         Fix Vorbis streams failing to decode in some files, where cluster_time
18011         isn't 0, because then it doesn't send codec_priv before actual data.
18012         Remove time-based test and replace it with marker set on beginning of
18013         new stream
18014
18015 2004-12-28  David Schleef  <ds@schleef.org>
18016
18017         Merge patch from Ronald fixing problems with streaming
18018         text.
18019         * ext/cairo/gstcairo.c: (plugin_init):
18020         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18021         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18022         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18023         (gst_textoverlay_font_init), (gst_textoverlay_init),
18024         (gst_textoverlay_set_property):
18025         * ext/cairo/gsttextoverlay.h:
18026
18027 2004-12-27  David Schleef  <ds@schleef.org>
18028
18029         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18030         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18031         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18032         (gst_textoverlay_font_init), (gst_textoverlay_init),
18033         (gst_textoverlay_set_property): Improvements to actually
18034         render text as white on black outline on video, including
18035         font selection and horizontal/vertical alignment.  (Ronald's
18036         christmas present)
18037         * ext/cairo/gsttextoverlay.h:
18038
18039 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18040
18041         * ext/ogg/gstogg.c:
18042         * ext/ogg/gstogmparse.c:
18043           fix ogm[audio/video]parse plugin registration
18044           (riff won't load if bytestream is already loaded)
18045
18046 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18047
18048         * gst/audioconvert/gstchannelmix.c:
18049           fix for GLIB < 2.4
18050
18051 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * Makefile.am:
18054         * configure.ac:
18055           disable docs again until it actually passes make distcheck.
18056
18057 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18060         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18061         (plugin_init):
18062           Add 3GP (variables name Q3GP because they can't start with a
18063           number). Add samr audio fourcc (used in .3gp files), decoder
18064           is work in progress. Also do a GST_WARNING instead of ERROR
18065           in case of unknown nodes, to decrease output.
18066
18067 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18068
18069         * Makefile.am:
18070           really fix dist
18071
18072 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18073
18074         * configure.ac:
18075         * ext/speex/gstspeexdec.h:
18076         * ext/speex/gstspeexenc.h:
18077           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18078           Fix detection code in configure.ac
18079
18080 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18081
18082         * gst/matroska/matroska-demux.c:
18083         (gst_matroska_demux_parse_blockgroup):
18084           Save position, so that queries give proper return values. Don't
18085           know how this could ever have worked before...
18086
18087 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * configure.ac:
18090           Put additional LAME check inside the conditional.  Fixes #152339
18091
18092 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18093
18094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18095         (gst_avi_demux_stream_scan):
18096           Add some more debug. Fix logic error when setting movi offset
18097           while reading index.
18098
18099 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18100
18101         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18102         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18103         (gst_avi_demux_process_next_entry):
18104           Add some debugging. Better detection of broken indexes and the
18105           accompanying index recovery. No infinite loops on state changes
18106           when we're still in our loopfunction.
18107
18108 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18109
18110         * configure.ac:
18111           Fix up.
18112
18113 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18114
18115         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18116
18117         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18118           Normalizing the value before setting
18119         (gst_sunaudiomixer_get_volume):
18120           Normalizing the value after getting. Fixes bug# 161980
18121
18122 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18123
18124         * Makefile.am: Make sure docs gets disted
18125         * docs/Makefile.am: Make sure all needed files get disted
18126         * gst-plugins.spec.in: latest updates
18127
18128 2004-12-22  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18131         Revert patch 1.38 as clock distribution over schedulers does
18132         not work correcly in the core yet.
18133
18134 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18135
18136         * sys/oss/README: remove this file, which predates my birth
18137           (and which content is by far outdated)
18138
18139 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18140
18141         * Makefile.am:
18142         * configure.ac:
18143         * docs/Makefile.am:
18144         * docs/libs/Makefile.am:
18145         * docs/libs/gst-plugins-libs-docs.sgml:
18146         * docs/libs/gst-plugins-libs-sections.txt:
18147         * docs/libs/tmpl/gstgconf.sgml:
18148         * docs/upload.mak:
18149         * docs/version.entities.in:
18150           Added boilerplate gtk-doc files for plugin-libs documentation.
18151
18152 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18153
18154         * gst/auparse/gstauparse.c: fix int and float audio caps
18155
18156 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18159         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18160           g_assert() can be a macro, don't use #ifdef inside it.
18161
18162 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18163
18164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18167         (gst_videorate_init), (gst_videorate_chain),
18168         (gst_videorate_change_state):
18169           Event handling (fixes #159986).
18170
18171 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18172
18173         * gst-libs/gst/riff/riff-media.c:
18174         (gst_riff_create_video_caps_with_data):
18175           Add BLZ0 (Blizzard's version of DivX) fourcc.
18176
18177 2004-12-18  David Schleef  <ds@schleef.org>
18178
18179         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18180         portability fix.
18181
18182 2004-12-18  David Schleef  <ds@schleef.org>
18183
18184         * gst/tta/ttadec.h: Disable some header code that isn't used
18185         and clearly isn't portable.
18186
18187 2004-12-18  David Schleef  <ds@schleef.org>
18188
18189         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18190         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18191         (avcodec_get_pix_fmt), (avpicture_layout),
18192         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18193         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18194         Fix code to not use GCC extensions (and c99 extensions that
18195         Forte does not like.)
18196
18197 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18198
18199         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18200
18201         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18202         (gst_deinterlace_chain):
18203           Rowstride fixes. Fixes #161039.
18204         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18205         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18206         (gst_video_crop_getcaps), (gst_video_crop_link),
18207         (gst_video_crop_i420), (gst_video_crop_chain),
18208         (gst_video_crop_change_state):
18209           Rework of negotiation. Actually works now. Fixes #158650.
18210
18211 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18212
18213         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18214           That was very stupid.
18215
18216 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18217
18218         * gst/matroska/matroska-demux.c:
18219         (gst_matroska_demux_parse_blockgroup):
18220           Fix possible crasher.
18221
18222 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18225         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18226           Lace sizes can be zero.
18227
18228 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * ext/musepack/gstmusepackdec.cpp:
18231           Fetch error return values. Fixes #161624.
18232         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18233           Really EOS.
18234
18235 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18236
18237         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18238           Work for truncated (unfinished download etc.) files. Fixes #160514.
18239
18240 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18241
18242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18243           Fix for integer overflow. Makes #156001 not crash. Probably masks
18244           the real bug.
18245
18246 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * gst/ac3parse/gstac3parse.c: (plugin_init):
18249           Parsers never have ranks. Fixes #159651.
18250
18251 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18252
18253         * gst/playback/gstdecodebin.c: (compare_ranks):
18254           make sure the facotries are ordered the same every time even if they
18255           have the same rank by using the name
18256         * gst/playback/gstdecodebin.c: (find_compatibles):
18257           make sure we don't add factories to the list twice
18258
18259 2004-12-16  David Schleef  <ds@schleef.org>
18260
18261         * configure.ac: look for musepack headers as musepack/*.h
18262         (fixes #159847)
18263         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18264         * ext/musepack/gstmusepackreader.h: same
18265
18266 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18267
18268         * gst-libs/gst/riff/riff-read.c:
18269         (gst_riff_read_strf_auds_with_data):
18270           Read extradata correctly (fixes #155879).
18271
18272 2004-12-16  David Schleef  <ds@schleef.org>
18273
18274         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18275         audio.  does _not_ attempt or allow conversion unless channels
18276         is 1 or 2.
18277
18278 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18279
18280         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18281
18282 2004-12-16  David Schleef  <ds@schleef.org>
18283
18284         * gst/audioscale/gstaudioscale.c: the resample library only
18285         handles 1 or 2 channels.  Change caps to compensate.
18286
18287 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18288
18289         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18290         (gst_matroska_demux_audio_caps):
18291           Some MPEG-AAC hacks, because else it doesn't work...
18292
18293 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18294
18295         * gst-libs/gst/riff/riff-media.c:
18296         (gst_riff_create_video_caps_with_data),
18297         (gst_riff_create_video_template_caps):
18298           Add h264.
18299
18300 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18301
18302         * gst-libs/gst/audio/Makefile.am:
18303           Try to fix buildbot.
18304
18305 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * gst/tcp/gstmultifdsink.c:
18308           Clean up and uniformize debugging.
18309
18310 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18311
18312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18313
18314         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18315         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18317         (gst_mpeg_demux_change_state):
18318           Reset on ready. Fixes 160276.
18319
18320 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18321
18322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18325         (gst_ffmpegcsp_pad_link):
18326           Fix memleak (#154815).
18327
18328 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18329
18330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18333         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18334         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18335         * ext/musicbrainz/gsttrm.h:
18336           Add support for using a proxy server when getting a trm id from
18337           the MusicBrainz database (#149613).
18338
18339 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18340
18341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18342
18343         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18344         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18345           Fix memleaks (#157233).
18346
18347 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18348
18349         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18350
18351         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18352         * gst-libs/gst/resample/resample.h:
18353         * gst/audioscale/gstaudioscale.c:
18354           Fix memleak (#159215).
18355
18356 2004-12-16  Toni Willberg  <toniw@iki.fi>
18357
18358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18361         * sys/oss/oss_probe.c: (main):
18362           Check for mono/stereo support (similar to samplerate probing),
18363           fixes #159433. Also add missing copyright header to oss_probe.c.
18364
18365 2004-12-15  David Schleef  <ds@schleef.org>
18366
18367         * configure.ac: add audioresample and cairo plugins.  Remove
18368         HAVE_MMX stuff, because it's not used.
18369         * ext/Makefile.am: same
18370         * ext/audioresample/Makefile.am: You are not ready for an
18371         audio resampling element based on audioresample.
18372         * ext/audioresample/gstaudioresample.c:
18373         * ext/audioresample/gstaudioresample.h:
18374         * ext/cairo/Makefile.am: You are not ready for overlay elements
18375         based on cairo.  Don't look too closely, these elements kinda
18376         suck right now.
18377         * ext/cairo/gstcairo.c: new
18378         * ext/cairo/gsttextoverlay.c: new
18379         * ext/cairo/gsttextoverlay.h: new
18380         * ext/cairo/gsttimeoverlay.c: new
18381         * ext/cairo/gsttimeoverlay.h: new
18382         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18383         problem with compilers that don't support variadic macros.
18384
18385 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18386
18387         Reviewed by:  David Schleef  <ds@schleef.org>
18388
18389         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18390         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18391         bit.  Also ran indent-gst.
18392         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18393         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18394         (gst_sunaudiosrc_setparams):
18395
18396 2004-12-14  David Schleef  <ds@schleef.org>
18397
18398         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18399         output rate to 16000.  Should fix #160235.
18400
18401 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18402
18403         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18404         Add typefinding for mpeg2 pes streams
18405
18406 2004-12-13  David Schleef  <ds@schleef.org>
18407
18408         * configure.ac:  Applied patch from bug #143659, making default
18409         sources and sinks OS-dependent (for Solaris), and added code
18410         for OS/X.
18411         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18412
18413 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18414
18415         * gst-libs/gst/riff/riff-media.c:
18416           forgot to add h2.64 to avidemux template caps
18417
18418 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18419
18420         * gst/wavenc/riff.h:
18421         * gst-libs/gst/riff/riff-media.c:
18422         * gst-libs/gst/riff/riff-ids.h:
18423         * gst/avi/gstavimux.c
18424         add 4CC code for VideoSoft h264 in AVI (VSSH)
18425           fixes bug #160655
18426         remove s323 from riff, it's quicktime specific :(
18427
18428 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18429
18430         * gst/asfdemux/README
18431         * gst/wavenc/riff.h
18432         * gst-libs/gst/riff/riff-ids.h
18433         * gst-libs/gst/riff/riff-media.c
18434         * gst/qtdemux/qtdemux.c:
18435           add new 4CC codes for h263 related codecs
18436           fixes partially bug #155163
18437
18438 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18439
18440         * configure.ac: Update polyaudio requirement to 0.7
18441         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18442
18443 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18444
18445         * gst/interleave/deinterleave.c:
18446         fix my name's spelling! :)
18447
18448 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18449
18450         * AUTHORS ChangeLog
18451         * gst/auparse/gstauparse.c
18452         * gst/interleave/deinterleave.c
18453         * gst/law/:
18454                 alaw-decode.c alaw-encode.c
18455                 mulaw-decode.c mulaw-encode.c
18456         * gst/oneton/gstoneton.c
18457         * sys/osxaudio/:
18458                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18459         * sys/osxvideo/:
18460                 cocoawindow.h cocoawindow.m
18461                 osxvideosink.h osxvideosink.m
18462
18463         put the same mail address for Zaheer Abbas Merali everywhere
18464
18465 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18466
18467         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18468           Align by packetsize, and assert that we a packet available before
18469           playing. The first makes webstreams work (they often include
18470           trailing padding data in a packet), the second allows pausing a
18471           ASF stream in totem without getting demux errors afterwards.
18472
18473 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18474
18475         * ext/ogg/gstoggdemux.c: (get_relative):
18476           Check for non-NULL before accessing member (end-of-chain).
18477
18478 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18481         (cdparanoia_set_property), (cdparanoia_get_property):
18482         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18483         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18484         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18485         (dvdreadsrc_init), (dvdreadsrc_set_property),
18486         (dvdreadsrc_get_property):
18487         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18488         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18489           Synchronize property names where not yet the case. Devices are
18490           now device=X, other versions are deprecated (but still exist).
18491           Also use g_free() unconditionally.
18492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18493         (setup_source), (gst_play_base_bin_get_property):
18494           Expose source.
18495
18496 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * configure.ac: move GCONF macro outside conditional for the am
18499           conditional. Fixes #160439
18500
18501 2004-12-08  David Schleef  <ds@schleef.org>
18502
18503         * tools/gst-visualise-m.m: Switch to elements that currently
18504         exist.
18505
18506 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18509           We love wrong commas.
18510
18511 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18512
18513         * gst/matroska/matroska-demux.c:
18514         (gst_matroska_demux_handle_src_query):
18515           Don't set DEFAULT, unsupported - makes length display incorrectly
18516           in some cases.
18517
18518 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18519
18520         * gst/monoscope/README: remove blurb about files being GPL
18521         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18522         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18523           monoscope is now effectively LGPL licensed
18524
18525 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18526
18527         * gst/monoscope/README: Update information to be more correct
18528         * gst/monoscope/convolve.c: Relicense to LGPL
18529         * gst/monoscope/convolve.h: Relicense to LGPL
18530
18531 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18532
18533         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18534           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18535         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18536           set default_duration for mpeg1 audio
18537
18538 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18539
18540         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18541         * ext/alsa/gstalsa.h:
18542           refactor big chunks of the core caps negotiation code to make it
18543           a lot faster, because people claim it's really slow
18544           (actually, just cache the getcaps when the device is opened)
18545
18546 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18547
18548         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18549         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18550         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18551         (gst_a52dec_change_state), (plugin_init):
18552         * ext/a52dec/gsta52dec.h:
18553           Do something useful with timestamps. Make chain-based (since
18554           there's really no reason to be loopbased).
18555         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18556           Update current_byte/frame correctly.
18557
18558 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18559
18560         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18561         (gst_ape_demux_stream_init):
18562           Forward tags, too.
18563
18564 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18567           Let's make sure we're done typefinding when detecting tags.
18568
18569 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18572         (gst_ebml_read_init), (gst_ebml_read_use_event),
18573         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18574         (gst_ebml_read_seek), (gst_ebml_read_skip),
18575         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18576         (gst_ebml_read_master):
18577         * gst/matroska/ebml-read.h:
18578         * gst/matroska/matroska-demux.c:
18579         (gst_matroska_demux_parse_contents),
18580         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18581           Disgustingly evil hack for working around INTERRUPT events and
18582           their extremely annoying habit of being a pain in the ass. We
18583           simply peek a cluster before reading any of it.
18584
18585 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18586
18587         * ext/musepack/gstmusepackdec.cpp:
18588           There's also floating point libmusepacks.
18589
18590 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18591
18592         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18593         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18594           Set DURATION even if source buffer didn't. Also use increasing
18595           timestamps.
18596         * gst-libs/gst/riff/riff-media.c:
18597         (gst_riff_create_audio_caps_with_data):
18598           Block_align can have larger values than 8192.
18599
18600 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18601
18602         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18603         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18604         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18605         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18606           Fix caps.
18607
18608 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18611           Fix logic bug.
18612
18613 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18614
18615         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18616           Yay, another one.
18617
18618 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18619
18620         * ext/esd/esdsink.c: (gst_esdsink_chain):
18621           Make error actually say something useful (fixes #156798).
18622         * gst-libs/gst/riff/riff-media.c:
18623         (gst_riff_create_video_caps_with_data),
18624         (gst_riff_create_video_template_caps):
18625           Add Intel Video 5.0 fourcc (IV50).
18626
18627 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18628
18629         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18630         detection on mono and stereo mp3 files.
18631
18632 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18633
18634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18635           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18636           the contained stream).
18637
18638 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18639
18640         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18641           Oops, remove debug.
18642
18643 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18644
18645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * gst/law/alaw-decode.c: (alawdec_getcaps):
18648         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18649           Prevent warnings when negotiating caps (fixes #159338).
18650
18651 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18654         (gst_ffmpegcsp_chain):
18655           Remove old leftover that shouldn't be there...
18656
18657 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18658
18659         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18660
18661         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18662           Don't forward DISCONT events (fixes #159684).
18663
18664 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18667           Unlink manually since sometimes bin disposal (and therefore
18668           pad unlinking) is delayed, which will cause a new media file
18669           to not be able to start playing instantly.
18670
18671 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18672
18673         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18674           On mute of an unlinked stream, check for pad availability so
18675           we don't crash on unlinked pad.
18676
18677 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18680         (gst_avi_demux_massage_index):
18681           Fix quite humiliating bug in omitting 0-sized index chunks but
18682           forgetting to count them for timestamps.
18683
18684 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18685
18686         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18687           Actually leave the loop if we failed to sync. Don't crash.
18688
18689 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18690
18691         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18692         (gst_dvd_demux_process_private):
18693         * gst/mpegstream/gstdvddemux.h:
18694           Fix crash (#159759). Doesn't work, though. :-(.
18695
18696 2004-11-28  Benjamin Otte  <otte@gnome.org>
18697
18698         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18699           more overwriting protection due to modifying channels one by one
18700           instead of all at once
18701
18702 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * gst/audioconvert/gstchannelmix.c:
18705         (gst_audio_convert_fill_normalize):
18706           Normalize using absolute values.
18707
18708 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18709
18710         * configure.ac:
18711         * ext/Makefile.am:
18712         * ext/directfb/Makefile.am:
18713         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18714         (gst_directfbvideosink_get_pixel_format),
18715         (gst_directfbvideosink_get_format_from_fourcc),
18716         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18717         (gst_directfbvideosink_sink_link),
18718         (gst_directfbvideosink_change_state),
18719         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18720         (gst_directfbvideosink_buffer_alloc),
18721         (gst_directfbvideosink_interface_supported),
18722         (gst_directfbvideosink_interface_init),
18723         (gst_directfbvideosink_navigation_send_event),
18724         (gst_directfbvideosink_navigation_init),
18725         (gst_directfbvideosink_set_property),
18726         (gst_directfbvideosink_get_property),
18727         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18728         (gst_directfbvideosink_base_init),
18729         (gst_directfbvideosink_class_init),
18730         (gst_directfbvideosink_get_type), (plugin_init):
18731         * ext/directfb/directfbvideosink.h: Adding a first version of
18732         directfbvideosink.
18733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18734         more.
18735
18736 2004-11-28  Benjamin Otte  <otte@gnome.org>
18737
18738         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18739           walk the samples backwards if out_channels > in_channels so we don't
18740           overwrite data
18741
18742 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18743
18744         * gst/audioconvert/Makefile.am:
18745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18746         (gst_audio_convert_link), (gst_audio_convert_change_state),
18747         (gst_audio_convert_channels):
18748         * gst/audioconvert/gstchannelmix.c:
18749         (gst_audio_convert_unset_matrix),
18750         (gst_audio_convert_fill_identical),
18751         (gst_audio_convert_fill_compatible),
18752         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18753         (gst_audio_convert_fill_others),
18754         (gst_audio_convert_fill_normalize),
18755         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18756         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18757         * gst/audioconvert/gstchannelmix.h:
18758           Implement a channel mixer.
18759
18760 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18761
18762         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18763         * ext/alsa/gstalsa.h:
18764         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18765         Make alsasink actually honor gst_element_set_clock and use that
18766         clock instead of its internal one.
18767
18768 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18769
18770         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18771         (gst_play_base_bin_change_state): nullify source and decoder when
18772         going from READY to NULL so that we don't try to do weird stuff with
18773         them when going from NULL to READY
18774         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18775         instead of g_object_unref
18776         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18777         it should be correct
18778         (gst_play_bin_change_state): don't call remove_sinks if we are
18779         currently disposing the object
18780
18781 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18782
18783         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18784           Don't forget bass if it's there. Else left channel is silent...
18785
18786 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18787
18788         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18789         (gst_a52dec_change_state):
18790           Don't do sample adjusting anymore, we use float audio now.
18791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18792           Don't fixate to non-existing properties.
18793
18794 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18795
18796         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18797         (gst_a52dec_change_state):
18798           Advertise that we can do surround sound.
18799
18800 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18801
18802         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18803           Add buffer-frames=0.
18804         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18805         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18806         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18807         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18808         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18809         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18810         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18811         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18812         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18813         * ext/dvdread/dvdreadsrc.h:
18814           Add seeking, querying for bytes, sectors, title, angle and
18815           chapter. Handle multiple chapters. Relicense to LGPL because
18816           Billy agreed on that (thanks Billy!).
18817
18818 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18819
18820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18821         call parent dispose method
18822
18823 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18824
18825         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18826         (gst_audio_clock_get_internal_time):
18827         Fix active <-> inactive transitions: ensure time value always
18828         grows and avoid abrupt value changes.
18829
18830 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18831
18832         * configure.ac:
18833         * gst/tta/Makefile.am:
18834         * gst/tta/crc32.h:
18835         * gst/tta/filters.h:
18836         * gst/tta/gsttta.c:
18837         * gst/tta/gstttadec.c:
18838         * gst/tta/gstttadec.h:
18839         * gst/tta/gstttaparse.c:
18840         * gst/tta/gstttaparse.h:
18841         * gst/tta/ttadec.h:
18842           added TTA parser and decoder
18843
18844 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18845
18846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18847         (probe_triggered), (check_queue), (buffer_underrun),
18848         (buffer_running), (buffer_overrun), (gen_source_element),
18849         (setup_source):
18850         * gst/playback/gstplaybasebin.h:
18851           Implement buffering. Needs some more work.
18852
18853 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18854
18855         * ext/theora/theoradec.c: (theora_dec_chain):
18856           Fix ilog mask range overflow.
18857
18858 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18861           Don't omit the last (which in case of dmix is the only :) )
18862           channel count. Don't set channels if <= 2.
18863
18864 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18865
18866         * gst/playback/gstplaybin.c: (gen_video_element),
18867         (gen_audio_element): Removed 2 obsolete comments
18868
18869 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18870
18871         * ext/vorbis/oggvorbisenc.c
18872         * ext/vorbis/vorbisenc.c :
18873           change description fields of those plugins to differentiate them
18874           (pitivi show Encoders by description, they had the same one)
18875
18876 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18877
18878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18881         (gst_play_bin_set_property), (gen_video_element),
18882         (gen_audio_element):
18883           Refcounting fixes for provided audio-/videosinks.
18884
18885 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18886
18887         * gst/playback/gstplaybin.c: (gen_video_element),
18888         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18889           Don't reference all sinks, but only the video- and audiosinks.
18890           The vis. element should be disposed when we're done with it.
18891           We don't have any reason to keep it around. This fixes warnings
18892           when reusing playbin for playing multiple audio files with
18893           vis. enabled. Also release audio device on pause - idea stolen
18894           from Rhythmbox.
18895
18896 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18897
18898         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18899         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18900         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18901         * ext/alsa/gstalsaplugin.c: (plugin_init):
18902         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18903         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18904         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18905         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18906         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18907         (gst_faad_change_state), (plugin_init):
18908         * ext/faad/gstfaad.h:
18909         * ext/vorbis/vorbis.c: (plugin_init):
18910         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18911         * gst-libs/gst/audio/Makefile.am:
18912         * gst-libs/gst/audio/audio.c: (plugin_init):
18913         * gst-libs/gst/audio/multichannel.c:
18914         (gst_audio_check_channel_positions),
18915         (gst_audio_get_channel_positions),
18916         (gst_audio_set_channel_positions),
18917         (gst_audio_set_structure_channel_positions_list),
18918         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18919         (gst_audio_fixate_channel_positions):
18920         * gst-libs/gst/audio/multichannel.h:
18921         * gst-libs/gst/audio/testchannels.c: (main):
18922         * gst/audioconvert/gstaudioconvert.c:
18923         (gst_audio_convert_class_init), (gst_audio_convert_init),
18924         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18925         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18926         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18927         * gst/audioconvert/plugin.c: (plugin_init):
18928           Surround sound support.
18929
18930 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18931
18932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18933           Fix position for discont if we're close as well. Nitpicking, but
18934           saves a few milliseconds of extra waiting or skipping.
18935
18936 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18939           We sometimes need parsers for playback, so add those too.
18940
18941 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * configure.ac:
18944         * gst/apetag/Makefile.am:
18945         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18946         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18947         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18948         (gst_ape_demux_get_src_query_types),
18949         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18950         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18951         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18952         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18953         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18954         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18955         (gst_ape_demux_change_state):
18956         * gst/apetag/apedemux.h:
18957         * gst/apetag/apetag.c: (plugin_init):
18958         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18959         (plugin_init):
18960           APE v1/2 tag reader plus typefind function.
18961
18962 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18963
18964         * configure.ac:
18965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18966         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18967           Remove hacks for older core. Require newer core version
18968           accordingly.
18969
18970 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * gst/cdxaparse/Makefile.am:
18973         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18974         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18975         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18976         * gst/cdxaparse/gstcdxaparse.h:
18977         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18978         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18979         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18980         (gst_cdxastrip_get_src_query_types),
18981         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18982         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18983         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18984         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18985         * gst/cdxaparse/gstcdxastrip.h:
18986           SVCD/VCD header stripping separated from CDXA image parsing.
18987         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18988         (plugin_init):
18989           Add VCD/SVCD header typefinding for VCD/SVCD.
18990         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18991         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18992         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18993         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18994         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18995         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18996         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18997         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18998         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18999         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19000         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19001         * sys/vcd/vcdsrc.h:
19002           Fix up, add seeking, querying, URI interface. Works in totem now.
19003
19004 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19005
19006         * configure.ac:
19007           back to CVS
19008
19009 === release 0.8.6 ===
19010
19011 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19012
19013         * NEWS:
19014         * RELEASE:
19015         * configure.ac:
19016         * po/af.po:
19017         * po/az.po:
19018         * po/cs.po:
19019         * po/en_GB.po:
19020         * po/hu.po:
19021         * po/it.po:
19022         * po/nb.po:
19023         * po/nl.po:
19024         * po/or.po:
19025         * po/sq.po:
19026         * po/sr.po:
19027         * po/sv.po:
19028         * po/uk.po:
19029           releasing 0.8.6, "IOU Love"
19030
19031 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19032
19033         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19034
19035         * gst/playback/gstplaybasebin.c:
19036           Fix unplayable files error handling.  Fixes #158365
19037
19038 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19039
19040         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19041
19042         * gst/typefind/gsttypefindfunctions.c:
19043           Fix broken mp3 typefinding.  Fixes #158375
19044
19045 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19046
19047         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19048
19049         * ext/ogg/gstoggdemux.c:
19050           Fix sync on broken files.  Fixes #158976
19051
19052 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19053
19054         patch by: Edward Hervey <bilboed@bilboed.com>
19055
19056         * ext/libpng/gstpngenc.c:
19057           Copy over buffer properties.  Fixes #158832
19058
19059 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19060
19061         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19062
19063         * ext/dvdread/dvdreadsrc.c:
19064           Fixes invalid reads (#158462)
19065
19066 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19067
19068         * sys/v4l/gstv4lsrc.c:
19069         * sys/v4l/gstv4lsrc.h:
19070         * sys/v4l/v4lsrc_calls.c:
19071           Probe less and cache it.  Fixes #159187.
19072
19073 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * gst/videorate/gstvideorate.c:
19076           Handle all video formats. Fixes #159186.
19077
19078 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19079         * gst/synaesthesia/gstsynaesthesia.c:
19080         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19081         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19082         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19083         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19084         (gst_synaesthesia_change_state), (plugin_init):
19085         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19086         Force 320x200 output, as that's the only thing the underlying
19087         synaesthesia implementation supports. Still needs to be made
19088         re-entrant.
19089
19090 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19091
19092         * configure.ac:
19093           Fix mpeg2enc configure check (similar to mplex check below).
19094
19095 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19096
19097         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19098
19099         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19100           Fix for gcc-2.95 (fixes #158221).
19101
19102 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19103
19104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19105           Re-add clock distribution hack (until new core is released).
19106           Fixes #158125.
19107
19108 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19109         * configure.ac:
19110           fix mplex configure check segfaulting on some systems (bug #140994)
19111
19112 2004-11-13  Benjamin Otte  <otte@gnome.org>
19113
19114         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19115           add debugging
19116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19117           do a wait when we enter the loop func with no data available to
19118           write instead of getting into an 100% CPU loop by just returning and
19119           being called again by the scheduler
19120
19121 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19122
19123         * configure.ac:
19124         * ext/libvisual/visual.c: (gst_visual_get_type),
19125         (libvisual_log_handler), (gst_visual_getcaps),
19126         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19127         (plugin_init):
19128           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19129         * ext/smoothwave/Makefile.am:
19130         * ext/smoothwave/demo-osssrc.c: (main):
19131         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19132         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19133         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19134         (plugin_init):
19135         * ext/smoothwave/gstsmoothwave.h:
19136           Make gstsmoothwave a working element in the 20th century.
19137
19138         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19139           Fix incorrect link function
19140
19141 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19142
19143         * gst/volume/gstvolume.c:
19144           Allow buffer-frames=0.
19145
19146 2004-11-12 Iain <iaingnome@gmail.com>
19147
19148         * configure.ac: Check for polypaudio
19149
19150         * ext/Makefile.am: Build the polyp dir
19151
19152         * ext/polyp: The polypsink sources.
19153
19154 2004-10-30 Iain <iaingnome@gmail.com>
19155
19156         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19157         caps to reflect the new number of channels.
19158
19159 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19162           Fix for negotiation order problem. This would show when the
19163           ALSA loopfuction was called before any other function. ALSA
19164           wouldn't do anything because we're not negotiated yet, leading
19165           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19166
19167 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19168
19169         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19172           No warnings (#157986).
19173
19174 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19175
19176         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19177           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19178
19179 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19182           Signal no-more-pads (so it works in playbin).
19183
19184 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19185
19186         * ext/musepack/gstmusepackreader.cpp:
19187           Workaround for older core.
19188
19189 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19190
19191         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19192           Actually test for odd width/height rather than testing whether
19193           a temporary variable that was 0 before we subtracted 1 is now
19194           not equal to zero (which it always is).
19195
19196 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19197
19198         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19199         Fix compilation if HAVE_XVIDEO is not defined
19200
19201 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19202
19203         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19204         Fix compilation if HAVE_XVIDEO is not defined
19205
19206 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19207
19208         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19209         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19210         (gst_goom_change_state), (plugin_init):
19211         Use the bytestream adapter so goom doesn't depend on the input
19212         buffer size.
19213         Add a debug category
19214
19215 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19218           Only set hardware parameters *after* negotiation. Before
19219           negotiation, it will set ANY and that seems to cause crashes
19220           (see e.g. #151288, #153227).
19221
19222 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19223
19224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19225           This seems to be antique leftover. It needs to pass error
19226           checking.
19227         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19228         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19229         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19230         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19231           Fix GstXOverlay implementation (#151059).
19232
19233 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19234
19235         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19236           Don't assert (#157853).
19237
19238 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19239
19240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19241           Fix bytes/samples confustion.
19242         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19243           Fix for underrun (#144389).
19244
19245 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19246
19247         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19248           Disable halfway-seek for pending release (since it needs a new
19249           core release).
19250
19251 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * sys/v4l/gstv4lsrc.c:
19254         * sys/v4l/gstv4lsrc.h:
19255         * sys/v4l/v4lsrc_calls.c:
19256           add autoprobe-fps property so we can separate autoprobing parts
19257
19258 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260         * sys/v4l/gstv4lsrc.c:
19261         * sys/v4l/v4lsrc_calls.c:
19262         initialise fourcc to catch unset fourcc's, and debug
19263
19264 2004-11-09  Wim Taymans  <wim@fluendo.com>
19265
19266         * gst/playback/README:
19267         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19268         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19269         (gst_play_bin_dispose), (gst_play_bin_set_property),
19270         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19271         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19272         (gst_play_bin_get_formats), (gst_play_bin_convert),
19273         (gst_play_bin_get_query_types), (gst_play_bin_query):
19274         Cleanups and some more documentation.
19275
19276 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19277
19278         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19279         (gst_cacasink_init), (gst_cacasink_chain):
19280         * ext/libcaca/gstcacasink.h:
19281         Cacasink inherits from VideoSink, so let that store the clock.
19282
19283 2004-11-09  Wim Taymans  <wim@fluendo.com>
19284
19285         * gst/playback/README:
19286         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19287         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19288         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19289         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19290         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19291         (setup_sinks):
19292         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19293         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19294         * gst/playback/gststreaminfo.h:
19295         Updated README.
19296         Only switch groups if all streams have muted (EOSed).
19297         Send Tags in sync with the stream playback instead of in
19298         the playback/preroll phase.
19299         Some cleanups, free the fakesrc elements.
19300
19301 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19302
19303         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19304           buffer-frames property was missing
19305         * ext/arts/gst_arts.c:
19306           rate missing from sinkcaps
19307         * ext/audiofile/gstafparse.c:
19308         * ext/audiofile/gstafsink.c:
19309         * ext/audiofile/gstafsrc.c:
19310         * ext/swfdec/gstswfdec.c:
19311           int audio doesn't know buffer-frames
19312         * ext/cdparanoia/gstcdparanoia.c:
19313           int audio doesn't know chunksize either
19314         * ext/nas/nassink.c:
19315           it's endianness, not endianess
19316         * gst-libs/gst/audio/audio.h:
19317           make float standard pad template caps really describe float
19318         * gst/law/mulaw.c: (linear_factory):
19319           signed only, please
19320         * gst/mpegstream/gstdvddemux.c:
19321           widths of 20 are not valid
19322
19323 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19324
19325         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19326
19327         * po/LINGUAS:
19328         * po/it.po:
19329           Add Italian
19330
19331 2004-11-08  Wim Taymans  <wim@fluendo.com>
19332
19333         * gst/playback/README:
19334         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19335         * gst/playback/gstplaybasebin.c: (probe_triggered),
19336         (gst_play_base_bin_change_state):
19337         Updated README, added more comments for fixmes etc..
19338
19339 2004-11-08  Wim Taymans  <wim@fluendo.com>
19340
19341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19342         We can remove this hack now.
19343
19344 2004-11-08  Wim Taymans  <wim@fluendo.com>
19345
19346         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19347         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19348         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19349         Only mix AYUV for maximum quality.
19350
19351 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19352
19353         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19354         (gst_ogg_demux_push), (gst_ogg_pad_push):
19355           Let's act as if we're synchronized now! :).
19356         * ext/theora/theoradec.c: (theora_dec_chain):
19357           Add some debug.
19358
19359 2004-11-08  Wim Taymans  <wim@fluendo.com>
19360
19361         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19362         (gst_alpha_set_property), (gst_alpha_sink_link),
19363         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19364         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19365         (gst_alpha_init_params), (gst_alpha_chain):
19366         Implement alpha functions for AYUV too, this increases
19367         accuracy quite a bit.
19368
19369 2004-11-08  Wim Taymans  <wim@fluendo.com>
19370
19371         * gst/ffmpegcolorspace/avcodec.h:
19372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19373         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19374         (gst_ffmpegcsp_avpicture_fill):
19375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19376         (gst_ffmpegcsp_caps_remove_format_info):
19377         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19378         (shrink12), (img_get_alpha_info), (deinterlace_line),
19379         (deinterlace_line_inplace):
19380         * gst/ffmpegcolorspace/imgconvert_template.h:
19381         Added AYUV colorspace and handle RGBA a bit more respectful.
19382
19383 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19384
19385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19386           Actually always send a discont (cornercase when resending the
19387           same serial-tagged chain twice).
19388
19389 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19390
19391         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19392         (gst_ximagesink_finalize):
19393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19394         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19395
19396 2004-11-08  Wim Taymans  <wim@fluendo.com>
19397
19398         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19399         Don't segfault on NULL data.
19400
19401 2004-11-08  Wim Taymans  <wim@fluendo.com>
19402
19403         * gst/playback/gstdecodebin.c: (unlinked):
19404         * gst/playback/gstplay-marshal.list:
19405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19406         (gst_play_base_bin_init), (group_create), (get_active_group),
19407         (get_building_group), (group_destroy), (group_commit),
19408         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19409         (add_element_stream), (no_more_pads), (probe_triggered),
19410         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19411         (state_change), (setup_source), (gst_play_base_bin_get_property),
19412         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19413         (gst_play_base_bin_link_stream),
19414         (gst_play_base_bin_get_streaminfo):
19415         * gst/playback/gstplaybasebin.h:
19416         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19417         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19418         Add support for chained ogg files. Prepare for playlist
19419         support. This patch introduces the concept of pad groups, which
19420         together compose one playable media file.
19421
19422 2004-11-07  David Schleef  <ds@schleef.org>
19423
19424         * testsuite/gst-lint: Check for pad templates that aren't statically
19425         scoped.
19426
19427 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * configure.ac:
19430         * ext/Makefile.am:
19431         * ext/musepack/Makefile.am:
19432         * ext/musepack/gstmusepackdec.cpp:
19433         * ext/musepack/gstmusepackdec.h:
19434         * ext/musepack/gstmusepackreader.cpp:
19435         * ext/musepack/gstmusepackreader.h:
19436           Add musepack decoder.
19437         * ext/faad/gstfaad.c: (gst_faad_base_init):
19438           Make pad templates static.
19439         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19440         (plugin_init):
19441           Add musepack typefinder, make mp3 typefinding work halfway stream,
19442           which doesn't actually work yet because id3demux doesn't implement
19443           _get_length().
19444
19445 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19448         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19449           Fix interrupt event handling (#144436).
19450
19451 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19454           Hide unused glory.
19455
19456 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19457
19458         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19459
19460         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19461           Fix weird caps (#157548).
19462
19463 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19464
19465         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19468           Add missing NULL terminator (#157543).
19469
19470 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * gst/tcp/gsttcp.h:
19473         * gst/tcp/gsttcpclientsink.c:
19474         * gst/tcp/gsttcpclientsrc.c:
19475         * gst/tcp/gsttcpserversink.c:
19476         * gst/tcp/gsttcpserversrc.c:
19477           ports can go up to 65535.  Move common defines to gsttcp.h
19478
19479 2004-11-05  Wim Taymans  <wim@fluendo.com>
19480
19481         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19482         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19483         Added two more colorspaces.
19484
19485 2004-11-05  Wim Taymans  <wim@fluendo.com>
19486
19487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19488         (gst_ffmpegcsp_avpicture_fill):
19489         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19490         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19491         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19492         More stride fixes.
19493
19494 2004-11-05  Wim Taymans  <wim@fluendo.com>
19495
19496         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19497         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19498         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19499         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19500         (gst_videomixer_loop):
19501         More stride fixes.
19502
19503 2004-11-05  Benjamin Otte  <otte@gnome.org>
19504
19505         * ext/mad/gstmad.c: (gst_mad_chain):
19506           don't overflow data buffer. Flush not needed sync data when syncing
19507           failed.
19508
19509 2004-11-04  Wim Taymans  <wim@fluendo.com>
19510
19511         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19512         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19513         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19514         (gst_alpha_init_params), (gst_alpha_chain),
19515         (gst_alpha_change_state):
19516         Updated the chroma keying algorithm with something more
19517         sophisticated.
19518
19519 2004-11-03  Wim Taymans  <wim@fluendo.com>
19520
19521         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19522         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19523         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19524         Fix stride issues. Does not completely work for odd
19525         heights.
19526
19527 2004-11-03  Wim Taymans  <wim@fluendo.com>
19528
19529         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19530         (gst_alpha_chroma_key), (gst_alpha_chain):
19531         Fix stride issues. Does not completely work for odd
19532         heights.
19533
19534 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19535
19536         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19537         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19538         leak fixes
19539
19540 2004-11-03  Wim Taymans  <wim@fluendo.com>
19541
19542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19543         (gst_ffmpegcsp_avpicture_fill):
19544         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19545         (avpicture_alloc):
19546         * gst/ffmpegcolorspace/imgconvert_template.h:
19547         Use correct _fill function to get correct strides.
19548
19549 2004-11-02  David Schleef  <ds@schleef.org>
19550
19551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19552         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19553         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19554         Change all g_print()s to debugging.  Add a bunch of consistency
19555         checks.
19556
19557 2004-11-02  Wim Taymans  <wim@fluendo.com>
19558
19559         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19560         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19561         (unlinked), (no_more_pads), (close_link):
19562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19563         (unknown_type), (add_element_stream), (new_decoded_pad),
19564         (removed_decoded_pad), (setup_source):
19565         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19566         (gst_stream_info_class_init), (gst_stream_info_init),
19567         (gst_stream_info_new), (gst_stream_info_dispose),
19568         (stream_info_mute_pad), (gst_stream_info_set_property),
19569         (gst_stream_info_get_property):
19570         * gst/playback/gststreaminfo.h:
19571         Fix playback of multiple files.
19572         a slightly different approach to handling dynamic pad removals.
19573         This one only looks at pads that we have linked.
19574
19575 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19576
19577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19578         free" warning from libc.
19579
19580 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19583         (get_unconnected_element), (remove_starting_from), (pad_removed),
19584         (close_link):
19585           Implement support for dynamic pad changing. We listen to "live"
19586           pad removals (i.e. while playing) and re-setup autoplugging
19587           after that. Playbasebin/playbin need some more work for this
19588           to finally work, but decodebin supports (and replugs) chained
19589           ogg now.
19590
19591 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19592
19593         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19594         (gst_alsa_finalize):
19595         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19596         (gst_cdaudio_finalize):
19597         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19598         (cdparanoia_finalize):
19599         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19600         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19601         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19602         (dvdreadsrc_finalize):
19603         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19604         (gst_flacdec_finalize):
19605         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19606         (gst_flacenc_finalize):
19607         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19608         (gst_gnomevfssink_finalize):
19609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19610         (gst_gnomevfssrc_finalize):
19611         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19612         (gst_fameenc_finalize):
19613         * ext/nas/nassink.c: (gst_nassink_class_init),
19614         (gst_nassink_finalize):
19615         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19616         (gst_sdlvideosink_class_init):
19617         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19618         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19619         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19620         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19621         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19622         (gst_x_window_listener_dispose):
19623         * gst/audioscale/gstaudioscale.c:
19624         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19625         (play_on_demand_finalize):
19626         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19627         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19628         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19629         (cdplayer_finalize):
19630         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19631         (gst_glimagesink_class_init):
19632         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19633         (gst_osselement_finalize):
19634         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19635         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19636         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19637           Fixes a bunch of problems with finalize and dispose functions,
19638           either assumptions that dispose is only called once, or not calling
19639           the parent class dispose/finalize function
19640
19641 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19642
19643         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19644           added two api precondition guards
19645           use g_strdup with getenv to fix crash when using ENVVAR
19646
19647 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19648         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19649         (gst_esdsink_finalize):
19650         Use a finalize function, not dispose, and more importantly,
19651         call the parent class finalize function too
19652
19653 2004-11-01  Johan Dahlin  <johan@gnome.org>
19654
19655         * ext/ogg/gstoggdemux.c:
19656         * gst/tags/gstvorbistag.c:
19657         Plug leaks.
19658
19659 2004-10-31  Benjamin Otte  <otte@gnome.org>
19660
19661         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19662           lotsa memleaks today. But they're all small...
19663
19664 2004-10-31  Benjamin Otte  <otte@gnome.org>
19665
19666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19667           another memleak crushed
19668
19669 2004-10-31  Benjamin Otte  <otte@gnome.org>
19670
19671         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19672           fix memleak
19673
19674 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19677           Hack to prevent crash when going to READY inside signal handler
19678           while this function is active.
19679
19680 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * gst/ffmpegcolorspace/Makefile.am:
19683         * gst/ffmpegcolorspace/avcodec.h:
19684         * gst/ffmpegcolorspace/common.h:
19685         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19686         * gst/ffmpegcolorspace/dsputil.h:
19687         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19689         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19690         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19691         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19692         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19693         (gst_ffmpegcsp_avpicture_fill):
19694         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19696         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19697         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19698         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19699         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19700         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19701         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19702         * gst/ffmpegcolorspace/imgconvert.c:
19703         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19704         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19705         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19706         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19707         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19708         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19709         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19710         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19711         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19712         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19713         (grow21), (grow22), (grow41), (grow44), (conv411),
19714         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19715         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19716         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19717         (avpicture_free), (is_yuv_planar), (img_convert),
19718         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19719         (deinterlace_line_inplace), (deinterlace_bottom_field),
19720         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19721         * gst/ffmpegcolorspace/imgconvert_template.h:
19722         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19723         * gst/ffmpegcolorspace/mmx.h:
19724         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19725         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19726         (av_freep), (avcodec_get_context_defaults),
19727         (avcodec_alloc_context), (avcodec_init):
19728           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19729           handling plus update from ffmpeg CVS. Large clean-up.
19730
19731 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * gst/playback/Makefile.am:
19734           We need the marshallers for decodebin, too.
19735
19736 2004-10-30  David Schleef  <ds@schleef.org>
19737
19738         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19739           quicktime typefinding work with 64-bit offsets.
19740
19741 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19742
19743         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19744           Set EOS on the element when processing an EOS event.
19745         * ext/speex/gstspeexdec.h:
19746         * ext/speex/gstspeexenc.h:
19747           Only keep a const ptr to the mode
19748         * gst-libs/gst/riff/riff-media.c:
19749         (gst_riff_create_audio_caps_with_data),
19750         (gst_riff_create_audio_template_caps):
19751           Allow WMAV3, with up to 6 channels.
19752         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19753           Don't call gst_pad_set_event_function on a sink pad.
19754         * gst/mpegstream/gstdvddemux.c:
19755         (gst_dvd_demux_get_subpicture_stream),
19756         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19757           Copy the explicit caps that were set across to the cur_* pads,
19758           instead of trying to use a possibly non-existent negotiated caps.
19759           Reset the type of subpicture pads to UNKNOWN after calling
19760           init_stream, so that the caps get set.
19761
19762 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19763
19764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19767           Don't touch buffer if it is of size 0 (fixes #151064).
19768
19769 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19770
19771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19772           Synchronized discont handling.
19773
19774 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19777         (gst_ogg_demux_push):
19778           Make seeking sort-of exact again (fixes #156387).
19779
19780 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * gst/playback/gstplaybasebin.c: (unknown_type),
19783         (add_element_stream), (new_decoded_pad),
19784         (gst_play_base_bin_change_state):
19785         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19786         (gst_stream_info_init), (gst_stream_info_new),
19787         (gst_stream_info_dispose), (gst_stream_info_get_property):
19788         * gst/playback/gststreaminfo.h:
19789           Make caps explicitely available. Makes testing for unsupported
19790           types possible. Improves error reporting.
19791
19792 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * gst/audioconvert/gstaudioconvert.c:
19795         (gst_audio_convert_buffer_to_default_format):
19796           Really don't touch read-only buffers (#156563).
19797
19798 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19799
19800         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19801
19802         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19803           Fix memleak (#155223).
19804
19805 2004-10-29  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/tcp/.cvsignore:
19808         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19809         (gst_multifdsink_class_init), (gst_multifdsink_init),
19810         (gst_multifdsink_add), (gst_multifdsink_remove),
19811         (gst_multifdsink_remove_client_link), (is_sync_frame),
19812         (gst_multifdsink_new_client),
19813         (gst_multifdsink_handle_client_write),
19814         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19815         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19816         (gst_multifdsink_get_property):
19817         * gst/tcp/gstmultifdsink.h:
19818         Added burst on connect sync_method, deprecated sync_clients,
19819         streamlined the sync code some more.
19820
19821 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19824         (gst_play_base_bin_change_state):
19825           Improve error reporting.
19826
19827 2004-10-28  Wim Taymans  <wim@fluendo.com>
19828
19829         * gst/tcp/Makefile.am:
19830         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19831         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19832         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19833         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19834         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19835         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19836         (gst_fdset_wait):
19837         Added more locks around fdset structures. Fixed/reworked
19838         the poll array resizing code.
19839         Added stress test for fdset.
19840
19841 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19842
19843         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19844         fix build
19845
19846 2004-10-28  Benjamin Otte  <otte@gnome.org>
19847
19848         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19849           fix link function to always query channels and query width for
19850           floats
19851         * configure.ac:
19852           add equalizer dir
19853         * gst/equalizer/Makefile.am:
19854         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19855         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19856         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19857         (arg_to_scale), (setup_filter),
19858         (gst_iir_equalizer_compute_frequencies),
19859         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19860         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19861         (plugin_init):
19862           add an equalizer
19863
19864 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19867
19868         * po/LINGUAS:
19869         * po/nb.po:
19870           Added Norwegian Bokmaal translation
19871
19872 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19875           Don't break on options (fixes #156488).
19876
19877 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * configure.ac:
19880         * ext/cdaudio/Makefile.am:
19881         * sys/Makefile.am:
19882           fix build on older automake
19883
19884 2004-10-26  Wim Taymans  <wim@fluendo.com>
19885
19886         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19887         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19888         Allow a little margin when negotiating the framerate.
19889
19890 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19891
19892         * gst/level/gstlevel.c:
19893           synchonised naming of pads and pad-templates
19894
19895 2004-10-26  Wim Taymans  <wim@fluendo.com>
19896
19897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19898         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19899         (_find_streams_check), (gst_ogg_demux_push):
19900         Fix EOS again. Needs to be done in a better way. We should not
19901         remove the pad if there is no new chained stream.
19902
19903 2004-10-26 Iain <iaingnome@gmail.com>
19904
19905         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19906         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19907         of the caps.
19908         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19909         pad.
19910         (interleave_release_pad): Remove the pad.
19911         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19912         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19913         the set device.
19914         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19915         attrs
19916         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19917         (gst_xvimagesink_finalize): Free the par.
19918
19919 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19920
19921         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19922         (gst_avimux_stop_file):
19923           First calculate the rate, and only then use it. Hdr.rate is a
19924           multiple and not a derivative of hdr.scale. Scale is not the
19925           same as blockalign but is solely related to rate.
19926
19927 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19928
19929         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19930         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19931           Implement seeking.
19932
19933 2004-10-25  James Henstridge  <james@jamesh.id.au>
19934
19935         Reviewed by:  David Schleef  <ds@schleef.org>
19936
19937         * examples/gstplay/player.c: (got_stream_length), (main):
19938         * examples/seeking/cdplayer.c: (update_scale):
19939         * examples/seeking/seek.c: (format_value), (update_scale):
19940         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19941         (stop_seek):
19942         Build fixes on AMD64.
19943
19944 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19945
19946         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19947
19948         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19949         Fix for some v4l cards which hang in v4lsrc
19950
19951 2004-10-25  Wim Taymans  <wim@fluendo.com>
19952
19953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19954         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19955         Make sure to remove the pad when a new chain is
19956         encountered. Set some vars to NULL so we don't try
19957         to reference freed memory.
19958
19959 2004-10-25  Wim Taymans  <wim@fluendo.com>
19960
19961         * examples/seeking/Makefile.am:
19962         * examples/seeking/cdplayer.c: (update_scale):
19963         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19964         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19965         (format_value), (update_scale), (iterate), (start_seek),
19966         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19967         (print_usage), (main):
19968         Added some more examples, update others.
19969
19970 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19973         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19974         * ext/theora/theoradec.c: (theora_dec_chain):
19975         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19976           Add codec-name metadata.
19977
19978 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19979
19980         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19983         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19984         * ext/alsa/gstalsamixertrack.h:
19985         * po/POTFILES.in:
19986           ALSA mixer track label internationalization (#154054).
19987
19988 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19989
19990         * ext/theora/theoradec.c: (theora_dec_chain):
19991           Export bitrate as metadata.
19992
19993 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19996         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19997         * ext/alsa/gstalsamixertrack.h:
19998           Fix names, fix loop.
19999
20000 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20003         (speex_dec_convert):
20004           sinkconvert function so oggdemux can get the file length (totem).
20005
20006 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20007
20008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20009
20010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20011           Don't push incomplete packets.
20012         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20013           Fix MPEG-4 audio typefinding.
20014
20015 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * sys/v4l/Makefile.am:
20018         * sys/v4l/gstv4l.c: (plugin_init):
20019         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20020         (gst_v4lelement_init), (gst_v4lelement_dispose),
20021         (gst_v4lelement_change_state):
20022         * sys/v4l/gstv4lelement.h:
20023         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20024         (gst_v4l_xoverlay_close), (idle_refresh),
20025         (gst_v4l_xoverlay_set_xwindow_id):
20026         * sys/v4l/gstv4lxoverlay.h:
20027         * sys/v4l/v4l-overlay_calls.c:
20028         * sys/v4l/v4l_calls.h:
20029         * sys/v4l2/Makefile.am:
20030         * sys/v4l2/gstv4l2.c: (plugin_init):
20031         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20032         (gst_v4l2element_init), (gst_v4l2element_dispose),
20033         (gst_v4l2element_change_state):
20034         * sys/v4l2/gstv4l2element.h:
20035         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20036         (gst_v4l2_xoverlay_close), (idle_refresh),
20037         (gst_v4l2_xoverlay_set_xwindow_id):
20038         * sys/v4l2/gstv4l2xoverlay.h:
20039         * sys/v4l2/v4l2-overlay_calls.c:
20040         * sys/v4l2/v4l2_calls.h:
20041           Remove client-side overlay handling, use the X-server v4l plugin
20042           for that. Nicer overlay, less code. Also make the plugin
20043           compileable without X (but then without overlay, obviously).
20044           Makes xwindowlistener obsolete, should we remove that?
20045
20046 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20049         (gst_osssrc_src_query):
20050         * sys/oss/gstosssrc.h:
20051           OK, so people want offset in DEFAULT. This time, actually fix all
20052           cases.
20053         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20054           Add FPS properly.
20055
20056 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * gst/asfdemux/gstasfmux.c:
20059         * gst/avi/gstavimux.c:
20060           Framerate.
20061
20062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20065           Fix properties (channel, norm, frequency).
20066
20067 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20068
20069         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20070           Flag typo.
20071         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20072           No warnings.
20073
20074 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20077           Fix hang.
20078
20079 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * sys/v4l2/gstv4l2element.h:
20082           Yet Another Hack (tm) for kernel header borkedness.
20083         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20084         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20085         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20086         (gst_v4l2src_change_state):
20087         * sys/v4l2/gstv4l2src.h:
20088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20089         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20090           Fix caps, keep track of state, work.
20091
20092 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20093
20094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20095           Quiet.
20096
20097 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20098
20099         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20100           Don't mix bytes and samples.
20101
20102 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * ext/ogg/gstoggmux.c:
20105           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20106           and theora. Any is incorrect.
20107         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20108           Fix caps.
20109         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20110         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20111         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20112         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20113         * sys/v4l/gstv4lmjpegsrc.h:
20114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20115         (gst_v4lsrc_change_state):
20116         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20117         (gst_v4lmjpegsrc_capture_stop):
20118           Fix caps. Keep track of internal state. Work.
20119
20120 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20121
20122         * ext/Makefile.am:
20123           Fix the build fixes.
20124
20125 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20126
20127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20128         (gst_ogg_demux_src_event), (_find_chain_seek),
20129         (gst_ogg_pad_push):
20130           Check for pad availability before using it.
20131         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20132           Fix parsing of chained ogg. Needs more work on the decoder side.
20133
20134 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20135
20136         * gst/spectrum/Makefile.am:
20137         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20138         (idle_func):
20139           Fix demo and reenable it. Yes, I'm currently playing with audio
20140           analysis tools
20141
20142 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20143
20144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20145           We love it if files that start at zero work too...
20146
20147 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20148
20149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20150           Handle files with missing EOS headers.
20151
20152 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20153
20154         * gst/tcp/gsttcpserversink.c:
20155         (gst_tcpserversink_handle_server_read),
20156         (gst_tcpserversink_init_send):
20157         Zero some variables first (need for accept not to return EINVAL)
20158
20159 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20160
20161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20162         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20163         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20164         (theora_dec_chain):
20165         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20166         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20167           Seeking and querying finetune.
20168
20169 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20170
20171         * configure.ac:
20172         * ext/Makefile.am:
20173         * ext/raw1394/Makefile.am:
20174           fix the build
20175
20176 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20177
20178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20179           Wrong return.
20180         * gst/playback/Makefile.am:
20181         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20182         * gst/playback/gstplay-marshal.list:
20183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20184           Fix marshallers.
20185
20186 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20189           Silence.
20190
20191 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20192
20193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20194         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20195         (gst_ogg_pad_push):
20196           Yay for non-lineair granulepos in theora.
20197
20198 2004-10-18  Wim Taymans  <wim@fluendo.com>
20199
20200         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20201         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20202         * ext/dv/gstdvdec.h:
20203         Make sure we renegotiate aspect ratio when the camera switches.
20204
20205 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20208         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20209           Start at zero.
20210         * ext/theora/theoradec.c: (theora_dec_chain):
20211           Skip headers. Bad idea for chained ogg, but fixes seeking.
20212
20213 2004-10-18  Wim Taymans  <wim@fluendo.com>
20214
20215         * configure.ac:
20216         I swear, this is the last time I touch this.
20217
20218 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20219
20220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20221         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20222         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20223           Faster seeking.
20224         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20225           Time-to-default conversion.
20226         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20227           Don't error on unknown packets, just skip. We should probably
20228           read them if we want to support chained ogg.
20229
20230 2004-10-18  Wim Taymans  <wim@fluendo.com>
20231
20232         * configure.ac:
20233         Added cdaudio to wrong list.
20234
20235 2004-10-18  Wim Taymans  <wim@fluendo.com>
20236
20237         * configure.ac:
20238         Revive cdaudio.
20239
20240 2004-10-18  Wim Taymans  <wim@fluendo.com>
20241
20242         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20243         (gst_dvdec_video_link), (gst_dvdec_push):
20244         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20245         (gst_smokeenc_resync), (gst_smokeenc_chain):
20246         Fix mimetype on smoke encoder.
20247         Add aspect ratio to dvdec. Not sure if these
20248         values are correct though....
20249
20250 2004-10-18  Wim Taymans  <wim@fluendo.com>
20251
20252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20253         Fix vorbis property descriptions and ranges.
20254
20255 2004-10-18  Wim Taymans  <wim@fluendo.com>
20256
20257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20258         Really do nothing when no data is available.
20259         Go to the playing state when the stream is not seekable
20260         instead of failing.
20261
20262 2004-10-18  Wim Taymans  <wim@fluendo.com>
20263
20264         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20265         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20266         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20267         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20268         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20269         Added uri handler for cd://
20270         Port to new API.
20271
20272 2004-10-18  Wim Taymans  <wim@fluendo.com>
20273
20274         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20275         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20276         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20277         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20278         (remove_prerolls), (unknown_type), (add_element_stream),
20279         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20280         (gst_play_base_bin_remove_element),
20281         (gst_play_base_bin_link_stream):
20282         * gst/playback/gstplaybin.c: (gen_video_element),
20283         (gen_vis_element), (remove_sinks), (setup_sinks):
20284         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20285         (gst_stream_info_get_type), (gst_stream_info_class_init),
20286         (gst_stream_info_init), (gst_stream_info_new),
20287         (gst_stream_info_dispose), (stream_info_mute_pad),
20288         (gst_stream_info_set_property), (gst_stream_info_get_property):
20289         * gst/playback/gststreaminfo.h:
20290         Add sink padtemplate to decodebin.
20291         Added some more comments.
20292         Make queue size configurable in playbasebin.
20293         Added possibility to use elements as sinks (ex cdaudio).
20294
20295 2004-10-15  Wim Taymans  <wim@fluendo.com>
20296
20297         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20298         (gst_speexenc_chain):
20299         Fix speex timestamps so that it gets muxed properly.
20300
20301 2004-10-15  Wim Taymans  <wim@fluendo.com>
20302
20303         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20304         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20305         (gst_dv1394src_init), (gst_dv1394src_dispose),
20306         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20307         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20308         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20309         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20310         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20311         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20312         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20313         * ext/raw1394/gstdv1394src.h:
20314         Added conversion/query functions.
20315         Update buffer timestamps,
20316         Added signals.
20317         Added uri dv:// so it might play from the firewire in playbin.
20318         Fix a possible leak.
20319         Added debugging.
20320
20321 2004-10-15  Wim Taymans  <wim@fluendo.com>
20322
20323         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20324         (gst_dv1394src_init), (gst_dv1394src_set_property),
20325         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20326         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20327         * ext/raw1394/gstdv1394src.h:
20328         Added AV/C VTR control support needed for some cameras.
20329         Added automatic port detection.
20330         Added properties for selecting the channel.
20331         The configure.ac script is not yet updated to reflect the
20332         new libavc1394 and librom1394 dependencies.
20333
20334 2004-10-15  Wim Taymans  <wim@fluendo.com>
20335
20336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20337         (qtdemux_parse), (gst_qtdemux_handle_esds):
20338         An esds box is not a container.
20339         Fix parsing of mp4v boxes.
20340         Do not try to renegotiate fps for each frame. Need to
20341         find a better method. This should fix mp4 playback.
20342
20343 2004-10-14  David Schleef  <ds@schleef.org>
20344
20345         * configure.ac: update for swfdec-0.3 and liboil-0.2
20346         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20347         * ext/swfdec/gstswfdec.h: same
20348         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20349         * gst/videotestsrc/videotestsrc.c: same
20350
20351 2004-10-14  Wim Taymans  <wim@fluendo.com>
20352
20353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20354         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20355         (is_sync_frame), (gst_multifdsink_new_client),
20356         (gst_multifdsink_handle_client_write),
20357         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20358         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20359         Turn warnings into info.
20360         Don't allow a state change in the streaming thread.
20361
20362 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20363
20364         * ext/vorbis/oggvorbisenc.c:
20365         * ext/vorbis/vorbisdec.c:
20366           fix template sample rate
20367
20368 2004-10-13  Wim Taymans  <wim@fluendo.com>
20369
20370         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20371         Decoding the header first fixes some problems in resyncing
20372         in more mp3s.
20373
20374 2004-10-12  Wim Taymans  <wim@fluendo.com>
20375
20376         * gst/playback/gstplaybin.c: (gen_video_element),
20377         (gen_vis_element), (remove_sinks), (setup_sinks):
20378         Added vis plugin support, need to configure the vis
20379         element to activate it.
20380
20381 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20384         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20385           Some debug.
20386         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20387         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20388         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20389         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20390         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20391         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20392         * gst/avi/gstavidemux.h:
20393           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20394           recovery (where, if part of the index is broken, we will still read
20395           the rest of the index and recover the broken part by stream
20396           scanning). More broken media support. EOS workarounds. General AVI
20397           braindamage headache recovery. Aspirin included.
20398
20399 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20402         (cdparanoia_event), (cdparanoia_query):
20403           Get rid of hideous lead-in.
20404
20405 2004-10-11  Wim Taymans  <wim@fluendo.com>
20406
20407         * gst/playback/gstplaybasebin.c: (setup_source):
20408         Wrong var used to get g_list_next.
20409
20410 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20413         (cdparanoia_get), (cdparanoia_open):
20414           Report discid as metadata, add duration.
20415
20416 2004-10-11  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst/playback/gstplaybasebin.c: (setup_source):
20419         Cleanup the previous pipeline a little earlier for the
20420         case that a source element provides raw data.
20421
20422 2004-10-11  Benjamin Otte  <otte@gnome.org>
20423
20424         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20425           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20426           consuming the last 128 bytes, even though it was valid mp3 data.
20427
20428 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20429
20430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20431         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20432         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20433         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20434
20435 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20436
20437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20438         Fix for webcams that support only specific width or height
20439
20440 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20441
20442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20445           Fix wrong discont event setup (fixes #154967).
20446
20447 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20448
20449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20452           Error out on invalid data (fixes #154807).
20453
20454 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20455
20456         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20457
20458         * ext/dvdread/dvdreadsrc.c: (_read):
20459           Make titles > 0 work again (fixes #154834).
20460
20461 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * gst-libs/gst/riff/riff-media.c:
20464         (gst_riff_create_video_template_caps):
20465           WMV3 missing in template caps.
20466
20467 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20468
20469         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20470           OK, so the original code was too strict. It makes random AVI files
20471           hang for seconds upon opening, which is unacceptable and is far
20472           beyond the original goal of getting multiple chunks for one-chunk
20473           sounc stream files. So now do just that.
20474
20475 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20476
20477         * gst/playback/gstplaybasebin.c: (setup_source),
20478         (gst_play_base_bin_change_state):
20479           Actually clean up streaminfo if output fails. This would trigger
20480           if, for example, there was no CD in the drive. No preroll, so
20481           a streaminfo structure is created, but the subsequent state change
20482           of the thread fails.
20483         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20484           Don't change state if parent failed.
20485
20486 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20487
20488         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20489         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20490         (gen_video_element), (remove_sinks):
20491           Add small bits of code for screenshot handling.
20492
20493 2004-10-08  Wim Taymans  <wim@fluendo.com>
20494
20495         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20496         (gen_video_element), (gen_audio_element), (setup_sinks):
20497         Don't assume the user provided sinks are named "sink"...
20498
20499 2004-10-08  Wim Taymans  <wim@fluendo.com>
20500
20501         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20502         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20503         (gst_play_base_bin_link_stream):
20504         Do not try to autoplug sources that generate raw streams like
20505         cdparanoia.
20506         disconnect the preroll overrun signal when we don't need it anymore.
20507
20508 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20509
20510         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20511         Added reworked patch from #154903 from milosz derezynski (deadchip).
20512
20513 2004-10-08  Wim Taymans  <wim@fluendo.com>
20514
20515         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20516         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20517         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20518         (cdparanoia_convert), (cdparanoia_uri_get_type),
20519         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20520         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20521         * ext/cdparanoia/gstcdparanoia.h:
20522         This adds the cdda://<tracknum> uri.
20523
20524 2004-10-08  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20527         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20528         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20530         (unknown_type), (gst_play_base_bin_remove_element),
20531         (gst_play_base_bin_link_stream):
20532         * gst/playback/gstplaybasebin.h:
20533         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20534         (gst_play_bin_set_property), (gen_video_element),
20535         (gen_audio_element), (setup_sinks):
20536         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20537         (gst_stream_info_get_type), (gst_stream_info_class_init),
20538         (gst_stream_info_init), (gst_stream_info_new),
20539         (gst_stream_info_dispose), (stream_info_mute_pad),
20540         (gst_stream_info_set_property), (gst_stream_info_get_property):
20541         * gst/playback/gststreaminfo.h:
20542         Reuse the audio and video bins.
20543         Some internal cleanups in the stream selection code.
20544
20545 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20546
20547         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20548         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20549         * sys/ximage/ximagesink.h:
20550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20551         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20552         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20553         not coming from those elements. Moreover these elements should not keep
20554         the xid they have been given when in NULL state.
20555
20556 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20557
20558         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20559         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20560         * sys/ximage/ximagesink.h:
20561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20562         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20563         * sys/xvimage/xvimagesink.h:
20564           Actually only create a new toplevel window if we're not gonna
20565           embed it right after.
20566
20567 2004-10-07  Wim Taymans  <wim@fluendo.com>
20568
20569         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20570         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20571         * gst/playback/gstplaybin.c: (setup_sinks):
20572         Implement muting/unmuting of streams, mute streams that are not
20573         used.
20574
20575 2004-10-07  Wim Taymans  <wim@fluendo.com>
20576
20577         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20578         (plugin_init):
20579         Added lame audio/x-ac3 typefind function.
20580
20581 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20582
20583         * configure.ac:
20584           bump nano to cvs
20585
20586 === release 0.8.5 ===
20587
20588 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20589
20590         * NEWS:
20591         * RELEASE:
20592         * configure.ac:
20593           releasing 0.8.5, "Take You On"
20594
20595 2004-10-06  Wim Taymans  <wim@fluendo.com>
20596
20597         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20598         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20599         (no_more_pads), (close_link), (type_found):
20600         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20601         * gst/playback/gstplaybin.c: (gen_video_element):
20602         Do not signal the no_more_pads after the first pad when
20603         we are plugging a non dynamic element with multiple
20604         output pads (like swfdec, dvdec, ...).
20605
20606 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20607
20608         * configure.ac:
20609           bump for prerelease
20610
20611 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20612
20613         * gst/wavparse/gstwavparse.c:
20614           add ATRAC3 to STATIC CAPS to fix a warning
20615
20616         * gst/matroska/ebml-read.c:
20617         * gst-libs/gst/riff/riff-read.c:
20618           fix typos
20619
20620 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20621
20622         * gst-libs/gst/riff/riff-media.c:
20623           generate caps for ATRAC3 audio streams
20624
20625         * gst/realmedia/rmdemux.c:
20626           generate caps for ATRAC3 audio streams
20627
20628 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20629
20630         * gst/wavparse/Makefile.am
20631         * gst/wavparse/riff.h
20632         * gst/wavparse/wavparse.vcproj
20633           riff.h removal (unused and duplication with riff-ids.h)
20634
20635 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20636
20637         * gst/wavparse/gstwavparse.h
20638           remove duplicated defines for audio codec codes
20639
20640         * gst-libs/gst/riff/riff-ids.h
20641         * gst/wavenc/riff.h:
20642           add "4CC" code for ATRAC3 audio streams
20643           add "4CC" code for ITU_G721_ADPCM (unused for now)
20644
20645 2004-10-06  Wim Taymans  <wim@fluendo.com>
20646
20647         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20648         Actually _do_ negotiation. Pass gdouble as arg instead
20649         of guint64 for the framerate.
20650
20651 2004-10-06  Wim Taymans  <wim@fluendo.com>
20652
20653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20654         (find_compatibles), (close_pad_link), (try_to_link_1),
20655         (no_more_pads), (close_link), (type_found):
20656         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20657         * gst/playback/gstplaybin.c: (gen_video_element),
20658         (gen_audio_element):
20659         Set state on newly added element to READY so that negotiation
20660         can happen ASAP.
20661         Addes some more debug info.
20662         Do not try to plug pads with multiple caps structures or ANY
20663         because it is too dangerous since we do not do dynamic
20664         replugging.
20665
20666 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20667
20668         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20669
20670         * po/LINGUAS:
20671         * po/or.po:
20672           add Oriya translation
20673
20674 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20677           Prevent overwrite of size member. Makes audio sound crappy.
20678
20679 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20680
20681         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20682         Add rmvb to the list of known RealMedia extensions
20683
20684 2004-10-05  Wim Taymans  <wim@fluendo.com>
20685
20686         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20687         (mngdec_openstream), (mngdec_closestream),
20688         (mngdec_handle_sink_event), (mngdec_readdata),
20689         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20690         (mngdec_getcanvasline), (mngdec_refresh),
20691         (gst_mngdec_change_state):
20692         Set the framerate correctly.
20693
20694 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20697           There was something wrong with the index massaging.
20698
20699 2004-10-04  Wim Taymans  <wim@fluendo.com>
20700
20701         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20702         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20703         (gst_smokedec_chain):
20704         * ext/jpeg/gstsmokedec.h:
20705         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20706         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20707         * ext/jpeg/gstsmokeenc.h:
20708         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20709         (smokecodec_decode_new), (smokecodec_info_free),
20710         (smokecodec_set_quality), (smokecodec_get_quality),
20711         (smokecodec_set_threshold), (smokecodec_get_threshold),
20712         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20713         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20714         (smokecodec_encode), (smokecodec_parse_id),
20715         (smokecodec_parse_header), (smokecodec_decode):
20716         * ext/jpeg/smokecodec.h:
20717         * ext/jpeg/smokeformat.h:
20718         Updated smoke, new bitstream, allows embedding in ogg.
20719
20720 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20721
20722         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20723           Fix seeking in some files. All this code is no longer needed (and
20724           actually breaks stuff) because we now synchronize the full index
20725           right when reading the header.
20726
20727 2004-10-04  Wim Taymans  <wim@fluendo.com>
20728
20729         * configure.ac:
20730         configure update for libmng.
20731
20732 2004-10-04  Wim Taymans  <wim@fluendo.com>
20733
20734         * ext/libmng/Makefile.am:
20735         * ext/libmng/gstmng.c: (plugin_init):
20736         * ext/libmng/gstmng.h:
20737         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20738         (gst_mngdec_base_init), (gst_mngdec_class_init),
20739         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20740         (gst_mngdec_loop), (gst_mngdec_get_property),
20741         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20742         (mngdec_closestream), (mngdec_handle_sink_event),
20743         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20744         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20745         (gst_mngdec_change_state):
20746         * ext/libmng/gstmngdec.h:
20747         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20748         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20749         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20750         (gst_mngenc_chain), (gst_mngenc_get_property),
20751         (gst_mngenc_set_property):
20752         * ext/libmng/gstmngenc.h:
20753         Added basic MNG decoder. Needs more work. The encoder does
20754         not work yet.
20755
20756 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20757
20758         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20759         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20760         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20761           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20762           no-more-pads.
20763
20764 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20765
20766         * configure.ac:
20767           you need at least 1.0.4 of speex
20768
20769 2004-10-04 Iain <iaingnome@gmail.com>
20770
20771         * ext/speex/gstspeexdec.h: Revert the includes changes.
20772
20773         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20774
20775 2004-09-30 Iain <iaingnome@gmail.com>
20776
20777         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20778         found during init or set as a property instead of hardcoding /dev/audio
20779
20780 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20783         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20784         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20785         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20786         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20787         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20788         (gst_rmdemux_dump_data):
20789           Use debug category, fix EOS handling. filesrc ! rmdemux now
20790           works.
20791
20792 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20795         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20796         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20797           Improve allocation, cutting and sorting of the index. How takes a
20798           few seconds instead of minutes.
20799
20800 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20801
20802         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20803           fixed compilation
20804
20805 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20806
20807         * gst-libs/gst/riff/riff-media.c:
20808         (gst_riff_create_video_caps_with_data),
20809         (gst_riff_create_video_template_caps):
20810           Add wing commander format mimetype/fourccs.
20811         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20812           Don't crash if some value is 0.
20813
20814 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * gst-libs/gst/riff/riff-media.c:
20817         (gst_riff_create_video_caps_with_data),
20818         (gst_riff_create_video_template_caps):
20819           Add DIB fourcc (raw, palettized 8-bit RGB).
20820         * gst-libs/gst/riff/riff-read.c:
20821         (gst_riff_read_strf_vids_with_data):
20822           Oops, fix strf_data reading bug.
20823         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20824           Use a non-NULL tag.
20825         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20826           Time for hacks. Sorry Dave. At least one quicktime movie (a
20827           trailer) that I've encountered contains multiple video tracks.
20828           One of those is the actual video track, the other are one-frame
20829           tracks (images). Unfortunately, the number of frames according
20830           to the trak header is 1 for each, so that doesn't help. So
20831           instead, I look at the duration and discard tracks with a
20832           duration shorter than 20% of the length of the stream. Better
20833           than nothing.
20834
20835 2004-10-01  Christian Schaller <christian@fluendo.com>
20836
20837         * ext/ivorbis/vorbis.c:
20838           Patch from Phil Blundell (Bug 152341)
20839
20840 2004-10-01  Wim Taymans  <wim@fluendo.com>
20841
20842         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20843         (speex_dec_get_formats), (speex_dec_convert),
20844         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20845         (speex_dec_chain), (gst_speexdec_get_property),
20846         (gst_speexdec_set_property):
20847         Small cleanups.
20848
20849 2004-10-01  Wim Taymans  <wim@fluendo.com>
20850
20851         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20852         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20853         (gst_wavparse_other), (gst_wavparse_loop),
20854         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20855         (gst_wavparse_srcpad_event):
20856         * gst/wavparse/gstwavparse.h:
20857         Added some more debugging info.
20858         Fix the case where the length of the file is 0.
20859         Make sure we seek to sample borders.
20860
20861 2004-10-01  Wim Taymans  <wim@fluendo.com>
20862
20863         * gst/playback/README:
20864         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20865         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20866         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20867         Add some debug info to decodebin, update README
20868
20869 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20870
20871         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20872           Don't use g_print(); use GST_DEBUG().
20873
20874 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20877         (gst_ogg_mux_queue_pads):
20878           Handle EOS properly.
20879
20880 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20881
20882         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20885         (gst_faad_chain), (gst_faad_change_state):
20886         * ext/faad/gstfaad.h:
20887           Allow playback of raw (unframed) MPEG AAC files (#148993).
20888
20889 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20890
20891         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20892
20893         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20894           Throw error if we didn't recognize the stream. Fixes #152289.
20895
20896 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20899           Fix negotiation.
20900
20901 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20902
20903         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20904
20905         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20906           Fix memleak.
20907
20908 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20909
20910         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20913           Solve #152805.
20914         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20915           Solve 152806.
20916
20917 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20918
20919         * gst-libs/gst/riff/riff-media.c:
20920         (gst_riff_create_video_caps_with_data),
20921         (gst_riff_create_audio_caps_with_data):
20922           Add codec_data handling (like asfdemux used to do).
20923         * gst/asfdemux/gstasf.c: (plugin_init):
20924         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20925         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20926           Use riff-media for caps creation instead of our own (mostly
20927           broken) copy of its functions.
20928
20929 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20932           Don't actually error out if we get another return value than
20933           -EINVAL. Opposite to what I first thought, drivers have random
20934           return values for this, although -EINVAL is the expected return
20935           value. Since this is not fatal, we shouldn't use
20936           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20937
20938 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20939
20940         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20941         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20942         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20943         (dvdreadsrc_get), (dvdreadsrc_open_file),
20944         (dvdreadsrc_change_state):
20945           Fix. Don't do one big huge loop around the whole DVD, that will
20946           cache all data and thus eat sizeof(dvd) (several GB) before we
20947           see something.
20948         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20949           Actually NULL'ify event after using it.
20950         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20951         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20952         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20953         (gst_ebml_read_seek), (gst_ebml_read_skip):
20954           Handle events.
20955         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20956         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20957         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20958           Fix timing (this will probably break if I seek using menus, but
20959           I didn't get there yet). VOBs and normal DVDs should now work.
20960           Add a mpeg2-only pad with high rank so this get autoplugged for
20961           MPEG-2 movies.
20962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20963         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20964         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20965         (gst_mpeg_demux_get_audio_stream),
20966         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20967         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20968           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20969           MPEG-1 but use dvddemux for MPEG-2.
20970         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20971         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20972         (gst_mpeg_parse_parse_packhead):
20973           Timing. Only add pad template if it exists. Add sink template from
20974           class and not from ourselves. This means we will always use the
20975           correct sink template even if it is not the one defined in this
20976           file.
20977
20978 2004-09-29  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20981         (gst_mpeg_demux_parse_pes):
20982         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20983         Fix playback of mpeg again, timestamps where screwed up by
20984         patch 1.61.
20985
20986 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20989           Only return true if we actually filled something in. Prevents
20990           player applications from showing a random length for flac files.
20991         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20992         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20993         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20994         (gst_riff_read_strf_vids_with_data),
20995         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20996           OK, ok, so I implemented event handling. Apparently it's normal
20997           that we receive random events at random points without asking
20998           for it.
20999         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21000         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21001         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21002         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21003         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21004         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21005         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21006         * gst/avi/gstavidemux.h:
21007           Implement non-lineair chunk handling and subchunk processing.
21008           The first solves playback of AVI files where the audio and video
21009           data of individual buffers that we read are not synchronized.
21010           This should not happen according to the wonderful AVI specs, but
21011           of course it does happen in reality. It is also a prerequisite for
21012           the second. Subchunk processing allows us to cut chunks in small
21013           pieces and process each of these pieces separately. This is
21014           required because I've seen several AVI files with incredibly large
21015           audio chunks, even some files with only one audio chunk for the
21016           whole file. This allows for proper playback including seeking.
21017           This patch is supposed to fix all AVI A/V sync issues.
21018         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21019         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21020           Work.
21021         * gst/modplug/gstmodplug.cc:
21022           Proper return value setting for the query() function.
21023         * gst/playback/gstplaybasebin.c: (setup_source):
21024           Being in non-playing state (after, e.g., EOS) is not necessarily
21025           a bad thing. Allow for that. This fixes playback of short files.
21026           They don't actually playback fully now, because the clock already
21027           runs. This means that small files (<500kB) with a small length
21028           (<2sec) will still not or barely play. Other files, such as mod
21029           or flx, will work correctly, however.
21030
21031 2004-09-28  Wim Taymans  <wim@fluendo.com>
21032
21033         * ext/speex/gstspeex.c: (plugin_init):
21034         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21035         (gst_speex_dec_class_init), (speex_dec_get_formats),
21036         (speex_get_event_masks), (speex_get_query_types),
21037         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21038         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21039         (gst_speexdec_get_property), (gst_speexdec_set_property),
21040         (speex_dec_change_state):
21041         * ext/speex/gstspeexdec.h:
21042         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21043         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21044         (gst_speexenc_base_init), (gst_speexenc_class_init),
21045         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21046         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21047         (gst_speexenc_src_query), (gst_speexenc_init),
21048         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21049         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21050         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21051         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21052         (gst_speexenc_chain), (gst_speexenc_get_property),
21053         (gst_speexenc_set_property), (gst_speexenc_change_state):
21054         * ext/speex/gstspeexenc.h:
21055         Rewrote speex encoder, make sure it can be embedded in ogg.
21056         Implemented speex decoder.
21057
21058 2004-09-28  Christian Schaller <christian@fluendo.com>
21059
21060         * configure.ac:
21061         Remove kioslave plugin. Markey is brewing a new working one
21062         * ext/Makefile.am: Remove kioslave plugin
21063         * ext/kio: remove
21064         * gst-plugins.spec.in: remove kio plugin from spec
21065
21066 2004-09-27  Wim Taymans  <wim@fluendo.com>
21067
21068         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21069         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21070         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21071         (gst_multifdsink_new_client),
21072         (gst_multifdsink_handle_client_write),
21073         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21074         (gst_multifdsink_handle_clients):
21075         * gst/tcp/gstmultifdsink.h:
21076         Make syncing to keyframes actually work for new clients and lagging
21077         clients.
21078
21079 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21080
21081         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21082         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21083         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21084         * gst/debug/gstnavigationtest.h:
21085           make navigationtest display button-press and button-release events
21086
21087 2004-09-26 Iain <iaingnome@gmail.com>
21088
21089         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21090         the channels have received a new media event.
21091         (interleave_buffered_loop): Compresses a new media event on all
21092         channels into one.
21093
21094 2004-09-26 Iain <iaingnome@gmail.com>
21095
21096         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21097         call the sinkpad's default event handler and not the srcpads. He also
21098         says this is confusing :)
21099         (gst_wavenc_stop_file): Company says that seek events only go upstream
21100         we should send a discontinuous downstream instead.
21101
21102 2004-09-25  Christian Schaller <christian@fluendo.com>
21103
21104         * Update SPEC file to be usable in conjunction with Fedora Core,
21105           Fedora.us and freshrpms packages
21106         * Fix typo in multifilesrc test Makefile
21107
21108 2004-09-24  Wim Taymans  <wim@fluendo.com>
21109
21110         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21111         Only signal the no_more_pads signal when we have
21112         added the stream to our list.
21113
21114 2004-09-24  Wim Taymans  <wim@fluendo.com>
21115
21116         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21117         (new_decoded_pad):
21118         * gst/playback/gstplaybasebin.h:
21119         * gst/playback/gstplaybin.c: (setup_sinks):
21120         Don't try to preroll or decode more than one audio/video
21121         track.
21122
21123 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21126           Throw error if we failed to find a suitable output. This should
21127           throw an error if we successfully set up a pipeline (e.g. because
21128           we recognized a media file) but found no decodable streams in it
21129           (e.g. because it contains only media stream types for which we
21130           have no decoders, or because it's not a media type).
21131
21132 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21133
21134         * ext/dirac/Makefile.am:
21135         * ext/dirac/gstdirac.cc:
21136         * ext/dirac/gstdiracdec.cc:
21137         * ext/dirac/gstdiracdec.h:
21138           Do something. Don't actually know if this works because I don't
21139           have a demuxer yet.
21140         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21141           Add channels=1 to caps returned from _getcaps().
21142         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21143         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21144         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21145         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21146         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21147         (gst_ogm_parse_change_state):
21148           Separate between audio/video so ogmaudioparse actually uses the
21149           audio pad templates. Both audio and video work now, including
21150           autoplugging. Also use sometimes-srcpad hack.
21151         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21152           Handle events better. Don't hang on infinite loops.
21153         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21154         (gst_avi_demux_init), (gst_avi_demux_reset),
21155         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21156         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21157         (gst_avi_demux_change_state):
21158         * gst/avi/gstavidemux.h:
21159           Improve A/V sync. Still not perfect.
21160         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21161         (gst_ebml_read_skip):
21162           Handle events better.
21163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21164         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21165         (qtdemux_audio_caps):
21166           Add IMA4. Improve event handling. Save offset after a seek when
21167           the headers are at the end of the file so that we don't end up in
21168           an infinite loop.
21169         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21170           Add low-priority typefind support for files with no length.
21171
21172 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21173
21174         * testsuite/multifilesink/Makefile.am:
21175         fix typo
21176
21177 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21178
21179         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21181         mistakes from thaytan's patches.
21182
21183 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21184
21185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21186           For completeness, XSync in the destroy function as xvimage does.
21187
21188 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21189
21190         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21191            Correct caps negotiation
21192         * gst/volume/gstvolume.c: (volume_chain_float),
21193         (volume_chain_int16):
21194            Modify debug output to be little more informative
21195         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21197         (gst_xvimagesink_xvimage_destroy):
21198           Add XSync calls after detaching from the shared memory segment to
21199           avoid a crash.
21200
21201 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21202
21203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21204         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21205         * ext/vorbis/vorbis.c: (plugin_init):
21206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21207         (gst_vorbisenc_chain):
21208         * ext/vorbis/vorbisenc.h:
21209         remove explicit newmedia support from oggmux and vorbisenc
21210         add debug category to vorbisenc
21211         * gst/multifilesink/gstmultifilesink.c:
21212         (gst_multifilesink_class_init), (gst_multifilesink_init),
21213         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21214         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21215         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21216         (plugin_init):
21217         * gst/multifilesink/gstmultifilesink.h:
21218         add support for streamheader in multifilesink
21219
21220 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21221
21222         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21223         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21224         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21225           Prevent infinite loops. More correct error reporting.
21226         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21227           Error out if negotiation fails.
21228         * gst/playback/gstplaybasebin.c: (setup_source),
21229         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21230         (gst_play_base_bin_found_tag):
21231           Error/tag forwarding. Pre-roll fixes for source errors on state
21232           changes (e.g. "file does not exist") to prevent hangs.
21233
21234 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21235
21236         * testsuite/multifilesink/Makefile.am:
21237         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21238         (gst_newmedia_class_init), (gst_newmedia_init),
21239         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21240         (newfile_signal), (test_signal), (main):
21241         * testsuite/multifilesink/multifilesrc_test.c: (main):
21242         * testsuite/multifilesink/oggtheora_test.c:
21243         (gst_newmedia_base_init), (gst_newmedia_class_init),
21244         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21245         (test_format), (newfile_signal), (test_signal), (main):
21246         * testsuite/multifilesink/oggvorbis_test.c:
21247         (gst_newmedia_base_init), (gst_newmedia_class_init),
21248         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21249         (test_format), (newfile_signal), (test_signal), (main):
21250         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21251         (gst_newmedia_class_init), (gst_newmedia_init),
21252         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21253         (newfile_signal), (test_signal), (main):
21254         New media tests
21255
21256 2004-09-20  Christian Schaller <christian@fluendo.com>
21257
21258         * Fix mikmod license to LGPL as they have relicensed
21259         * Move Dirac and Effectv into LGPL section of README_license
21260
21261 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21262
21263         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21264         (gst_mad_change_state):
21265           Allow for mp3 rate/channels changes. However, only very
21266           conservatively. Reason that we *have* to enable this is smiply
21267           because the mad find_sync() function is not good enough, it will
21268           regularly sync on random data as valid frames and therefore make
21269           us provide random caps as *final* caps of the stream. The best fix
21270           I could think of is to simply require several of the same stream
21271           changes in a row before we change caps.
21272           The actual testcase that works now is #
21273         * ext/ogg/Makefile.am:
21274         * ext/ogg/gstogg.c: (plugin_init):
21275         * ext/ogg/gstogmparse.c:
21276           OGM support (video only for now; I need an audio sample file).
21277         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21278         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21279         (gst_asf_demux_add_video_stream):
21280           WMV extradata.
21281         * gst/playback/gstplaybasebin.c: (unknown_type):
21282           Don't error out on single unknown-types after all. It's wrong.
21283           If we found type of video and audio but not of a subtitle stream,
21284           it will still error out (which is unwanted). Will find a better fix
21285           later on.
21286         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21287         (ogmaudio_type_find), (plugin_init):
21288           OGM support.
21289
21290 2004-09-20  Johan Dahlin  <johan@gnome.org>
21291
21292         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21293         after setting caps.
21294
21295 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21296
21297         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21298         * gst/wavenc/gstwavenc.h:
21299         Added newmedia support to wavenc
21300
21301 2004-09-17  Wim Taymans  <wim@fluendo.com>
21302
21303         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21304         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21305         (gst_fdset_fd_can_write), (gst_fdset_wait):
21306         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21307         (gst_multifdsink_init), (gst_multifdsink_add),
21308         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21309         (gst_multifdsink_remove_client_link),
21310         (gst_multifdsink_client_queue_buffer),
21311         (gst_multifdsink_handle_client_write),
21312         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21313         (gst_multifdsink_close), (gst_multifdsink_change_state):
21314         * gst/tcp/gstmultifdsink.h:
21315         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21316         (gst_tcpserversink_removed):
21317         Small cleanups in fdset.c
21318         Use a hastable to map fd to the client structure for faster
21319         lookup in _remove and get_stats.
21320         Added virtual function to close the fds.
21321         Handle clients even when the select/poll call was unblocked because
21322         of a command.
21323         Implement syncing to keyframe in the recovery procedure.
21324
21325 2004-09-16 Iain <iaingnome@gmail.com>
21326
21327         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21328         try caps.
21329
21330 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21333           Caps are only set if the type of the stream is unknown, but this
21334           is initialized in ->init_stream(), so set to UNKNOWN after calling
21335           ->init_stream() so that capsnego starts.
21336
21337 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21338
21339         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21340         (gst_avi_demux_stream_data):
21341           Just hardcode for raw audio then. AVI audio sucks.
21342
21343 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21344
21345         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21346         * gst/matroska/matroska-mux.c: (audiosink_templ),
21347         (gst_matroska_mux_audio_pad_link):
21348         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21349         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21350
21351 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21352
21353         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21354         (gst_avi_demux_stream_data):
21355           Try to fix a/v sync issues.
21356
21357 2004-09-15  David Schleef  <ds@schleef.org>
21358
21359         * configure.ac: remove NASM check, since we don't use it.  Update
21360         dirac check to 0.4
21361         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21362         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21363         Initialized variables.
21364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21365         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21366         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21367         SVQ3 format
21368
21369 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21370
21371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21372         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21373         * gst/avi/gstavidemux.h:
21374           Fix for compressed audio (mp3) timestamp generation. How did this
21375           ever work?
21376
21377 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21378
21379         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21380           Volume is a double not a float.
21381
21382 2004-09-15  Wim Taymans  <wim@fluendo.com>
21383
21384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21385         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21386         Don't close the fd in multifdsink as we didn't open it in the
21387         first place. Some cleanups.
21388
21389 2004-09-15  Wim Taymans  <wim@fluendo.com>
21390
21391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21392         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21393         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21394         Fix the case where the muxer would mark pages as delta
21395         frames when they are not (vorbis only ogg).
21396
21397 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21398
21399         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21400         (gst_play_base_bin_change_state):
21401           Handle the case where we failed to setup a clear pipeline. This
21402           will throw an error (or EOS, another nice case) and if you don't
21403           catch that, the app will wait for the signal forever (and thus
21404           hang).
21405
21406 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21407
21408         * ext/gnomevfs/gstgnomevfssink.c:
21409         (gst_gnomevfssink_uri_get_protocols):
21410         * ext/gnomevfs/gstgnomevfssrc.c:
21411         (gst_gnomevfssrc_uri_get_protocols):
21412         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21413         * ext/gnomevfs/gstgnomevfsuri.h:
21414           Use _uri_new() instead of _open(), so it doesn't take as long and
21415           Christophe's computer won't hang.
21416         * gst/playback/gstplaybasebin.c: (unknown_type):
21417           Throw error on unknown media type, so apps actually display it.
21418
21419 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21420
21421         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21422           this script to work on Solaris since bash shell handles echo
21423           differenly than bash.
21424
21425 2004-09-17  Wim Taymans  <wim@fluendo.com>
21426
21427         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21428         (setup_source), (gst_play_base_bin_set_property),
21429         (gst_play_base_bin_add_element):
21430         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21431         Some more work on making sure seeking pauses the pipeline and
21432         that changing the uri actually does something.
21433
21434 2004-09-17  Wim Taymans  <wim@fluendo.com>
21435
21436         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21438         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21439         (gst_tcpserversink_close):
21440         Be a bit more paranoid when freeing memory.
21441
21442 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21443
21444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21445         (qtdemux_parse_trak):
21446           Don't crash by dividing by zero (see sample movie in #126922).
21447
21448 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21451           Don't touch non-existing data (fixes crash on file in #140147).
21452
21453 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * gst/playback/gstplaybasebin.c:
21456         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21457           Handle double disposals, and proper change of URIs.
21458
21459 2004-09-13  Martin Eikermann <meiker@upb.de>
21460
21461         * gst/mpegstream/gstmpegparse.c:
21462           fix synchronistation for streams recorded from digital PCR
21463           fixes bug #119376
21464
21465 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21466
21467         * ext/gnomevfs/Makefile.am:
21468         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21469         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21470         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21471         (gst_gnomevfssink_uri_get_type),
21472         (gst_gnomevfssink_uri_get_protocols),
21473         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21474         (gst_gnomevfssink_uri_handler_init),
21475         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21476         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21478         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21479         (gst_gnomevfssrc_uri_get_type),
21480         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21481         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21482         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21483         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21484         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21485         * ext/gnomevfs/gstgnomevfsuri.h:
21486           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21487           of fake URIs to see which this version of Gnome-VFS likes, and
21488           uses that for the Gst-URI interface. Makes playbin support http://
21489           streams. Also fix up some stupid behaviour in gnomevfssrc.
21490
21491 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21494         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21495         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21496         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21497           Update mixer (to sync with other sessions) if we try to obtain
21498           a new value. This makes alsamixer work accross applications.
21499         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21500           Only call sync functions if we're running, else alsalib asserts.
21501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21502           Sometimes fails to compile. Possibly a gcc bug.
21503         * gst/playback/gstplaybin.c: (gen_video_element),
21504         (gen_audio_element):
21505           Add a reference to an application-provided object, because we lose
21506           this same reference if we add it to the bin. If we don't do this,
21507           we can only use this object once and thus crash if we go from
21508           ready to playing, back to ready and back to playing again.
21509           Also add an audioscale element because several cheap soundcards -
21510           like mine - don't support all samplerates.
21511         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21512         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21513           Fix wrong order or PAR calls. Makes automatically obtained PAR
21514           from the X server atually being used.
21515
21516 2004-09-12  David Schleef  <ds@schleef.org>
21517
21518         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21519         #151887, #152102, #152247.
21520         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21521         * examples/seeking/cdparanoia.c: same
21522         * examples/seeking/cdplayer.c: same
21523         * examples/seeking/seek.c: same
21524         * examples/seeking/spider_seek.c: same
21525         * examples/seeking/vorbisfile.c: same
21526         * examples/stats/mp2ogg.c: same
21527         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21528         (gst_esdsink_dispose): Dispose of element properly.
21529         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21530         fixes.
21531         * ext/nas/nassink.c: (gst_nassink_class_init),
21532         (gst_nassink_dispose): Dispose of element correctly.
21533         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21534         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21535         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21536         Fix 64-bit warning.
21537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21538         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21539         Fix 64-bit warning.
21540
21541 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21542
21543         * configure.ac : change speex detection as 1.1.6 now uses
21544           .pc/pkg-config and they changed their headers location.
21545
21546 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21547
21548         * gst/matroska/matroska-mux.h:
21549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21550         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21551         (gst_matroska_mux_write_data):
21552           Write multiple blocks/frames per cluster.
21553                 Write meta-seek information (seek heads).
21554
21555 2004-09-09  Scott Wheeler <wheeler@kde.org>
21556
21557         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21558         (gst_play_bin_set_property), (gst_play_bin_get_property),
21559         (gen_audio_element), (gen_audio_element):
21560           Add a volume element / property to the pipeline.
21561
21562 2004-09-07  Wim Taymans  <wim@fluendo.com>
21563
21564         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21565         Copy timestamps from the master pad to the output buffers.
21566
21567 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21568
21569         * ext/raw1394/gstdv1394src.c:
21570           throw errors when applicable
21571
21572 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21573
21574         * gst/matroska/ebml-ids.h:
21575         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21576         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21578           automatically convert unix time <-> ebml time when reading/writing
21579           a date, use gst_ebml_write_uint to write CUETIME,
21580           not gst_ebml_write_date.
21581         * gst/matroska/matroska-ids.h:
21582         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21583         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21584         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21585         (gst_matroska_mux_write_data):
21586           Write track and segment UIDs, write muxing date, write
21587           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21588           Create cues for audio only files.
21589
21590 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21591
21592         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21593         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21594           Re-commit ALSA switches.
21595         * gst/adder/gstadder.c: (gst_adder_loop):
21596           64-bit fix (#151416).
21597         * gst/debug/progressreport.c: (gst_progressreport_report):
21598           64-bit fix (#151419).
21599         * gst/matroska/matroska-demux.c:
21600         (gst_matroska_demux_parse_contents):
21601           64-bit fix (#151420).
21602         * gst/playback/test3.c: (update_scale):
21603           64-bit fix (#151421).
21604
21605 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21606
21607         * configure.ac:
21608           bump nano to cvs
21609
21610 === release 0.8.4 ===
21611
21612 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         * configure.ac: releasing 0.8.4, "Alias"
21615
21616 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21617
21618         * ext/theora/Makefile.am:
21619           fix makefile.  Fixes #151462.
21620
21621 2004-08-30  Wim Taymans  <wim@fluendo.com>
21622
21623         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21625         (gst_multifdsink_remove_client_link),
21626         (gst_multifdsink_client_queue_buffer),
21627         (gst_multifdsink_handle_client_write):
21628         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21629         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21630         Fix some memory leaks.
21631
21632 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         Patch by: David Schleef
21635
21636         * configure.ac:
21637         * sys/Makefile.am:
21638           rename our detection macro for V4L2.  Fixes #151236.
21639
21640 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         Patch by: David Schleef
21643
21644         * configure.ac:
21645           check to define LAMEPRESET.  Fixes #151232.
21646
21647 2004-08-27  David Schleef  <ds@schleef.org>
21648
21649         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21650         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21651         (gst_glimagesink_fixate):  Move local variable declarations to
21652         make gcc-2.95 happy.
21653
21654 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         * configure.ac:
21657           bump nano for prerelease
21658
21659 2004-08-27  David Schleef  <ds@schleef.org>
21660
21661         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21662         * sys/sunaudio/gstsunaudiosrc.c:
21663         * sys/sunaudio/gstsunaudiosrc.h:
21664
21665 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21666
21667         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21668         handle EOS correctly
21669         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21670         * gst/matroska/matroska-mux.h:
21671         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21672         VFW compatibility mode
21673
21674 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         patch by: Zaheer Abbas Merali
21677
21678         * ext/ogg/gstoggmux.c:
21679         * ext/vorbis/vorbisenc.c:
21680         * ext/vorbis/vorbisenc.h:
21681           handle NEWMEDIA
21682
21683 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21684
21685         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21686         fix byte order reversion on little endian machines.
21687         * gst/matroska/matroska-mux.c: (audiosink_templ),
21688         (gst_matroska_mux_audio_pad_link):
21689         add TTA codec to the list of supported codecs.
21690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21691         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21692         (gst_matroska_mux_write_data):
21693         * gst/matroska/matroska-mux.h:
21694         write segment duration correctly, write muxing app string, fixes bugs
21695         #140897 and #140898.
21696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21697         wait for all pads to be negotiated before starting to mux.
21698
21699 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21700
21701         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21702         * ext/lame/gstlame.h:
21703         Added new media support to lame
21704
21705 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21706
21707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21708         send vorbis headers at the beginning of a stream, fixes bug #141554.
21709         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21710         bug #148950.
21711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21712         (gst_matroska_demux_plugin_init):
21713         * gst/matroska/matroska-ids.h:
21714         enable demuxing of TTA audio streams, fixes bug #148951.
21715         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21716         enable typefinding for TTA audio files, fixes bug #148711.
21717         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21718         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21719         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21720
21721 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21722
21723         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21724         (gst_riff_read_element_data), (gst_riff_read_seek),
21725         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21726         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21727         <teuf@gnome.org>
21728
21729 2004-08-23 Iain <iaingnome@gmail.com>
21730
21731         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21732         tags. They appear to be handled differently to normal.
21733         (tag_list_to_id3_tag_foreach): Ditto.
21734
21735 2004-08-22  Wim Taymans  <wim@fluendo.com>
21736
21737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21738         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21739         Make sure we never send -1 granulepos.
21740
21741 2004-08-20  Wim Taymans  <wim@fluendo.com>
21742
21743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21744         (gst_ogg_mux_loop):
21745         I will accept bitchslappings with non sharp objects.
21746
21747 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21748
21749         * configure.ac:
21750         Clean up the test for lame presets
21751
21752 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21753
21754         * configure.ac:
21755         * ext/lame/Makefile.am:
21756         * ext/lame/gstlame.c: (gst_lame_class_init),
21757         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21758         Only enable lame presets if version of lame has presets in API
21759
21760 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21761         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21762         * gst/udp/gstudpsrc.h:
21763           Don't call gst_pad_push in a get function. Fixes #150449
21764
21765 2004-08-18  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21768         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21769         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21770         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21771         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21772         (gst_fdset_wait):
21773         * gst/tcp/gstfdset.h:
21774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21775         (gst_multifdsink_client_queue_buffer),
21776         (gst_multifdsink_handle_client_write):
21777         * gst/tcp/gstmultifdsink.h:
21778         Some extra checks in gstfdset.
21779         Only use send() when the fd is a socket. Don't try to
21780         read from write only fds.
21781
21782 2004-08-18  Wim Taymans  <wim@fluendo.com>
21783
21784         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21785         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21786         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21787         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21788         (gst_fdset_wait):
21789         Add more locking and bounds checking.
21790
21791 2004-08-18  Wim Taymans  <wim@fluendo.com>
21792
21793         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21794         Realloc test fdset in the lock and right before starting
21795         the poll call. Bump the limit to 4096.
21796
21797 2004-08-17  David Schleef  <ds@schleef.org>
21798
21799         * sys/sunaudio/Makefile.am:
21800         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21801         of rates and channels.  Make debugging less obnoxious.
21802
21803         Patch from Balamurali Viswanathan implementing a mixer for
21804         Sun audio.  (bug #144091):
21805         * sys/sunaudio/gstsunelement.c:
21806         * sys/sunaudio/gstsunelement.h:
21807         * sys/sunaudio/gstsunmixer.c:
21808         * sys/sunaudio/gstsunmixer.h:
21809
21810 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21811
21812         * gst/audioscale/gstaudioscale.c:
21813         * gst/audioscale/gstaudioscale.h:
21814         made audioscale resample from any sample rate to any sample rate
21815
21816 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * ext/libpng/gstpngdec.c:
21819           error out on unsupported types
21820
21821 2004-08-17  Iain <iaingnome@gmail.com>
21822
21823         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21824         mid_side and loose_mid_side properties if its a stereo stream.
21825
21826 2004-08-17  Wim Taymans  <wim@fluendo.com>
21827
21828         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21829         (theora_get_formats), (theora_dec_src_convert),
21830         (theora_dec_sink_convert), (theora_dec_src_query),
21831         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21832         Add a debug line.
21833
21834 2004-08-17  Wim Taymans  <wim@fluendo.com>
21835
21836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21837         (gst_ogg_pad_push):
21838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21839         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21840         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21841         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21842         Mark delta units in the muxer.
21843         Try to decode the packet after an out-of-sync error from
21844         libogg.
21845
21846 2004-08-17  Wim Taymans  <wim@fluendo.com>
21847
21848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21849         (gst_multifdsink_init), (gst_multifdsink_add),
21850         (gst_multifdsink_client_queue_buffer),
21851         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21852         * gst/tcp/gstmultifdsink.h:
21853         Added option to send a keyframe to clients as the first buffer.
21854         Make timeout property writable.
21855
21856 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21857
21858         patch by: Wim Taymans
21859
21860         * gst/tcp/gstfdset.c:
21861         * gst/tcp/gstmultifdsink.c:
21862           fix index comparison, should include 0
21863
21864 2004-08-16  Wim Taymans  <wim@fluendo.com>
21865
21866         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21867         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21868         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21869         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21870         (gst_fdset_wait):
21871           copy when reallocing for poll so the select arguments don't get
21872           changed during the call
21873
21874 2004-08-16  Wim Taymans  <wim@fluendo.com>
21875
21876         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21877         (gst_theora_enc_class_init), (theora_enc_sink_link),
21878         (theora_buffer_from_packet), (theora_enc_chain):
21879         Fix bug where buffers were not marked as keyframes
21880         correctly.
21881
21882 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21883
21884         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21885         (gst_lame_preset_get_type), (gst_lame_class_init):
21886         describe the enum values for vbr mode and presets more verbosely
21887
21888 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21889
21890         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21891         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21892         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21893         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21894         * ext/lame/gstlame.h:
21895         add preset property to lame so it can use lame presets
21896
21897 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21898
21899         * ext/lame/gstlame.c: (gst_lame_get_property):
21900         whoops forgot break, thanks teuf
21901
21902 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21903
21904         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21905         (gst_lame_class_init), (gst_lame_src_getcaps),
21906         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21907         (gst_lame_get_property), (gst_lame_setup):
21908         * ext/lame/gstlame.h:
21909         fix lame's broken vbr stuff, allow it to resample if need be, and also
21910         make xing header optional
21911
21912 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21913
21914         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21915         added getcaps function so samplerate doesnt get fixated to silly values
21916
21917 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21918
21919         * ext/lame/gstlame.c: (gst_lame_src_link):
21920         revert previous fix
21921
21922 2004-08-12  Johan Dahlin  <johan@gnome.org>
21923
21924         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21925         checks. Doesn't matter what state we are in. Interfaces are a
21926         compile time thing, not runtime. It also broke the python bindings.
21927
21928 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21929
21930         * ext/lame/gstlame.c: (gst_lame_src_link):
21931         made source pad link function check if sinkpad is ok..fixes the problem
21932         where core fixates the output rate of lame stupidly
21933
21934 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21935
21936         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21937         * sys/v4l/v4l_calls.c:
21938         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21939           fix fixate function to handle nonsimple caps.
21940           remove bogus check in _link
21941           cleanups
21942
21943 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21944
21945         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21946         set default compression ratio parameter to 0.0 so bitrate parameter
21947         works :)
21948
21949 2004-08-11  David Schleef  <ds@schleef.org>
21950
21951         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21952
21953 2004-08-11  David Schleef  <ds@schleef.org>
21954
21955         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21956         before.
21957
21958 2004-08-11  David Schleef  <ds@schleef.org>
21959
21960         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21961
21962 2004-08-11  David Schleef  <ds@schleef.org>
21963
21964         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21965           license field
21966         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21967         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21968           LGPL.
21969         * gst/auparse/gstauparse.c: Fix plugin license field.
21970         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21971         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21972         * gst/rtp/gstrtp.c: Fix plugin license field.
21973
21974 2004-08-11  Wim Taymans  <wim@fluendo.com>
21975
21976         * gst/tcp/Makefile.am:
21977         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21978         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21979         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21980         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21981         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21982         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21983         (gst_fdset_fd_can_write), (gst_fdset_wait):
21984         * gst/tcp/gstfdset.h:
21985         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21986         (gst_multifdsink_class_init), (gst_multifdsink_init),
21987         (gst_multifdsink_add), (gst_multifdsink_remove),
21988         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21989         (gst_multifdsink_remove_client_link),
21990         (gst_multifdsink_handle_client_read),
21991         (gst_multifdsink_client_queue_data),
21992         (gst_multifdsink_client_queue_caps),
21993         (gst_multifdsink_client_queue_buffer),
21994         (gst_multifdsink_handle_client_write),
21995         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21996         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21997         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21998         (gst_multifdsink_close):
21999         * gst/tcp/gstmultifdsink.h:
22000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22001         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22002         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22003         (gst_tcpserversink_close):
22004         * gst/tcp/gsttcpserversink.h:
22005         Abstracted away the select call, implemented poll (yes we ran into
22006         the 1024 limit in production).
22007
22008 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22009
22010         * gst/tcp/gsttcp.c:
22011         * gst/tcp/gsttcpplugin.c:
22012           improve debuggging, remove assert
22013
22014 2004-08-10  Wim Taymans  <wim@fluendo.com>
22015
22016         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22017         (gst_client_status_get_type), (gst_multifdsink_class_init),
22018         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22019         (gst_multifdsink_handle_client_read),
22020         (gst_multifdsink_handle_client_write),
22021         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22022         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22023         (gst_multifdsink_get_property):
22024         * gst/tcp/gstmultifdsink.h:
22025         * gst/tcp/gsttcp-marshal.list:
22026         Starting to prepare for specifying buffer time in other units
22027         than buffers. Expose remove reason in signal.
22028
22029 2004-08-10  Wim Taymans  <wim@fluendo.com>
22030
22031         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22032         (gst_multifdsink_remove), (gst_multifdsink_clear),
22033         (gst_multifdsink_remove_client_link),
22034         (gst_multifdsink_handle_client_read),
22035         (gst_multifdsink_client_queue_data),
22036         (gst_multifdsink_client_queue_buffer),
22037         (gst_multifdsink_handle_client_write),
22038         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22039         (gst_multifdsink_chain), (gst_multifdsink_close):
22040         * gst/tcp/gstmultifdsink.h:
22041         Added more debugging info. Changed the way clients are
22042         removed from the lists. Fixed a bug where a bad file descriptor
22043         could cause many clients to be removed.
22044
22045 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22046
22047         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22048           allow all pixel-aspect-ratios, not just 1:1
22049
22050 2004-08-09  David Schleef  <ds@schleef.org>
22051
22052         * sys/glsink/ARB_multitexture.h:  Remove old files.
22053         * sys/glsink/EXT_paletted_texture.h:
22054         * sys/glsink/NV_register_combiners.h:
22055         * sys/glsink/gstgl_nvimage.c:
22056         * sys/glsink/gstgl_pdrimage.c:
22057         * sys/glsink/gstgl_rgbimage.c:
22058         * sys/glsink/gstglsink.c:
22059         * sys/glsink/gstglsink.h:
22060         * sys/glsink/gstglxwindow.c:
22061         * sys/glsink/regcomb_yuvrgb.c:
22062
22063 2004-08-09  David Schleef  <ds@schleef.org>
22064
22065         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22066         GL sink plugin.  (Bug #147302)
22067
22068         * configure.ac: Test for OpenGL
22069         * sys/Makefile.am: Use test for OpenGL
22070         * sys/glsink/Makefile.am:
22071         * sys/glsink/glimagesink.c: rewrite
22072         * sys/glsink/glimagesink.h: rewrite
22073
22074 2004-08-09  David Schleef  <ds@schleef.org>
22075
22076         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22077         sane framerates.
22078         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22080         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22081
22082 2004-08-09  Wim Taymans  <wim@fluendo.com>
22083
22084         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22085         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22086         (gst_multifdsink_client_remove),
22087         (gst_multifdsink_handle_client_read),
22088         (gst_multifdsink_handle_client_write),
22089         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22090         Do a bit more logging, make the client_read code more robust.
22091
22092 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22093
22094         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22095         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22096         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22097         (gst_jpegdec_init), (gst_jpegdec_chain):
22098         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22099         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22100           cleanups, debugging fixes and memleak plugging
22101
22102 2004-08-09  Wim Taymans  <wim@fluendo.com>
22103
22104         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22105         (theora_get_formats), (theora_dec_src_convert),
22106         (theora_dec_sink_convert), (theora_dec_src_query),
22107         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22108         (theora_dec_change_state):
22109         Don't crash on missing header packets.
22110
22111 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22112
22113         * po/LINGUAS:
22114         * po/sq.po:
22115           Added Albanian translation (Laurent Dhima)
22116         * po/cs.po:
22117           updated
22118
22119 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22120
22121         * ext/lame/gstlame.c:
22122           fix/add debugging
22123
22124 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22125
22126         * sys/ximage/ximagesink.c:
22127         * sys/xvimage/xvimagesink.c:
22128           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22129
22130 2004-08-06  Wim Taymans  <wim@fluendo.com>
22131
22132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22133         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22134         (gst_multifdsink_client_remove),
22135         (gst_multifdsink_handle_client_read),
22136         (gst_multifdsink_handle_client_write),
22137         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22138         Make sure we don't try to read more from a client that what
22139         ioctl says us or we deadlock.
22140
22141 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22144         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22145         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22146           decouple running_time and n_frames so it can handle changing
22147           framerate while running
22148
22149 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * po/nl.po:
22152         * po/sv.po:
22153           updated translations
22154
22155 2004-08-04  Benjamin Otte  <otte@gnome.org>
22156
22157         * gst/videotestsrc/gstvideotestsrc.c:
22158         (gst_videotestsrc_get_capslist), (generate_capslist),
22159         (plugin_init):
22160           generate the list of supported caps at startup and reuse it instead
22161           of always generating it
22162
22163 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22164
22165         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22166           whoops, last checkin broke normal build
22167
22168 2004-08-03  Benjamin Otte  <otte@gnome.org>
22169
22170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22171         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22172         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22173         (gst_alsa_mixer_get_option):
22174         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22175         (dvdnavsrc_print_event):
22176         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22178         (gst_ogg_mux_pad_unlink):
22179         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22180         (gst_multipart_mux_pad_unlink):
22181         * gst/videofilter/gstvideobalance.c:
22182         (gst_videobalance_colorbalance_set_value):
22183         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22184         (gst_videomixer_pad_unlink):
22185         * po/uk.po:
22186         * sys/oss/gstossmixer.c:
22187         * sys/v4l/gstv4lcolorbalance.c:
22188         * sys/v4l/gstv4ltuner.c:
22189         * sys/v4l/v4lsrc_calls.c:
22190         * sys/v4l2/gstv4l2colorbalance.c:
22191         * sys/v4l2/gstv4l2tuner.c:
22192           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22193
22194 2004-08-03  Benjamin Otte  <otte@gnome.org>
22195
22196         * examples/dynparams/filter.c: (ui_control_create):
22197         * examples/gstplay/player.c: (print_tag):
22198         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22199         * ext/gdk_pixbuf/gstgdkanimation.c:
22200         (gst_gdk_animation_iter_may_advance):
22201         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22202         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22203         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22204         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22206         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22207         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22208         * gst/sine/demo-dparams.c: (main):
22209         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22210         * testsuite/alsa/formats.c: (create_pipeline):
22211         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22212           fixes for G_DISABLE_ASSERT and friends
22213         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22214         (mp3_type_frame_length_from_header), (mp3_type_find),
22215         (plugin_init):
22216           require mp3 typefinding to have at least MIN_HEADERS valid headers
22217           add typefinding for AAC adts files
22218
22219 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22220
22221         * sys/ximage/ximagesink.c:
22222         (gst_ximagesink_calculate_pixel_aspect_ratio):
22223         * sys/xvimage/xvimagesink.c:
22224         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22225         Make sure we calculate pixel-aspect-ratio using floating point maths
22226
22227 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22228
22229         * po/uk.po:
22230           updated translation
22231
22232 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22233
22234         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22236           add debugging for display PAR calculation
22237
22238 2004-08-02  David Schleef  <ds@schleef.org>
22239
22240         * configure.ac: Fix mikmod CFLAGS.
22241
22242 2004-07-27  Benjamin Otte  <otte@gnome.org>
22243
22244         * gst/audioscale/gstaudioscale.c:
22245         - fix templates to only support S16, it's the only format that works
22246         - make caps nego code use try_set_caps_nonfixed and fixation instead
22247         of try_set_caps twice, which is not nice for autopluggers
22248         - change rank to secondary, so autopluggers can pick it up after
22249         audioconvert
22250
22251 2004-08-02  Iain <iain@prettypeople.org>
22252
22253         * gst/interleave/interleave.c (interleave_init),
22254         (interleave_request_new_pad),
22255         (interleave_pad_removed),
22256         (interleave_buffered_loop): Use the real pad count, not the artificial
22257         one.
22258
22259 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22260
22261         * configure.ac: bump nano back to development
22262
22263 === release 0.8.3 ===
22264
22265 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22266
22267         * configure.ac: releasing 0.8.3, "Water"
22268
22269 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22270
22271         * sys/xvimage/xvimagesink.c:
22272         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22273         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22274         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22275         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22276         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22277         * sys/xvimage/xvimagesink.h:
22278           apply similar PAR fixes as to ximagesink
22279
22280 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22281
22282         patch from: Benjamin Otte
22283
22284         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22285           add link function to lame.  Fixes #148986.
22286
22287 2004-08-02  Johan Dahlin  <johan@gnome.org>
22288
22289         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22290         fix debugging log
22291
22292 2004-07-30  David Schleef  <ds@schleef.org>
22293
22294         * gst/videomixer/Makefile.am: Fix things that should have been
22295         fixed in the last checkin.
22296
22297 2004-07-30  David Schleef  <ds@schleef.org>
22298
22299         * gst/multipart/Makefile.am: Fix things that should have been
22300         fixed in the last checkin.
22301
22302 2004-07-30  David Schleef  <ds@schleef.org>
22303
22304         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22305
22306 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22307
22308         * configure.ac:
22309           bump nano for prerelease
22310         * po/af.po:
22311         * po/az.po:
22312         * po/cs.po:
22313         * po/en_GB.po:
22314         * po/hu.po:
22315         * po/nl.po:
22316         * po/sr.po:
22317         * po/sv.po:
22318         * po/uk.po:
22319           updates
22320
22321 2004-07-30  Wim Taymans  <wim@fluendo.com>
22322
22323         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22324         (gst_multifdsink_add), (gst_multifdsink_remove),
22325         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22326         (gst_multifdsink_client_remove),
22327         (gst_multifdsink_handle_client_write),
22328         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22329         * gst/tcp/gstmultifdsink.h:
22330         Recover from a select with a bad file descriptor by removing
22331         the client.
22332
22333 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22334
22335         * configure.ac:
22336           fix requirement of core
22337         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22338         (gst_play_pipeline_setup):
22339           don't use colorspace element.  do use hermescolorspace element.
22340           make macro to get a colorspace element.
22341           mark strings for translation.
22342         * po/POTFILES.in:
22343           add play.c
22344         * po/af.po:
22345         * po/az.po:
22346         * po/cs.po:
22347         * po/en_GB.po:
22348         * po/hu.po:
22349         * po/nl.po:
22350         * po/sr.po:
22351         * po/sv.po:
22352         * po/uk.po:
22353           update translations
22354
22355 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22356
22357         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22358         fix default for newmedia flag
22359
22360 2004-07-30  Wim Taymans  <wim@fluendo.com>
22361
22362         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22363         (gst_theora_dec_init), (theora_get_formats),
22364         (theora_dec_src_convert), (theora_dec_sink_convert),
22365         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22366         (theora_dec_chain), (theora_dec_set_property),
22367         (theora_dec_get_property):
22368         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22369         (gst_theora_enc_class_init), (gst_theora_enc_init),
22370         (theora_enc_sink_link), (theora_enc_chain),
22371         (theora_enc_set_property), (theora_enc_get_property):
22372         Added cropping option to theora decoder.
22373         Added border option to theora encoder.
22374
22375 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22376
22377         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22378         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22379         (gst_pngenc_set_property):
22380         * ext/libpng/gstpngenc.h:
22381         Added 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
22382
22383 2004-07-30  Wim Taymans  <wim@fluendo.com>
22384
22385         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22386         (theora_enc_sink_link), (theora_enc_chain),
22387         (theora_enc_set_property), (theora_enc_get_property):
22388         Fix encoding of non-multiple-of-16 video.
22389
22390 2004-07-29  David Schleef  <ds@schleef.org>
22391
22392         * configure.ac: make test for audiofile more strict
22393
22394 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22395
22396         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22397           give different names to typefind functions
22398
22399 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22400
22401         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22402         (gst_ximagesink_calculate_pixel_aspect_ratio),
22403         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22404         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22405         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22406         (gst_ximagesink_get_property), (gst_ximagesink_init):
22407         * sys/ximage/ximagesink.h:
22408           allocate PAR's dynamically.
22409           use autodetected PAR if no object-set PAR is given.
22410           add workaround for directfb's X not setting physical size.
22411           fix to xvimagesink will follow tomorrow.
22412
22413 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22414
22415         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22416         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22417         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22418         (gst_shout2send_class_init), (gst_shout2send_init),
22419         (set_shout_metadata), (gst_shout2send_set_metadata),
22420         (gst_shout2send_chain), (gst_shout2send_set_property),
22421         (gst_shout2send_get_property), (gst_shout2send_connect),
22422         (gst_shout2send_change_state):
22423         * ext/shout2/gstshout2.h:
22424         - fix for sending mp3 audio to icecast2 server, if pad link function not
22425         called before PAUSED state
22426         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22427         - added tagging support for mp3 audio broadcasted
22428         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22429         debug info
22430
22431 2004-07-28  Wim Taymans  <wim@fluendo.com>
22432
22433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22434         (gst_ogg_demux_push):
22435         Return query failure when we don't know the length of
22436         an ogg stream insteda of returning TRUE with a bogus value.
22437
22438 2004-07-28  Wim Taymans  <wim@fluendo.com>
22439
22440         * ext/theora/theoradec.c: (theora_get_formats),
22441         (theora_dec_src_convert), (theora_dec_sink_convert),
22442         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22443         (theora_dec_chain):
22444         Don't screw up the 1 Chroma for 1 luma sample situation when we
22445         have an odd offset/width by adding a black border in those cases.
22446
22447 2004-07-28  Wim Taymans  <wim@fluendo.com>
22448
22449         * ext/theora/theoradec.c: (theora_get_formats),
22450         (theora_dec_src_convert), (theora_dec_sink_convert),
22451         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22452         (theora_dec_chain):
22453         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22454         Added first attempt at cropping of the image as required by the
22455         theora spec. We need more properties in the caps (offset_x,
22456         offset_y,stride) to implement this correctly.
22457
22458 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22459
22460         * ext/dvdnav/README:
22461           Update the README to use dvddemux
22462         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22463           Ensure getcaps returns a subset of the template caps
22464         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22465         (gst_mpeg2subt_init):
22466           Ensure getcaps returns a subset of the template caps
22467         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22468         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22469         (gst_dvd_demux_get_subpicture_stream),
22470         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22471         * gst/mpegstream/gstdvddemux.h:
22472           Set the explicit caps on the current_video pad before pushing
22473           anything
22474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22475         (gst_mpeg_demux_get_audio_stream):
22476           Free caps used to gst_pad_set_explicit_caps, which takes a const
22477           GstCaps *
22478
22479 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22480
22481         * configure.ac: update GStreamer requirement to 0.8.4 because of
22482           GstFraction.
22483
22484 2004-07-28  Wim Taymans  <wim@fluendo.com>
22485
22486         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22487         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22488         Add the pad to the element after setting up the caps. This
22489         makes it a lot easier to autoplug.
22490
22491 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22492
22493         * gst/median/gstmedian.c:
22494         * gst/mpeg2subt/gstmpeg2subt.c:
22495         * gst/mpegaudioparse/gstmpegaudioparse.c:
22496         * gst/mpegstream/gstdvddemux.c:
22497         * gst/mpegstream/gstmpegdemux.c:
22498         * gst/mpegstream/gstmpegpacketize.c:
22499         * gst/rtjpeg/gstrtjpeg.c:
22500         * gst/rtjpeg/gstrtjpegdec.c:
22501         * gst/rtjpeg/gstrtjpegenc.c:
22502         * gst/sine/gstsinesrc.c:
22503         * gst/smooth/gstsmooth.c:
22504         * gst/smpte/gstsmpte.c:
22505         * gst/smpte/gstsmpte.h:
22506         * gst/stereo/gststereo.c:
22507         * gst/videofilter/gstgamma.c:
22508         * gst/videofilter/gstvideobalance.c:
22509         * gst/videofilter/gstvideofilter.c:
22510         * gst/videofilter/gstvideoflip.c:
22511         * gst/videoscale/gstvideoscale.c:
22512         * gst/videoscale/videoscale.c:
22513         * gst/videotestsrc/gstvideotestsrc.c:
22514         * gst/videotestsrc/videotestsrc.c:
22515         * gst/wavenc/gstwavenc.c:
22516         * gst/wavparse/gstwavparse.c:
22517           fix local includes and 64 bits constants
22518
22519 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22520
22521         * win32/gst.sln:
22522         * gst-libs/gst/*/*.vcproj:
22523         * gst/*/*.vcproj:
22524           more working plugins
22525
22526 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22527
22528         * testsuite/alsa/Makefile.am:
22529         * testsuite/alsa/srcstate.c:
22530         add test for alsasrc changing state
22531
22532 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22533
22534         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22535         (gst_silence_get):
22536         * gst/silence/gstsilence.h:
22537         fix silence generation for 16bit raw audio
22538
22539 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22540
22541         * gst/matroska/matroska-demux.c:
22542         (gst_matroska_demux_parse_metadata),
22543         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22544         * gst/mpegaudio/common.c:
22545         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22546         (gst_videoscale_getcaps), (gst_videoscale_link),
22547         (gst_videoscale_src_fixate), (gst_videoscale_init),
22548         (gst_videoscale_finalize):
22549         * gst/videoscale/gstvideoscale.h:
22550         * gst/videotestsrc/gstvideotestsrc.c:
22551         (gst_videotestsrc_get_capslist):
22552         * gst/wavenc/gstwavenc.c:
22553         * sys/oss/gstossmixer.c: (fill_labels):
22554         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22555         (gst_ximagesink_handle_xevents),
22556         (gst_ximagesink_calculate_pixel_aspect_ratio),
22557         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22558         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22559         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22560         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22561         (gst_ximagesink_init), (gst_ximagesink_class_init):
22562         * sys/ximage/ximagesink.h:
22563         * sys/xvimage/xvimagesink.c:
22564         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22565         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22566         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22567         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22568         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22569         * sys/xvimage/xvimagesink.h:
22570           first batch of pixel aspect ratio commits.
22571
22572 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22573
22574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22575         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22576         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22577           handle stride, needs work if we want to move stride handling
22578           upstream, but works correctly for our purposes.
22579
22580 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * gst/videoscale/README:
22583           add testing examples
22584         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22585         (gst_videoscale_chain):
22586         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22587         (gst_videoscale_get_size):
22588           add get_size function that handles stride like videotestsrc.
22589           fixes conversion for YUV formats for as much as I can test them.
22590
22591 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22592
22593         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22594         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22596         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22597         (gst_xvimagesink_xvimage_put):
22598           further cleanups, logging, error handling and synchronizing
22599
22600 2004-07-27  Wim Taymans  <wim@fluendo.com>
22601
22602         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22603         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22604         (gst_videomixer_pad_set_property),
22605         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22606         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22607         (gst_videomixer_class_init), (gst_videomixer_init),
22608         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22609         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22610         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22611         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22612         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22613         (gst_videomixer_loop), (plugin_init):
22614         Be a nicer negotiation citizen and provide a getcaps function on
22615         the srcpad. This also fixes a crash when resizing.
22616
22617 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22618
22619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22620         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22621
22622 2004-07-27  Wim Taymans  <wim@fluendo.com>
22623
22624         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22625         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22626         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22627         (gst_pngenc_set_property):
22628         * ext/libpng/gstpngenc.h:
22629         Added snapshot property to pngenc.
22630         removed g_print from pngdec
22631
22632 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22633
22634         * gst/ac3parse/ac3parse.vcproj
22635         * gst/adder/adder.vcproj
22636         * gst/alpha/alpha.vcproj
22637         * gst/alpha/alphacolor.vcproj
22638         * gst/asfdemux/asf.vcproj
22639         * gst/audioconvert/audioconvert.vcproj
22640         * gst/audiorate/audiorate.vcproj
22641         * gst/audioscale/audioscale.vcproj
22642         * gst/auparse/auparse.vcproj
22643         * gst/avi/avi.vcproj
22644         * gst/cdxaparse/cdxaparse.vcproj
22645         * gst/chart/chart.vcproj
22646         * gst/colorspace/colorspace.vcproj
22647         * gst/cutter/cutter.vcproj
22648         * gst/debug/debug.vcproj
22649         * gst/debug/efence.vcproj
22650         * gst/debug/navigationtest.vcproj
22651         * gst/deinterlace/deinterlace.vcproj
22652         * gst/effectv/effectv.vcproj
22653         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22654         * gst/filter/filter.vcproj
22655         * gst/flx/flxdec.vcproj
22656         * gst/goom/goom.vcproj
22657         * gst/interleave/interleave.vcproj
22658         * gst/law/alaw.vcproj
22659         * gst/law/mulaw.vcproj
22660         * gst/matroska/matroska.vcproj
22661         * gst/median/median.vcproj
22662         * gst/mixmatrix/mixmatrix.vcproj
22663         * gst/mpeg1sys/mpeg1systemencode.vcproj
22664         * gst/mpeg1videoparse/mp1videoparse.vcproj
22665         * gst/mpeg2sub/mpeg2subt.vcproj
22666         * gst/mpegaudio/mpegaudio.vcproj
22667         * gst/mpegaudioparse/mpegaudioparse.vcproj
22668         * gst/mpegstream/mpegstream.vcproj
22669         * gst/multifilesink/multifilesink.vcproj
22670         * gst/multipart/multipart.vcproj
22671         * gst/oneton/oneton.vcproj
22672         * gst/overlay/overlay.vcproj
22673         * gst/passthrough/passthrough.vcproj
22674         * gst/qtdemux/qtdemux.vcproj
22675         * gst/realmedia/rmdemux.vcproj
22676         * gst/rtjpeg/rtjpeg.vcproj
22677         * gst/rtp/rtp.vcproj
22678         * gst/silence/silence.vcproj
22679         * gst/sine/sinesrc.vcproj
22680         * gst/smooth/smooth.vcproj
22681         * gst/smpte/smpte.vcproj
22682         * gst/spectrum/spectrum.vcproj
22683         * gst/speed/speed.vcproj
22684         * gst/stereo/stereo.vcproj
22685         * gst/switch/switch.vcproj
22686         * gst/tags/tagedit.vcproj
22687         * gst/tcp/tcp.vcproj
22688         * gst/typefind/typefindfunctions.vcproj
22689         * gst/udp/udp.vcproj
22690         * gst/videobox/videobox.vcproj
22691         * gst/videocrop/videocrop.vcproj
22692         * gst/videodrop/videodrop.vcproj
22693         * gst/videofilter/gamma.vcproj
22694         * gst/videofilter/videobalance.vcproj
22695         * gst/videofilter/videofilter.vcproj
22696         * gst/videofilter/videoflip.vcproj
22697         * gst/videoflip/videoflip.vcproj
22698         * gst/videomixer/videomixer.vcproj
22699         * gst/videorate/videorate.vcproj
22700         * gst/videoscale/videoscale.vcproj
22701         * gst/videotestsrc/videotestsrc.vcproj
22702         * gst/virtualdub/virtualdub.vcproj
22703         * gst/volenv/volenv.vcproj
22704         * gst/volume/volume.vcproj
22705         * gst/wavenc/wavenc.vcproj
22706         * gst/wavparse/wavparse.vcproj
22707         * gst/y4m/y4menc.vcproj
22708         * gst-libs/gst/audio/audio.vcproj
22709         * gst-libs/gst/audio/audiofilter.vcproj
22710         * gst-libs/gst/colorbalance/colorbalance.vcproj
22711         * gst-libs/gst/idct/idtc.vcproj
22712         * gst-libs/gst/media-info/media-info.vcproj
22713         * gst-libs/gst/mixer/mixer.vcproj
22714         * gst-libs/gst/navigation/navigation.vcproj
22715         * gst-libs/gst/play/play.vcproj
22716         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22717         * gst-libs/gst/resample/resample.vcproj
22718         * gst-libs/gst/riff/riff.vcproj
22719         * gst-libs/gst/tuner/tuner.vcproj
22720         * gst-libs/gst/video/video.vcproj
22721         * gst-libs/gst/xoverlay/xoverlay.vcproj
22722           avoid problems with math.h, fix release dependancy
22723           rename GStreamer-0.8.lib to libgstreamer.lib
22724
22725 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22726
22727         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22729         the atom is not available we have to unlock the mutex. Fixes #148023
22730
22731 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22732
22733         * gst-libs/gst/media-info/media-info.h:
22734           issue for a vararg macro with MSVC
22735
22736 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22737
22738         * gst/effectv/effectv.vcproj
22739         * gst-libs/gst/idct/idct.vcproj:
22740         * gst-libs/gst/media-info/media-info.vcproj:
22741         * gst-libs/gst/navigation/navigation.vcproj:
22742         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22743         * gst-libs/gst/video/video.vcproj:
22744         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22745           fixes for build problems
22746
22747 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22748
22749         * gst-libs/gst/audio/audio.def:
22750         * gst-libs/gst/audio/riff.def:
22751           add some definitions needed by plugins
22752
22753 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22754
22755         * gst/asfdemux/gstasfmux.c
22756           Fix some 64 bits constants to be glib friendly
22757
22758 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22759
22760         * gst/ac3parse/gstac3parse.c
22761         * gst/audioscale/gstaudioscale.c
22762         * gst/auparse/gstauparse.c
22763         * gst/colorspace/gstcolorspace.c
22764         * gst/colorspace/yuv2rgb.h
22765           local include fixes
22766
22767 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22768
22769         * win32/gst.sln
22770           add more plugins to the build
22771
22772 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22773
22774         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22775         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22776
22777 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22778
22779         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22780         (gst_level_set_property), (gst_level_get_property),
22781         (gst_level_base_init), (gst_level_class_init):
22782           add debugging categories.  cleanups.
22783
22784 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22785
22786         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22787         (gst_videoscale_planar411), (gst_videoscale_planar400),
22788         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22789         (gst_videoscale_scale_nearest_str1),
22790         (gst_videoscale_scale_nearest_str2),
22791         (gst_videoscale_scale_nearest_str4),
22792         (gst_videoscale_scale_nearest_16bit),
22793         (gst_videoscale_scale_nearest_24bit):
22794           fixed stride issues
22795           tested with 320x240 -> 321, 322, 324 x240
22796           tested with YV12, I420, YUY2, UYVY
22797           fixed packed422rev (don't think it could have worked before)
22798           by testing with UYVY
22799
22800 2004-07-26  Benjamin Otte  <otte@gnome.org>
22801
22802         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22803         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22804         (plugin_init):
22805           add debugging category, add error checks like checking return values
22806           of setup calls, make sure it still works after
22807           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22808
22809 2004-07-26  Wim Taymans  <wim@fluendo.com>
22810
22811         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22812         (gst_mpeg_demux_get_audio_stream),
22813         (gst_mpeg_demux_process_private):
22814         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22815         Check for error codes from the negotiation functions. Make sure
22816         we really set the pad caps when a new pad is created.
22817
22818 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22819
22820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22821         (gst_ffmpeg_caps_to_pix_fmt):
22822         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22824         (gst_ffmpegcolorspace_pad_link):
22825           don't make function do two things at the same time without reason.
22826
22827 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22828
22829         * gst/ac3parse/ac3parse.vcproj
22830         * gst/adder/adder.vcproj
22831         * gst/alpha/alpha.vcproj
22832         * gst/alpha/alphacolor.vcproj
22833         * gst/asfdemux/asf.vcproj
22834         * gst/audioconvert/audioconvert.vcproj
22835         * gst/audiorate/audiorate.vcproj
22836         * gst/audioscale/audioscale.vcproj
22837         * gst/auparse/auparse.vcproj
22838         * gst/avi/avi.vcproj
22839         * gst/cdxaparse/cdxaparse.vcproj
22840         * gst/chart/chart.vcproj
22841         * gst/colorspace/colorspace.vcproj
22842         * gst/cutter/cutter.vcproj
22843         * gst/debug/debug.vcproj
22844         * gst/debug/efence.vcproj
22845         * gst/debug/navigationtest.vcproj
22846         * gst/deinterlace/deinterlace.vcproj
22847         * gst/effectv/effectv.vcproj
22848         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22849         * gst/filter/filter.vcproj
22850         * gst/flx/flxdec.vcproj
22851         * gst/goom/goom.vcproj
22852         * gst/interleave/interleave.vcproj
22853         * gst/law/alaw.vcproj
22854         * gst/law/mulaw.vcproj
22855         * gst/matroska/matroska.vcproj
22856         * gst/median/median.vcproj
22857         * gst/mixmatrix/mixmatrix.vcproj
22858         * gst/mpeg1sys/mpeg1systemencode.vcproj
22859         * gst/mpeg1videoparse/mp1videoparse.vcproj
22860         * gst/mpeg2sub/mpeg2subt.vcproj
22861         * gst/mpegaudio/mpegaudio.vcproj
22862         * gst/mpegaudioparse/mpegaudioparse.vcproj
22863         * gst/mpegstream/mpegstream.vcproj
22864         * gst/multifilesink/multifilesink.vcproj
22865         * gst/multipart/multipart.vcproj
22866         * gst/oneton/oneton.vcproj
22867         * gst/overlay/overlay.vcproj
22868         * gst/passthrough/passthrough.vcproj
22869         * gst/qtdemux/qtdemux.vcproj
22870         * gst/realmedia/rmdemux.vcproj
22871         * gst/rtjpeg/rtjpeg.vcproj
22872         * gst/rtp/rtp.vcproj
22873         * gst/silence/silence.vcproj
22874         * gst/sine/sinesrc.vcproj
22875         * gst/smooth/smooth.vcproj
22876         * gst/smpte/smpte.vcproj
22877         * gst/spectrum/spectrum.vcproj
22878         * gst/speed/speed.vcproj
22879         * gst/stereo/stereo.vcproj
22880         * gst/switch/switch.vcproj
22881         * gst/tags/tagedit.vcproj
22882         * gst/tcp/tcp.vcproj
22883         * gst/typefind/typefindfunctions.vcproj
22884         * gst/udp/udp.vcproj
22885         * gst/videobox/videobox.vcproj
22886         * gst/videocrop/videocrop.vcproj
22887         * gst/videodrop/videodrop.vcproj
22888         * gst/videofilter/gamma.vcproj
22889         * gst/videofilter/videobalance.vcproj
22890         * gst/videofilter/videofilter.vcproj
22891         * gst/videofilter/videoflip.vcproj
22892         * gst/videoflip/videoflip.vcproj
22893         * gst/videomixer/videomixer.vcproj
22894         * gst/videorate/videorate.vcproj
22895         * gst/videoscale/videoscale.vcproj
22896         * gst/videotestsrc/videotestsrc.vcproj
22897         * gst/virtualdub/virtualdub.vcproj
22898         * gst/volenv/volenv.vcproj
22899         * gst/volume/volume.vcproj
22900         * gst/wavenc/wavenc.vcproj
22901         * gst/wavparse/wavparse.vcproj
22902         * gst/y4m/y4menc.vcproj
22903           more plugins supported under windows
22904
22905 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22906
22907         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22908         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22909         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22911         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22912           Add debugging statements.  Use the sizes as returned by the
22913           *CreateImage calls.
22914
22915 2004-07-26  Johan Dahlin  <johan@gnome.org>
22916
22917         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22918         the pad is negotiated.
22919
22920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22921
22922 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22923
22924         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22925         * gst-libs/gst/idct/idct.vcproj:
22926         * gst-libs/gst/media-info/media-info.vcproj:
22927         * gst-libs/gst/mixer/mixer.vcproj:
22928         * gst-libs/gst/navigation/navigation.vcproj:
22929         * gst-libs/gst/play/play.vcproj:
22930         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22931         * gst-libs/gst/resample/resample.vcproj:
22932         * gst-libs/gst/tuner/tuner.vcproj:
22933         * gst-libs/gst/video/video.vcproj:
22934         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22935           more plugins supported under windows
22936
22937 2004-07-25 Iain <iain@prettypeople.org>
22938
22939         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22940         pad now rather than when the pad is created because state changes wipe
22941         explicit caps (fixes #148043).
22942
22943 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22944
22945         reviewed by Benjamin Otte  <otte@gnome.org>
22946
22947         * ext/mad/gstmad.c:
22948           fix mad plugin crashing on Sun (fixes #148289)
22949
22950 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22951
22952         * gst/avi/avi.def:
22953         * gst/avi/avi.vcproj:
22954         * gst/matroska/matroska.def:
22955         * gst/matroska/matroska.vcproj:
22956           remove unused .def files
22957
22958 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22959
22960         * gst-libs/gst/audio/gstaudiofilter.c:
22961           Clean the local include
22962
22963 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22964
22965         * win32/gst.sln:
22966         * gst-libs/gst/audio/audio.def:
22967         * gst-libs/gst/audio/audio.vcproj:
22968         * gst-libs/gst/audio/audiofilter.vcproj:
22969         * gst-libs/gst/audio/riff.def:
22970         * gst-libs/gst/audio/riff.vcproj:
22971         * gst-libs/gst/gst-libs.def:
22972         * gst-libs/gst/gst-libs.vcproj:
22973         * gst/avi/avi.vcproj:
22974         * gst/avi/avi.vcproj:
22975           Copy the files where needed after building, cleaner projects
22976
22977 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22978
22979         * gst/matroska/ebml-write.c:
22980           Fix some 64 bits constants to be glib friendly
22981
22982 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22983
22984         * win32/gst.sln:
22985         * gst-libs/gst/gst-libs.def:
22986         * gst-libs/gst/gst-libs.vcproj:
22987         * gst/matroska/matroska.def:
22988         * gst/matroska/matroska.vcproj:
22989           Add the preliminary canvas to build plugins on Win32
22990
22991 2004-07-23  Benjamin Otte  <otte@gnome.org>
22992
22993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22994           don't enfore negotiation from source side, it breaks
22995           sinesrc ! audioconvert ! osssink
22996
22997 2004-07-22  David Schleef  <ds@schleef.org>
22998
22999         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23000         for ELF files, since they can easily be recognized as audio/mpeg.
23001         (bug #147441)
23002
23003 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23004
23005         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23006         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23007         (gst_videoscale_scale_nearest_24bit),
23008         (gst_videoscale_scale_nearest_16bit):
23009           fix 16bit and 24bit for stride (24bit might need testing)
23010           don't pretend we do more than one algorithm
23011
23012 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23013
23014         * configure.ac:
23015         * gst/Makefile.am:
23016         * gst/multifilesink/Makefile.am:
23017         * gst/multifilesink/gstmultifilesink.c:
23018         (gst_multifilesink_get_formats),
23019         (gst_multifilesink_get_query_types), (_do_init),
23020         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23021         (gst_multifilesink_init), (gst_multifilesink_dispose),
23022         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23023         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23024         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23025         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23026         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23027         (gst_multifilesink_uri_get_type),
23028         (gst_multifilesink_uri_get_protocols),
23029         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23030         (gst_multifilesink_uri_handler_init), (plugin_init):
23031         * gst/multifilesink/gstmultifilesink.h:
23032         * testsuite/Makefile.am:
23033         * testsuite/multifilesink/Makefile.am:
23034         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23035         (gst_newmedia_class_init), (gst_newmedia_init),
23036         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23037         (newfile_signal), (test_signal), (main):
23038         multifilesink plugin for creating new files every time a new media
23039         discontinuity event occurs
23040
23041 2004-07-22  Wim Taymans  <wim@fluendo.com>
23042
23043         * gst/alpha/Makefile.am:
23044         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23045         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23046         (gst_alpha_color_init), (gst_alpha_color_set_property),
23047         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23048         (transform), (gst_alpha_color_chain),
23049         (gst_alpha_color_change_state), (plugin_init):
23050         Stupid plugin to to RGBA to AYUV conversion because none of
23051         the colorspace plugins can handle that yet.
23052
23053 2004-07-22  Wim Taymans  <wim@fluendo.com>
23054
23055         * examples/seeking/seek.c: (update_scale), (main):
23056         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23057         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23058         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23059         (gst_decode_bin_init), (gst_decode_bin_dispose),
23060         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23061         (no_more_pads), (close_link), (type_found),
23062         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23063         (plugin_init):
23064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23065         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23066         (gst_play_base_bin_dispose), (queue_overrun),
23067         (gen_preroll_element), (remove_prerolls), (unknown_type),
23068         (no_more_pads), (new_stream), (setup_source),
23069         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23070         (play_base_eos), (gst_play_base_bin_change_state),
23071         (gst_play_base_bin_add_element),
23072         (gst_play_base_bin_remove_element),
23073         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23074         (gst_play_base_bin_unlink_stream),
23075         (gst_play_base_bin_get_streaminfo):
23076         * gst/playback/gstplaybin.c: (gen_video_element),
23077         (gen_audio_element):
23078         * gst/playback/gststreaminfo.h:
23079         More playback updates, attempt to fix things after the state change
23080         breakage.
23081
23082 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23083
23084         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23085         (gst_videoscale_scale_nearest_16bit):
23086           comment algorithm
23087
23088 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23089
23090         * gst/videotestsrc/gstvideotestsrc.c:
23091         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23092         (gst_videotestsrc_init), (gst_videotestsrc_get),
23093         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23094         (gst_videotestsrc_get_property):
23095         * gst/videotestsrc/gstvideotestsrc.h:
23096         * gst/videotestsrc/videotestsrc.c:
23097         * gst/videotestsrc/videotestsrc.h:
23098           cleanup and commenting
23099
23100 2004-07-21  Wim Taymans  <wim@fluendo.com>
23101
23102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23103         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23104         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23105         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23106         (_find_chain_get_unknown_part), (_find_streams_check),
23107         (gst_ogg_demux_push), (gst_ogg_pad_push):
23108         * ext/theora/theoradec.c: (theora_get_formats),
23109         (theora_dec_src_convert), (theora_dec_sink_convert),
23110         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23111         (theora_dec_chain):
23112         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23113         (vorbis_dec_convert), (vorbis_dec_src_query),
23114         (vorbis_dec_src_event), (vorbis_dec_event):
23115         More seeking fixes, oggdemux now supports seeking to time and
23116         uses the downstream element to convert granulepos to time.
23117         Seeking in theora-only ogg files now works.
23118
23119 2004-07-21  Wim Taymans  <wim@fluendo.com>
23120
23121         * ext/theora/theoradec.c: (gst_theora_dec_init),
23122         (theora_get_formats), (theora_get_event_masks),
23123         (theora_get_query_types), (theora_dec_src_convert),
23124         (theora_dec_sink_convert), (theora_dec_src_query),
23125         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23126         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23127         (vorbis_get_event_masks), (vorbis_get_query_types),
23128         (gst_vorbis_dec_init), (vorbis_dec_convert),
23129         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23130         Added query/convert/formats functions to vorbis and theora decoders
23131         so that the outside world can use them too. Fixed seeking on an
23132         ogg/theora/vorbis file by disabling the seeking seeking on the
23133         theora srcpad.
23134
23135 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23136
23137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23138         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23139         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23140         images creation for both elements. We don't create the image on caps
23141         nego or renego, we just destroy the internal one if present if it does
23142         not match the needs. The chain function takes care of creating a new
23143         image when needed.
23144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23145         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23146         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23147         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23148         the image format information. The buffer pool checks for the context
23149         image format and discard images with different formats.
23150         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23151
23152 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23153
23154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23155         (gst_ffmpegcolorspace_chain):
23156           no point in doing any chaining if the pad we want to push from
23157           isn't usable.
23158
23159 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23160
23161         * gst-libs/gst/riff/riff-media.c:
23162         (gst_riff_create_audio_caps_with_data):
23163           Fix double end-to-native symbol conversion (#148021).
23164
23165 2004-07-20  David Schleef  <ds@schleef.org>
23166
23167         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23168         Don't use an Atom that doesn't exist.
23169
23170 2004-07-20  Wim Taymans  <wim@fluendo.com>
23171
23172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23173         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23174         (gst_multifdsink_client_remove),
23175         (gst_multifdsink_handle_client_write),
23176         (gst_multifdsink_queue_buffer):
23177         * gst/tcp/gstmultifdsink.h:
23178         More multifdsink stats. Avoid deadlock by releasing locks
23179         before sending out a signal.
23180
23181 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23182
23183         * po/LINGUAS:
23184         * po/hu.po:
23185           added Hungarian translation (Laszlo Dvornik)
23186
23187 2004-07-20  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23190         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23191         (gst_multifdsink_handle_client_write),
23192         (gst_multifdsink_queue_buffer):
23193         * gst/tcp/gsttcp-marshal.list:
23194         Fixed the stupid marshal definition.
23195
23196 2004-07-20  Wim Taymans  <wim@fluendo.com>
23197
23198         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23199         (gst_multifdsink_init), (gst_multifdsink_add),
23200         (gst_multifdsink_client_remove),
23201         (gst_multifdsink_handle_client_write),
23202         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23203         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23204         (gst_multifdsink_init_send):
23205         * gst/tcp/gstmultifdsink.h:
23206         Added more stats, added timeout for a client, fixed some typos
23207         and added some comments.
23208
23209 2004-07-20  Wim Taymans  <wim@fluendo.com>
23210
23211         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23212         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23213         (gst_multifdsink_client_remove),
23214         (gst_multifdsink_handle_client_write):
23215         * gst/tcp/gstmultifdsink.h:
23216         * gst/tcp/gsttcp-marshal.list:
23217         Added get_stats method that returns a GValueArray of
23218         stats values.
23219
23220 2004-07-19  Benjamin Otte  <otte@gnome.org>
23221
23222         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23223           make sure longname, description and author are valid UTF-8
23224
23225 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23226
23227         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23228         (gst_ximagesink_set_property):
23229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23230         (gst_xvimagesink_set_property):
23231           make sure SYNCHRONOUS is respected after getting the X context
23232
23233 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23234
23235         * gst/matroska/matroska-demux.c:
23236         (gst_matroska_demux_handle_src_event),
23237         (gst_matroska_demux_parse_blockgroup):
23238         * gst/matroska/matroska-ids.h:
23239           add BlockReference tag and ignore it to clear out log.
23240           ignore NAVIGATION events to clear out log.
23241
23242 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23243
23244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23245         (gst_matroska_demux_add_stream):
23246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23247           add debug categories
23248
23249 2004-07-16  Wim Taymans  <wim@fluendo.com>
23250
23251         * ext/libpng/Makefile.am:
23252         * ext/libpng/gstpng.c: (plugin_init):
23253         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23254         (gst_pngdec_get_type), (gst_pngdec_base_init),
23255         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23256         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23257         * ext/libpng/gstpngdec.h:
23258         Added png decoder.
23259
23260 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23261
23262         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23263         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23264         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23265         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23266         (gst_ximagesink_buffer_alloc):
23267         * sys/ximage/ximagesink.h:
23268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23269         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23270         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23271         (gst_xvimagesink_buffer_alloc):
23272         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23273         again. Using internal data pointer of the x(v)image to store image's
23274         data to be coherent with the buffer alloc mechanism. Investigated the
23275         image destruction code to be sure that everything gets freed correctly.
23276
23277 2004-07-16  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst-libs/gst/riff/riff-read.c:
23280         (gst_riff_read_strf_vids_with_data),
23281         (gst_riff_read_strf_auds_with_data):
23282         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23283         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23284         Make sure we don't create 0 sized subbuffers in riff-read.
23285         Signal the no more pads signal after reading the avi header.
23286
23287 2004-07-16  Wim Taymans  <wim@fluendo.com>
23288
23289         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23290         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23291         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23292         (gst_decode_bin_init), (gst_decode_bin_dispose),
23293         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23294         (no_more_pads), (close_link), (type_found),
23295         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23296         (gst_decode_bin_change_state), (plugin_init):
23297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23298         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23299         (gst_play_base_bin_dispose), (queue_overrun),
23300         (gen_preroll_element), (remove_prerolls), (unknown_type),
23301         (no_more_pads), (new_stream), (setup_source),
23302         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23303         (play_base_eos), (gst_play_base_bin_change_state),
23304         (gst_play_base_bin_add_element),
23305         (gst_play_base_bin_remove_element),
23306         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23307         (gst_play_base_bin_unlink_stream),
23308         (gst_play_base_bin_get_streaminfo):
23309         * gst/playback/gstplaybasebin.h:
23310         Better error recovery. Added configurable preroll queue size. Faster
23311         detection of no-more-pads.
23312
23313 2004-07-16  Wim Taymans  <wim@fluendo.com>
23314
23315         * gst-libs/gst/video/video.h:
23316         Added 32 bits RGBA. Not sure if we should use another mime-type
23317         for alpha rgb. Currently the presence of the alpha_mask property
23318         signals an alpha channel.
23319
23320 2004-07-16  Wim Taymans  <wim@fluendo.com>
23321
23322         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23324         FPS seems to be 0.0 to MAX everywhere else.
23325
23326 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23327
23328         * gst-libs/gst/riff/riff-media.c:
23329         (gst_riff_create_video_caps_with_data):
23330           mp42/mp43 (no caps) exist too.
23331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23332           Set pixel_width/height; we've got them in-caps.
23333         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23334         * gst/wavparse/gstwavparse.c: (plugin_init):
23335           Both are valid primary.
23336         * sys/oss/gstossmixer.c:
23337           Remove i18n hack and enable translations.
23338
23339 2004-07-15  Benjamin Otte  <otte@gnome.org>
23340
23341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23342         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23343           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23344
23345 2004-07-15  Benjamin Otte  <otte@gnome.org>
23346
23347         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23348         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23349         (gst_alsa_close_audio):
23350           disable some of the debugging code for now. Writing debugging to a
23351           buffer is broken in current alsalib releases.
23352
23353 2004-07-12  Benjamin Otte  <otte@gnome.org>
23354
23355         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23356           use bufferpools
23357
23358 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23359
23360         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23361         (theora_dec_src_query), (theora_dec_event):
23362         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23363           add debugging categories.  Remove \n's.
23364
23365 2004-07-13  Johan Dahlin  <johan@gnome.org>
23366
23367         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23368         (gst_play_bin_get_property): Impl.
23369
23370 2004-07-13  Wim Taymans  <wim@fluendo.com>
23371
23372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23373         When trying to find the stream length, seek back N pages
23374         instead of just one, where N is the number of streams in
23375         the current chain.
23376
23377 2004-07-13  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst-libs/gst/riff/riff-media.c:
23380         (gst_riff_create_audio_caps_with_data),
23381         (gst_riff_create_audio_caps),
23382         (gst_riff_create_audio_template_caps):
23383         * gst-libs/gst/riff/riff-media.h:
23384         * gst-libs/gst/riff/riff-read.c:
23385         (gst_riff_read_strf_vids_with_data),
23386         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23387         * gst-libs/gst/riff/riff-read.h:
23388         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23389         (gst_avi_demux_add_stream):
23390         Set codec_data on caps for avidemuxer.
23391
23392 2004-07-12  David Schleef  <ds@schleef.org>
23393
23394         * configure.ac: Fix test for Objective C
23395
23396 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23397         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23398         (gst_gdk_pixbuf_chain):
23399           Add svg and pcx to template caps, and ensure that getcaps returns a
23400           subset of the template caps.
23401           Copy each row manually for output, as gdkpixbuf may pad the
23402           rowstride to a 32-bit word boundary.
23403
23404 2004-07-12  Wim Taymans  <wim@fluendo.com>
23405
23406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23407         (gst_riff_create_video_template_caps):
23408         Fix the template caps to include some more media types.
23409
23410 2004-07-12  Wim Taymans  <wim@fluendo.com>
23411
23412         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23413         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23414         (compare_ranks), (print_feature), (gst_decode_bin_init),
23415         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23416         (try_to_link_1), (new_pad), (close_link), (type_found),
23417         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23418         (gst_decode_bin_change_state), (plugin_init):
23419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23420         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23421         (gst_play_base_bin_dispose), (queue_overrun),
23422         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23423         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23424         (gst_play_base_bin_get_property), (play_base_eos),
23425         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23426         (gst_play_base_bin_remove_element),
23427         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23428         (gst_play_base_bin_unlink_stream),
23429         (gst_play_base_bin_get_streaminfo):
23430         * gst/playback/gstplaybasebin.h:
23431         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23432         (gst_play_bin_class_init), (gst_play_bin_init),
23433         (gst_play_bin_dispose), (gst_play_bin_set_property),
23434         (gst_play_bin_get_property), (gen_video_element),
23435         (gen_audio_element), (remove_sinks), (setup_sinks),
23436         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23437         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23438         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23439         (gst_play_bin_query), (plugin_init):
23440         * gst/playback/test4.c: (main):
23441         More fixes on reusing of the element.
23442
23443 2004-07-11  Benjamin Otte  <otte@gnome.org>
23444
23445         * ext/mad/gstmad.c: (normal_seek):
23446           allow seeking for other methods than just SET
23447
23448 2004-07-11  Andy Wingo  <wingo@pobox.com>
23449
23450         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23451         float, "any" caps -> buffer_frames=[0,MAX].
23452
23453         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23454         doesn't intersect our caps with the template any more. Do it
23455         ourselves.
23456         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23457
23458 2004-07-09  Wim Taymans  <wim@fluendo.com>
23459
23460         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23461         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23462         (compare_ranks), (print_feature), (gst_decode_bin_init),
23463         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23464         (try_to_link_1), (new_pad), (close_link), (type_found),
23465         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23466         (gst_decode_bin_change_state), (plugin_init):
23467         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23468         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23469         (gst_play_base_bin_dispose), (queue_overrun),
23470         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23471         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23472         (gst_play_base_bin_get_property), (play_base_eos),
23473         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23474         (gst_play_base_bin_remove_element),
23475         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23476         (gst_play_base_bin_unlink_stream),
23477         (gst_play_base_bin_get_streaminfo):
23478         * gst/playback/gstplaybasebin.h:
23479         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23480         (gst_play_bin_class_init), (gst_play_bin_init),
23481         (gst_play_bin_dispose), (gst_play_bin_set_property),
23482         (gst_play_bin_get_property), (gen_video_element),
23483         (gen_audio_element), (remove_sinks), (setup_sinks),
23484         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23485         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23486         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23487         (gst_play_bin_query), (plugin_init):
23488         * gst/playback/test4.c: (main):
23489         Work on object reuse and seeking.
23490
23491 2004-07-09  Wim Taymans  <wim@fluendo.com>
23492
23493         * examples/seeking/seek.c: (iterate):
23494         Don't consume all CPU in the idle loop.
23495
23496 2004-07-09  Wim Taymans  <wim@fluendo.com>
23497
23498         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23499         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23500         Add pad to element *after* setting the pad functions so that
23501         the scheduler can use the correct ones.
23502
23503 2004-07-09  Wim Taymans  <wim@fluendo.com>
23504
23505         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23506         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23507         Sync to keyframe after seek
23508
23509 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23510
23511         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23512         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23513         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23514         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23515         * ext/libvisual/visual.c: (gst_visual_change_state):
23516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23517         * ext/theora/theoradec.c: (theora_dec_change_state):
23518         * ext/theora/theoraenc.c: (theora_enc_change_state):
23519         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23520         * gst-libs/gst/navigation/navigation.c:
23521         * gst/adder/gstadder.c: (gst_adder_change_state):
23522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23523         (gst_audio_convert_get_buffer):
23524         * gst/multipart/multipartdemux.c:
23525         (gst_multipart_demux_change_state):
23526         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23528         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23529         * gst/videoscale/gstvideoscale.c:
23530         (gst_videoscale_handle_src_event):
23531         * gst/volume/gstvolume.c: (volume_chain_int16):
23532           don't assert in state change, this should be done by the base
23533           GstElement class.
23534           various debugging fixes.
23535
23536 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23537
23538         * configure.ac:
23539         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23540         (gst_play_dispose), (gst_play_set_location),
23541         (gst_play_set_data_src), (gst_play_set_video_sink),
23542         (gst_play_set_audio_sink), (gst_play_set_visualization),
23543         (gst_play_connect_visualization), (gst_play_get_sink_element),
23544         (gst_play_get_all_by_interface):
23545         * gst-libs/gst/play/play.h:
23546           add new method to get elements implementing an interface.
23547           add various error logging
23548
23549 2004-07-08  Wim Taymans  <wim@fluendo.com>
23550
23551         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23552         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23553         (make_playerbin_pipeline), (query_durations_elems),
23554         (query_durations_pads), (query_positions_elems),
23555         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23556         (main):
23557         Added playbin seeking example.
23558
23559 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23560
23561         * gst-libs/gst/play/play.c: (gst_play_set_location),
23562         (gst_play_set_data_src), (gst_play_set_video_sink),
23563         (gst_play_set_audio_sink), (gst_play_set_visualization),
23564         (gst_play_connect_visualization), (gst_play_get_framerate):
23565           use a macro to look up elements from hash table
23566
23567 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23568
23569         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23570         (gst_play_get_length_callback), (gst_play_set_location),
23571         (gst_play_seek_to_time), (gst_play_set_data_src),
23572         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23573         (gst_play_set_visualization), (gst_play_connect_visualization),
23574         (gst_play_get_sink_element):
23575         - add debugging info
23576         - fix looking up sink elements by iterating over complete caps
23577         - put everything except for source and autoplugger in a complete bin
23578
23579 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23580
23581         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23583         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23584         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23585         * ext/alsa/gstalsasink.h:
23586         - add debugging info
23587         - clean up schizophrenia of data/buffer/event
23588         - fix double event unref error
23589
23590 2004-07-08  Wim Taymans  <wim@fluendo.com>
23591
23592         * gst/playback/Makefile.am:
23593         Add headers to noinst
23594
23595 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23596
23597         * tools/gst-launch-ext-m.m:
23598         * tools/gst-launch-ext.1.in:
23599           convert to the third millenium
23600
23601 2004-07-07  David Schleef  <ds@schleef.org>
23602
23603         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23604
23605 2004-07-07  Wim Taymans  <wim@fluendo.com>
23606
23607         * gst/playback/Makefile.am:
23608         * gst/playback/README:
23609         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23610         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23611         (compare_ranks), (print_feature), (gst_decode_bin_init),
23612         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23613         (try_to_link_1), (new_pad), (close_link), (type_found),
23614         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23615         (plugin_init):
23616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23617         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23618         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23619         (gen_preroll_element), (no_more_pads), (new_stream),
23620         (setup_source), (gst_play_base_bin_set_property),
23621         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23622         (gst_play_base_bin_add_element),
23623         (gst_play_base_bin_remove_element),
23624         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23625         (gst_play_base_bin_unlink_stream),
23626         (gst_play_base_bin_get_streaminfo):
23627         * gst/playback/gstplaybasebin.h:
23628         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23629         (gst_play_bin_class_init), (gst_play_bin_init),
23630         (gst_play_bin_dispose), (gst_play_bin_set_property),
23631         (gst_play_bin_get_property), (gen_video_element),
23632         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23633         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23634         (gst_play_bin_get_formats), (gst_play_bin_convert),
23635         (gst_play_bin_get_query_types), (gst_play_bin_query),
23636         (plugin_init):
23637         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23638         (gst_stream_info_get_type), (gst_stream_info_class_init),
23639         (gst_stream_info_init), (gst_stream_info_new),
23640         (gst_stream_info_dispose), (gst_stream_info_set_property),
23641         (gst_stream_info_get_property):
23642         * gst/playback/gststreaminfo.h:
23643         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23644         (main):
23645         * gst/playback/test2.c: (main):
23646         * gst/playback/test3.c: (update_scale), (main):
23647         More playbin fixes. Added README. Do better element filtering.
23648         Added base class to preroll media. Added test apps.
23649
23650 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23651
23652         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23653         * ext/mpeg2dec/gstmpeg2dec.h:
23654           various debugging improvements.  Reset stream to next picture
23655           instead of sequence header, otherwise seeks cannot work.
23656
23657 2004-07-07  Wim Taymans  <wim@fluendo.com>
23658
23659         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23660         (gst_video_box_class_init), (gst_video_box_set_property),
23661         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23662         Use pad_alloc where possible.
23663
23664 2004-07-07  Wim Taymans  <wim@fluendo.com>
23665
23666         * sys/oss/gstosselement.c: (gst_osselement_reset),
23667         (gst_osselement_parse_caps):
23668         * sys/oss/gstosselement.h:
23669         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23670         Fix offset on osssrc.
23671
23672 2004-07-07  Wim Taymans  <wim@fluendo.com>
23673
23674         * ext/theora/theora.c: (plugin_init):
23675         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23676         (theora_dec_src_query), (theora_dec_chain):
23677         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23678         (theora_enc_sink_link), (theora_buffer_from_packet),
23679         (theora_push_packet), (theora_enc_chain):
23680         Fix theora granulepos calculation.
23681         Fix overflow in duration/position calculation.
23682         Bump rank to PRIMARY for theoradec.
23683         Use granulepos of last packet to calculate position.
23684         Set keyframe flag on buffers when needed.
23685
23686 2004-07-06  David Schleef  <ds@schleef.org>
23687
23688         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23689         serious?  (Fixed, obviously.)
23690
23691 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23692
23693         * po/LINGUAS:
23694         * po/cs.po:
23695           added Czech translation (Miloslav Trmac)
23696
23697 2004-07-05  Wim Taymans  <wim@fluendo.com>
23698
23699         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23700         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23701         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23702         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23703         (close_link), (type_found), (gst_decode_bin_set_property),
23704         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23705         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23706         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23707         (gst_decode_bin_query), (plugin_init):
23708         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23709         (gst_play_bin_class_init), (gst_play_bin_init),
23710         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23711         (get_video_element), (new_pad), (setup_source),
23712         (gst_play_bin_set_property), (gst_play_bin_get_property),
23713         (gst_play_bin_change_state), (gst_play_bin_add_element),
23714         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23715         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23716         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23717         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23718         * gst/playback/test.c: (main):
23719         More fixes, cleaned up playbin, make it use decodebin. Added
23720         threaded property to playbin.
23721
23722 2004-07-05  Wim Taymans  <wim@fluendo.com>
23723
23724         * configure.ac:
23725         * gst/playback/Makefile.am:
23726         * gst/playback/decodetest.c: (main):
23727         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23728         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23729         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23730         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23731         (close_link), (type_found), (gst_decode_bin_set_property),
23732         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23733         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23734         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23735         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23736         (plugin_init):
23737         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23738         (gst_play_bin_class_init), (gst_play_bin_init),
23739         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23740         (collect_sink_pads), (find_compatibles), (close_pad_link),
23741         (try_to_link_1), (new_pad), (close_link), (type_found),
23742         (setup_source), (gst_play_bin_set_property),
23743         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23744         (compare_ranks), (gst_play_bin_collect_factories),
23745         (gst_play_bin_change_state), (gst_play_bin_add_element),
23746         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23747         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23748         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23749         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23750         * gst/playback/test.c: (main):
23751         Added some playback helper elements and some test apps, very alpha
23752         still.
23753
23754 2004-07-04  Benjamin Otte  <otte@gnome.org>
23755
23756         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23757           only restart audio when we indeed have an xrun to fix repeated
23758           xruns. Fix suggested by Giuliano Pochini.
23759
23760 2004-07-03  David Schleef  <ds@schleef.org>
23761
23762         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23763         call to gst_debug_log() if debugging is disabled (bug #145118)
23764
23765 2004-07-03  Benjamin Otte  <otte@gnome.org>
23766
23767         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23768           use our own functions for restarting the alsa device.
23769         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23770           I should apply patches myself - use MIN for the third argument, not
23771           the second, this fixes seeking
23772
23773 2004-07-02  David Schleef  <ds@schleef.org>
23774
23775         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23776         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23777         do with the logic.
23778
23779 2004-07-02  David Schleef  <ds@schleef.org>
23780
23781         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23782         output buffers.  Fix logic mistake.  (bug #144866)
23783
23784 2004-07-02  David Schleef  <ds@schleef.org>
23785
23786         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23787         on X.  (bug #144753)
23788
23789 2004-07-02  David Schleef  <ds@schleef.org>
23790
23791         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23792         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23793         (bug #144624)
23794         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23795         (gst_osselement_rate_probe_check): Add another workaround for
23796         buggy drivers (bug #145336)
23797
23798 2004-07-02  David Schleef  <ds@schleef.org>
23799
23800         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23801         Most systems don't have MSG_NOSIGNAL.
23802
23803 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23804
23805         * Makefile.am:
23806         * gst-libs/gst/colorbalance/Makefile.am:
23807         * gst-libs/gst/mixer/Makefile.am:
23808         * gst-libs/gst/play/Makefile.am:
23809         * gst-libs/gst/tuner/Makefile.am:
23810           (hopefully) fix both install and dist and make error message useful.
23811           needs testing across automakes.
23812
23813 2004-07-02  Benjamin Otte  <otte@gnome.org>
23814
23815         * ext/ogg/gstogg.c: (plugin_init):
23816           we require bytestream now
23817         * ext/ogg/gstoggdemux.c:
23818           huge diff to implement chain setup in a fast and generic way. This
23819           improves tag reading and startup of huge files (read: Theora videos)
23820           quite a bit. It probably contains bugs, too, so please test.
23821           Seeking is not improved to the fast method.
23822
23823 2004-06-29  Wim Taymans  <wim@fluendo.com>
23824
23825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23826         * ext/ogg/gstoggmux.c:
23827         Fix memleak in oggdemux when running unconnected pads.
23828         doc update in mux, start working on keyframe mode.
23829
23830 2004-06-29  Benjamin Otte  <otte@gnome.org>
23831
23832         * sys/oss/gstosssink.c:
23833         * sys/oss/gstosssrc.c:
23834           advertise correct template caps - we indeed do non-native endianness
23835           and 8bit audio has no endianness
23836         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23838           avoid (wrong) duplications in getcaps function and return
23839           template caps
23840
23841 2004-06-29  Wim Taymans  <wim@fluendo.com>
23842
23843         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23844         (gst_multifdsink_class_init), (gst_multifdsink_add),
23845         (gst_multifdsink_remove), (gst_multifdsink_clear),
23846         (gst_multifdsink_client_remove),
23847         (gst_multifdsink_handle_client_read),
23848         (gst_multifdsink_client_queue_data),
23849         (gst_multifdsink_client_queue_caps),
23850         (gst_multifdsink_client_queue_buffer),
23851         (gst_multifdsink_handle_client_write),
23852         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23853         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23854         (gst_multifdsink_init_send), (gst_multifdsink_close):
23855         Fix wrong GList iteration that could crash the server when
23856         more then 2 clients disconnect at the same time. Read all the
23857         pending commands in one batch to recover from command storms under
23858         very heavy load.
23859
23860 2004-06-28  Wim Taymans  <wim@fluendo.com>
23861
23862         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23863         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23864         (gst_videomixer_pad_set_property),
23865         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23866         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23867         (gst_videomixer_class_init), (gst_videomixer_init),
23868         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23869         (pad_zorder_compare), (gst_videomixer_sort_pads),
23870         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23871         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23872         (gst_videomixer_update_queues), (gst_videomixer_loop),
23873         (plugin_init):
23874         Avoid divide by zero, choose masterpad as the pad with the highest
23875         framerate.
23876
23877 2004-06-27  Julien Moutte  <julien@moutte.net>
23878
23879         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23880         (gst_ximagesink_xwindow_new):
23881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23882         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23883         function directly. We might want to call it from somewhere else one day.
23884
23885 2004-06-27  Julien Moutte  <julien@moutte.net>
23886
23887         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23888         (gst_ximagesink_xwindow_new):
23889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23890         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23891         window decorations.
23892
23893 2004-06-27  Wim Taymans  <wim@fluendo.com>
23894
23895         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23896         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23897         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23898         (gst_dvdec_set_property), (gst_dvdec_get_property):
23899         * ext/dv/gstdvdec.h:
23900         Implement drop_factor property to lower the framerate with
23901         a factor.
23902
23903 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23904
23905         * gst-libs/gst/colorbalance/Makefile.am:
23906         * gst-libs/gst/mixer/Makefile.am:
23907         * gst-libs/gst/play/Makefile.am:
23908         * gst-libs/gst/tuner/Makefile.am:
23909           unbreak Company's fix that didn't install the -enum.h files
23910
23911 2004-06-27  Wim Taymans  <wim@fluendo.com>
23912
23913         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23914         (gst_dvdec_change_state):
23915         * ext/dv/gstdvdec.h:
23916         Fix timestamp, duration and offset of the buffers.
23917
23918 2004-06-27  Wim Taymans  <wim@fluendo.com>
23919
23920         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23921         (gst_multifdsink_class_init), (gst_multifdsink_add),
23922         (gst_multifdsink_remove), (gst_multifdsink_clear),
23923         (gst_multifdsink_client_remove),
23924         (gst_multifdsink_handle_client_read),
23925         (gst_multifdsink_client_queue_data),
23926         (gst_multifdsink_client_queue_caps),
23927         (gst_multifdsink_client_queue_buffer),
23928         (gst_multifdsink_handle_client_write),
23929         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23930         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23931         (gst_multifdsink_init_send), (gst_multifdsink_close):
23932         * gst/tcp/gstmultifdsink.h:
23933         * gst/tcp/gsttcpserversink.c:
23934         (gst_tcpserversink_handle_server_read),
23935         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23936         More multifdsink fixes, more recovery policy fixes.
23937         Removed stupid g_print
23938
23939 2004-06-26  Wim Taymans  <wim@fluendo.com>
23940
23941         * gst/tcp/Makefile.am:
23942         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23943         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23944         (gst_multifdsink_class_init), (gst_multifdsink_init),
23945         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23946         (gst_multifdsink_handle_client_read),
23947         (gst_multifdsink_client_queue_data),
23948         (gst_multifdsink_client_queue_caps),
23949         (gst_multifdsink_client_queue_buffer),
23950         (gst_multifdsink_handle_client_write),
23951         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23952         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23953         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23954         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23955         (gst_multifdsink_close), (gst_multifdsink_change_state):
23956         * gst/tcp/gstmultifdsink.h:
23957         * gst/tcp/gsttcpplugin.c: (plugin_init):
23958         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23959         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23960         (gst_tcpserversink_handle_server_read),
23961         (gst_tcpserversink_handle_select),
23962         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23963         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23964         * gst/tcp/gsttcpserversink.h:
23965         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23966         one of the locks, added recovery policy to multifdsink.
23967
23968 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23971           fix decision for when getting frames with same timestamp
23972         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23973         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23974         (gst_v4lsrc_get_property):
23975         * sys/v4l/gstv4lsrc.h:
23976           add latency offset property
23977
23978 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23979
23980         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23981         (plugin_init):
23982           fix debugging. add category.
23983
23984 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23985
23986         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23987           fix wrong offsets
23988
23989 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23990
23991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23992         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23993         (gst_alsa_src_change_state):
23994           return a time that is in sync with the element's processing
23995
23996 2004-06-25  Wim Taymans  <wim@fluendo.com>
23997
23998         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23999         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24000         (gst_tcpserversink_client_remove),
24001         (gst_tcpserversink_handle_client_read),
24002         (gst_tcpserversink_client_queue_data),
24003         (gst_tcpserversink_client_queue_caps),
24004         (gst_tcpserversink_client_queue_buffer),
24005         (gst_tcpserversink_handle_client_write),
24006         (gst_tcpserversink_queue_buffer),
24007         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24008         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24009         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24010         (gst_tcpserversink_close):
24011         * gst/tcp/gsttcpserversink.h:
24012         Serversink rewrite. Really do non blocking writes to clients and
24013         maintain an internal queue to handle slower clients while not
24014         disturbing fast clients.
24015
24016 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24017
24018         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24019           better debug, don't override OFFSET and OFFSET_END
24020
24021 2004-06-25  Iain <iain@prettypeople.org>
24022
24023         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24024         name=source for the wavparse pipeline.
24025
24026 2004-06-24  Johan Dahlin  <johan@gnome.org>
24027
24028         * ext/theora/theoraenc.c (theora_enc_chain): Call
24029         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24030         streamheader caps are set correctly.
24031
24032 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24033
24034         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24035         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24036           respect minimum bitrate; same could be done for max bitrate
24037
24038 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24039
24040         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24041         (gst_vorbisenc_setup):
24042           fix sample rate range
24043
24044 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24045
24046         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24047         (gst_oggvorbisenc_setup):
24048         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24049         (gst_vorbisenc_setup):
24050           resolve ambiguities in code and description
24051
24052 2004-06-24  Wim Taymans  <wim@fluendo.com>
24053
24054         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24055         * ext/alsa/gstalsa.h:
24056         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24057         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24058         Use alsa trigger_tstamp to get the timestamp of the first
24059         sample in the buffer for more precise sync. Some cleanups.
24060
24061 2004-06-24  Wim Taymans  <wim@fluendo.com>
24062
24063         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24064         (gst_audiorate_init), (gst_audiorate_chain),
24065         (gst_audiorate_set_property), (gst_audiorate_get_property):
24066         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24067         (gst_videorate_chain):
24068         Added some logging, fixed an overflow bug in videorate.
24069
24070 2004-06-24  Benjamin Otte  <otte@gnome.org>
24071
24072         * ext/kio/Makefile.am:
24073           fix for builddir != srcdir and distcheck
24074
24075 2004-06-24  Benjamin Otte  <otte@gnome.org>
24076
24077         * gst-libs/gst/colorbalance/Makefile.am:
24078         * gst-libs/gst/mixer/Makefile.am:
24079         * gst-libs/gst/play/Makefile.am:
24080         * gst-libs/gst/tuner/Makefile.am:
24081         * gst/tcp/Makefile.am:
24082         * sys/dxr3/Makefile.am:
24083           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24084           tarball.
24085           Also add all *.list files that were missing.
24086         * Makefile.am:
24087           add a distcheck hook to ensure the above doesn't happen again.
24088
24089 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24090
24091         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24092
24093 2004-06-23  Colin Walters  <walters@redhat.com>
24094
24095         * m4/Makefile.am: Distribute gst-fionread.m4.
24096
24097 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24098
24099         * configure.ac: back to dev
24100
24101 2004-06-23  Wim Taymans  <wim@fluendo.com>
24102
24103         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24104         (gst_alsa_xrun_recovery):
24105         * ext/alsa/gstalsa.h:
24106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24107         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24108         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24109         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24110         (gst_alsa_src_loop):
24111         Add clock to alsasrc. Take new capture timestamp when
24112         restarting after an overrun. Split up some functions between
24113         alsasrc and alsasink.
24114
24115 === release 0.8.2 ===
24116
24117 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24118
24119         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24120         (gst_alsa_change_state), (gst_alsa_update_avail),
24121         (gst_alsa_xrun_recovery):
24122         * ext/alsa/gstalsa.h:
24123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24124           merge back changes from release
24125
24126 2004-06-23  Wim Taymans  <wim@fluendo.com>
24127
24128         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24129         (gst_audiorate_init), (gst_audiorate_chain),
24130         (gst_audiorate_set_property), (gst_audiorate_get_property):
24131         Implement sample dropping and notify
24132
24133 2004-06-22  Wim Taymans  <wim@fluendo.com>
24134
24135         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24136         (theora_enc_sink_link), (theora_buffer_from_packet),
24137         (theora_push_packet), (theora_enc_chain):
24138         Some cleanups, make sure the timestamps are correct.
24139
24140 2004-06-22  Wim Taymans  <wim@fluendo.com>
24141
24142         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24143         (gst_alsa_change_state), (gst_alsa_update_avail),
24144         (gst_alsa_xrun_recovery):
24145         * ext/alsa/gstalsa.h:
24146         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24147         Cleanups, take queued samples into account when reporting
24148         the time.
24149
24150 2004-06-22  Wim Taymans  <wim@fluendo.com>
24151
24152         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24153         (gst_videorate_init):
24154         Initialize the property as well.
24155
24156 2004-06-22  Wim Taymans  <wim@fluendo.com>
24157
24158         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24159         (gst_videorate_init), (gst_videorate_chain),
24160         (gst_videorate_set_property), (gst_videorate_get_property):
24161         Add property to make videorate silent.
24162         Add property to prefer new frames over old ones.
24163
24164 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24165
24166         * sys/osxvideo/Makefile.am:
24167         Workaround so that the osxvideo .so file gets linked with the
24168         Cocoa, OpenGL and QuickTime frameworks
24169
24170 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24171
24172         * sys/osxaudio/Makefile.am:
24173         Workaround so that the osxaudio .so file gets linked with the
24174         CoreAudio framework
24175
24176 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24177
24178         * configure.ac:
24179         Whoops, my fault...fixed build issues
24180
24181 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24182
24183         * configure.ac:
24184         Add objective-c support if running in Darwin/Mac OS X
24185         * sys/Makefile.am:
24186         * sys/osxvideo:
24187         * sys/osxvideo/Makefile.am:
24188         * sys/osxvideo/osxvideosink.h:
24189         * sys/osxvideo/osxvideosink.m:
24190         * sys/osxvideo/cocoawindow.h:
24191         * sys/osxvideo/cocoawindow.m:
24192         Add osxvideosink, a cocoa-based osx video sink
24193
24194
24195 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24196         * ext/dvdnav/gst-dvd:
24197         Grab the gconf key from the right spot
24198         * gst/debug/gstnavseek.c: (gst_navseek_init),
24199         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24200         (gst_navseek_chain):
24201         * gst/debug/gstnavseek.h:
24202           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24203           and loop parameters of a segment seek.
24204         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24205         (gst_videotestsrc_get_event_masks),
24206         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24207         * gst/videotestsrc/gstvideotestsrc.h:
24208           Add seeking support to videotestsrc
24209           Initialise the timestamp_offset variable.
24210
24211 2004-06-18  Wim Taymans  <wim@fluendo.com>
24212
24213         * ext/sidplay/gstsiddec.cc:
24214         Fix negotiation and set correct end offset.
24215
24216 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24217
24218         * configure.ac: branch and prerelease
24219
24220 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24223         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24224         (gst_tcpclientsrc_init_receive):
24225         * gst/tcp/gsttcpclientsrc.h:
24226           read caps when connecting to server for GDP so we set them correctly
24227
24228 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24229
24230         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24231           notify drops and duplicates
24232         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24233           no good reason to limit ourselves to 100x100
24234
24235 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24236
24237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24238         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24239         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24240         (gst_v4lsrc_get_property):
24241         * sys/v4l/gstv4lsrc.h:
24242         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24243         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24244         (gst_v4l_set_audio):
24245         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24246         (gst_v4lsrc_try_capture):
24247         * sys/v4l/v4lsrc_calls.h:
24248           change try_palette to more general try_capture
24249           add autoprobe option so we can turn off autoprobing
24250           various fixes
24251
24252 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24253
24254         * configure.ac:
24255           add videorate
24256         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24257         (gst_ximagesink_class_init):
24258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24259         (gst_xvimagesink_class_init):
24260           run them as finalize, not dispose, since dispose can be invoked
24261           multiple times
24262
24263 2004-06-17  Wim Taymans  <wim@fluendo.com>
24264
24265         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24266         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24267         * ext/alsa/gstalsa.h:
24268         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24269         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24270         (gst_alsa_src_change_state):
24271         * ext/alsa/gstalsasrc.h:
24272         Make the xrun code timestamp and offset the buffers correctly.
24273         moved the clock to the base class, use alsa methods to get time.
24274         Do correct timestamping on outgoing buffers.
24275
24276 2004-06-17  Wim Taymans  <wim@fluendo.com>
24277
24278         * gst/audiorate/Makefile.am:
24279         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24280         (gst_audiorate_base_init), (gst_audiorate_class_init),
24281         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24282         (gst_audiorate_set_property), (gst_audiorate_get_property),
24283         (gst_audiorate_change_state), (plugin_init):
24284         Added an audiorate converter that fills in gaps.
24285
24286 2004-06-17  Johan Dahlin  <johan@gnome.org>
24287
24288         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24289
24290 2004-06-16  Wim Taymans  <wim@fluendo.com>
24291
24292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24294         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24295         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24296         (gst_v4lsrc_get_property):
24297         * sys/v4l/gstv4lsrc.h:
24298         Added a copy mode to v4lsrc where it will output a copied version
24299         of its internal hardware buffer.
24300         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24301         can't | them.
24302
24303 2004-06-16  Wim Taymans  <wim@fluendo.com>
24304
24305         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24306         Timestamp fixes.
24307
24308 2004-06-16  Wim Taymans  <wim@fluendo.com>
24309
24310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24311         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24312         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24313         (gst_v4lsrc_get_property):
24314         * sys/v4l/gstv4lsrc.h:
24315         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24316         Added a sync mode enum property to control v4lsrc timestamp method
24317         Removed the use-fixed-fps property and moved functionality in
24318         the enum.
24319         Don't error on an error value from v4l-conf, it might not always
24320         be a real error.
24321
24322 2004-06-16  Wim Taymans  <wim@fluendo.com>
24323
24324         * gst/videorate/Makefile.am:
24325         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24326         (gst_videorate_base_init), (gst_videorate_class_init),
24327         (gst_videorate_getcaps), (gst_videorate_link),
24328         (gst_videorate_init), (gst_videorate_chain),
24329         (gst_videorate_set_property), (gst_videorate_get_property),
24330         (gst_videorate_change_state), (plugin_init):
24331         Added a video timestamp corrector.
24332
24333 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24334
24335         fixed a potential leak with previous commit
24336
24337         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24338
24339 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24340
24341         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24342         Added missing refcount, fixes bug #144425
24343         Cheers Tim for finding the bug
24344
24345 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24346
24347         * sys/v4l/gstv4l.c: (plugin_init):
24348         * sys/v4l/gstv4lcolorbalance.c:
24349         * sys/v4l/gstv4lcolorbalance.h:
24350         * sys/v4l/gstv4lelement.c:
24351         * sys/v4l/gstv4lelement.h:
24352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24353         * sys/v4l/gstv4lmjpegsink.h:
24354         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24355         * sys/v4l/gstv4lmjpegsrc.h:
24356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24357         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24358         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24359         * sys/v4l/gstv4lsrc.h:
24360         * sys/v4l/gstv4ltuner.c:
24361         * sys/v4l/gstv4ltuner.h:
24362         * sys/v4l/gstv4lxoverlay.c:
24363         * sys/v4l/gstv4lxoverlay.h:
24364         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24365         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24366         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24367         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24368         (gst_v4l_set_audio):
24369         * sys/v4l/v4l_calls.h:
24370         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24371         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24372         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24373         (gst_v4lmjpegsink_playback_init),
24374         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24375         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24376         (gst_v4lmjpegsink_playback_stop),
24377         (gst_v4lmjpegsink_playback_deinit):
24378         * sys/v4l/v4lmjpegsink_calls.h:
24379         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24380         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24381         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24382         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24383         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24384         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24385         * sys/v4l/v4lmjpegsrc_calls.h:
24386         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24387         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24388         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24389         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24390         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24391         (gst_v4lsrc_try_palette):
24392         * sys/v4l/v4lsrc_calls.h:
24393           bunch of paranoia cleanups
24394
24395 2004-06-14  David Schleef  <ds@schleef.org>
24396
24397         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24398         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24399         Send discont events and change timestamps appropriately when
24400         we get a seek event.  (bug #144240)
24401         * ext/cdparanoia/gstcdparanoia.h:
24402
24403 2004-06-14  Benjamin Otte  <otte@gnome.org>
24404
24405         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24406           snd_pcm_hw_params_set_rate  since the latter fails for no good
24407           reason on some setups.
24408
24409 2004-06-14  David Schleef  <ds@schleef.org>
24410
24411         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24412         standard.  Thank you for playing.
24413
24414 2004-06-14  Wim Taymans  <wim@fluendo.com>
24415
24416         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24417         Patch 1.3 broke the ordering of the colorspace info and
24418         made the plugin basically work by coincidence, reordered
24419         the info.
24420
24421 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24422
24423         * ext/lame/gstlame.c:
24424         * ext/mad/gstmad.c:
24425           sync caps.  Make sure mad can only output a list of rates, not
24426           a full range.  In the future, have three caps lists for each of the
24427           mpeg versions.  Change mpegversion to a double as well.
24428
24429 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24430
24431         * gst/volume/.cvsignore:
24432         * gst/volume/Makefile.am:
24433         * gst/volume/demo.c: (value_changed_callback), (idler),
24434         (setup_gui), (main):
24435           added small demo app
24436
24437 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24438         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24439         * ext/esd/esdsink.h:
24440         Close the esd connection on pause, because esd will just wait -
24441         blocking all other esd clients indefinitely.
24442
24443 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24444
24445         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24446           previous commit with GST_DEBUG
24447
24448 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24449
24450         * configure.ac:
24451           add a header check for a dvdread header in dvdnav.  Fixes #133002
24452
24453 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24454
24455         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24456         * gst/tcp/gsttcpclientsink.h:
24457         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24458         * gst/tcp/gsttcpclientsrc.h:
24459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24460         (gst_tcpserversink_handle_server_read),
24461         (gst_tcpserversink_init_send):
24462         * gst/tcp/gsttcpserversink.h:
24463         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24464         * gst/tcp/gsttcpserversrc.h:
24465         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24466         version of IP)
24467
24468 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24469
24470         * configure.ac:
24471         Added ogg library so that OSX detects libtheora properly
24472
24473 2004-06-11  Wim Taymans  <wim@fluendo.com>
24474
24475         * ext/theora/theoradec.c: (theora_dec_chain),
24476         (theora_dec_change_state):
24477         Don't try to decode frames before we received a keyframe.
24478
24479 2004-06-11  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24482         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24483         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24484         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24485         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24486         Added property to set the maximum delay of a page.
24487
24488 2004-06-10  Wim Taymans  <wim@fluendo.com>
24489
24490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24491         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24492         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24493         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24494         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24495         Added max-delay property to control the maximum amount
24496         of data to put in one page.
24497
24498 2004-06-10  Wim Taymans  <wim@fluendo.com>
24499
24500         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24501         (gst_theora_enc_init), (theora_enc_sink_link),
24502         (theora_buffer_from_packet), (theora_enc_set_property),
24503         (theora_enc_get_property):
24504         Set duration on encoded buffer, added some more properties
24505
24506 2004-06-10  Wim Taymans  <wim@fluendo.com>
24507
24508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24509         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24510         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24511         * ext/theora/theoraenc.c: (theora_enc_chain):
24512         Fix refcounting bugs
24513
24514 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24515
24516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24517         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24518         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24519         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24520         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24521         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24522         (gst_asf_demux_change_state):
24523         * gst/asfdemux/gstasfdemux.h:
24524           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24525           feels like. I think we should set a new requirement for demuxers
24526           from now on to implement sane loop functions, data loops, query
24527           and seek functions before first commit into CVS. And this commit
24528           fixes all of the above.
24529
24530 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24531
24532         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24533           vorbis comments are properly encoded in UTF-8 before adding them
24534           to a GstTagList
24535
24536 2004-06-09  Benjamin Otte  <otte@gnome.org>
24537
24538         * ext/alsa/gstalsa.c: (add_channels):
24539           handle min <= max correctly
24540         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24541         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24542           add fixation functions so we fixate correctly. No preferring of alaw
24543           anymore because it's the first structure.
24544         * ext/alsa/gstalsa.h:
24545         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24546         (gst_alsa_hw_params_dump):
24547           add functions to ease debugging in alsalib
24548         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24549         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24550         (gst_alsa_start_audio):
24551           only specify hw params if we really setup a format (fixes #134007 -
24552           or at least works around it)
24553
24554 2004-06-09  Wim Taymans  <wim@fluendo.com>
24555
24556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24557         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24558         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24559         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24560         (gst_ogg_mux_loop):
24561         Use stream caps to setup the initial pages in the ogg stream.
24562         Correctly set the streamheader caps on the srcpad.
24563
24564 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24565
24566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24567         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24568         (gst_v4lsrc_getcaps):
24569         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24570         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24571           add querying of fps lists for webcams.  Negotiating to a framerate
24572           now works.
24573
24574 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24575
24576         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24577         (theora_push_buffer), (theora_push_packet),
24578         (theora_set_header_on_caps), (theora_enc_chain):
24579           mark buffers and put on streamheader, raw theora streaming
24580           now works too, whee
24581
24582 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24583
24584         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24585         (gst_tcp_gdp_read_caps):
24586           do a looping read for caps and GDP headers too
24587
24588 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24589
24590         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24592           return EOS instead of NULL in _get
24593
24594 2004-06-08  Wim Taymans  <wim@fluendo.com>
24595
24596         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24597         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24598         (gst_tcp_gdp_write_caps):
24599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24600         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24601         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24602         Memory leak fixes
24603
24604 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24605
24606         * ext/vorbis/Makefile.am:
24607         * ext/vorbis/vorbis.c: (plugin_init):
24608         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24609         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24610         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24611         (vorbis_parse_change_state):
24612         * ext/vorbis/vorbisparse.h:
24613           adding a vorbisparse element that marks the buffers, streaming
24614           raw vorbis using GDP now works, whee
24615
24616 2004-06-08  Wim Taymans  <wim@fluendo.com>
24617
24618         * ext/jpeg/Makefile.am:
24619         * ext/jpeg/README:
24620         * ext/jpeg/gstjpeg.c: (plugin_init):
24621         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24622         (gst_smokedec_base_init), (gst_smokedec_class_init),
24623         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24624         * ext/jpeg/gstsmokedec.h:
24625         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24626         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24627         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24628         (gst_smokeenc_resync), (gst_smokeenc_chain),
24629         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24630         * ext/jpeg/gstsmokeenc.h:
24631         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24632         (smokecodec_flush_destination), (smokecodec_term_destination),
24633         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24634         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24635         (smokecodec_term_source), (smokecodec_encode_new),
24636         (smokecodec_decode_new), (smokecodec_info_free),
24637         (smokecodec_set_quality), (smokecodec_get_quality),
24638         (smokecodec_set_threshold), (smokecodec_get_threshold),
24639         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24640         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24641         (smokecodec_parse_header), (smokecodec_decode):
24642         * ext/jpeg/smokecodec.h:
24643         Added a new simple jpeg based codec
24644
24645 2004-06-08  Wim Taymans  <wim@fluendo.com>
24646
24647         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24648         (gst_multipart_mux_loop):
24649         Fix memory leak
24650
24651 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24652
24653         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24655         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24656         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24657         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24658         * gst/tcp/gsttcpserversink.h:
24659           take streamheader into account
24660
24661 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24662
24663         * gst/level/Makefile.am:
24664         * gst/level/gstlevel.c: (gst_level_class_init):
24665           clean up marshal generation
24666
24667 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24668
24669         * gst/tcp/Makefile.am:
24670         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24671         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24672         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24674         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24675         (gst_tcpclientsrc_get_property):
24676         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24677         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24678         (gst_tcpserversink_handle_client_read),
24679         (gst_tcpserversink_handle_client_write),
24680         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24681         * gst/tcp/gsttcpserversink.h:
24682           add signals client-added and client-removed
24683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24684         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24685         (gst_tcpserversrc_get_property):
24686         uniformized, change default protocol to NONE
24687         * gst/tcp/gsttcp-marshal.list: added
24688 2004-06-07  Benjamin Otte  <otte@gnome.org>
24689
24690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24691           handle discont events if they happen before caps nego
24692
24693 2004-06-07  Wim Taymans  <wim@fluendo.com>
24694
24695         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24696         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24697         (gst_multipart_demux_plugin_init):
24698         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24699         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24700         (gst_multipart_mux_change_state):
24701         Small updates, fix a memleak
24702
24703 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24704
24705         * configure.ac: OSS portability
24706         * ext/arts/gst_arts.c: idem
24707         * sys/oss/gstosselement.c: idem
24708         * sys/oss/gstossmixer.c: idem
24709         * sys/oss/gstosssink.c: idem
24710         * sys/oss/gstosssrc.c: idem
24711         * sys/oss/oss_probe.c: idem
24712           - check for soundcard.h in different places for some BSD
24713
24714 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24715
24716         * AUTHORS:
24717         Add me to the authors file
24718         * configure.ac:
24719         Increase the libdv requirement to >= version 0.100
24720         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24721         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24722         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24723         * ext/dv/gstdvdec.h:
24724         Add support for the new_media flag when sending DISCONT events
24725         Make the querying work when video pad is not linked
24726
24727 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24728
24729         reviewed by Benjamin Otte  <otte@gnome.org>
24730
24731         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24732           create a NULL-initialized array of pads, so we don't think they
24733           exist already. (fixes #143130)
24734
24735 2004-06-07  Benjamin Otte  <otte@gnome.org>
24736
24737         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24738         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24739         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24740           don't use // coments
24741
24742 2004-06-07  Benjamin Otte  <otte@gnome.org>
24743
24744         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24745           cast to GstClockTime to get higher granularity
24746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24747           use gst_element_set_time_delay to get the exact time
24748         * ext/mad/gstmad.c: (gst_mad_chain):
24749           use the negotiated rate instead of the current frame's rate which
24750           might be wrong because of bit errors. This avoids emitting totally
24751           bogus timestamps and screwing sync.
24752         (fixes #143454)
24753
24754 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24755
24756         reviewed by Benjamin Otte  <otte@gnome.org>
24757
24758         * gst/adder/gstadder.c: (gst_adder_loop):
24759           properly error out when no negotiation has happened yet. (fixes
24760           #143032)
24761
24762 2004-06-06  Benjamin Otte  <otte@gnome.org>
24763
24764         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24765           forward correctly transformed offset in discont events. Based on
24766           patch by Arwed v. Merkatz. (fixes #142851)
24767
24768 2004-06-06  David Schleef  <ds@schleef.org>
24769
24770         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24771         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24772         problems on several systems.
24773
24774 2004-06-06  Benjamin Otte  <otte@gnome.org>
24775
24776         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24777           use explicit caps on the srcpad
24778         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24779           properly error out if caps couldn't be set (fixes #142764)
24780
24781 2004-06-06  Benjamin Otte  <otte@gnome.org>
24782
24783         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24784         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24785         (gst_alsa_start_audio):
24786           - don't call set_periods_integer anymore, it breaks the
24787           configuration randomly
24788           - call snd_pcm_hw_params_set_access directly instead of using masks
24789           - don't fail if the sw_params can't be set, just use the default
24790           params and hope it works. Alsalib has weird issues when you touch
24791           sw_params and does no proper error reporting about what failed.
24792         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24793         (gst_alsa_close_audio):
24794           make our alsa debugging go via gst debugging and not conditionally
24795           defined
24796         * ext/alsa/gstalsa.h:
24797           add ALSA_DEBUG_FLUSH macro
24798         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24799         (plugin_init):
24800           wrap alsa errors to be printed via the gst debugging system and not
24801           spammed to stderr
24802
24803 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24804
24805         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24806         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24807         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24808         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24809         (qtdemux_parse_trak):
24810         * gst/qtdemux/qtdemux.h:
24811           Bitch. Also known as seeking, querying & co.
24812         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24813         (gst_osssink_change_state):
24814         * sys/oss/gstosssink.h:
24815           Resyncing is for weenies, this hack is no longer needed and was
24816           broken anyway (since it - unintendedly - always leaves resync to
24817           TRUE).
24818
24819 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24820
24821         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24822         * gst/tcp/gsttcpclientsrc.h: idem
24823           - define MSG_NOSIGNAL if not done
24824           - include unistd.h for off_t
24825           (fixes #143749)
24826
24827 2004-06-05  Benjamin Otte  <otte@gnome.org>
24828
24829         * configure.ac:
24830         * ext/kio/Makefile.am:
24831           check for qt's moc preprocessor explicitly and use it
24832
24833 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24834
24835         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24836           don't get a signal for EPIPE on socket writes
24837           (somebody check if this works on other platforms)
24838
24839 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24840
24841         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24842         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24843           check error condition on available samples correctly
24844
24845 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24846
24847         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24848           avoid a segfault
24849         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24850         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24851         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24852         (gst_tcpserversrc_gdp_read_header):
24853          use ssize_t over size_t since the former is signed and thus the
24854          check for error codes can work
24855
24856 2004-06-02  Wim Taymans  <wim@fluendo.com>
24857
24858         reviewed by: Johan
24859
24860         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24861         (gst_multipart_mux_loop):
24862         Oops
24863
24864 2004-06-02  Wim Taymans  <wim@fluendo.com>
24865
24866         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24867         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24868         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24869         (gst_multipart_mux_change_state):
24870         Added configurable boundary specifier, added the value as a
24871         caps field as well.
24872
24873 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24874
24875         * gst/tcp/gsttcp.c:
24876         * gst/tcp/gsttcpclientsrc.c:
24877         * gst/tcp/gsttcpclientsrc.h:
24878         * gst/tcp/gsttcpserversrc.c:
24879           - portability fix, to compile on OSX
24880             (fixes #143146)
24881
24882         * sys/osxaudio/gstosxaudioelement.c:
24883         * sys/osxaudio/gstosxaudiosink.c:
24884         * sys/osxaudio/gstosxaudiosrc.c:
24885           - compilation warnings on OSX
24886             (fixes #143153)
24887
24888 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24889
24890         * ext/vorbis/vorbisdec.c : sign warning fixes
24891
24892         * gst-libs/gst/mixer/mixertrack.c :
24893           do no use defines which are glib 2.4 specific
24894
24895 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24896
24897         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24898           buffer since libflac doesn't expect it (reports a sync error when
24899           it encounters that)
24900
24901
24902 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24903
24904         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24905         * gst-libs/gst/mixer/mixertrack.c:
24906         (gst_mixer_track_get_property), (get_mixer_track_init),
24907         (get_mixer_track_get_property): Added property accessors
24908         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24909         * gst-libs/gst/mixer/mixeroptions.c:
24910         (gst_mixer_options_get_values): Added
24911         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24912         * gst-libs/gst/mixer/mixer.c: Fixed comment
24913
24914
24915 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24916
24917         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24918           improve error messages on open
24919
24920
24921 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24922
24923         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24924           check if v4l-conf is in path
24925
24926 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24927
24928         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24929           change assert to a more readable error message
24930
24931 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24932
24933         * gst-libs/gst/tuner/tunerchannel.h:
24934           - add a freq_multiplicator field to make the conversion
24935             between internal frequency unit and Hz
24936         * sys/v4l/gstv4lelement.c:
24937         * sys/v4l2/gstv4l2element.c:
24938           - change default video device to /dev/video0
24939         * sys/v4l/v4l_calls.c:
24940         * sys/v4l2/v4l2_calls.c:
24941           - we only expose frequency to the user in Hz instead of
24942             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24943
24944 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24945         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24946           Initialise b_o_s and e_o_s variables
24947         * gst-libs/gst/riff/riff-media.c:
24948         (gst_riff_create_video_caps_with_data):
24949           Add some unusual fourcc's from mplayer avi's
24950         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24951           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24952           autoplugging.
24953
24954 2004-05-28  Wim Taymans  <wim@fluendo.com>
24955
24956         * configure.ac:
24957         * gst/alpha/Makefile.am:
24958         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24959         (gst_alpha_get_type), (gst_alpha_base_init),
24960         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24961         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24962         (gst_alpha_chroma_key), (gst_alpha_chain),
24963         (gst_alpha_change_state), (plugin_init):
24964         A plugin to add an alpha channel to I420 video. Can optionally do
24965         chroma keying.
24966         * gst/multipart/Makefile.am:
24967         * gst/multipart/multipart.c: (plugin_init):
24968         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24969         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24970         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24971         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24972         (gst_multipart_demux_change_state),
24973         (gst_multipart_demux_plugin_init):
24974         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24975         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24976         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24977         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24978         (gst_multipart_mux_pad_unlink),
24979         (gst_multipart_mux_request_new_pad),
24980         (gst_multipart_mux_handle_src_event),
24981         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24982         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24983         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24984         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24985         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24986         send multipart jpeg images to a browser.
24987         * gst/videobox/Makefile.am:
24988         * gst/videobox/README:
24989         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24990         (gst_video_box_get_type), (gst_video_box_base_init),
24991         (gst_video_box_class_init), (gst_video_box_init),
24992         (gst_video_box_set_property), (gst_video_box_get_property),
24993         (gst_video_box_sink_link), (gst_video_box_i420),
24994         (gst_video_box_ayuv), (gst_video_box_chain),
24995         (gst_video_box_change_state), (plugin_init):
24996         Crops or adds borders around an image. can do alpha channel
24997         borders as well.
24998         * gst/videomixer/Makefile.am:
24999         * gst/videomixer/README:
25000         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25001         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25002         (gst_videomixer_pad_get_sink_event_masks),
25003         (gst_videomixer_pad_get_property),
25004         (gst_videomixer_pad_set_property),
25005         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25006         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25007         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25008         (gst_videomixer_base_init), (gst_videomixer_class_init),
25009         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25010         (gst_videomixer_handle_src_event),
25011         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25012         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25013         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25014         (gst_videomixer_loop), (gst_videomixer_get_property),
25015         (gst_videomixer_set_property), (gst_videomixer_change_state),
25016         (plugin_init):
25017         Generic video mixer plugin, can handle multiple inputs all with
25018         different framerates and video sizes. Is fully alpha channel
25019         aware.
25020
25021 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25022
25023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25024           Select first track as master track. Not sure how else to handle
25025           that...
25026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25027           Discard discont events. Should fix #142962.
25028
25029 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25030
25031         * ext/alsa/Makefile.am:
25032         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25033         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25034         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25035         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25036         (gst_alsa_mixer_get_option):
25037         * ext/alsa/gstalsamixer.h:
25038         * ext/alsa/gstalsamixeroptions.c:
25039         (gst_alsa_mixer_options_get_type),
25040         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25041         (gst_alsa_mixer_options_new):
25042         * ext/alsa/gstalsamixeroptions.h:
25043         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25044         * ext/alsa/gstalsamixertrack.h:
25045           Add enumerations (as GstMixerOptions). Make correct distinction
25046           between input/output tracks. Add capture/playback private flag.
25047           Use flag to decide on whether to set capture or playback volumes
25048           or switches. Use playback and record switches.
25049         * gst-libs/gst/mixer/Makefile.am:
25050         * gst-libs/gst/mixer/mixer-marshal.list:
25051         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25052         (gst_mixer_set_option), (gst_mixer_get_option),
25053         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25054         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25055         * gst-libs/gst/mixer/mixer.h:
25056         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25057         (gst_mixer_options_class_init), (gst_mixer_options_init),
25058         (gst_mixer_options_dispose):
25059         * gst-libs/gst/mixer/mixeroptions.h:
25060           Add GstMixerOptions.
25061         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25062           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25063           broken device detection on computers with multiple OSS sound
25064           cards.
25065
25066 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25067
25068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25069           fixate nicely even when the peer is not negotiating
25070
25071 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25072
25073         * gst/audioconvert/gstaudioconvert.c:
25074         (gst_audio_convert_parse_caps):
25075           make sure we don't allow depth > width
25076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25077           fixate endianness to G_BYTE_ORDER as default
25078         * gst/audioscale/gstaudioscale.c:
25079           we don't handle another endianness as host-endianness
25080
25081 2004-05-25  David Schleef  <ds@schleef.org>
25082
25083         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25084
25085 2004-05-24  Benjamin Otte  <otte@gnome.org>
25086
25087         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25088         (gst_oggvorbisenc_setup):
25089           properly fail when we can't setup the vorbis encoder due to
25090           unsupported settings
25091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25092         (gst_vorbisenc_setup):
25093           same
25094         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25095           fix case where warnings occured when one pad was unlinked while the
25096           other's link function was called
25097
25098 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25099
25100         * gst/tcp/Makefile.am:
25101           use GST_ENABLE_NEW
25102
25103 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25104
25105         * gst-libs/gst/resample/private.h:
25106           don't use optimizations that are #if 0'ed
25107
25108 2004-05-24  Wim Taymans  <wim@fluendo.com>
25109
25110         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25111         Fix potential division by zero error and hopefully get
25112         the position query right to get correct timestamps on avi
25113         audio.
25114
25115 2004-05-24  Wim Taymans  <wim@fluendo.com>
25116
25117         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25118         (gst_videoscale_scale_nearest_str2),
25119         (gst_videoscale_scale_nearest_str4),
25120         (gst_videoscale_scale_nearest_32bit),
25121         (gst_videoscale_scale_nearest_24bit),
25122         (gst_videoscale_scale_nearest_16bit):
25123         Fix the scaling algorithm and avoid a buffer overflow.
25124         removed the while loop in the scaling function as it
25125         was used for point sampling only.
25126
25127 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25128
25129         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25130         (gst_id3_tag_class_init), (gst_id3_tag_init),
25131         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25132         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25133         (gst_id3_tag_send_tag_event):
25134           lots of fixes to make id3mux work and id3demux work correctly
25135
25136 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25137
25138         * ext/Makefile.am:
25139           add rules to build shout2send (was removed by accident
25140           when this module was no more marked experimental/broken)
25141
25142 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25143
25144         * ext/shout2/gstshout2.c:
25145         * ext/shout2/gstshout2.h:
25146           adding a "connection problem" signal to shout2send
25147           (fixes #142954)
25148
25149 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25150
25151         * ext/kio/kioreceiver.cpp:
25152         * ext/kio/kioreceiver.h:
25153           fix sign comparison issues
25154
25155 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25156
25157         * gst/cdxaparse/gstcdxaparse.c:
25158         * gst/cdxaparse/gstcdxaparse.h:
25159           some renaming
25160           add some checks/sanity
25161           prepare for seek addition
25162
25163         * sys/sunaudio/gstsunaudio.c:
25164           remove exported dupe init function
25165
25166 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25167
25168         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25169         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25170           Fix format conversion and position querying.
25171         * gst/debug/progressreport.c: (gst_progressreport_report):
25172           Don't output a bogus total value that we didn't query.
25173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25174           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25175           only a blank window after xine has been used.
25176
25177 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25178
25179         * m4/as-arts.m4:
25180           sync with upstream version to fix test on FC2
25181           readd with -ko to preserve Id header
25182
25183 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25184
25185         * configure.ac:
25186           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25187         * gst/tcp/gsttcpclientsrc.c: idem
25188         * gst/tcp/gsttcpserversink.c: idem
25189         * gst/tcp/gsttcpserversrc.c: idem
25190         * m4/gst-fionread.m4: idem
25191
25192         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25193
25194         * configure.ac: enable speex plugin for speex 1.1.5+
25195         * ext/speex/gstspeexenc.c: fix cast warning
25196
25197         * ext/esd/README: fix typo
25198
25199 2004-05-20  David Schleef  <ds@schleef.org>
25200
25201         * configure.ac: Minor cosmetic change to convince the buildbot to
25202         reautogen.
25203         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25204         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25205         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25206         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25207         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25208         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25209         More hacking.  Plays audio now.
25210
25211 2004-05-20  David Schleef  <ds@schleef.org>
25212
25213         * configure.ac:
25214         * sys/Makefile.am:
25215
25216 2004-05-20  David Schleef  <ds@schleef.org>
25217
25218         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25219         * sys/osxaudio/gstosxaudio.c:
25220         * sys/osxaudio/gstosxaudioelement.c:
25221         * sys/osxaudio/gstosxaudioelement.h:
25222         * sys/osxaudio/gstosxaudiosink.c:
25223         * sys/osxaudio/gstosxaudiosink.h:
25224         * sys/osxaudio/gstosxaudiosrc.c:
25225         * sys/osxaudio/gstosxaudiosrc.h:
25226
25227 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25228
25229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25230         (gst_vorbisenc_chain):
25231           put the codec headers on the caps as streamheader as well as
25232           pushing them out
25233
25234 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25235
25236         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25237         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25238         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25239         split up push_packet into two functions
25240
25241 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25242
25243         * gst/tcp/.cvsignore:
25244           ignore enums
25245         * gst/tcp/Makefile.am:
25246         * gst/tcp/README:
25247         * gst/tcp/gsttcp.c:
25248         * gst/tcp/gsttcp.h:
25249         * gst/tcp/gsttcpclientsink.c:
25250         * gst/tcp/gsttcpclientsink.h:
25251         * gst/tcp/gsttcpclientsrc.c:
25252         * gst/tcp/gsttcpclientsrc.h:
25253         * gst/tcp/gsttcpplugin.c:
25254         * gst/tcp/gsttcpserversink.c:
25255         * gst/tcp/gsttcpserversink.h:
25256         * gst/tcp/gsttcpserversrc.c:
25257         * gst/tcp/gsttcpserversrc.h:
25258           add new tcp elements
25259
25260 2004-05-19  Wim Taymans  <wim@fluendo.com>
25261
25262         * gst/law/mulaw-conversion.c: (mulaw_encode):
25263         Fix overflow bug in ulaw encoding.
25264
25265 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25266
25267         * ext/mad/gstmad.c: (gst_mad_handle_event):
25268           don't unref the event twice
25269
25270 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25271
25272         * configure.ac:
25273           remove -Wno-sign-compare
25274
25275 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25276
25277         * configure.ac:
25278           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25279           if you want to work against glib 2.2 and 2.4
25280
25281 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25282
25283         * gst/tcp/Makefile.am:
25284         * gst/tcp/gsttcp.c:
25285         * gst/tcp/gsttcp.h:
25286         * gst/tcp/gsttcpsink.h:
25287         * gst/tcp/gsttcpsrc.h:
25288           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25289
25290 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25291
25292         * gst/debug/tests.c: (md5_get_value):
25293           fix segfault on gst-inspect
25294
25295 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25296
25297         * gst/debug/testplugin.c:
25298         * gst/debug/tests.c:
25299         * gst/debug/tests.h:
25300           add new extensible and configurable testing element. Current tests
25301           include buffer count, stream length, timestamp/duration matching and
25302           md5.
25303         * gst/debug/Makefile.am:
25304         * gst/debug/gstdebug.c: (plugin_init):
25305           add infrastructure for new element
25306
25307 2004-05-19  Johan Dahlin  <johan@gnome.org>
25308
25309         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25310         ending of the array. Fixes gst-inspect segfault on ppc.
25311
25312 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25313
25314         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25315
25316         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25317
25318 2004-05-18  David Schleef  <ds@schleef.org>
25319
25320         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25321         warnings (bugs, actually) noticed by gcc but not forte.
25322
25323 2004-05-18  David Schleef  <ds@schleef.org>
25324
25325         * sys/sunaudio/Makefile.am:
25326         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25327
25328 2004-05-18  David Schleef  <ds@schleef.org>
25329
25330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25331         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25332         to allow qtdemux to use non-seekable streams. (bug #142272)
25333
25334 2004-05-18  David Schleef  <ds@schleef.org>
25335
25336         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25337         (gst_resample_sinc_ft_float): Remove use of static temporary
25338         buffer.  This code was obviously not supposed to last long, but
25339         it's stuck in our ABI, so it required a little hack to make it
25340         ABI-compatible.  Fixes #142585.
25341         * gst-libs/gst/resample/resample.h: same.
25342
25343 2004-05-18  David Schleef  <ds@schleef.org>
25344
25345         * configure.ac: Add sunaudio
25346         * examples/Makefile.am: make gstplay depend on gconf
25347         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25348         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25349         (convert_table_lookup), (img_convert): remove c99-isms
25350         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25351           unsigned, to fix a warning on Solaris
25352         * gst/mpeg1sys/systems.c: bcopy->memcpy
25353         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25354         * sys/Makefile.am: Add sunaudio
25355
25356 2004-05-18  Wim Taymans  <wim@fluendo.com>
25357
25358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25359         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25360         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25361         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25362         (gst_ogg_mux_loop):
25363         Fix an ugly memleak where the muxer didn't flush enough ogg
25364         pages. This also resulted in badly muxed ogg files.
25365
25366 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25367
25368         * gst/asfdemux/asfheaders.c :
25369         * gst/asfdemux/asfheaders.h :
25370         * gst/asfdemux/gstasfdemux.c :
25371           - fix ASF_OBJ_PADDING guid
25372           - add 3 new object guids (language list, metadata,
25373             extended stream properties)
25374           - add a function to parse extended header objects
25375
25376 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25377
25378         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25379           remove leftover debugging g_print
25380
25381 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25382
25383         * ext/mad/gstmad.c: (gst_mad_handle_event):
25384           Fix for when the first format in a discont event is not a
25385           byte-based one. Should fix #137710.
25386
25387 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25388
25389         * m4/a52.m4 : fix compilation with -Wall -Werror
25390         * m4/libfame.m4 : idem
25391         * m4/libmikmod.m4 : idem
25392
25393 2004-05-17  Benjamin Otte  <otte@gnome.org>
25394
25395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25396           signal the new tags before giving up the reference
25397
25398 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25399
25400         * ext/shout2/gstshout2.c:
25401           use application/ogg instead of application/x-ogg (patch by Patrick
25402           Guimond, fixes #142432)
25403         * sys/oss/gstosselement.c: (gst_osselement_reset),
25404         (gst_osselement_sync_parms):
25405           don't set fragment size unless specified (fixes #142493)
25406
25407 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25408
25409         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25410           fixes #142664
25411
25412 2004-05-17  Benjamin Otte  <otte@gnome.org>
25413
25414         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25415           compute offsets correctly for internal buffers so timestamps are set
25416           correctly when we can't seek. Also handle cases where there are no
25417           offsets. (based on a patch by David Moore, fixes #142507)
25418
25419 2004-05-17  Benjamin Otte  <otte@gnome.org>
25420
25421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25422           use correct variable when determining amount of data to skip so we
25423           don't skip into the void and segfault
25424
25425 2004-05-16  Benjamin Otte  <otte@gnome.org>
25426
25427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25428           Hi, I'm a memleak
25429
25430 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25431
25432         * gst/asfdemux/gstasfdemux.c:
25433           - fix a mem leak and always propagate tags
25434           - add WMV3 to known video codecs (but no decoder yet)
25435           - replace "surplus data" at end of audio header for what
25436             it is : codec specific data
25437           - fix a typo
25438
25439 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25440
25441         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25442
25443         * gst-libs/gst/audio/audioclock.c:
25444           Fix wrong return type (#142205).
25445
25446 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25447
25448         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25449           Ignore CRCs by default (fixes #142566).
25450
25451 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25452
25453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25454         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25455         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25456         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25457         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25458         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25459           Fix for cases where we fail to attach to a mixer.
25460
25461 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25462
25463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25464           Don't touch events after not owning them anymore.
25465         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25466         (gst_wavparse_fmt), (gst_wavparse_other),
25467         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25468         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25469         (gst_wavparse_srcpad_event):
25470         * gst/wavparse/gstwavparse.h:
25471           Add seeking, fix querying.
25472
25473 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25474
25475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25476           - process comments even if they don't end with \0\0
25477             g_convert would ignore them if present and works well without them
25478
25479 2004-05-16  Benjamin Otte  <otte@gnome.org>
25480
25481         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25482           simplify caps
25483
25484 2004-05-16  Benjamin Otte  <otte@gnome.org>
25485
25486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25487           don't write to memory we might not write to - g_convert does that
25488           for us anyway (fixes #142613)
25489         (gst_asf_demux_audio_caps):
25490           comment out gst_util_dump_mem
25491
25492 2004-05-16  Benjamin Otte  <otte@gnome.org>
25493
25494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25495           compute correct expected timestamps after seek (broken since
25496           last commit)
25497         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25498           rename element and debugging category to gdkpixbufscale
25499
25500 2004-05-16  Benjamin Otte  <otte@gnome.org>
25501
25502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25503           add error checking to snd_pcm_delay and remove duplicate call to
25504           snd_pcm_delay that caused issues (see inline code comments)
25505         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25506           make more readable and fix return value when snd_pcm_delay fails
25507         (fixes #142586)
25508
25509 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25510         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25511         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25512         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25513         (gst_pixbufscale_link), (gst_pixbufscale_init),
25514         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25515         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25516         (gst_pixbufscale_get_property), (pixbufscale_init):
25517         * ext/gdk_pixbuf/pixbufscale.h:
25518         Add these files I forgot earlier
25519
25520 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25521         * ext/gdk_pixbuf/Makefile.am:
25522         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25523         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25524         Add new pixbufscale element to scale RGB video
25525         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25526         and HYPER interpolation correctly.
25527         * ext/theora/theoraenc.c: (theora_enc_chain),
25528         Discard buffer and return if explicit caps could not be set
25529         (theora_enc_get_property):
25530         Make _get return kbps for the bitrate consistent with
25531         the _set function.
25532
25533
25534 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25535
25536         * ext/libvisual/visual.c: (gst_visual_chain):
25537           add missing visual_audio_analyze
25538
25539 2004-05-14  David Schleef  <ds@schleef.org>
25540
25541         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25542         is killed while we're playing.
25543         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25544         gst_element_no_more_pads().
25545
25546 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25547
25548         * gst-libs/gst/riff/riff-read.c :
25549           - fix INFO tag extraction in RIFF/AVI files
25550             because gst_event_unref (event) also freed taglist
25551           - avoid a mem leak
25552
25553 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25554
25555         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25556         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25557
25558         * gst/auparse/gstauparse.c :
25559           - add code (commented for now) to support audio/x-adpcm on src pad
25560             (we have no decoder for those layout yet)
25561
25562         * gst/cdxaparse/gstcdxaparse.c :
25563         * gst/cdxaparse/gstcdxaparse.h :
25564           - partial rewrite using RiffRead (ripped iain's wavparse code)
25565
25566         * gst/rtp/gstrtpL16enc.c : typo
25567         * gst/rtp/gstrtpgsmenc.c : typo
25568
25569 2004-05-13  Benjamin Otte  <otte@gnome.org>
25570
25571         * configure.ac:
25572           check for exact version of libvisual, it's not supposed to be
25573           API/ABI stable yet
25574
25575 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25576
25577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25578           signal no-more-pads
25579
25580 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25581
25582         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25583         Report which format was used for GST_FORMAT_DEFAULT
25584         * gst/debug/Makefile.am:
25585         * gst/debug/gstdebug.c: (plugin_init):
25586         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25587         (gst_progressreport_class_init), (gst_progressreport_init),
25588         (gst_progressreport_report), (gst_progressreport_set_property),
25589         (gst_progressreport_get_property), (gst_progressreport_chain),
25590         (gst_progressreport_plugin_init):
25591         Add progressreport element for testing.
25592
25593 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25594
25595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25596         * sys/v4l/gstv4lsrc.h:
25597         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25598         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25599         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25600         (gst_v4lsrc_grab_frame):
25601           add more debugging
25602           send a discont at start
25603
25604 2004-05-12  Colin Walters  <walters@redhat.com>
25605
25606         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25607         inflooping if we can't find a chunk.  Or in other words, don't blow
25608         chunks if we don't have a chunk to blow.
25609
25610 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25611         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25612         Remove old debug output
25613         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25614         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25615         (gst_dvdec_set_property), (gst_dvdec_get_property):
25616         Change the quality setting to an enum, so it works from gst-launch
25617         Don't renegotiate a non-linked pad. Allows audio only decoding.
25618         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25619         (gst_deinterlace_link), (gst_deinterlace_init):
25620         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25621         (gst_videodrop_link):
25622         Some caps negotiation fixes
25623
25624 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25625
25626         * ext/tarkin/gsttarkin.c :
25627           - Change RANK from NONE to PRIMARY
25628         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25629           - Change RANK from NONE to MARGINAL
25630         * ext/divx/gstdivxenc.c :
25631           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25632
25633 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25634
25635         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25636         (gst_vorbisenc_push_packet):
25637           copy a function that was added between 1.0 and 1.0.1 until we
25638           depend on worthwhile features of post-1.0
25639
25640 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25641
25642         * configure.ac:
25643           enable shout2 by default
25644         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25645         (gst_shout2send_base_init), (gst_shout2send_init),
25646         (gst_shout2send_connect), (gst_shout2send_change_state):
25647         * ext/shout2/gstshout2.h:
25648           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25649           #142262)
25650         * ext/theora/theora.c: (plugin_init):
25651           don't set rank on encoders
25652
25653 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25654
25655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25656           Use codec_data property instead of flag1 and flag2 for wma
25657
25658 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25659
25660         * gst/cdxaparse/gstcdxaparse.c :
25661           - Add mpegversion to CAPS to make it link
25662           - Rank is as GST_RANK_SECONDARY instead of NONE
25663         * gst/auparse/gstauparse.c :
25664           - Document all audio encoding we can encounter from Solaris 9
25665             headers and libsndfile information.
25666           - Increase max. rate from 48000 to 192000 (to match other elements)
25667           - Don't try to play junk data between header and samples
25668
25669 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25670
25671         * ext/libvisual/visual.c: (gst_visual_getcaps):
25672           use the right caps depending on endianness (I hope)
25673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25674           use GST_RANK_NONE for all non-decoding elements or spider gets
25675           mighty confused
25676
25677 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25678
25679         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25680           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25681
25682 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25683
25684         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25685         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25686         (gst_switch_loop), (gst_switch_get_type):
25687           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25688           HEADERS. Had to be said.
25689
25690 2004-05-10  David Schleef  <ds@schleef.org>
25691
25692         * configure.ac: Add prototype Dirac support.
25693         * ext/Makefile.am:
25694         * ext/dirac/Makefile.am:
25695         * ext/dirac/gstdirac.cc:
25696         * ext/dirac/gstdiracdec.cc:
25697
25698 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25699
25700         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25701         (gst_auparse_init), (gst_auparse_chain),
25702         (gst_auparse_change_state):
25703           Hack around spider. Remove me some day please.
25704
25705 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25706
25707         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25708           Fix for some uninitialized variables in previous patch, also
25709           makes it work. Fixes #142286 while we're at it.
25710
25711 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25712
25713         * gst/auparse/gstauparse.c:
25714                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25715                 only unsupported formats are ADPCM/CCITT G.72x
25716                 reviewed by Ronald
25717         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25718
25719 2004-05-10  Wim Taymans  <wim@fluendo.com>
25720
25721         * ext/vorbis/Makefile.am:
25722         * ext/vorbis/README:
25723         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25724         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25725         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25726         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25727         (gst_oggvorbisenc_convert_sink),
25728         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25729         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25730         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25731         (get_constraints_string), (update_start_message),
25732         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25733         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25734         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25735         * ext/vorbis/oggvorbisenc.h:
25736         * ext/vorbis/vorbis.c: (plugin_init):
25737         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25738         (raw_caps_factory), (gst_vorbisenc_class_init),
25739         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25740         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25741         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25742         * ext/vorbis/vorbisenc.h:
25743         Added a raw vorbis encoder to be used with the oggmuxer.
25744         We still need the old encoder for some gnome applications,
25745         read the README to find out how that works.
25746         The raw encoder is called "rawvorbisenc" until 0.9.
25747
25748 2004-05-10  Wim Taymans  <wim@fluendo.com>
25749
25750         * ext/ogg/gstogg.c: (plugin_init):
25751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25752         (gst_ogg_print):
25753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25754         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25755         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25756         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25757         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25758         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25759         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25760         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25761         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25762         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25763         Added an ogg muxer.
25764         Small typo fixes in the demuxer.
25765
25766 2004-05-10  Wim Taymans  <wim@fluendo.com>
25767
25768         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25769         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25770         (theora_enc_change_state), (theora_enc_set_property),
25771         (theora_enc_get_property):
25772         Mark the last packet with an EOS flag which is not really needed
25773         in gstreamer.
25774         Do some better video framerate initialisation.
25775         Update the buffer timestamp.
25776
25777 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25778
25779         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25780         Return the result of the parent state change call
25781
25782 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25783
25784         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25785         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25786         * gst/law/alaw-encode.c : (idem)
25787         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25788         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25789         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25790
25791 2004-05-09  Benjamin Otte  <otte@gnome.org>
25792
25793         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25794           don't use a fixed buffer size when writing variable length data to
25795           it. Fixes memory corruption and makes alsasrc work
25796
25797 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25798
25799         * ext/gnomevfs/gstgnomevfssink.c:
25800         (_gst_boolean_allow_overwrite_accumulator),
25801         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25802           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25803           RUN_LAST, and don't use that to set the accumulator value because
25804           then it's always FALSE.
25805
25806 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25807
25808         * gst-libs/gst/riff/riff-media.c:
25809         (gst_riff_create_video_caps_with_data),
25810         (gst_riff_create_audio_caps),
25811         (gst_riff_create_audio_template_caps):
25812         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25813           Fix for unaligned RIFF files (i.e. where all the chunks together
25814           in a LIST chunk are not of the same size as the size given in
25815           the LIST chunk header). Fixes several odd WAVE files. Also fix
25816           ADPCM (block_align property) in audio, so that wavparse based
25817           on this works now as it used to stand-alone.
25818
25819 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25820
25821         reviewed by Benjamin Otte  <otte@gnome.org>
25822
25823         * ext/a52dec/gsta52dec.c:
25824         * ext/divx/gstdivxdec.c:
25825         * ext/divx/gstdivxenc.c:
25826         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25827         * ext/faac/gstfaac.c: (gst_faac_base_init):
25828         * ext/faad/gstfaad.c: (gst_faad_base_init):
25829         * ext/ivorbis/vorbisfile.c:
25830         * ext/lame/gstlame.c:
25831         * ext/libfame/gstlibfame.c:
25832         * ext/mpeg2enc/gstmpeg2enc.cc:
25833         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25834         * ext/sidplay/gstsiddec.cc:
25835         * ext/speex/gstspeexdec.c:
25836         * ext/speex/gstspeexenc.c:
25837         * ext/xvid/gstxviddec.c:
25838         * ext/xvid/gstxvidenc.c:
25839           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25840           (fixes #142193)
25841
25842 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25843
25844         * ext/alsa/gstalsa.c: (device_list),
25845         (gst_alsa_class_probe_devices):
25846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25847           Fix alsa oddness in mixer after the combination of using mixer
25848           in source/sink elements and using hw:x,y instead of just hw:x.
25849
25850 2004-05-09  Benjamin Otte  <otte@gnome.org>
25851
25852         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25853         (gst_wavparse_create_sourcepad):
25854           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25855           sourcepads
25856
25857 2004-05-09  Benjamin Otte  <otte@gnome.org>
25858
25859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25860           allow discont events before caps nego
25861
25862 2004-05-08  Benjamin Otte  <otte@gnome.org>
25863
25864         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25865           don't leak events
25866
25867 2004-05-08  Benjamin Otte  <otte@gnome.org>
25868
25869         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25870         (gst_level_change_state), (gst_level_init):
25871         * gst/level/gstlevel.h:
25872           figure out if we're initialized directly instead of keeping a
25873           variable that's wrong in 90% of cases
25874           don't initialize pads and then leak them and use a new unitialized
25875           pad. (fixes #142084)
25876           these were bugs so n00bish I didn't find them for an hour :/
25877
25878 2004-05-08 Iain <iain@prettypeople.org>
25879
25880         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25881         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25882         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25883         return the length that was read.
25884         (gst_riff_read_strf_auds): Allow fmt tags as well.
25885
25886 2004-05-07  David Schleef  <ds@schleef.org>
25887
25888         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25889         signed char assumption in faad.h.
25890
25891 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25894           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25895
25896 2004-05-07  Colin Walters  <walters@redhat.com>
25897
25898         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25899         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25900         function.
25901         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25902         Add dispose function.
25903
25904 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25905         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25906           Fix caps nego and pad templates. RGB mode caps should
25907           work now.
25908         * ext/dvdnav/gst-dvd:
25909           Move mpeg2dec inside the thread because otherwise the
25910           queue rejects cap changes mid-stream
25911         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25912         (gst_mpeg2dec_flush_decoder):
25913           For mpeg2dec > 0.4.0, call the flush function instead of
25914           manually extracting all in-flight frames.
25915         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25916         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25917           Change mime type video/dv go video/x-dv to match the
25918           rest of gst-plugins
25919
25920 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25921
25922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25923         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25924         (gst_alsa_sink_class_init):
25925         * ext/alsa/gstalsasink.h:
25926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25927         (gst_alsa_src_class_init):
25928         * ext/alsa/gstalsasrc.h:
25929           Make alsasink/src a subclass of alsamixer so that mixer stuff
25930           shows up in gst-rec. Needs some finetuning.
25931
25932 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25933
25934         * ext/lame/gstlame.c: (gst_lame_chain):
25935           simplify
25936         * ext/mad/gstmad.c: (gst_mad_handle_event):
25937           fix event leak
25938         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25939           be able to detect mp3 files < 4096 bytes
25940
25941 2004-05-06  Wim Taymans  <wim@fluendo.com>
25942
25943         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25944         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25945         (theora_enc_set_property), (theora_enc_get_property):
25946         Also encode the first frame, cleanup some code.
25947
25948 2004-05-06  Wim Taymans  <wim@fluendo.com>
25949
25950         * ext/mpeg2enc/gstmpeg2enc.cc:
25951         Forward events first before deciding that negotiation was
25952         not performed.
25953
25954 2004-05-06  Wim Taymans  <wim@fluendo.com>
25955
25956         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25957         First process the events before deciding that negotiation
25958         was not performed.
25959
25960 2004-05-06  Wim Taymans  <wim@fluendo.com>
25961
25962         * ext/theora/Makefile.am:
25963         * ext/theora/theora.c: (plugin_init):
25964         * ext/theora/theoradec.c: (theora_dec_change_state):
25965         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25966         (gst_theora_enc_class_init), (gst_theora_enc_init),
25967         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25968         (theora_enc_chain), (theora_enc_change_state),
25969         (theora_enc_set_property), (theora_enc_get_property):
25970         Added a theora encoder, grouped the encoder and decoder into the
25971         same plugin.
25972
25973 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25974
25975         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25976         (gst_jpegenc_chain):
25977         fix DURATION on outgoing buffers
25978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25979         debug using time formats
25980         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25982         (gst_xvimagesink_sink_link):
25983         windows with width/height 0 generate X errors, so don't allow them
25984
25985 2004-05-05  Wim Taymans  <wim@fluendo.com>
25986
25987         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25988         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25989         (gst_mpeg2dec_negotiate_format):
25990         * ext/mpeg2dec/gstmpeg2dec.h:
25991           removed the static pad template so that we can add the
25992           more accurate framerate value to the caps.
25993
25994
25995 2004-05-04  Benjamin Otte  <otte@gnome.org>
25996
25997         * configure.ac:
25998           check for kdemacros.h, too (should fix #141821)
25999         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26000           don't crash if no header was sent, but nicely error out (fixes part
26001           of #141554)
26002
26003 2004-05-04  Wim Taymans  <wim@fluendo.com>
26004
26005         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26006         parent dispose function to avoid segfault on destroy.
26007
26008 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26009
26010         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26011         (plugin_init):
26012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26013         (gst_xvimagesink_sink_link):
26014         clean up debugging caps
26015         also recreate xvimage when format has changed
26016
26017 2004-05-04  Benjamin Otte  <otte@gnome.org>
26018
26019         * ext/libvisual/Makefile.am:
26020         * ext/libvisual/visual.c: (gst_visual_class_init),
26021         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26022         (gst_visual_srclink), (gst_visual_chain),
26023         (gst_visual_change_state), (plugin_init):
26024           use a GstAdapter to correctly adapt buffer sizes - allows using a
26025           framerate
26026
26027 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26028
26029         * sys/v4l/gstv4lelement.h:
26030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26032         (gst_v4lsrc_buffer_free):
26033         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26034         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26035         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26036         (gst_v4lsrc_requeue_frame):
26037         move some debugging categories around
26038         query for fps index and set accordingly if found
26039
26040 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26041
26042         * ext/lame/gstlame.c:
26043         correct defaults that lame_init puts out of range
26044
26045 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26046
26047         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26048         (gst_divxenc_class_init):
26049         fix range since -1 is the default
26050         * gst/mpeg1sys/gstmpeg1systemencode.c:
26051         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26052         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26053         (gst_rtjpegdec_chain):
26054         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26055         (gst_rtjpegenc_chain):
26056         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26057         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26058         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26059         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26060         * sys/v4l/gstv4lsrc.c:
26061         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26062         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26063         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26064         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26065         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26066           remove gst_info calls
26067
26068 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26069
26070         * Makefile.am:
26071         * po/af.po:
26072         * po/az.po:
26073         * po/en_GB.po:
26074         * po/nl.po:
26075         * po/sr.po:
26076         * po/sv.po:
26077           Updated translations
26078
26079 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26080
26081         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26082           refactor/comment code
26083
26084 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26085
26086         * gst/asfdemux/Makefile.am:
26087         * gst/asfdemux/asfheaders.c:
26088         * gst/asfdemux/asfheaders.h:
26089         * gst/asfdemux/gstasf.c: (plugin_init):
26090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26091         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26092         (gst_asf_demux_setup_pad):
26093         * gst/asfdemux/gstasfdemux.h:
26094         * gst/asfdemux/gstasfmux.c:
26095         * gst/asfdemux/gstasfmux.h:
26096           Add tagging support to demuxer, split out registration in its own
26097           file instead of in demux (hacky), and prevent having some tables
26098           in our memory multiple times (in asfheaders.h).
26099
26100 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * gst/matroska/matroska-demux.c:
26103         (gst_matroska_demux_parse_metadata):
26104         * gst/matroska/matroska-ids.h:
26105           Basic tag reading support.
26106
26107 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26110           Really detect ac-3 audio.
26111         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26112           really detect matroska files (off-by-1).
26113
26114 2004-04-30  David Schleef  <ds@schleef.org>
26115
26116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26117         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26118         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26119         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26120         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26121         hackage -- parse a lot more atoms, extract a few tags.  One might even
26122         mistake this for tag support.  Maybe it is.
26123         * gst/qtdemux/qtdemux.h:
26124
26125 2004-04-30  Colin Walters  <walters@verbum.org>
26126
26127         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26128
26129 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26130
26131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26132         (gst_ffmpegcolorspace_getcaps):
26133           remove broken nego fix
26134
26135 2004-04-30  Benjamin Otte  <otte@gnome.org>
26136
26137         * configure.ac:
26138         * ext/Makefile.am:
26139         * ext/libvisual/Makefile.am:
26140         * ext/libvisual/visual.c:
26141           add initial support for libvisual (http://libvisual.sourceforge.net)
26142           libvisual is still quite alpha, so expect crashes in there :)
26143
26144 2004-04-29  David Schleef  <ds@schleef.org>
26145
26146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26147         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26148         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26149         code; you will no longer respect me.
26150
26151 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26152
26153         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26154         * ext/alsa/gstalsa.h :
26155         change alsa pcm device discovery to find more than 1 device
26156         per card. code review by Ronald.
26157
26158 2004-04-29  David Schleef  <ds@schleef.org>
26159
26160         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26161         Add a check for a driver bug on FreeBSD.  (bug #140565)
26162
26163 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26164
26165         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26166         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26167         (gst_jpegenc_getcaps):
26168           move format setting to inner loop
26169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26170         (gst_ffmpegcolorspace_getcaps):
26171           use GST_PAD_CAPS if available so that we use already negotiated
26172           caps
26173         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26174         (qtdemux_parse_moov), (qtdemux_parse):
26175           extra debugging
26176         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26177         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26178           move hardcoded path to DEFINE
26179
26180 2004-04-28  David Schleef  <ds@schleef.org>
26181
26182         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26183         (bug #140064)
26184
26185 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26186
26187         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26188           Don't probe for playback device if we're a source element. Fixes
26189           #139658.
26190
26191 2004-04-29  Benjamin Otte  <otte@gnome.org>
26192
26193         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26194         (gst_id3_tag_chain):
26195           rewrite buffer offset
26196
26197 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * configure.ac:
26200         * ext/Makefile.am:
26201         * ext/dts/Makefile.am:
26202         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26203         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26204         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26205         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26206         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26207         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26208         (plugin_init):
26209         * ext/dts/gstdtsdec.h:
26210           New DTS decoder.
26211         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26212         (gst_faad_srcconnect):
26213           Add ESDS atom handling (.m4a).
26214
26215 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26216
26217         * ext/divx/gstdivxdec.c: (plugin_init):
26218           Remove comment that makes no sense.
26219         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26220           Fix for obvious typo that resulted in warnings during gst-register.
26221         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26222         (gst_xviddec_sink_link):
26223           Fix caps negotiation a bit better.
26224         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26225           We call this 'codec_data', not 'esds'.
26226
26227 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26228
26229         * gst/monoscope/gstmonoscope.c:
26230           make sure we only provide 256x128
26231         * gst/monoscope/monoscope.c: (monoscope_init):
26232           assert size of 256x128
26233
26234 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26235
26236         * Makefile.am:
26237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26238         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26239           fixate to max width and height of device
26240
26241 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26242
26243         * Makefile.am:
26244         * sys/v4l/gstv4l.c:
26245         * sys/v4l/gstv4lsrc.c:
26246         * sys/v4l/v4l_calls.c:
26247         * sys/v4l/v4lsrc_calls.c:
26248           fix for qc-usb driver which fakes having more than one buffer
26249           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26250           buffer_free override
26251           add debugging
26252
26253 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26254
26255         * Makefile.am:
26256         * gst/videotestsrc/gstvideotestsrc.c:
26257         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26258         (gst_videotestsrc_init), (gst_videotestsrc_get),
26259         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26260         * gst/videotestsrc/gstvideotestsrc.h:
26261           add num-buffers property
26262
26263         2004-04-26  Benjamin Otte  <otte@gnome.org>
26264
26265         * ext/mad/gstid3tag.c: (plugin_init):
26266           set id3mux rank to NONE so it doesn't confuse spider
26267           require audio/mpeg,mpegversion=1 in id3mux
26268
26269 2004-04-26  Benjamin Otte  <otte@gnome.org>
26270
26271         * configure.ac:
26272           detect faad correctly as non-working if it's indeed non-working
26273
26274 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26275
26276         * Makefile.am:
26277         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26278         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26279         fix _getcaps so it only negotiates to its supported format
26280
26281 2004-04-25  Benjamin Otte  <otte@gnome.org>
26282
26283         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26284           fix memleak
26285
26286 2004-04-23  Benjamin Otte  <otte@gnome.org>
26287
26288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26289           audio/x-raw-int with height rules! not. Now it's depth.
26290
26291 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26294         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26295         (gst_wavparse_loop):
26296           Missing variable initialization. Add handling of DVI ADPCM. Fix
26297           mis-parsing of LIST chunks. This works around a bug where we mis-
26298           parse non-aligning LIST chunks (so LIST chunks where the contents
26299           don't align with the actual LIST size). The correct fix is to use
26300           rifflib, I'm not going to fix wavparse - too much work. All this
26301           fixes #104878.
26302
26303 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26304
26305         reviewed by Benjamin Otte  <otte@gnome.org>
26306
26307         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26308           fix shoutcast not working (fixes #140844)
26309
26310 2004-04-22  Benjamin Otte  <otte@gnome.org>
26311
26312         * ext/hermes/gsthermescolorspace.c:
26313         (gst_hermes_colorspace_caps_remove_format_info):
26314         * gst/colorspace/gstcolorspace.c:
26315         (gst_colorspace_caps_remove_format_info):
26316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26317         (gst_ffmpegcolorspace_caps_remove_format_info):
26318           s/gst_caps_simplify/gst_caps_do_simplify/
26319
26320 2004-04-22  Benjamin Otte  <otte@gnome.org>
26321
26322         * gst-libs/gst/riff/riff-media.c:
26323         (gst_riff_create_video_caps_with_data):
26324           mpegversion is an int
26325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26326           don't try to create pad templates with NULL caps, use any caps
26327           instead.
26328
26329 2004-04-20  David Schleef  <ds@schleef.org>
26330
26331         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26332         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26333         (bug #140384)
26334
26335 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26336
26337         reviewed by David Schleef
26338
26339         * ext/mad/gstid3tag.c: Add stdlib.h
26340         * gst/rtp/gstrtpgsmenc.c: same
26341         * gst/tags/gstid3tag.c: same
26342         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26343         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26344         GST_DISABLE_LOADSAVE use.
26345         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26346         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26347         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26348         atol(3)).
26349         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26350         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26351         strtoul(3)).
26352         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26353         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26354         $(ID3_CFLAGS).
26355         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26356         $(LIBFAME_CFLAGS).
26357
26358 2004-04-20  David Schleef  <ds@schleef.org>
26359
26360         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26361         last checkin.  Same idea.
26362
26363 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26364
26365         reviewed by David Schleef
26366
26367         * configure.ac: bump required gstreamer version to 0.8.1.1
26368         because of following changes [--ds]
26369
26370         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26371         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26372         (gst_riff_read_header):  Use GST_READ_UINT*
26373         macros to access possibly unaligned memory.
26374
26375         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26376         (mp3_type_find):  Use GST_READ_UINT*
26377         macros to access possibly unaligned memory.
26378         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26379         (speex_type_find): Likewise
26380
26381         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26382
26383         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26384         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26385         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26386         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26387         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26388         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26389         macros to access possibly unaligned memory.
26390
26391         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26392         Likewise.
26393
26394         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26395         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26396
26397         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26398         Likewise.
26399
26400         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26401         (gst_mpeg2subt_chain_subtitle): Likewise.
26402
26403         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26404         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26405         Likewise.
26406
26407         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26408         Likewise.
26409
26410         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26411         Likewise.
26412
26413         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26414         Likewise.
26415
26416 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26417
26418         * configure.ac:
26419           update required version of GStreamer because of GST_TIME_FORMAT
26420
26421 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26422
26423         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26424           remove leftover g_print
26425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26426           don't try setting only a subset of the caps. We don't want to kill
26427           autoplugging on purpose
26428
26429 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26430
26431         * sys/ximage/ximagesink.c: (plugin_init):
26432         * sys/xvimage/xvimagesink.c: (plugin_init):
26433           add debugging categories
26434
26435 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26436
26437         * po/en_GB.po:
26438         * po/LINGUAS:
26439           Adding en_GB translation (Gareth Owen)
26440
26441 2004-04-20  David Schleef  <ds@schleef.org>
26442
26443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26444         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26445         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26446         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26447         A number of new features and hacks to extract the esds atom and
26448         put it into the caps.  (bug #137724)
26449
26450 2004-04-19  David Schleef  <ds@schleef.org>
26451
26452         * gconf/Makefile.am: Fix for non-GNU make
26453         * gst-libs/gst/Makefile.am: Change directory order to handle
26454         GstPlay linking with gstinterfaces
26455         * gst-libs/gst/audio/make_filter: make use of tr portable
26456         * gst-libs/gst/play/Makefile.am: Add intended \
26457         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26458         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26459         function prototype instead of void *.
26460         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26461         macro.
26462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26463         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26464         * gst/videofilter/make_filter: make use of tr portable
26465         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26466
26467 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * po/LINGUAS:
26470         * po/uk.po:
26471           Added Ukrainian translation (Maxim V. Dziumanenko)
26472
26473 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26476         (gst_gsmdec_link), (gst_gsmdec_chain):
26477           Fix capsnego, simplify chain function slightly.
26478         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26479           Add GSM.
26480
26481 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26484         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26485         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26486           Hack to make wavparse work with spider (always -> sometimes pad).
26487           Fixes #135862 && #140411.
26488
26489 2004-04-18  Benjamin Otte  <otte@gnome.org>
26490
26491         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26492         (gst_osselement_rate_probe_check),
26493         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26494           get rid of \n in debug output
26495
26496 2004-04-17  Iain <iain@prettypeople.org>
26497
26498         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26499         not just EOS.
26500
26501 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26502
26503         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26504         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26505         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26506         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26507         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26508         (gst_id3_tag_change_state), (plugin_init):
26509           deprecate id3tag element and replace with id3demux/id3mux.
26510           great side effect: this ugly file is now even uglier, yay!
26511         * ext/mad/gstmad.h:
26512           remove non-available function
26513           update for new get_type
26514
26515 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26516
26517         * configure.ac:
26518           require mpeg2dec >= 0.4.0
26519
26520 2004-04-17  Benjamin Otte  <otte@gnome.org>
26521
26522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26523         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26524         (gst_xvimagesink_set_xwindow_id):
26525           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26526           assorted cleanup fixes.
26527
26528 2004-04-16  David Schleef  <ds@schleef.org>
26529
26530         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26531         * sys/xvimage/xvimagesink.h: same
26532
26533 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26534
26535         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26536           Fix GST_ELEMENT_ERROR with (NULL)
26537
26538 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst-libs/gst/riff/riff-media.c:
26541         (gst_riff_create_video_caps_with_data):
26542           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26543
26544 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst-libs/gst/riff/riff-media.c:
26547         (gst_riff_create_video_caps_with_data),
26548         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26549         (gst_riff_create_video_template_caps),
26550         (gst_riff_create_audio_template_caps):
26551         * gst-libs/gst/riff/riff-media.h:
26552         * gst-libs/gst/riff/riff-read.c:
26553         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26554         * gst-libs/gst/riff/riff-read.h:
26555         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26556           Add MS RLE support. I added some functions to read out strf chunks
26557           into strf chunks and the data behind it. This is usually color
26558           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26559           caps creation. Lastly, add ADPCM (similar to wavparse - which
26560           should eventually be rifflib based).
26561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26562         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26563         * gst/matroska/matroska-demux.h:
26564           Remove placeholders for some prehistoric tagging system. Didn't add
26565           support for any tag system really anyway.
26566         * gst/qtdemux/qtdemux.c:
26567           Add support for audio/x-m4a (MPEG-4) through spider.
26568         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26569         (gst_wavparse_loop):
26570           ADPCM support (#135862). Increase max. buffer size because we
26571           cannot split buffers for ADPCM (screws references) and I've seen
26572           files with 2048 byte chunks. 4096 seems safe for now.
26573
26574 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26575
26576         * configure.ac: bump nano to 1
26577
26578 === release 0.8.1 ===
26579
26580 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26581
26582         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26583
26584 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26587           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26588           Fixes #140058
26589
26590 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26591
26592         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26593           lower rank of dvddemux so that it's not used for mpeg playback.
26594
26595 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26596
26597         * configure.ac:
26598           save libs correctly when checking mad
26599
26600 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26601
26602         * ext/mad/gstid3tag.c: (plugin_init):
26603           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26604
26605 2004-04-13  David Schleef  <ds@schleef.org>
26606
26607         * common/m4/gst-feature.m4: Call -config scripts with
26608         --plugin-libs if it is supported.
26609         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26610         JPEG images are image/jpeg.
26611         * gst/debug/Makefile.am:
26612         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26613         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26614         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26615         (gst_negotiation_plugin_init): Add a property that acts like
26616         filter caps.
26617         * testsuite/gst-lint:  Move license checking to be a standard
26618         test.
26619
26620 2004-04-13  David Schleef  <ds@schleef.org>
26621
26622         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26623         patch from Sebastien Cote (bug #139958)
26624
26625 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26626
26627         * examples/gstplay/Makefile.am:
26628         * examples/gstplay/player.c: (main):
26629           make the commandline player example use gconf settings
26630
26631 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26632
26633         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26634         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26635         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26636           init/end library during state transition, not object
26637           creation/disposal.  get rid of custom dispose handler.
26638
26639
26640 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26641
26642         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26643         be a symlink
26644
26645 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26646
26647         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26648           Handle JUNK chunks inside data section. Prevents warnings.
26649
26650 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26653         (gst_riff_create_video_template_caps):
26654           Add MS video v1.
26655         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26656         (gst_avi_demux_stream_data):
26657           Add support for "rec-list" chunks.
26658
26659 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26662           Fix another codecname mismatch.
26663
26664 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26667           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26668           so that MJPEG plays back.
26669
26670 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26671
26672         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26673         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26674         * gst/mpeg1videoparse/gstmp1videoparse.h:
26675           Fix for some slight mis-cuts in buffer parsing, and for some
26676           potential overflows or faults-causers. Adds disconts. Also fixes
26677           #139105 while we're at it.
26678
26679 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26680
26681         * configure.ac:
26682         * sys/v4l2/gstv4l2element.h:
26683           Workaround for missing struct v4l2_buffer declaration in Suse 9
26684           and Mandrake 10 linux/videodev2.h header file (#135919).
26685
26686 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26687
26688         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26689           Bail out if no filename was given.
26690
26691 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26692
26693         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26694         (gst_v4l2_fourcc_from_structure):
26695           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26696           Y41B somewhere).
26697
26698 2004-04-09  Benjamin Otte  <otte@gnome.org>
26699
26700         * ext/gnomevfs/gstgnomevfssink.c:
26701         (_gst_boolean_allow_overwrite_accumulator),
26702         (gst_gnomevfssink_class_init):
26703           fix erase signal - if any handler returns false the file will not be
26704           overwritten. If no handler is connected, the file will not be
26705           overwritten either.
26706           renamed signal to "allow-overwrite"
26707         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26708           free string when adding it to ID3 failed
26709         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26710           unref event when done
26711         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26712           free caps
26713         * gst/typefind/gsttypefindfunctions.c:
26714         (mpeg_video_stream_type_find):
26715           fix invalid read
26716
26717 2004-04-08  David Schleef  <ds@schleef.org>
26718
26719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26720         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26721
26722 2004-04-08  David Schleef  <ds@schleef.org>
26723
26724         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26725         we don't support (bug #139532)
26726
26727 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * ext/mad/gstmad.c: (gst_mad_handle_event),
26730         (gst_mad_check_caps_reset), (gst_mad_chain),
26731         (gst_mad_change_state):
26732           only set explicit caps if they haven't been set before for
26733           this stream.  MPEG-audio sample rate/channels aren't allowed
26734           to change in-stream.
26735           Fixes #139382
26736
26737 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26740         (_gst_boolean_did_something_accumulator),
26741         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26742         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26743         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26744         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26745         (gst_gnomevfssink_change_state):
26746           Fix erase signal. Don't erase by default. Remove handoff signal.
26747           Remove erase property. Don't segfault. General cleanup.
26748
26749 2004-04-07  Benjamin Otte  <otte@gnome.org>
26750
26751         * gst-libs/gst/gconf/test-gconf.c: (main):
26752           add missing gst_init
26753
26754 2004-04-07  Benjamin Otte  <otte@gnome.org>
26755
26756         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26757           free the mutexes, too
26758
26759 2004-04-07  Benjamin Otte  <otte@gnome.org>
26760
26761         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26762           actually free the URI string
26763         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26764           compute offset correctly when passing discont events
26765         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26766           don't leak discont events
26767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26768           add some missing breaks so caps aren't copied randomly
26769         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26770           if we realloc memory, we better use it
26771
26772 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26773
26774         * ext/mad/gstmad.c: (normal_seek):
26775           fix GST_FORMAT_TIME usage
26776
26777 2004-04-05  David Schleef  <ds@schleef.org>
26778
26779         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26780         a deprecated function (hack!)
26781
26782 2004-04-05  Benjamin Otte  <otte@gnome.org>
26783
26784         * ext/esd/esdmon.c: (gst_esdmon_get):
26785           fix nonterminated vararg and memleak
26786
26787 2004-04-05  Benjamin Otte  <otte@gnome.org>
26788
26789         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26790         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26791         (gst_ladspa_set_property), (gst_ladspa_get_property),
26792         (gst_ladspa_instantiate), (gst_ladspa_activate),
26793         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26794           clean up debugging
26795
26796 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26797
26798         reviewed by Benjamin Otte  <otte@gnome.org>
26799
26800         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26801           check for broken LADSPA parameters (fixes #138635)
26802
26803 2004-04-05  Benjamin Otte  <otte@gnome.org>
26804
26805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26806           advertise buffer-frames correctly on sinkpads
26807
26808 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26809
26810         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26811         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26812         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26813         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26814         (gst_mad_check_caps_reset), (gst_mad_chain):
26815         add more debugging, only reset caps when we're not in error state
26816
26817 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26818
26819         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26820
26821 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26822
26823         reviewed by Benjamin Otte  <otte@gnome.org>
26824
26825         * configure.ac:
26826           fix == in test(1) operator
26827
26828 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26829
26830         reviewed by Benjamin Otte  <otte@gnome.org>
26831
26832         * configure.ac:
26833           fix --export-symblos-regex to a working regex.
26834
26835 2004-04-04  Benjamin Otte  <otte@gnome.org>
26836
26837         * sys/oss/.cvsignore:
26838           add for oss_probe
26839
26840 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26841
26842         reviewed by Benjamin Otte  <otte@gnome.org>
26843
26844         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26845           add missing 'new_media' argument (fixes #138168)
26846         * gst/matroska/matroska-demux.c:
26847         (gst_matroska_demux_handle_seek_event):
26848           add vararg terminator (fixes #138169)
26849
26850 2004-04-02  David Schleef  <ds@schleef.org>
26851
26852         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26853         disted (bug #138914)
26854
26855 2004-04-01  Benjamin Otte  <otte@gnome.org>
26856
26857         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26858         (gst_alsa_close_audio):
26859           handle case better where a soundcard can't pause
26860         * ext/ogg/gstoggdemux.c:
26861           don't crash when we get events but don't have pads yet
26862
26863 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26864
26865         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26866           throw an error if we couldn't probe any caps.
26867
26868 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26869
26870         * ext/dvdnav/gst-dvd:
26871         Add a really simple sample DVD player
26872
26873 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26874
26875         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26876         (gst_a52dec_push), (gst_a52dec_handle_event),
26877         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26878         (gst_a52dec_change_state):
26879         * ext/a52dec/gsta52dec.h:
26880           Use a debug category, Output timestamps correctly
26881           Emit tag info, Handle events, tell liba52dec about cpu
26882           capabilities so it can use MMX etc.
26883         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26884           Fix a crasher accessing invalid memory
26885         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26886         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26887         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26888         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26889         (dvdnavsrc_query):
26890           Some support for byte-format seeking.
26891           Small fixes for still frames and menu button overlays
26892         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26893         (gst_mpeg2dec_alloc_buffer):
26894           Use a debug category. Adjust the report level of several items to
26895           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26896           so it doesn't lose the GstBuffer pointer
26897         * gst/debug/Makefile.am:
26898         * gst/debug/gstdebug.c: (plugin_init):
26899         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26900         (gst_navseek_base_init), (gst_navseek_class_init),
26901         (gst_navseek_init), (gst_navseek_seek),
26902         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26903         (gst_navseek_get_property), (gst_navseek_chain),
26904         (gst_navseek_plugin_init):
26905         * gst/debug/gstnavseek.h:
26906           Add the navseek debug element for seeking back and forth in a
26907           video stream using arrow keys.
26908         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26909         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26910         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26911         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26912         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26913         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26914         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26915         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26916         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26917         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26918         * gst/mpeg2sub/gstmpeg2subt.h:
26919           Pretty much a complete rewrite. Now a loopbased element. May still
26920           require work to properly synchronise subtitle buffers.
26921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26922         (gst_dvd_demux_send_subbuffer):
26923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26924           Don't attempt to create subbuffers of size 0
26925           Reduce a couple of error outputs to warnings.
26926         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26927         (gst_y4mencode_chain):
26928         Output the y4m frame header correctly.
26929
26930 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26931
26932         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26933           throw errors instead of allowing SIGFPE
26934
26935 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26936
26937         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26938         (gst_gconf_render_bin_from_key):
26939           leak plugging and style fixing
26940
26941 2004-03-31  David Schleef  <ds@schleef.org>
26942
26943         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26944         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26945         (bug #138225)
26946         * gst/debug/Makefile.am:
26947         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26948         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26949         plugin.
26950         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26951         (gst_negotiation_base_init), (gst_negotiation_class_init),
26952         (gst_negotiation_init), (gst_negotiation_getcaps),
26953         (gst_negotiation_pad_link), (gst_negotiation_chain),
26954         (gst_negotiation_set_property), (gst_negotiation_get_property),
26955         (gst_negotiation_plugin_init):  New element to talk about random
26956         negotiation things happening in a pipeline.
26957
26958 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26959
26960         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26961           fix integer addition with help of Stefan Kost
26962
26963 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26964
26965         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26966
26967 2004-03-30  David Schleef  <ds@schleef.org>
26968
26969         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26970         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26971         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26972         (bug #137504)
26973         * ext/mpeg2dec/gstmpeg2dec.h:
26974
26975 2004-03-30  David Schleef  <ds@schleef.org>
26976
26977         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26978
26979 2004-03-30  David Schleef  <ds@schleef.org>
26980
26981         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26982         Michael Petullo) to handle .mov
26983
26984 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26985
26986         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26987         (gst_osselement_rate_check_rate):
26988           probe caps correctly for sound cards that only support one format
26989
26990 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26991
26992         * ext/kio/kiosrc.cpp: (process_events):
26993           update handling event processing if inside KDE - untested
26994
26995 2004-03-29  David Schleef  <ds@schleef.org>
26996
26997         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26998         by 2 to not interfere with other colorspaces.
26999         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27000         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27001         one to not interfere with ffmpeg_colorspace.
27002
27003 2004-03-29  David Schleef  <ds@schleef.org>
27004
27005         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27006         aren't in the caps.
27007         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27008         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27009
27010 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27011
27012         * gst-libs/gst/riff/riff-media.c:
27013           fail on error, don't try to set stuff on NULL caps
27014
27015 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27016
27017         * configure.ac:
27018         * ext/Makefile.am:
27019         * ext/kio/Makefile.am:
27020         * ext/kio/kioreceiver.cpp:
27021         * ext/kio/kioreceiver.h:
27022         * ext/kio/kiosrc.cpp:
27023         * ext/kio/kiosrc.h:
27024           add experimental kiosrc plugin
27025         * ext/alsa/gstalsaplugin.c: (plugin_init):
27026           initialize debugging category only when we're sure registering the
27027           plugins worked.
27028
27029 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27030
27031         * examples/gstplay/player.c: (main):
27032         * gst-libs/gst/play/play.c: (gst_play_class_init),
27033         (gst_play_set_location), (gst_play_set_data_src),
27034         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27035         (gst_play_set_visualization), (gst_play_connect_visualization):
27036           check return values of element_set_state and return FALSE where
27037           failed
27038
27039 2004-03-29  Benjamin Otte  <otte@gnome.org>
27040
27041         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27042           try harder to check if an event is really a discont
27043
27044 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27045
27046         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27047         * po/az.po:
27048
27049 2004-03-28  Benjamin Otte  <otte@gnome.org>
27050
27051         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27053         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27054           get rid of non-standard "..." ranges in case statements.
27055
27056 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27057
27058         * gst/mpegstream/gstmpegdemux.c:
27059         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27060         specific functionality split to the new dvddemux element.
27061         * gst/mpegstream/gstdvddemux.c:
27062         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27063         streams, derived from mpegdemux.
27064         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27065         up. SCR based timestamp rewriting can be turned off (will probably
27066         completely disappear soon).
27067         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27068         hacking. General cleanup. All printf statements replaced by
27069         debugging messages. Almost complete libdvdnav support.
27070         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27071         by events. New properties for audio and subpicture languages.
27072         (dvdnavsrc_update_highlight): Now uses events.
27073         (dvdnavsrc_user_op): Cleaned up.
27074         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27075         based). Lots of cleanup, and propper support for most libdvdnav
27076         events.
27077         (dvdnavsrc_make_dvd_event): New function.
27078         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27079         (dvdnavsrc_make_clut_change_event): New function.
27080
27081 2004-03-26  Benjamin Otte  <otte@gnome.org>
27082
27083         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27084           fix bug where typefinding would claim it's theora whenever less then
27085           7 bytes of data were available
27086
27087 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27088
27089         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27090         (gst_alawdec_base_init), (gst_alawdec_class_init),
27091         (gst_alawdec_init), (gst_alawdec_chain):
27092         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27093         (gst_alawenc_base_init), (gst_alawenc_class_init),
27094         (gst_alawenc_init), (gst_alawenc_chain):
27095         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27096         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27097         (gst_mulawdec_init), (gst_mulawdec_chain):
27098         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27099         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27100         (gst_mulawenc_init), (gst_mulawenc_chain):
27101           Fix capsnego in all four, remove the unused property functions and
27102           simplify the chain functions slightly. I guess we could use macros
27103           or something similar for those, since the code is so similar, but
27104           I'm currently too lazy...
27105
27106 2004-03-24  David Schleef  <ds@schleef.org>
27107
27108         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27109         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27110         (gst_osselement_get_format_structure),
27111         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27112         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27113         (gst_osselement_rate_int_compare): Add code to handle rate probing
27114         (bug #120883)
27115         * sys/oss/gstosselement.h: same
27116         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27117         Use rate probing provided by osselement.
27118         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27119
27120 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27123         (gst_xvidenc_get_property):
27124           ulong/int mess-up.
27125
27126 2004-03-24  David Schleef  <ds@schleef.org>
27127
27128         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27129         (gst_speexdec_init):
27130         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27131         (gst_speexenc_init):  Create the pad template correctly (from
27132         the static pad template, not a NULL pointer.)
27133
27134 2004-03-25  Benjamin Otte  <otte@gnome.org>
27135
27136         * gst/debug/Makefile.am:
27137         * gst/debug/breakmydata.c:
27138           add element that quasi-randomly changes bytes in the stream.
27139           Intended use is robustness checking of demuxers and decoders in
27140           media tests.
27141
27142 2004-03-24  Benjamin Otte  <otte@gnome.org>
27143
27144         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27145         (gst_alsa_probe_hw_params):
27146         * ext/alsa/gstalsa.h:
27147           debugging output fixes
27148
27149 2004-03-24  Benjamin Otte  <otte@gnome.org>
27150
27151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27152           don't g_return_if_fail if element is PLAYING, fail silently as every
27153           other element.
27154         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27155           only fix needed for cast lvalue issues in gst-plugins
27156         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27157           add proxy_getcaps
27158
27159 2004-03-24  Benjamin Otte  <otte@gnome.org>
27160
27161         * gst/level/gstlevel.c: (gst_level_init):
27162           add proxying getcaps function, so level doesn't advertise impossible
27163           caps
27164
27165 2004-03-24  David Schleef  <ds@schleef.org>
27166
27167         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27168         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27169         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27170         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27171         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27172         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27173         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27174         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27175         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27176         messages.  Divide the chunk size by the compression ratio
27177         (needed for MACE audio)
27178
27179 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27180
27181         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27182           Fix buffer overflow read error.
27183
27184 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27185
27186         * ext/alsa/gstalsa.h:
27187           Remove unused entry.
27188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27189           Add cinepak.
27190         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27191         (gst_videodrop_link), (gst_videodrop_chain):
27192           Fix, sort of. Was horribly broken with new capsnego. Bah...
27193
27194 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27195
27196         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27197         (plugin_init):
27198         Add a monkeysaudio typefind function
27199
27200 2004-03-23  Johan Dahlin  <johan@gnome.org>
27201
27202         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27203         (gst_play_video_fixate): Check so the structure has the field
27204         before trying to fixate them, this makes it possible to have
27205         fakesinks for video and audio output without printing errors on
27206         the output console.
27207
27208 2004-03-22  David Schleef  <ds@schleef.org>
27209
27210         * sys/oss/Makefile.am:
27211         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27212         (check_rate), (add_rate):  Rate probing test app.
27213
27214 2004-03-21  Benjamin Otte  <otte@gnome.org>
27215
27216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27217         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27218           add a fixation function that pretty much does the right thing (fixes
27219           #137556)
27220
27221 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27222
27223         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27224
27225 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27226
27227         reviewed by: Benjamin Otte  <otte@gnome.org>
27228
27229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27230           terminate gst_event_new_discontinuous correctly (fixes parts of
27231           #137711)
27232
27233 2004-03-19  David Schleef  <ds@schleef.org>
27234
27235         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27236         since it doesn't depend on X, and it's part of our ABI.
27237
27238 2004-03-19  Iain <iain@prettypeople.org>
27239
27240         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27241         is_int in the structure, not the local variable.
27242
27243 2004-03-19  David Schleef  <ds@schleef.org>
27244
27245         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27246         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27247         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27248         Improvements in caps negotiation.
27249
27250 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27251
27252         * po/LINGUAS:
27253         * po/af.po:
27254           adding Afrikaans (Petri Jooste)
27255
27256 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27257
27258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27259         (gst_ffmpegcolorspace_chain):
27260         throw error instead of g_critical (#137588)
27261
27262 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * Makefile.am:
27265         * configure.ac:
27266           dist common and m4 correctly
27267         * po/sv.po:
27268
27269 2004-03-17  David Schleef  <ds@schleef.org>
27270
27271         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27272         (bug #137348)
27273
27274 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27275
27276         * po/LINGUAS:
27277         * po/sv.po:
27278           adding Swedish translation (Christian Rose)
27279
27280 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27281
27282         * Makefile.am: use release.mak
27283
27284 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27285
27286         * common/ChangeLog:
27287         * common/gst-autogen.sh:
27288           add some explanation about the version detection
27289         * configure.ac:
27290           fix X check
27291
27292 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27293
27294         * configure.ac: bump nano to 1
27295
27296 === release 0.8.0 ===
27297
27298 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27299
27300         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27301
27302 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * configure.ac:
27305           update libtool version
27306         * gst-libs/gst/media-info/Makefile.am:
27307           actually use libtool version
27308
27309 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27312
27313 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27314
27315         * configure.ac:
27316         * gst-plugins.spec.in:
27317         * pkgconfig/Makefile.am:
27318         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27319         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27320         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27321         * pkgconfig/gstreamer-libs.pc.in:
27322         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27323         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27324         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27325         * pkgconfig/gstreamer-plugins.pc.in:
27326           remove @VERSION@ from some of the pc files since core and plugins
27327           are decoupled.
27328           created gstreamer-plugins.pc as it's a better name, but keeping
27329           -libs around for now to get fixes upstream done first.
27330
27331 2004-03-15  Julien MOUTTE <julien@moutte.net>
27332
27333         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27334         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27335         * gst-libs/gst/play/play.h:
27336
27337 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27338
27339         * *.c, *.cc: don't mix tabs and spaces
27340
27341 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27342
27343         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27344           use the new ffmpegcolorspace
27345         * gst-plugins.spec.in:
27346           package new colorspace and media-info
27347         * configure.ac:
27348         * pkgconfig/Makefile.am:
27349           fix some more disting issues
27350         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27351         * pkgconfig/gstreamer-media-info.pc.in:
27352           generate media-info pc files
27353
27354 2004-03-15  Johan Dahlin  <johan@gnome.org>
27355
27356         * *.h: Revert indenting
27357
27358 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27359
27360         * configure.ac:
27361           adding ffmpegcolorspace element
27362         * gst/ffmpegcolorspace/Makefile.am:
27363         * gst/ffmpegcolorspace/avcodec.h:
27364         * gst/ffmpegcolorspace/common.h:
27365         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27366         * gst/ffmpegcolorspace/dsputil.h:
27367         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27369         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27370         (gst_ffmpeg_caps_to_pix_fmt):
27371         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27373         (gst_ffmpegcolorspace_caps_remove_format_info),
27374         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27375         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27376         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27377         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27378         (gst_ffmpegcolorspace_set_property),
27379         (gst_ffmpegcolorspace_get_property),
27380         (gst_ffmpegcolorspace_register):
27381         * gst/ffmpegcolorspace/imgconvert.c:
27382         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27383         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27384         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27385         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27386         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27387         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27388         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27389         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27390         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27391         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27392         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27393         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27394         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27395         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27396         (img_get_alpha_info), (deinterlace_line),
27397         (deinterlace_line_inplace), (deinterlace_bottom_field),
27398         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27399         * gst/ffmpegcolorspace/imgconvert_template.h:
27400         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27401         * gst/ffmpegcolorspace/mmx.h:
27402         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27403           adding ffmpegcolorspace element supplied by Ronald after cleaning
27404           up and pulling in the right bits of upstream source.
27405           I'm sure a better C/compiler wizard could do some cleaning up (for
27406           example use GLIB's malloc stuff), but as a first pass this
27407           works very well
27408
27409 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27410
27411         * ext/alsa/gstalsa.h:
27412           I assume Ronald forgot to commit the change to have cardname
27413           as a struct member.  Expect some public spanking at the next
27414           opportunity.
27415
27416 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27419         (gst_alsa_open_audio), (gst_alsa_close_audio):
27420         * ext/alsa/gstalsa.c:
27421           Don't open the device if we're a mixer (= padless).
27422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27423         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27424         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27425           Open mixer during state change rather than during object
27426           initialization. Also, get a device name. Currently in a somewhat
27427           hackish fashion, but I didn't really find something better.
27428
27429 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27430
27431         * *.c, *.h: run gst-indent
27432
27433 2004-03-14  Benjamin Otte  <otte@gnome.org>
27434
27435         * gst/modplug/gstmodplug.cc:
27436         * gst/modplug/gstmodplug.h:
27437           set correct timestamps on outgoing buffers
27438
27439 2004-03-14  Benjamin Otte  <otte@gnome.org>
27440
27441         * gst/modplug/gstmodplug.cc:
27442           handle events - don't do crap when a discont arrives that's not
27443           necessary
27444           This allows correct loading and playback of mods in Rhythmbox
27445
27446 2004-03-14  Benjamin Otte  <otte@gnome.org>
27447
27448         * configure.ac:
27449         * gst-libs/gst/gconf/Makefile.am:
27450         * pkgconfig/Makefile.am:
27451           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27452           they get rebuilt properly
27453         * configure.ac:
27454           when checking for vorbis, try pkgconfig first.
27455         * gst/modplug/gstmodplug.cc:
27456           add fixate function
27457
27458 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27461           Fix for obvious mistake, where we first shift the offset and then
27462           read a samplesize element assuming the old offset. Note that this
27463           part still has something weird, i.e. my movies containing those
27464           don't actually play well, but at least there's something that looks
27465           like sound now.
27466
27467 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27468         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27469         (plugin_init):
27470         Add a typefind function for speex format
27471
27472 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27473
27474         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27475         (gst_asf_demux_setup_pad):
27476           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27477           instead of 0. Reason is simple: some elements have a fps range
27478           of 1-max instead of 0-max. So now ASF video actually works.
27479
27480 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27481
27482         * po/LINGUAS:
27483         * po/sr.po:
27484           adding serbian as a language
27485
27486 2004-03-13  Benjamin Otte  <otte@gnome.org>
27487
27488         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27489           return taglist correctly from _get function, don't gst_pad_push it.
27490           (fixes #137042)
27491
27492 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27493         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27494
27495 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27498         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27499         (gst_alsa_mixer_track_new):
27500         * ext/alsa/gstalsamixertrack.h:
27501           Fix ancient leftovers... MixerTrack is a GObject.
27502
27503 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27506         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27507           Don't block during probing...
27508
27509 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27512         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27513         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27514         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27515         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27516         (gst_alsa_open_audio), (gst_alsa_close_audio):
27517         * ext/alsa/gstalsa.h:
27518           Add propertyprobe interface implementation, add some device-name
27519           property, all this so that it looks good in gnome-volume-control.
27520
27521 2004-03-12  David Schleef  <ds@schleef.org>
27522
27523         * configure.ac: the Hermes library controls hermescolorspace, not
27524         colorspace.
27525         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27526         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27527         not /* */
27528         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27529         * ext/sdl/sdlvideosink.h: ditto.
27530         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27531
27532 2004-03-12  Benjamin Otte  <otte@gnome.org>
27533
27534         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27535         (gst_x_overlay_got_xwindow_id):
27536         * gst-libs/gst/xoverlay/xoverlay.h:
27537           replace XID with unsigned long to get rid of the xlibs dependency in
27538           XOverlay (fixes #137004)
27539
27540 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27541         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27542         (gst_agingtv_setup):
27543         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27544         (gst_dicetv_base_init), (gst_dicetv_class_init),
27545         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27546         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27547         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27548         (gst_edgetv_setup), (gst_edgetv_rgb32):
27549         * gst/effectv/gsteffectv.c:
27550         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27551         (gst_quarktv_set_property):
27552         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27553         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27554         (gst_revtv_setup), (gst_revtv_rgb32):
27555         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27556         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27557         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27558         (gst_shagadelictv_rgb32):
27559         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27560         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27561         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27562         * gst/effectv/gstwarp.c:
27563         Port everything that can be ported to videofilter and fix up the caps.
27564         Can someone with a big-endian machine please check these?
27565
27566 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27567
27568         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27569         (gst_osssink_chain), (gst_osssink_change_state):
27570           Latest fixes for A/V sync, audio playback and such. This is about
27571           all... MPEG playback issues are mostly related to the async build-
27572           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27573
27574 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27575
27576         patch from: Stephane Loeuillet
27577
27578         * configure.ac:
27579           use pkg-config for some libraries, falling back to the old .m4 way
27580           (fixes #131270)
27581         * m4/libdv.m4:
27582           removed
27583
27584 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27585
27586         * configure.ac:
27587         * tools/Makefile.am:
27588         * tools/Makefile.in:
27589         * tools/gst-launch-ext-m.m:
27590         * tools/gst-launch-ext.1.in:
27591         * tools/gst-visualise-m.m:
27592         * tools/gst-visualise.1:
27593         * tools/gst-visualise.1.in:
27594           reorganizing generation of script tools
27595
27596 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27597
27598         * ext/divx/gstdivxdec.c:
27599           Downgrade priority. We prefer ffdec_mpeg4.
27600         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27601         (gst_faad_chain), (gst_faad_change_state):
27602           Fix capsnego. Doesn't work for some sounds because we don't have
27603           a 5:1 to stereo element.
27604         * ext/xvid/gstxvid.c: (plugin_init):
27605           Add priority.
27606         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27607         (gst_osssink_change_state):
27608           Add discont handling.
27609
27610 2004-03-09  Colin Walters  <walters@verbum.org>
27611
27612         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27613         conversion.
27614
27615 2004-03-09  Benjamin Otte  <otte@gnome.org>
27616
27617         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27618           the signals take 2 arguments
27619
27620 2004-03-09  David Schleef  <ds@schleef.org>
27621
27622         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27623         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27624         * ext/alsa/gstalsa.h:
27625         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27626
27627 2004-03-09  Benjamin Otte  <otte@gnome.org>
27628
27629         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27630         (gst_mikmod_change_state):
27631         * ext/mikmod/gstmikmod.h:
27632           make mikmod's loop function not loop infinitely and call
27633           gst_element_yield anymore
27634         * gst/modplug/gstmodplug.cc:
27635           fix pad negotiation (fixes #136590)
27636
27637 2004-03-09  David Schleef  <ds@schleef.org>
27638
27639         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27640         doesn't conflict with the internal colorspace plugin.
27641         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27642         satisfy the crappy-ass shell shipped by a certain vendor.
27643         * gst/videofilter/make_filter: same (bug #135299)
27644
27645 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27646
27647         * configure.ac: bump nano to 1
27648
27649 === release 0.7.6 ===
27650
27651 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27652
27653         * configure.in: releasing 0.7.6, "There"
27654
27655 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27658         * pkgconfig/gstreamer-play.pc.in:
27659           synchronize the two
27660
27661 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27664         (cdparanoia_open), (cdparanoia_event):
27665           fix/add error handling
27666         * po/POTFILES.in:
27667           add cdparanoia source
27668         * tools/Makefile.am:
27669           make scripts executable
27670
27671 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * configure.ac:
27674         * ext/vorbis/Makefile.am:
27675         * sys/Makefile.am:
27676           remove id3types, vorbisfile and xvideosink from the build (#133783)
27677
27678 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27681           Fix metadata read crash (#136537).
27682
27683 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27686         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27687           adding mime types, fixing the one-stop function
27688
27689 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27690
27691         * ext/nas/nassink.c and /ext/nas/nassink.h:
27692         More NAS love from Arwed von Merkatz
27693         So lets all sing 'Can you feel the NAS tonight'
27694
27695 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27696
27697         * tools/gst-launch-ext.in:
27698         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27699
27700 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27701
27702         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27703         (gst_mpeg2dec_init):
27704         remove the user_data pad for now, because it is being used in
27705         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27706         If someone knows how to fix this properly, please do.
27707
27708 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27709
27710         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27711         (gst_osssink_get_time):
27712         add a warning, IMO this won't get triggered anymore, remove later
27713
27714 2004-03-07  David Schleef  <ds@schleef.org>
27715
27716         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27717         format (bug #136470)
27718
27719 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * gst-libs/Makefile.am:
27722         * gst-libs/gst/media-info/Makefile.am:
27723         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27724         (error_callback), (gst_media_info_error_create),
27725         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27726         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27727         * gst-libs/gst/media-info/media-info-priv.h:
27728         * gst-libs/gst/media-info/media-info-test.c: (main):
27729         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27730         (gst_media_info_class_init), (gst_media_info_instance_init),
27731         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27732         (gst_media_info_read_idler), (gst_media_info_read):
27733         * gst-libs/gst/media-info/media-info.h:
27734         fixed, should work now
27735
27736 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27737
27738         * ext/nas/nassink.c:
27739         A bunch of NAS fixes from Arwed von Merkatz
27740
27741 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27744         (qtdemux_parse_trak):
27745           Fix crash (j might be greater than n_samples, in which case we're
27746           writing outside the allocated space for the array) and memleak.
27747
27748 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27749
27750         * sys/oss/gstosssink.c: (gst_osssink_chain):
27751           And another caller that couldn't handle delay < 0 (unsigned
27752           integer overflow). Video now continues playing on an audio
27753           buffer underrun, and the clock continues working. Audio still
27754           stalls.
27755
27756 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27759         (gst_osssink_get_time):
27760           get_delay() may return values lower than 0. In those cases, we
27761           should not actually cast to *unsigned* int64, that will break
27762           stuff horribly. In my case, it screwed up A/V sync in movies
27763           in totem rather badly.
27764
27765 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27766
27767         * ext/faac/gstfaac.c: (gst_faac_chain):
27768         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27769         * ext/libpng/gstpngenc.c: (user_write_data):
27770         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27771         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27772         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27773         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27774         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27775         of any buffer), should fix some leaks. I hope I didn't unref buffers
27776         that shouldn't be...
27777
27778 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27779
27780         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27781         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27782         (error_callback), (gmi_reset), (gmi_seek_to_track),
27783         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27784         (gmip_find_type_post), (gmip_find_stream_post),
27785         (gmip_find_track_streaminfo_post):
27786         * gst-libs/gst/media-info/media-info-priv.h:
27787         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27788         (info_print), (main):
27789         * gst-libs/gst/media-info/media-info.c:
27790         (gst_media_info_error_create), (gst_media_info_error_element),
27791         (gst_media_info_instance_init), (gst_media_info_get_property),
27792         (gst_media_info_new), (gst_media_info_set_source),
27793         (gst_media_info_read_idler), (gst_media_info_read):
27794         * gst-libs/gst/media-info/media-info.h:
27795           first pass at making this work again.  This seems to work on
27796           tagged ogg/vorbis and mp3 files.
27797
27798 2004-03-06  Benjamin Otte  <otte@gnome.org>
27799
27800         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27801           fix huge leak: gst_buffer_merge doesn't unref the first argument
27802           itself.
27803
27804 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27805
27806         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27807           report layer/mode/emphasis
27808
27809 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27810
27811         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27812
27813 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27814
27815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27816           signal serial
27817
27818 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27819
27820         * ext/vorbis/vorbis.c: (plugin_init):
27821         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27822         (gst_vorbis_dec_init), (vorbis_dec_event):
27823         add debug category
27824         make vorbisdec handle _BYTE and _TIME queries
27825
27826 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27827
27828         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27829           from the xing header
27830
27831 2004-03-06  Benjamin Otte  <otte@gnome.org>
27832
27833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27834         (gst_audio_convert_link), (gst_audio_convert_change_state),
27835         (gst_audio_convert_buffer_from_default_format):
27836           do conversions from/to float correctly, fix some caps nego errors,
27837           export correct supported caps in template and getcaps, use correct
27838           caps in try_set_caps functions
27839
27840 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27841
27842         For some reason, I only committed a ChangeLog entry yesterday and
27843         not the corresponding code...
27844         * ext/mad/gstmad.c: Fix detection of Xing headers
27845         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27846
27847 2004-03-06  Benjamin Otte  <otte@gnome.org>
27848
27849         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27850         (gst_ogg_demux_src_query):
27851           make sure to handle the case where there's no current chain
27852           gracefully.
27853
27854 2004-03-05  David Schleef  <ds@schleef.org>
27855
27856         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27857         Add fixate function. (bug #131128)
27858         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27859         (gst_sdlvideosink_fixate):  Add fixate function.
27860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27861         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27862         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27863         Fix missing break that was causing ulaw to be interpreted as
27864         raw int.
27865
27866 2004-03-05  David Schleef  <ds@schleef.org>
27867
27868         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27869         Fix code that ignores return value of gst_buffer_merge().
27870         (bug #114560)
27871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27872         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27873         * testsuite/gst-lint:  Check for above.
27874
27875 2004-03-05  David Schleef  <ds@schleef.org>
27876
27877         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27878         caps and throw an element error.  (bug #136334)
27879
27880 2004-03-05  David Schleef  <ds@schleef.org>
27881
27882         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27883         (gst_faad_chain): Fix negotiation.
27884         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27885         key and button events.
27886         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27887         dung heap of code.
27888         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27889         depends on gconf
27890         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27891         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27892         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27893         function to encourage better negotiation, particularly between
27894         audioconvert and osssink.
27895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27896         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27897         more important.
27898         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27899         typefinding.
27900         * gst/vbidec/vbiscreen.c:  Add glib header
27901         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27902
27903 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27904
27905         * ext/mad/gstmad.c: Fix detection of Xing headers
27906         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27907
27908 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27909
27910         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27911         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27912           debug updates
27913
27914 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27915
27916         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27917         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27918         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27919         files, and report the parsed length as a GST_TAG_DURATION tag.
27920         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27921
27922 2004-03-05  Benjamin Otte  <otte@gnome.org>
27923
27924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27925           convert channels correctly. convert correctly to unsigned.
27926
27927 2004-03-05  Julien MOUTTE <julien@moutte.net>
27928
27929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27930         we have a window before clearing it.
27931
27932 2004-03-05  Julien MOUTTE <julien@moutte.net>
27933
27934         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27935         have a window before clearing it.
27936
27937 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27938
27939         * gconf/gstreamer.schemas.in:
27940         * gst-libs/gst/gconf/Makefile.am:
27941           version installation path the same way as for 0.6
27942         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27943         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27944         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27945           remove comment that was fixed
27946
27947 2004-03-05  David Schleef  <ds@schleef.org>
27948
27949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27950         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27951         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27952         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27953         Add prototype code for handling seeking and querying.
27954
27955 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * examples/gstplay/player.c: (main):
27958           Initialize variables to NULL. Prevents a segfault because the
27959           (uninitialized) variable is not NULL, resulting in a crash on
27960           trying to reach error->message.
27961
27962 2004-03-05  Benjamin Otte  <otte@gnome.org>
27963
27964         * gst/audioconvert/gstaudioconvert.c:
27965         (gst_audio_convert_buffer_to_default_format):
27966         make float=>int conversion work correctly even in cornercases.
27967
27968 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27969
27970         * debian/README.Debian:
27971         * debian/build-deps:
27972         * debian/changelog:
27973         * debian/control:
27974         * debian/control.in:
27975         * debian/copyright:
27976         * debian/gstreamer-a52dec.files:
27977         * debian/gstreamer-aa.files:
27978         * debian/gstreamer-alsa.files:
27979         * debian/gstreamer-alsa.manpages:
27980         * debian/gstreamer-arts.files:
27981         * debian/gstreamer-artsd.files:
27982         * debian/gstreamer-audiofile.files:
27983         * debian/gstreamer-avifile.files:
27984         * debian/gstreamer-cdparanoia.files:
27985         * debian/gstreamer-colorspace.files:
27986         * debian/gstreamer-doc.files:
27987         * debian/gstreamer-dv.files:
27988         * debian/gstreamer-dvd.files:
27989         * debian/gstreamer-esd.files:
27990         * debian/gstreamer-festival.files:
27991         * debian/gstreamer-flac.files:
27992         * debian/gstreamer-gconf.conffiles:
27993         * debian/gstreamer-gconf.files:
27994         * debian/gstreamer-gconf.postinst:
27995         * debian/gstreamer-gnomevfs.files:
27996         * debian/gstreamer-gsm.files:
27997         * debian/gstreamer-http.files:
27998         * debian/gstreamer-jack.files:
27999         * debian/gstreamer-jpeg.files:
28000         * debian/gstreamer-mad.files:
28001         * debian/gstreamer-mikmod.files:
28002         * debian/gstreamer-misc.files:
28003         * debian/gstreamer-mpeg2dec.files:
28004         * debian/gstreamer-oss.files:
28005         * debian/gstreamer-plugin-apps.files:
28006         * debian/gstreamer-plugin-apps.manpages:
28007         * debian/gstreamer-plugin-libs-dev.files:
28008         * debian/gstreamer-plugin-libs.files:
28009         * debian/gstreamer-plugin-template.postinst:
28010         * debian/gstreamer-plugin-template.postrm:
28011         * debian/gstreamer-sdl.files:
28012         * debian/gstreamer-sid.files:
28013         * debian/gstreamer-vorbis.files:
28014         * debian/gstreamer-x.files:
28015         * debian/mk.control:
28016         * debian/rules:
28017         Debian package info not maintained here.
28018
28019 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28020
28021         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28022         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28023         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28024         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28025         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28026         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28027         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28028         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28029         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28030         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28031         * gst-libs/gst/colorbalance/colorbalance.c:
28032         (gst_color_balance_class_init):
28033         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28034         (gst_color_balance_channel_class_init):
28035         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28036         * gst-libs/gst/play/play.c: (gst_play_class_init):
28037         * gst-libs/gst/propertyprobe/propertyprobe.c:
28038         (gst_property_probe_iface_init):
28039         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28040         * gst-libs/gst/tuner/tunerchannel.c:
28041         (gst_tuner_channel_class_init):
28042         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28043         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28044         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28045         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28046         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28047         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28048         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28049         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28050         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28051           fix signals to use - instead of _
28052         * ext/libcaca/gstcacasink.h:
28053         * ext/sdl/sdlvideosink.h:
28054           fix header rename
28055
28056 2004-03-04  David Schleef  <ds@schleef.org>
28057
28058         * testsuite/gst-lint:  Add a check for bad signal names.
28059
28060 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28061
28062         reviewed by David Schleef
28063
28064         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28065         modified the alpha channel and caused a warning. (bug #136192)
28066
28067 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28068
28069         * gst-plugins.spec.in:
28070         Change names of plugins to actually be correct. Try to keep things
28071         alphabetical to avoid getting beat up by Thomas
28072
28073 2004-03-03  Julien MOUTTE <julien@moutte.net>
28074
28075         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28076         Using ximagesink as a default if no gconf key found. We should
28077         probably consider using alsasink instead of osssink for the audio
28078         part.
28079
28080 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28081
28082         * configure.ac:
28083           fix --with-plugins, don't think it ever worked before
28084         * gst-plugins.spec.in:
28085           even more updates
28086
28087 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28088
28089         * ext/sdl/sdlvideosink.h:
28090         * sys/ximage/ximagesink.h:
28091         * sys/xvideo/xvideosink.h:
28092         * sys/xvimage/xvimagesink.h:
28093           Fix for move of gstvideosink.h -> videosink.h.
28094
28095 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28096
28097         * gst-libs/gst/xwindowlistener/Makefile.am:
28098           this is a plugin library, not a library
28099
28100 2004-03-01  David Schleef  <ds@schleef.org>
28101
28102         * AUTHORS:  Added some names.  Add yourself if you're still
28103         missing.
28104
28105 2004-03-01  David Schleef  <ds@schleef.org>
28106
28107         * MAINTAINERS: Add
28108
28109 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28110
28111         * gst-plugins.spec.in: clean up spec file
28112
28113 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28114
28115         * gst-libs/gst/video/Makefile.am:
28116         * gst-libs/gst/video/gstvideosink.c:
28117         * gst-libs/gst/video/gstvideosink.h:
28118           rename gstvideosink.h to videosink.h to match other headers
28119         * gst/mixmatrix/Makefile.am:
28120           fix plugin filename
28121         * gst/tags/Makefile.am: fix plugin filename
28122
28123 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28124
28125         * gst/tags/Makefile.am: fix plugin filename
28126
28127 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28128
28129         * examples/gstplay/player.c: (got_time_tick), (main):
28130           add error handler
28131           display time_tick more readably
28132         * gst/mixmatrix/Makefile.am:
28133           fix plugin file name
28134
28135 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28136
28137         * sys/oss/gstosselement.c: (gst_osselement_probe),
28138         (device_combination_append), (gst_osselement_class_probe_devices):
28139         * sys/oss/gstosselement.h:
28140           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28141           on my system using alsa oss emulation, fixes bug #135597
28142
28143 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28144
28145         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28146         (gst_videodrop_chain), (gst_videodrop_change_state):
28147         * gst/videodrop/gstvideodrop.h:
28148           Work based on timestamp of input data, not based on the expected
28149           framerate from the input. The consequence is that this element now
28150           not only scales framerates, but also functions as a framerate
28151           corrector or framerate stabilizer/constantizer.
28152
28153 2004-02-27  David Schleef  <ds@schleef.org>
28154
28155         patches from jmmv@menta.net (Julio M. Merino Vidal)
28156
28157         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28158         GST_ELEMENT_ERROR call (bug #135634)
28159         * gst/interleave/interleave.c: (interleave_buffered_loop),
28160         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28161         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28162         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28163         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28164         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28165         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28166         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28167         Fix GST_ELEMENT_ERROR call.
28168         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28169         GST_ELEMENT_ERROR call.
28170
28171 2004-02-27  Benjamin Otte  <otte@gnome.org>
28172
28173         * gst-libs/gst/audio/audio.h:
28174           add macro to make sure header isn't included twice
28175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28176           don't use gst_buffer_free
28177         * gst/playondemand/filter.func:
28178           don't use gst_data_free. Free data only once.
28179
28180 2004-02-26  David Schleef  <ds@schleef.org>
28181
28182         * gst-libs/gst/colorbalance/Makefile.am:
28183         * gst-libs/gst/mixer/Makefile.am:
28184         * gst-libs/gst/tuner/Makefile.am:
28185         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28186         should not be disted, -marshal.h files should not be installed,
28187         and -enum.h files _should_ be installed.  Fix to make this the
28188         case.
28189
28190 === release 0.7.5 ===
28191
28192 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28193
28194         * configure.ac: release 0.7.5, "Under The Sea"
28195
28196 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28197
28198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28199         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28200         * gst/videoscale/gstvideoscale.c:
28201         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28202           assorted debug/warning fixes
28203
28204 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28205
28206         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28207         (gst_videoscale_init), (gst_videoscale_chain),
28208         (gst_videoscale_set_property), (plugin_init):
28209         * gst/videoscale/gstvideoscale.h:
28210         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28211         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28212         (gst_videoscale_planar400), (gst_videoscale_packed422),
28213         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28214         (gst_videoscale_24bit), (gst_videoscale_16bit),
28215         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28216         (gst_videoscale_scale_plane_slow),
28217         (gst_videoscale_scale_point_sample),
28218         (gst_videoscale_scale_nearest),
28219         (gst_videoscale_scale_nearest_str2),
28220         (gst_videoscale_scale_nearest_str4),
28221         (gst_videoscale_scale_nearest_32bit),
28222         (gst_videoscale_scale_nearest_24bit),
28223         (gst_videoscale_scale_nearest_16bit):
28224         add debugging category and use it properly
28225         fix use of GST_PTR_FORMAT
28226
28227 2004-02-25  Andy Wingo  <wingo@pobox.com>
28228
28229         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28230         push only when channel->buffer is NULL. Prevents segfaults doing
28231         the state change after a nonlocal exit, like a scheme exception.
28232
28233         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28234         Handle the case where the intersected caps is empty.
28235
28236 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28237
28238         * gst/law/mulaw-decode.c: (mulawdec_link):
28239         * gst/law/mulaw.c: (plugin_init):
28240           fix mulawdec so it actually works again
28241
28242 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28243
28244         reviewed by: David Schleef  <ds@schleef.org>
28245
28246         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28247         (gst_gamma_init), (gst_gamma_set_property),
28248         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28249         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28250         for RGB, with separate r g and b correction factors. (#131167)
28251
28252 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28253
28254         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28255           only signal tags for bitrate if they're > 0 (#134894)
28256
28257 2004-02-24  David Schleef  <ds@schleef.org>
28258
28259         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28260         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28261         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28262         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28263         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28264         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28265         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28266         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28267         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28268         category.  Attempt to fix timestamp calculation.
28269
28270 2004-02-24  Johan Dahlin  <johan@gnome.org>
28271
28272         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28273
28274 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28275
28276         * configure.ac:
28277         * gconf/Makefile.am:
28278         * gconf/gstreamer.schemas:
28279         * gst-libs/gst/gconf/Makefile.am:
28280         * gst-libs/gst/gconf/gconf.c:
28281           version gconf schemas and install locations
28282
28283 2004-02-23  Benjamin Otte  <otte@gnome.org>
28284
28285         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28286         (gst_xine_input_subclass_init):
28287           call parent dispose.
28288           change pad template for CD reader correctly
28289         * ext/xine/Makefile.am:
28290         * ext/xine/gstxine.h:
28291         * ext/xine/xine.c: (plugin_init):
28292         * ext/xine/xineaudiosink.c:
28293           wrap audio sinks, too
28294         * gst-libs/gst/resample/private.h:
28295         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28296         (gst_resample_reinit), (gst_resample_scale),
28297         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28298         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28299         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28300         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28301         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28302         * gst-libs/gst/resample/resample.h:
28303         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28304         (gst_audioscale_class_init), (gst_audioscale_link),
28305         (gst_audioscale_get_buffer), (gst_audioscale_init),
28306         (gst_audioscale_chain), (gst_audioscale_set_property),
28307         (gst_audioscale_get_property):
28308         * gst/audioscale/gstaudioscale.h:
28309           s/resample_*/gst_resample_*/i to not clobber namespaces
28310
28311 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28312
28313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28314         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28315         (gst_riff_create_video_template_caps),
28316         (gst_riff_create_audio_template_caps),
28317         (gst_riff_create_iavs_template_caps):
28318         * gst-libs/gst/riff/riff-media.h:
28319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28320         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28321         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28322         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28324         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28325         (gst_matroska_demux_plugin_init): First batch implementing audio and
28326         video codec tags in demuxers.
28327
28328 2004-02-22  Benjamin Otte  <otte@gnome.org>
28329
28330         * ext/xine/Makefile.am:
28331         * ext/xine/gstxine.h:
28332         * ext/xine/xine.c: (plugin_init):
28333         * ext/xine/xineinput.c:
28334           add input plugin wrapper. Playback from files, http, mms and cdda
28335           works.
28336         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28337           remove leftover G_GNUC_UNUSED
28338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28339         (gst_asf_demux_identify_guid):
28340           improve debugging output
28341
28342 2004-02-22  Benjamin Otte  <otte@gnome.org>
28343
28344         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28345
28346         * autogen.sh:
28347           replace test -e with test -x for mkinstalldirs to be more portable.
28348           (fixes #134816)
28349
28350 2004-02-22  Benjamin Otte  <otte@gnome.org>
28351
28352         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28353
28354         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28355           set rank to PRIMARY
28356         * gst/volume/gstvolume.c: (plugin_init):
28357           set rank to NONE
28358         fixes #134960
28359
28360 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28361
28362         reviewed by Benjamin Otte  <otte@gnome.org>
28363
28364         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28365           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28366
28367 2004-02-22  Benjamin Otte  <otte@gnome.org>
28368
28369         * configure.ac:
28370           export [_]*{gst,Gst,GST}.* symbols from plugins
28371
28372 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28373
28374         reviewed by: Benjamin Otte  <otte@gnome.org>
28375
28376         * ext/lame/gstlame.c: (add_one_tag):
28377         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28379         (gst_vorbisenc_metadata_set1):
28380         * gst/tags/gstid3tag.c:
28381         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28382           apply fixes from bugs #135042 (lame can't write tags) and #133817
28383           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28384
28385 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28386
28387         * configure.ac: Export only gst_plugin_desc from plugins.
28388          Note that this change only makes any effect with Linux using libtool
28389          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28390          fine. And don't try to have several versions of libtool in different
28391          directories.
28392
28393 2004-02-20  Andy Wingo  <wingo@pobox.com>
28394
28395         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28396         interleave respectively.
28397
28398         * gst/interleave/deinterleave.c: New plugin: deinterleave
28399         (replaces on oneton).
28400         * gst/interleave/interleave.c: New plugin: interleave.
28401         * gst/interleave/plugin.h: Support file.
28402         * gst/interleave/plugin.c: Support file.
28403
28404         * configure.ac: Remove intfloat and oneton, add interleave.
28405
28406         * ext/sndfile/gstsf.c: Handle events better.
28407
28408         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28409         and float2int operation. int2float has scheduling problems as
28410         noted in in2float_chain.
28411
28412 2004-02-20  Benjamin Otte  <otte@gnome.org>
28413
28414         * ext/xine/Makefile.am:
28415         * ext/xine/gstxine.h:
28416         * ext/xine/xine.c:
28417         * ext/xine/xineaudiodec.c:
28418         * ext/xine/xinecaps.c:
28419           add first version of xine plugin wrapper. Currently only wraps the
28420           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28421         * configure.ac:
28422         * ext/Makefile.am:
28423           add xine plugin wrapper, disabled by default. Use --enable-xine to
28424           build. Note that it'll segfault on gst-register if you don't remove
28425           the goom and tvtime post plugins from xine.
28426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28427         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28428           add extradata parsing for QDM2.
28429           change around debugging prints.
28430
28431 2004-02-19  Benjamin Otte  <otte@gnome.org>
28432
28433         * ext/lame/gstlame.c: (gst_lame_chain):
28434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28435           use gst_tag_list_insert when you want to insert tags
28436
28437 2004-02-18  David Schleef  <ds@schleef.org>
28438
28439         * configure.ac:  Move massink to gst-rotten
28440         * ext/Makefile.am:
28441         * ext/mas/Makefile.am:
28442         * ext/mas/massink.c:
28443         * ext/mas/massink.h:
28444
28445 2004-02-18  David Schleef  <ds@schleef.org>
28446
28447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28448         typefinding, since it seems to be worse than nothing.
28449         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28450         atom to recognize .mp4 and .m4a files as video/quicktime.
28451
28452 2004-02-18  David Schleef  <ds@schleef.org>
28453
28454         * gst/sine/demo-dparams.c: (quit_live),
28455         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28456         Use double dparams, not float.
28457         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28458         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28459         sync'd elements don't really work correctly.
28460         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28461         (volume_update_volume), (volume_get_property):  Change dparam
28462         to double.
28463
28464 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28465
28466         * sys/ximage/ximagesink.c:
28467         (gst_ximagesink_xwindow_update_geometry),
28468         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28469         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28470         (gst_ximagesink_init): Rework the way software video scaling works. So
28471         now we check on each chain call if the video frames are feeling the
28472         window. If not we try to renegotiate caps. On failure we memorize that
28473         and we won't try again for that PLAYING sessions.
28474         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28475         failure.
28476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28477         synchronous flag.
28478
28479 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28482           break up _link so we can give a better debug message for errors
28483
28484 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28485
28486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28487           set up debug category
28488
28489 2004-02-18  Julien MOUTTE <julien@moutte.net>
28490
28491         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28492         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28493         the way renegotiation work. The event handling function is not taking
28494         care of external windows and renegotiate method check for pad flags
28495         NEGOTIATING. Should fix : #133209
28496
28497 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28498
28499         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28500         pad is negotiating before trying renegotiation.
28501
28502 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28503
28504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28505           pass on all possible mime types as typefind hints
28506
28507 2004-02-17  Julien MOUTTE <julien@moutte.net>
28508
28509         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28511         possible SHM leak if we crash. All other apps using XShm are doing
28512         that.
28513
28514 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28515
28516         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28517         (gst_ximagesink_expose): Renegotiate size on expose.
28518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28519         size on expose.
28520
28521 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28522
28523         * testsuite/alsa/sinesrc.c:
28524           cosmetic fix to fix compile issue with gcc 2.95.4
28525
28526 2004-02-16  Julien MOUTTE <julien@moutte.net>
28527
28528         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28529         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28530         failed opening the audio device.
28531         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28532         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28533         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28534         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28535         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28536         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28537         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28538         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28539         Removing some useless g_return_if_fail like wingo suggested.
28540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28541         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28542         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28543         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28544         (gst_xvimagesink_update_colorbalance),
28545         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28546         (gst_xvimagesink_xcontext_clear),
28547         (gst_xvimagesink_get_fourcc_from_caps),
28548         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28549         (gst_xvimagesink_set_xwindow_id),
28550         (gst_xvimagesink_colorbalance_list_channels),
28551         (gst_xvimagesink_colorbalance_set_value),
28552         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28553         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28554
28555 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28558           throw error when not negotiated instead of asserting
28559
28560 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28561
28562         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28563         correct data refcounting.
28564
28565 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28566
28567         * gst/switch/gstswitch.c: (gst_switch_change_state),
28568         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28569         change, mostly the EOS flag.
28570
28571 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28572
28573         * examples/gstplay/player.c: (got_eos), (main): Adding some
28574         output for debugging.
28575         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28576         timeouts if we go to any state different from PLAYING.
28577         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28578         more EOS bugs in riff lib.
28579
28580 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28581
28582         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28583         visualization until i find a way to fix switch correctly.
28584         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28585         EOS arrives.
28586         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28587         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28588         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28589         Reworked switch to get a more correct behaviour with events and refing
28590         of data stored in sinkpads.
28591         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28592         we don't pull from a pad in EOS.
28593
28594 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28595
28596         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28597           remove v1 tag even if we can't read it (makes sure we don't detect
28598           it again)
28599
28600 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28601
28602         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28603         (gst_alsa_xrun_recovery):
28604         * ext/alsa/gstalsa.h:
28605           try xrun recovery when wait failed. Make xrun recovery function
28606           return TRUE/FALSE to indicate success. (might fix #134354)
28607
28608 2004-02-13  David Schleef  <ds@schleef.org>
28609
28610         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28611         (dynparm_value_changed), (main): Convert from float to double.
28612         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28613
28614 2004-02-13  David Schleef  <ds@schleef.org>
28615
28616         * gst/silence/gstsilence.c: (gst_silence_class_init),
28617         (gst_silence_set_clock), (gst_silence_get),
28618         (gst_silence_set_property), (gst_silence_get_property):
28619         * gst/silence/gstsilence.h: Add sync property.
28620         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28621         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28622         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28623         * gst/sine/gstsinesrc.h: Add sync property.
28624
28625 2004-02-13  David Schleef  <ds@schleef.org>
28626
28627         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28628         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28629
28630 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28631
28632         * configure.ac:
28633         * ext/Makefile.am:
28634         * gst-libs/ext/Makefile.am:
28635           move ffmpeg plugin to gst-ffmpeg module
28636
28637 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         * configure.ac: use GST_ARCH to detect architecture
28640
28641 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28642
28643         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28644
28645 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28646
28647         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28648           classify LADSPA plugins based on number of src/sink pads
28649           (#133663, Stefan Kost)
28650         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28651           fix dparams registration
28652           (#133528, Stefan Kost)
28653         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28654           fix use of isprint and use g_ascii_isprint instead
28655           (#133316, Stefan Kost)
28656
28657 2004-02-11  David Schleef  <ds@schleef.org>
28658
28659         Convert a few inner loops to use liboil.  This is currently
28660         optional, and is only enabled if liboil is present (duh!).
28661         * configure.ac: Check for liboil-0.1
28662         * gst/intfloat/Makefile.am:
28663         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28664         (gst_int2float_chain_gint16):
28665         * gst/videofilter/Makefile.am:
28666         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28667         (tablelookup_u8), (gst_videobalance_planar411):
28668         * gst/videotestsrc/Makefile.am:
28669         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28670         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28671         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28672         (paint_hline_RGB565), (paint_hline_xRGB1555):
28673
28674 2004-02-11  David Schleef  <ds@schleef.org>
28675
28676         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28677         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28678         (gst_colorspace_getcaps), (gst_colorspace_link),
28679         (gst_colorspace_base_init), (gst_colorspace_init),
28680         (gst_colorspace_chain), (gst_colorspace_change_state),
28681         (plugin_init): Merge Ronald's patch (bug #117897) and update
28682         for new caps and negotiation.  Seems to work, although it
28683         shows off bugs in lcs.
28684
28685 2004-02-11  David Schleef  <ds@schleef.org>
28686
28687         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28688         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28689
28690 2004-02-11  David Schleef  <ds@schleef.org>
28691
28692         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28693         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28694         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28695         Add server and port properties
28696
28697 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28698
28699         * m4/a52.m4:
28700         * m4/aalib.m4:
28701         * m4/as-ffmpeg.m4:
28702         * m4/as-liblame.m4:
28703         * m4/as-slurp-ffmpeg.m4:
28704         * m4/check-libheader.m4:
28705         * m4/esd.m4:
28706         * m4/freetype2.m4:
28707         * m4/gconf-2.m4:
28708         * m4/glib.m4:
28709         * m4/gst-alsa.m4:
28710         * m4/gst-artsc.m4:
28711         * m4/gst-ivorbis.m4:
28712         * m4/gst-matroska.m4:
28713         * m4/gst-sdl.m4:
28714         * m4/gst-shout2.m4:
28715         * m4/gst-sid.m4:
28716         * m4/gtk.m4:
28717         * m4/libdv.m4:
28718         * m4/libfame.m4:
28719         * m4/libmikmod.m4:
28720         * m4/ogg.m4:
28721         * m4/vorbis.m4:
28722           fix underquotedness of macros (#133800)
28723         * m4/as-avifile.m4:
28724         * m4/xmms.m4:
28725           removed because no longer used
28726
28727 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * configure.ac:
28730           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28731           by autopoint (fixes #132996)
28732
28733 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28734
28735         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28736         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28737         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28738         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28739           fix memleaks
28740
28741 2004-02-11  David Schleef  <ds@schleef.org>
28742
28743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28744         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28745         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28746         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28747         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28748         (gst_jpegenc_class_init), (gst_jpegenc_init),
28749         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28750         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28751         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28752         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28753
28754 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28755
28756         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28757         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28758         * ext/mikmod/gstmikmod.h:
28759           fix caps negotiation in mikmod
28760         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28761           output debug information
28762
28763 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28764
28765         * gst-libs/gst/colorbalance/Makefile.am:
28766         * gst-libs/gst/navigation/Makefile.am:
28767         * gst-libs/gst/xoverlay/Makefile.am:
28768           remove unused GST_OPT_CFLAGS from Makefiles
28769           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28770
28771 2004-02-07  David Schleef  <ds@schleef.org>
28772
28773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28774         push events to pads that haven't been created (#133508)
28775
28776 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28777
28778         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28779         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28780         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28781         (gst_dvdec_loop), (gst_dvdec_change_state):
28782         Second attempt at committing a working dvdec element.
28783
28784 2004-02-06  David Schleef  <ds@schleef.org>
28785
28786         Build fixes for OS X: (see #129600)
28787         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28788         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28789         (gst_riff_read_strf_iavs):
28790         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28791         (gst_avi_demux_stream_odml):
28792         * gst/playondemand/Makefile.am:
28793         * gst/rtp/rtp-packet.c:
28794
28795 2004-02-05  David Schleef  <ds@schleef.org>
28796
28797         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28798         last change, because it Just Doesn't Compile.
28799
28800 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28801
28802         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28803           skip undecodable id3v2 tag instead of keeping it
28804
28805 2004-02-05  David Schleef  <ds@schleef.org>
28806
28807         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28808         Unref leaked buffer.  (Noticed by Ronald)
28809
28810 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28811
28812         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28813         Sync requires with other checks.  >= vs =.
28814
28815 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28816
28817         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28818         (gst_dvdec_video_link), (gst_dvdec_loop):
28819         * ext/dv/gstdvdec.h:
28820           rework the caps negotiation so that dvdec works again instead
28821           of just segfaulting.
28822
28823 === release 0.7.4 ===
28824
28825 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28826
28827         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28828         * configure.ac: changed for release
28829
28830 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28831
28832         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28833         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28834         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28835         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28836           reworked patch by David Lehn to fix libdir and includedir for
28837           uninstalled libraries
28838           removed play and gconf from gstreamer-libs since they have their
28839           own pkgconfig files
28840
28841 2004-02-04  David Schleef  <ds@schleef.org>
28842
28843         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28844         memleak.
28845
28846 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28849           use correct GST_TAG_ENCODER tag
28850
28851 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28852
28853         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28854           be sure to stop the clock when going to paused
28855         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28856           reset number of transmitted when going to ready.
28857         fixes #132935
28858
28859 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28860
28861         reviewed by Benjamin Otte
28862
28863         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28864           extract track count (fixes #133410)
28865
28866 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28867
28868         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28869           that should be !=, not == (fixes #132519)
28870
28871 2004-02-04  David Schleef  <ds@schleef.org>
28872
28873         Make sure set_explicit_caps() is called before adding pad.
28874         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28875         * gst/id3/gstid3types.c: (gst_id3types_loop):
28876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28877         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28878
28879 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28880
28881         * configure.ac:
28882           bump nano to 2, first prerelease
28883           put back AM_PROG_LIBTOOL
28884
28885 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28886
28887         * testsuite/alsa/Makefile.am:
28888           these are user test apps, not automatic testsuite tests
28889
28890 2004-02-04  David Schleef  <ds@schleef.org>
28891
28892         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28893         * gst/mpeg1videoparse/gstmp1videoparse.c:
28894         (mp1videoparse_parse_seq):
28895         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28896         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28897         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28898         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28899         (gst_xvideosink_getcaps):
28900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28901         * testsuite/gst-lint: more tests
28902
28903 2004-02-04  David Schleef  <ds@schleef.org>
28904
28905         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28906         with the code that they would expand to.
28907         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28908         (gst_flacdec_get_src_query_types),
28909         (gst_flacdec_get_src_event_masks):
28910         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28911         (gst_gnomevfssrc_get_query_types),
28912         (gst_gnomevfssrc_get_event_mask):
28913
28914 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28915
28916         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28917         (gst_sinesrc_dispose):
28918           fix memleak by properly disposing sinesrc
28919
28920 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28921
28922         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28923         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28924         an overlay to redraw the image because it has been exposed.
28925         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28926         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28927         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28928         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28929         interface
28930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28931         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28932         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28933         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28934         interface
28935
28936 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28937
28938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28939           more memleak fixage
28940
28941 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28942
28943         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28944         * gst/typefind/gsttypefindfunctions.c:
28945           fix memleaks shown by gst-typefind
28946
28947 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28948
28949         * common/glib-gen.mak:
28950           add hack rule to touch .Plo files
28951         * gst-libs/gst/colorbalance/Makefile.am:
28952         * gst-libs/gst/mixer/Makefile.am:
28953         * gst-libs/gst/play/Makefile.am:
28954         * gst-libs/gst/tuner/Makefile.am:
28955           remove glib_root variable
28956
28957 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28958
28959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28960           set explicit caps before adding the element, so the autopluggers can
28961           plug correctly.
28962         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28963         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28964         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28965         (dv_type_find):
28966           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28967           argument.
28968
28969 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28970
28971         * gst-libs/gst/colorbalance/Makefile.am:
28972         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28973         * gst-libs/gst/colorbalance/colorbalance.c:
28974         * gst-libs/gst/colorbalance/colorbalance.h:
28975         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28976         * gst-libs/gst/mixer/Makefile.am:
28977         * gst-libs/gst/mixer/mixer-marshal.list:
28978         * gst-libs/gst/mixer/mixer.c:
28979         * gst-libs/gst/mixer/mixer.h:
28980         * gst-libs/gst/mixer/mixermarshal.list:
28981         * gst-libs/gst/play/Makefile.am:
28982         * gst-libs/gst/play/play.h:
28983         * gst-libs/gst/tuner/Makefile.am:
28984         * gst-libs/gst/tuner/tuner-marshal.list:
28985         * gst-libs/gst/tuner/tuner.c:
28986         * gst-libs/gst/tuner/tuner.h:
28987         * gst-libs/gst/tuner/tunermarshal.list:
28988           use new glib-gen.mak snippet to clean up Makefile.am
28989           fix various bugs in Makefile.am's
28990
28991 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28992
28993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28994           handle chain parsing correctly in the multichain case
28995         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28996         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28997         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28998         (theora_dec_chain):
28999           handle events and queries correctly
29000
29001 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29002
29003         * .cvsignore:
29004         Ignore generated file _stdint.h.
29005
29006 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29007
29008         * gst-libs/gst/colorbalance/Makefile.am:
29009         * gst-libs/gst/colorbalance/colorbalance.h:
29010         * gst-libs/gst/mixer/Makefile.am:
29011         * gst-libs/gst/mixer/mixer.h:
29012         * gst-libs/gst/play/Makefile.am:
29013         * gst-libs/gst/play/play.h:
29014         * gst-libs/gst/tuner/Makefile.am:
29015         * gst-libs/gst/tuner/tuner.h:
29016         Generate enum type code with glib-mkenums.
29017         * gst-libs/gst/colorbalance/.cvsignore:
29018         * gst-libs/gst/mixer/.cvsignore:
29019         * gst-libs/gst/play/.cvsignore:
29020         * gst-libs/gst/tuner/.cvsignore:
29021         Ignore generated files.
29022
29023 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29024
29025         * gst-libs/gst/audio/.cvsignore:
29026         Ignore generated file.
29027         * gst-libs/gst/audio/Makefile.am:
29028         Do not install example filter.
29029
29030 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29031
29032         * examples/switch/.cvsignore:
29033         Ignore generated file.
29034
29035 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29036
29037         * common/m4/ax_create_stdint_h.m4:
29038         * configure.ac:
29039           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29040           _stdint.h.
29041         * Makefile.am:
29042           remove generated _stdint.h in DISTCLEANFILES
29043         * ext/a52dec/gsta52dec.c:
29044           include _stdint.h for a52dec. (should fix #133064)
29045
29046 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29047
29048         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29049         (gst_tag_to_vorbis_comments):
29050         Add replaygain support to vorbistag
29051
29052 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29053         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29054         (gst_ffmpeg_caps_to_extradata):
29055           Fix SVQ3 caps flag properties
29056           Use glib macro for bytes swap
29057
29058 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29059
29060         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29061         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29062         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29063         * ext/sndfile/gstsf.c: (plugin_init):
29064         * gst/avi/gstavi.c: (plugin_init):
29065         * sys/dxr3/dxr3init.c: (plugin_init):
29066         * sys/oss/gstossaudio.c: (plugin_init):
29067         * sys/v4l/gstv4l.c: (plugin_init):
29068         * sys/v4l2/gstv4l2.c: (plugin_init):
29069           remove textdomain calls
29070         * po/nl.po:
29071           update Dutch translation
29072
29073 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29074
29075         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29076         (gst_play_set_audio_sink): Moving volume in the audio thread for
29077         instantaneous volume change. Maybe i will add another volume in front
29078         of visualization later, not sure yet though.
29079
29080 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29081
29082         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29083         (gst_ximagesink_handle_xevents): Better X events handling, only take
29084         the latest events for configure and motion.
29085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29086
29087 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29088
29089         reviewed by: David Schleef  <ds@schleef.org>
29090
29091         Fix memory leaks:
29092         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29093         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29094
29095 2004-02-02  David Schleef  <ds@schleef.org>
29096
29097         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29098         of lines.
29099         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29100         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29101         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29102         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29103         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29104         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29105         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29106         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29107         (gst_float2_2_int_link):
29108         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29109         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29110         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29111         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29112         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29113         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29114         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29115         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29116         * testsuite/gst-lint: Add tests for bzero and ;;
29117
29118 2004-02-02  David Schleef  <ds@schleef.org>
29119
29120         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29121
29122 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29123
29124         * ext/aalib/gstaasink.c: (gst_aasink_open):
29125         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29127         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29128         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29129         (gst_afsink_close_file):
29130         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29131         (gst_afsrc_close_file):
29132         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29133         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29134         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29135         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29136         * ext/esd/esdmon.c: (gst_esdmon_get):
29137         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29138         * ext/faac/gstfaac.c: (gst_faac_chain):
29139         * ext/faad/gstfaad.c: (gst_faad_chain):
29140         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29141         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29142         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29143         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29144         (gst_flacdec_loop):
29145         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29146         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29148         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29149         (gst_gnomevfssink_close_file):
29150         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29151         (gst_gnomevfssrc_open_file):
29152         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29153         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29154         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29155         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29156         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29157         * ext/mad/gstmad.c: (gst_mad_chain):
29158         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29159         * ext/mpeg2dec/gstmpeg2dec.c:
29160         * ext/mpeg2enc/gstmpeg2enc.cc:
29161         * ext/mplex/gstmplex.cc:
29162         * ext/mplex/gstmplexibitstream.cc:
29163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29164         (gst_ogg_demux_push):
29165         * ext/raw1394/gstdv1394src.c:
29166         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29167         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29168         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29169         (gst_sf_loop):
29170         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29171         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29172         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29173         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29175         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29176         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29178         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29179         (gst_riff_read_element_data), (gst_riff_read_seek),
29180         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29181         * gst/adder/gstadder.c: (gst_adder_loop):
29182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29183         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29185         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29186         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29187         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29188         * gst/goom/gstgoom.c: (gst_goom_chain):
29189         * gst/id3/gstid3types.c: (gst_id3types_loop):
29190         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29191         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29192         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29193         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29194         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29195         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29196         (gst_ebml_read_float), (gst_ebml_read_header):
29197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29198         (gst_matroska_demux_parse_blockgroup):
29199         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29200         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29201         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29202         * gst/silence/gstsilence.c: (gst_silence_get):
29203         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29204         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29205         * gst/speed/gstspeed.c: (speed_loop):
29206         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29207         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29208         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29209         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29210         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29211         (gst_wavparse_loop):
29212         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29213         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29214         (dxr3audiosink_close):
29215         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29216         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29217         (dxr3videosink_close), (dxr3videosink_write_data):
29218         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29219         * sys/oss/gstosssink.c: (gst_osssink_chain):
29220         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29221         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29222         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29224         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29225         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29226         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29227         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29228         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29229         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29230         (gst_v4l_set_audio):
29231         * sys/v4l/v4l_calls.h:
29232         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29233         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29234         (gst_v4lmjpegsink_playback_init),
29235         (gst_v4lmjpegsink_playback_start):
29236         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29237         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29238         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29239         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29240         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29241         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29242         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29243         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29244         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29245         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29246         (gst_v4l2_get_output), (gst_v4l2_set_output),
29247         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29248         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29249         (gst_v4l2_set_attribute):
29250         * sys/v4l2/v4l2_calls.h:
29251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29252         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29253         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29254         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29255         (gst_v4l2src_capture_stop):
29256         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29257         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29258         (gst_ximagesink_chain):
29259         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29260         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29261         (gst_xvideosink_xwindow_new):
29262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29263         (gst_xvimagesink_chain):
29264
29265 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29266
29267         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29268         (gst_volume_get_volume), (volume_class_init), (volume_init),
29269         (volume_chain_int16), (volume_update_volume):
29270         * gst/volume/gstvolume.h:
29271           make code more readable by removing magic numbers
29272           make mixer interface export 0-100 range
29273           make it internally map to 0.0-1.0 range so users don't distort
29274           output by putting the sliders at full volume
29275
29276 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29277
29278         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29279         (gst_play_state_change), (gst_play_seek_to_time):
29280         block the tick callback for 0.5 secs after doing a seek
29281
29282 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * gst-libs/gst/play/play.c: (gst_play_new):
29285           check for GError
29286
29287 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29288
29289         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29290         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29291         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29292         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29294         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29295
29296 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29297
29298         * configure.ac:
29299         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29300           check for a function added in vorbis 1.1
29301
29302 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29303
29304         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29305         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29306           really start/stop clock only on PLAYING <=> PAUSED
29307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29308           remove \n from debugging lines
29309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29310           make it work when seeking does not
29311         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29312           reset on DISCONT
29313
29314 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29315
29316         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29317           start clock on PAUSED=>PLAYING, not later
29318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29319           extract correct time for different discont formats
29320         (gst_alsa_sink_get_time):
29321           don't segfault when no format is negotiated yet, just return 0
29322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29323         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29324         (gst_ogg_pad_push):
29325           handle flush and discont events correctly
29326         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29327           handle discont events correctly
29328
29329 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29330
29331         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29332         (gst_play_error_create), (gst_play_error_plugin),
29333         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29334         * gst-libs/gst/play/play.h:
29335           add error handling during creation
29336         * examples/gstplay/player.c: (main):
29337           use new gst_play_new
29338
29339
29340 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29341
29342         * ext/theora/theoradec.c: (theora_dec_chain):
29343           make comments work
29344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29345         (vorbis_dec_src_event), (vorbis_dec_chain):
29346           add encoder tag, fix tag reading to be more error tolerant, change
29347           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29348           gst_pad_event_default.
29349         * gst/tags/gstvorbistag.c:
29350         (gst_tag_list_from_vorbiscomment_buffer):
29351           undefine function specific define at end of function
29352
29353 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29354
29355         * ext/flac/gstflac.c: (plugin_init):
29356         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29357         * ext/flac/gstflacdec.h:
29358         * ext/flac/gstflacenc.h:
29359           Fix typos
29360
29361 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29362
29363         * examples/gstplay/player.c: s/gstplay.h/play.h/
29364
29365 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29366
29367         * gst-libs/gst/play/Makefile.am:
29368         * gst-libs/gst/play/gstplay.c:
29369         * gst-libs/gst/play/gstplay.h:
29370         * gst-libs/gst/play/play.c:
29371           more surgery, operation complete
29372
29373 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29374
29375         * gst-libs/gst/play/play.old.c:
29376         * gst-libs/gst/play/play.old.h:
29377           after CVS surgery by moving, remove
29378         * gst-libs/gst/play/playpipelines.c:
29379           remove
29380
29381         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29382           add negotiation error
29383
29384 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29385
29386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29387         (gst_ogg_demux_push):
29388           add some seeking debug info
29389           send a flush when seeking
29390
29391 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29392
29393         * configure.ac:
29394           use AC_C_INLINE
29395         * configure.ac:
29396         * ext/Makefile.am:
29397         * ext/theora/Makefile.am:
29398         * ext/theora/theoradec.c:
29399           add theora video decoder. Does just do simple decoding for now and
29400           has been tested against Theora cvs only. It only works when theora
29401           is compiled with --enable-static.
29402         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29403           always reset packetno on DISCONT
29404
29405 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29406
29407         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29408           Fix audio.
29409
29410 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29411
29412         * gst/mpegaudioparse/gstmpegaudioparse.c:
29413         (mp3_type_frame_length_from_header):
29414           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29415
29416 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * ext/esd/esdsink.c: (gst_esdsink_init):
29419           Since we have static pad template caps, we don't need to negotiate;
29420           either the core errors out or we know the format.
29421
29422 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29425         (gst_riff_read_seek):
29426         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29427         (gst_ebml_read_seek):
29428           Fix event handling.
29429
29430 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29431
29432         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29433           removee video/x-theora from vp3 decoder, it doesn't handle raw
29434           theora streams
29435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29436           fix bug with finalizing element that never went to PAUSED
29437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29438           length and position queries were swapped
29439         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29440         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29441         (vorbis_dec_src_event):
29442           implement querying time and bytes
29443
29444 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29445
29446         * just about every source file:
29447           gst_element_error -> GST_ELEMENT_ERROR
29448
29449 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29450
29451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29452         emiting FLUSH and even before DISCONT.
29453         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29454         get the best instant seeking as possible yay!
29455
29456 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * gst/mpeg1videoparse/gstmp1videoparse.c:
29459         (gst_mp1videoparse_real_chain):
29460           Committed wrong version last week... Grr... Didn't notice until now.
29461
29462 2004-01-29  Julien MOUTTE <julien@moutte.net>
29463
29464         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29466         have_xwindow_id signal in xwindow_create.
29467
29468 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29469
29470         * ext/ogg/gstoggdemux.c:
29471           lots of changes - mainly support for chained bitstreams, seeking,
29472           querying and bugfixes of course
29473         * ext/vorbis/Makefile.am:
29474         * ext/vorbis/vorbisdec.c:
29475         * ext/vorbis/vorbisdec.h:
29476           add vorbisdec raw vorbis decoder
29477         * ext/vorbis/vorbis.c: (plugin_init):
29478           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29479         * gst/intfloat/Makefile.am:
29480         * gst/intfloat/float22int.c:
29481         * gst/intfloat/float22int.h:
29482         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29483           add float2intnew plugin. It converts multichannel interleaved float to
29484           multichannel interleaved int. The name should probably be changed.
29485         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29486         (plugin_init):
29487           add typefinding for raw theora video so oggdemux can detect it.
29488
29489 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29490
29491         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29492         sink element first.
29493         * gst/videoscale/gstvideoscale.c:
29494         (gst_videoscale_handle_src_event): Fixing src event handler.
29495
29496 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29499         (gst_v4lsrc_open), (gst_v4lsrc_close),
29500         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29501         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29502         * sys/v4l/gstv4lsrc.h:
29503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29504         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29505           Implement resizing... Hack. But that's why v4l is b0rked...
29506
29507 2004-01-28  Julien MOUTTE <julien@moutte.net>
29508
29509         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29510         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29511         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29512         (gst_ximagesink_xwindow_destroy):
29513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29514         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29515         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29516         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29517         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29518         correctly cleaning the image created to check xshm calls on succes,
29519         added a lot of XSync calls in X11 functions, and fixed a segfault when
29520         no image format was defined before negotiation happened.
29521
29522 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29523
29524         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29525           use gst_element_get_time to get correct time
29526
29527 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29528
29529         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29530         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29531         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29533         (gst_xvimagesink_check_xshm_calls),
29534         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29535         X plugins are now able to detect that XShm calls will fail even if the
29536         server claims that it has XShm support (remote displays most of the
29537         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29538         so that we use non XShm functions. This feature is almost useless for
29539         xvimagesink as Xv is not supported on remote displays anyway, but
29540         it might happen than even on the local display XShm calls fail.
29541
29542 2004-01-27  David Schleef  <ds@schleef.org>
29543
29544         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29545         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29546         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29547         changed esdsink to only use 44100,16,2, since esd sucks at rate
29548         conversion and esdsink has had difficulty negotiating.
29549
29550 2004-01-27  Julien MOUTTE <julien@moutte.net>
29551
29552         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29553         (gst_play_seek_to_time): Fixing the way to get current position.
29554
29555 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29556
29557         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29558           use gst_element_get_time to get correct time
29559
29560 2004-01-27  Julien MOUTTE <julien@moutte.net>
29561
29562         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29563         fix ever... Inverting 2 lines of code make spider autoplug correctly
29564         tagged mp3 !
29565
29566 2004-01-27  David Schleef  <ds@schleef.org>
29567
29568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29569         Use gst_pad_try_set_caps_nonfixed().
29570
29571 2004-01-27  David Schleef  <ds@schleef.org>
29572
29573         * gst/ac3parse/gstac3parse.c: update to checklist 5
29574         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29575         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29576         * gst/audioscale/gstaudioscale.c: same
29577         * gst/auparse/gstauparse.c: same
29578         * gst/avi/gstavidemux.c: same
29579
29580 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29581
29582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29583           stop processing after EOS
29584
29585 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29586
29587         * gst/asfdemux/asfheaders.h:
29588         * gst/asfdemux/gstasfdemux.c:
29589         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29590         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29591         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29592           lot's of fixes to make data extraction simpler and get the code
29593           architecture and compiler independant. Add debugging category
29594         * gst/goom/gstgoom.c: (gst_goom_change_state):
29595           reset channel count on PAUSED=>READY, not READY=>PAUSED
29596
29597 2004-01-26  Colin Walters  <walters@verbum.org>
29598
29599         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29600         code to pull a bigger buffer in iradio mode.  This as a side effect
29601         makes typefinding work.
29602
29603 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29604
29605         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29606         Fix SVQ3 decoding on PPC
29607
29608 2004-01-26  Julien MOUTTE <julien@moutte.net>
29609
29610         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29611         that one managed to stay there... Fixed.
29612
29613 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29614
29615         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29616         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29617         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29618         (qtdemux_video_caps):
29619         * gst/qtdemux/qtdemux.h:
29620         Add SVQ3 specific flags to qtdemux and ffmpeg
29621
29622 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29623
29624         * gst-libs/gst/audio/audio.h:
29625           remove buffer-frames from audio caps
29626         * gst/audioconvert/gstaudioconvert.c:
29627           fix plugin to really work.
29628
29629 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst-libs/gst/mixer/mixer.c:
29632         * gst-libs/gst/propertyprobe/propertyprobe.c:
29633         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29634         (gst_tuner_find_channel_by_name):
29635         * gst-libs/gst/tuner/tuner.h:
29636           Add gtk-doc style comments. Also fix a function name.
29637
29638 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29639
29640         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29641         (gst_divxdec_negotiate):
29642           Fix for new capsnego - also fixes gst-player with divxdec.
29643
29644 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29645
29646         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29647         (gst_play_identity_handoff), (gst_play_set_location),
29648         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29649         try in visualization implementation. Still have an issue with switch
29650         blocking when pulling from video_queue and only audio comes out of
29651         spider.
29652         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29653         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29654         release method. And check if the pad is usable before pulling.
29655
29656 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29657
29658         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29659         (gst_videobalance_init),
29660         (gst_videobalance_colorbalance_list_channels),
29661         (gst_videobalance_colorbalance_set_value),
29662         (gst_videobalance_colorbalance_get_value),
29663         (gst_videobalance_update_properties),
29664         (gst_videobalance_update_tables_planar411),
29665         (gst_videobalance_planar411):
29666         * gst/videofilter/gstvideobalance.h:
29667           Implement lookup-tables. +/- 10x faster.
29668
29669 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29672         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29673           The index reading was broken. The rest worked fine, but the whole
29674           goal of my rewrite was to make avidemux readable, and this was
29675           not at all readable. Please use typed variables.
29676
29677 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29678
29679         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29680           Additional pad usability check.
29681         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29682         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29683         (gst_mp1videoparse_real_chain):
29684           Fix MPEG video stream parsing. The original plugin had several
29685           issues, including not timestamping streams where the source was
29686           not timestamped (this happens with PTS values in mpeg system
29687           streams, but MPEG video is also a valid stream on its own so
29688           that needs timestamps too). We use the display time code for that
29689           for now. Also, if one incoming buffer contains multiple valid
29690           frames, we push them all on correctly now, including proper EOS
29691           handling. Lastly, several potential segfaults were fixed, and we
29692           properly sync on new sequence/gop headers to include them in next,
29693           not previous frames (since they're header for the next frame, not
29694           the previous). Also see #119206.
29695         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29696         (bpf_from_header):
29697           Move caps setting so we only do it after finding several valid
29698           MPEG-1 fraes sequentially, not right after the first one (which
29699           might be coincidental).
29700         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29701         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29702         (plugin_init):
29703           Add unsynced MPEG video stream typefinding, and change some
29704           probability values so we detect streams rightly. The idea is as
29705           follows: I can have an unsynced system stream which contains
29706           video. In the current code, I would randomly get a type for either
29707           system or video stream type found, because the probabilities are
29708           being calculated rather randomly. I now use fixed values, so we
29709           always prefer system stream if that was found (and that is how it
29710           should be). If no system stream was found, we can still identity                the stream as video-only.
29711
29712 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29713
29714         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29715         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29716           don't write to buffer. Extract data without the need of
29717           __attribute__ ((packed))
29718
29719 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29722         (mpeg1_sys_type_find):
29723           Fix MPEG-1 stream typefinding.
29724
29725 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29728           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29729
29730 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29731
29732         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29733         * ext/esd/gstesd.c: (plugin_init):
29734           private debugging, better error reporting
29735
29736 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29737
29738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29739         (gst_riff_read_init), (gst_riff_read_change_state):
29740         * gst-libs/gst/riff/riff-read.h:
29741           Remove stuff fromold metadata system.
29742
29743 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29744
29745         * ext/ogg/gstoggdemux.c:
29746           Fix wrong file comment.
29747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29749           Add metadata reading properly.
29750
29751 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29752
29753         * ext/Makefile.am:
29754           Fix nas DIST_SUBDIRS
29755           Uraeus:
29756           Fix bug where make distcheck doesn't get run on adding stuff to
29757           the build.
29758
29759 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29760
29761         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29762         * ext/divx/gstdivxdec.h:
29763           Fix divx3 ("msmpeg4") playback using divxdec.
29764
29765 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29766
29767         * gst/typefind/gsttypefindfunctions.c:
29768         (mp3_type_frame_length_from_header): fix bug in length computation
29769         (mp3_type_find): improve debugging output
29770
29771 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29772
29773         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29774         (gst_play_set_location), (gst_play_seek_to_time),
29775         (gst_play_set_audio_sink), (gst_play_set_visualization),
29776         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29777         the pipeline from scratch. Visualization is back and switch went out as
29778         i realized it was not possible to use the way i wanted.
29779         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29780         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29781         clearing in state change from READY to NULL. So that one can clean the
29782         X ressources keeping the element.
29783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29784         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29785         (gst_xvimagesink_colorbalance_set_value),
29786         (gst_xvimagesink_colorbalance_get_value),
29787         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29788         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29789         change from READY to NULL and fixed some stupid bugs in colorbalance
29790         get/set values. Also added the following feature : when nobody tries to
29791         set some values to the colorbalance levels before the xcontext is
29792         grabbed, then when creating channels list from Xv attributes we set the
29793         internal values to the Xv defaults. This way we handle buggy Xv drivers
29794         that set default hue values far from the middle of the range (Thanks
29795         to Jon Trowbridge for pointing that issue).
29796         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29797         colorbalance levels have been set before xcontext is grabbed.
29798
29799 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29802           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29803           it might block operations (which is bad for a mixer).
29804
29805 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29806
29807         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29808         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29809         (gmip_find_type_pre):
29810         * gst-libs/gst/media-info/media-info-priv.h:
29811         * gst-libs/gst/media-info/media-info.c:
29812         (gst_media_info_instance_init), (gst_media_info_read_idler):
29813         add fakesink to get caps on decoder src pad again
29814         fix callback prototype to match new have_type signal signature
29815
29816 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29817
29818         * gst/adder/gstadder.c: (gst_adder_link):
29819           fix non-compile and cut-n-paste code
29820
29821 2004-01-21  David Schleef  <ds@schleef.org>
29822
29823         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29824         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29825         (gst_swfdec_init), (gst_swfdec_change_state):
29826         * ext/swfdec/gstswfdec.h:
29827         Fix negotiation.
29828         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29829         (gst_adder_request_new_pad): Fix negotiation.
29830         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29831         Add a fixate function.
29832         * gst/intfloat/gstfloat2int.c:
29833         * gst/intfloat/gstfloat2int.h:
29834         * gst/intfloat/gstint2float.c:
29835         * gst/intfloat/gstint2float.h:
29836         Completely rewrite the negotiation.  Doesn't quite work yet,
29837         due to some buffer-frames problem.
29838
29839 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29840
29841         * ext/gnomevfs/gstgnomevfssrc.c:
29842         * sys/v4l2/v4l2_calls.h:
29843           fix includes for distcheck
29844
29845 2004-01-21  Christian Schaller <uraeus@gnome.org>
29846
29847         * ext/nas/
29848         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29849         based on earlier patch from Laurent Vivier
29850
29851 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29852
29853         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29854         Fix wma caps property
29855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29856         Fix typo (flags1 and flags2)
29857
29858 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29859
29860         * gst-libs/gst/media-info/media-info-priv.c:
29861         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29862         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29863         (gmip_find_stream), (gmip_find_track_metadata),
29864         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29865         (gmip_find_track_format):
29866         * gst-libs/gst/media-info/media-info-priv.h:
29867         * gst-libs/gst/media-info/media-info-test.c: (main):
29868         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29869         (gst_media_info_read_idler), (gst_media_info_read):
29870         * gst-libs/gst/media-info/media-info.h:
29871           register debugging category and use it for debugging
29872
29873 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29874
29875         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29876         (gst_vorbisfile_new_link):
29877           signal streaminfo through tags
29878
29879 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29880
29881         * ext/mplex/gstmplex.cc:
29882         * ext/mplex/gstmplexibitstream.cc:
29883           g++ doesn't like NULL in our i18n/error macros, should be
29884           either (NULL) or ("").
29885
29886 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29887
29888         * sys/dxr3/dxr3audiosink.c:
29889         * sys/dxr3/dxr3init.c:
29890         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29891         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29892           Fix more error error error errors (missing includes here).
29893
29894 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29897           fix thomas' error errors.
29898
29899 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29900
29901         * ext/mpeg2enc/gstmpeg2enc.cc:
29902           fix error errors.
29903
29904 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29905
29906         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29907         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29908           Fix for new error system.
29909
29910 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29911
29912         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29913           fix for new error reporting
29914
29915 2004-01-20  David Schleef  <ds@schleef.org>
29916
29917         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29918         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29919         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29920         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29921         and neither is 100+, most likely.
29922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29923         (gst_xvimagesink_getcaps): same
29924
29925 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29926
29927         * configure.ac:
29928           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29929           clashes with ffmpeg.
29930
29931 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29932
29933         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29934         (gst_switch_init): Fixed switch element : proxying link and setting
29935         caps from src to sink on request.
29936
29937 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29938
29939         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29940         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29941         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29942         fix element_error
29943
29944 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29945
29946         * sys/v4l/v4l_calls.h:
29947         * sys/v4l2/v4l2_calls.h:
29948           element_error fixes
29949
29950 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29951
29952         * gst-libs/gst/gst-i18n-plugin.h:
29953           add locale.h
29954           remove config.h inclusion
29955
29956 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29957
29958         * autogen.sh:
29959           adding autopoint invocation
29960         * Makefile.am:
29961         * configure.ac:
29962         * gst-libs/gst/gettext.h:
29963           adding gettext bits
29964         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29965         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29966         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29967         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29968         (gst_gnomevfssink_close_file):
29969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29970         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29971         * gst-libs/gst/gst-i18n-plugin.h:
29972         * gst/avi/gstavi.c: (plugin_init):
29973         * sys/dxr3/dxr3init.c: (plugin_init):
29974         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29975         * sys/oss/gstossaudio.c: (plugin_init):
29976         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29977         * sys/v4l/gstv4l.c: (plugin_init):
29978         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29979         * sys/v4l2/gstv4l2.c: (plugin_init):
29980         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29981         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29982         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29983         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29984         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29985         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29986           make sure locale and translation domain are set
29987           fix translated strings
29988         * po/.cvsignore:
29989         * po/LINGUAS:
29990         * po/Makevars:
29991         * po/POTFILES.in:
29992         * po/nl.po:
29993           put translation files into place
29994         * sys/xvideo/imagetest.c: (main):
29995         * ext/dv/demo-play.c: (main):
29996           fix unnecessary translations
29997
29998 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29999
30000         * ext/sndfile/gstsf.c:
30001         * gst/avi/gstavimux.c:
30002         * ext/audiofile/gstafsink.c:
30003         * ext/audiofile/gstafsrc.c:
30004         * ext/gnomevfs/gstgnomevfssink.c:
30005         * ext/gnomevfs/gstgnomevfssrc.c:
30006         * sys/oss/gstosselement.c:
30007         * sys/v4l/v4l_calls.h:
30008           fix i18n include
30009
30010 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30011
30012         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30013         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30014         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30015         (gst_v4l2_get_output), (gst_v4l2_set_output),
30016         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30017         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30018         (gst_v4l2_set_attribute):
30019         update to new error handling
30020
30021 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30022
30023         * ext/sidplay/gstsiddec.cc:
30024         * gst/modplug/gstmodplug.cc:
30025           parenthese NULL because C++ seems angry about it
30026
30027 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30028
30029         * gst-libs/gst/gst-i18n-plugin.h:
30030           add skeleton i18n stuff, but needs to be further implemented
30031
30032 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30033
30034         * examples/gstplay/player.c: (main):
30035         * ext/aalib/gstaasink.c: (gst_aasink_open):
30036         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30038         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30039         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30040         (gst_afsink_close_file):
30041         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30042         (gst_afsrc_close_file):
30043         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30044         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30045         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30046         * ext/esd/esdmon.c: (gst_esdmon_get):
30047         * ext/esd/esdsink.c: (gst_esdsink_chain):
30048         * ext/faac/gstfaac.c: (gst_faac_chain):
30049         * ext/faad/gstfaad.c: (gst_faad_chain):
30050         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30051         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30052         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30053         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30054         (gst_flacdec_loop):
30055         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30056         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30058         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30059         (gst_gnomevfssink_close_file):
30060         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30061         (gst_gnomevfssrc_open_file):
30062         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30063         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30064         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30065         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30066         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30067         * ext/mad/gstmad.c: (gst_mad_chain):
30068         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30069         * ext/mpeg2dec/gstmpeg2dec.c:
30070         * ext/mpeg2enc/gstmpeg2enc.cc:
30071         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30072         * ext/mplex/gstmplex.cc:
30073         * ext/mplex/gstmplexibitstream.cc:
30074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30075         (gst_ogg_demux_push), (gst_ogg_pad_push):
30076         * ext/raw1394/gstdv1394src.c:
30077         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30078         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30079         * ext/sidplay/gstsiddec.cc:
30080         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30081         (gst_sf_loop):
30082         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30083         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30084         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30085         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30086         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30087         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30088         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30089         * gst-libs/gst/Makefile.am:
30090         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30091         (gst_riff_read_element_data), (gst_riff_read_seek),
30092         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30093         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30095         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30096         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30097         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30098         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30099         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30100         * gst/goom/gstgoom.c: (gst_goom_chain):
30101         * gst/id3/gstid3types.c: (gst_id3types_loop):
30102         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30103         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30104         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30105         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30106         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30107         (gst_ebml_read_float), (gst_ebml_read_header):
30108         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30109         (gst_matroska_demux_parse_blockgroup):
30110         * gst/modplug/gstmodplug.cc:
30111         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30113         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30114         * gst/silence/gstsilence.c: (gst_silence_get):
30115         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30116         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30117         * gst/speed/gstspeed.c: (speed_loop):
30118         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30119         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30120         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30121         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30122         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30123         (gst_wavparse_loop):
30124         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30125         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30126         (dxr3audiosink_close):
30127         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30128         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30129         (dxr3videosink_close), (dxr3videosink_write_data):
30130         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30131         * sys/oss/gstosselement.h:
30132         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30133         (gst_osssink_chain):
30134         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30135         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30136         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30137         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30139         (gst_v4l_enable_overlay):
30140         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30141         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30142         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30143         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30144         (gst_v4l_set_audio):
30145         * sys/v4l/v4l_calls.h:
30146         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30147         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30148         (gst_v4lmjpegsink_playback_init),
30149         (gst_v4lmjpegsink_playback_start):
30150         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30151         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30152         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30153         (gst_v4lmjpegsrc_requeue_frame):
30154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30155         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30156         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30159         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30160         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30161         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30162         (gst_v4l2src_capture_stop):
30163         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30164         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30165         (gst_ximagesink_chain):
30166         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30167         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30168         (gst_xvideosink_xwindow_new):
30169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30170         (gst_xvimagesink_chain):
30171         use new error signal, function and categories
30172
30173 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30174
30175         * configure.ac:
30176         * ext/Makefile.am:
30177         * ext/musicbrainz/gsttrm.c:
30178         * ext/musicbrainz/gsttrm.h:
30179         * ext/musicbrainz/Makefile.am:
30180         Add a trm plugin
30181
30182 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30183
30184         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30185         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30186         synchronous property for debugging.
30187         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30189         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30190         smaller block, fixing indent.
30191
30192 2004-01-16  David Schleef  <ds@schleef.org>
30193
30194         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30195         property affects the video stream.
30196         * sys/xvimage/xvimagesink.c:
30197         * sys/xvimage/xvimagesink.h:
30198         Add synchronous property for debugging.  Should probably be
30199         disabled in non-CVS builds.  Make sure that the Xv attribute
30200         exists before we set it (crash!).  Fix a silly float bug that
30201         caused colorbalance to just not work.
30202
30203 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30204
30205         * tools/gst-launch-ext.in - update for new plugins
30206
30207 2004-01-16  David Schleef  <ds@schleef.org>
30208
30209         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30210         already-freed caps.
30211
30212 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30213
30214         * Update spec for new colorspace plugin and libcaca plugin
30215         * Fix compilation of libcaca plugin (clock -> id)
30216
30217 2004-01-16  Julien MOUTTE <julien@moutte.net>
30218
30219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30220         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30221         (gst_xvimagesink_set_xwindow_id),
30222         (gst_xvimagesink_colorbalance_set_value),
30223         (gst_xvimagesink_colorbalance_get_value),
30224         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30225         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30226         correct colorbalance properties. They can now be set when the element
30227         is still in NULL state. The values will be committed to the Xv Port
30228         when xcontext is initialized.
30229         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30230         brightness int values in the GstXvImagesink structure.
30231
30232 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30233
30234         * gst-libs/gst/Makefile.am:
30235           restructure so having local patches works easier.
30236
30237 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30238
30239         * ext/mpeg2enc/Makefile.am:
30240         * ext/mpeg2enc/gstmpeg2enc.cc:
30241         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30242           Bugfix with respect to EOS handling.
30243
30244 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30245
30246         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30247           Link with right caps (else, it segfaults).
30248         * ext/mplex/gstmplexjob.cc:
30249           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30250
30251 2004-01-15  David Schleef  <ds@schleef.org>
30252
30253         * gst-libs/gst/audio/Makefile.am:
30254         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30255         from the template.
30256         * gst-libs/gst/audio/gstaudiofilter.c:
30257         * gst-libs/gst/audio/gstaudiofilter.h:
30258         Add bytes_per_sample and size and n_samples calculation.
30259         * gst-libs/gst/audio/gstaudiofilterexample.c:
30260         Remove, now autogenerated.
30261         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30262         Moved from gstaudiofilterexample, object name changed, code added
30263         so that it actually works.
30264         * gst-libs/gst/audio/make_filter:
30265         Script to build an audiofilter subclass from the template.
30266         * gst/colorspace/Makefile.am:
30267         * gst/colorspace/yuv2yuv.c:
30268         Remove file, since it's GPL, and we don't use it.
30269
30270 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30271
30272         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30274         them use the buffer free function to test how the buffer was allocated.
30275
30276 2004-01-15  David Schleef  <ds@schleef.org>
30277
30278         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30279         that handles osssink fallback.
30280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30281         (gst_audio_convert_getcaps):
30282         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30283         Add audio/x-qdm2 for QDM2 audio.
30284         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30285         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30287         Decrease minimum size to 16x16.
30288         * gst/wavparse/gstwavparse.c:
30289         Convert disabled pad template caps to new caps.
30290         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30292         (gst_xvimagesink_chain): Throw element error when display cannot
30293         be opened.  Increase minimum framerate to 1.0.  Check the data
30294         free function on a buffer to make sure it is the type we expect
30295         before manipulating it.
30296
30297 2004-01-15  Julien MOUTTE <julien@moutte.net>
30298
30299         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30300         (gst_videobalance_colorbalance_set_value): Implement passthru if
30301         settings are in the middle.
30302         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30303
30304 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30305
30306         * gst/videofilter/Makefile.am:
30307         * gst/volume/Makefile.am:
30308           Since we use videofilter symbols, link to it.
30309
30310 2004-01-15  Julien MOUTTE <julien@moutte.net>
30311
30312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30313         mixer interface type to HARDWARE.
30314         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30315         type to SOFTWARE.
30316         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30317         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30318         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30319         (gst_volume_interface_init), (gst_volume_list_tracks),
30320         (gst_volume_set_volume), (gst_volume_get_volume),
30321         (gst_volume_set_mute), (gst_volume_mixer_init),
30322         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30323         (volume_init): Implementing mixer interface.
30324         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30325         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30326         (gst_osselement_change_state): Removing some trailing commas in
30327         structures.
30328         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30329         interface type to HARDWARE.
30330         * sys/v4l/gstv4lcolorbalance.c:
30331         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30332         type to HARDWARE.
30333         * sys/v4l2/gstv4l2colorbalance.c:
30334         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30335         interface type to HARDWARE.
30336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30337         same code than ximagesink for event handling.
30338
30339 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30340
30341         * ext/snapshot/Makefile.am:
30342         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30343         (gst_snapshot_chain):
30344         * ext/snapshot/gstsnapshot.h:
30345           This has to be a joke... Snapshot should be connected to a tee,
30346           colorspace element before it and EOS after that, where the other
30347           src of the tee receives normal data.
30348           The current way is *wrong*.
30349
30350 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30351
30352         * ext/hermes/gsthermescolorspace.c:
30353           Fix another compile error. Same as below.
30354
30355 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30356
30357         * gst/colorspace/gstcolorspace.c:
30358         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30359         (gst_colorspace_i420_to_yv12):
30360           Fix compiling... Didn't test if it actually works.
30361
30362 2004-01-15  David Schleef  <ds@schleef.org>
30363
30364         * configure.ac:
30365         * gst/colorspace/Makefile.am:
30366         * gst/colorspace/gstcolorspace.c:
30367         * gst/colorspace/gstcolorspace.h:
30368         * gst/colorspace/yuv2rgb.c:
30369         * gst/colorspace/yuv2rgb.h:
30370         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30371         code and GPL code.  Fix for new caps negotiation.  Rewrite
30372         much of the format handling code, and some of the conversion
30373         code.  Basically, rewrote almost everything.  This element
30374         handles I420, YV12 to RGB conversions.
30375         * ext/hermes/Makefile.am:
30376         * ext/hermes/gsthermescolorspace.c:
30377         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30378         Remove non-Hermes related code.  This element handles lots of
30379         RGB to RGB conversions, but no YUV.
30380         * ext/hermes/gstcolorspace.c:
30381         * ext/hermes/gstcolorspace.h:
30382         * ext/hermes/rgb2yuv.c:
30383         * ext/hermes/yuv2rgb.c:
30384         * ext/hermes/yuv2rgb.h:
30385         * ext/hermes/yuv2rgb_mmx16.s:
30386         * ext/hermes/yuv2yuv.c:
30387         * ext/hermes/yuv2yuv.h:
30388         Remove old code.
30389
30390 2004-01-14  Colin Walters  <walters@verbum.org>
30391
30392         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30393         they've already been.
30394
30395 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30396
30397         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30398           assume tag mode when pad is not connected
30399
30400 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30401
30402         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30403           Don't update the time of the clock
30404         (gst_alsa_sink_loop):
30405           sync to the clock given to alsasink, not the own clock
30406         * sys/oss/gstosssink.c: (gst_osssink_chain):
30407           sync to the clock
30408         (gst_osssink_change_state):
30409           activate the clock
30410         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30412           remove bogus code that made DISCONT events unhandled
30413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30414           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30415           #131502)
30416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30417         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30418         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30419           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30420           2nd warning in bug #131502)
30421
30422 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30423
30424         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30425         (gst_videobalance_colorbalance_set_value),
30426         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30427         for colorbalance interface implementation.
30428         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30429         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30430         (gst_ximagesink_dispose), (gst_ximagesink_init),
30431         (gst_ximagesink_class_init): Adding DISPLAY property.
30432         * sys/ximage/ximagesink.h: Adding display_name to store display.
30433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30434         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30435         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30436         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30437         properties (they still need polishing though for gst-launch use : no
30438         xcontext yet, i ll do that tomorrow).
30439         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30440
30441 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30442
30443         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30444         (gst_play_set_location), (gst_play_set_visualization): Preparing
30445         switch integration, adding videobalance in the pipeline.
30446
30447 2004-01-14  Julien MOUTTE <julien@moutte.net>
30448
30449         * gst-libs/gst/colorbalance/colorbalance.c:
30450         (gst_color_balance_class_init): Adding a default type.
30451         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30452         the type.
30453         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30454         (gst_videobalance_dispose), (gst_videobalance_class_init),
30455         (gst_videobalance_init), (gst_videobalance_interface_supported),
30456         (gst_videobalance_interface_init),
30457         (gst_videobalance_colorbalance_list_channels),
30458         (gst_videobalance_colorbalance_set_value),
30459         (gst_videobalance_colorbalance_get_value),
30460         (gst_videobalance_colorbalance_init): Implementing colorbalance
30461         interface.
30462         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30463         list.
30464         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30465         bug which was triggering a BadAccess X error when setting an overlay
30466         before pad was really negotiated.
30467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30468         Using the colorbalance type macro.
30469
30470 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30471
30472         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30473         (gst_flacenc_chain):
30474           handle tags correctly
30475         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30476           extract ID3v1 tags correctly
30477
30478 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30481         (plugin_init):
30482           Improve matroska typefinding for odd-typed headers...
30483
30484 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30485
30486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30487           Fix for using incremental number on padnames.
30488
30489 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30490
30491         * ext/divx/gstdivxdec.c:
30492         * ext/divx/gstdivxenc.c:
30493           Set category to divx4linux instead of divx (too generic).
30494         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30495         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30496         (gst_wavparse_loop), (gst_wavparse_change_state):
30497         * gst/wavparse/gstwavparse.h:
30498           fix parsing of WAV files with non-standard fmt-tag size and fix
30499           skipping of unrecognized chunks... Someone please fix this thing
30500           to use rifflib so all this is automated.
30501         * sys/v4l/Makefile.am:
30502         * sys/v4l2/Makefile.am:
30503           Add X_CFLAGS because we depend on X (for overlay).
30504
30505 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30506
30507         * ext/mpeg2dec/gstmpeg2dec.c:
30508           Don't issue a timestamp unless we tagged the frame
30509           with a PTS.
30510
30511 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30512
30513         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30514           Query the audio element to get the time, not the clock. We're
30515           interested in the element's time here.
30516
30517 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30518
30519         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30521         * ext/esd/esdsink.c: (gst_esdsink_chain):
30522         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30523         * ext/mas/massink.c: (gst_massink_chain):
30524         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30526         (gst_matroska_demux_parse_metadata):
30527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30528         (gst_mpeg_parse_release_locks):
30529         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30530         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30532         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30533         (gst_osssink_change_state):
30534         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30535         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30536         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30537         (gst_xvideosink_release_locks):
30538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30539           use element time.
30540         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30541         (gst_alsa_clock_stop):
30542         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30543         (gst_audio_clock_get_internal_time):
30544           simplify for use with new clocking code.
30545         * testsuite/alsa/Makefile.am:
30546         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30547           fix testsuite for new caps system
30548
30549 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30550
30551         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30552         * ext/flac/gstflacenc.c: (add_one_tag):
30553           length is already host endian, no need to convert. Fixes playback of
30554           tagged files on PPC. (bug #128384)
30555
30556 2004-01-13  Julien MOUTTE <julien@moutte.net>
30557
30558         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30559         colorbalance interface stating if it is hardware based or software
30560         based.
30561         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30562         Removing a trailing comma.
30563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30564         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30565         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30566         the documentation seems to be wrong on the -1000 to 1000 interval.
30567
30568 2004-01-12  David Schleef  <ds@schleef.org>
30569
30570         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30571         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30572         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30573         Fix negotiation.  Add a bufferalloc function for the sink pad,
30574         and generally clean up some of the code.
30575
30576 2004-01-12  Julien MOUTTE <julien@moutte.net>
30577
30578         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30579         (gst_color_balance_channel_dispose): Adding safety check in dispose
30580         method.
30581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30582         (gst_xvimagesink_xcontext_clear),
30583         (gst_xvimagesink_interface_supported),
30584         (gst_xvimagesink_colorbalance_list_channels),
30585         (gst_xvimagesink_colorbalance_set_value),
30586         (gst_xvimagesink_colorbalance_get_value),
30587         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30588         Adding colorbalance interface support to set XV parameters such as
30589         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30590         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30591         interface.
30592
30593 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30594
30595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30596         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30597         (gst_audio_convert_init), (gst_audio_convert_set_property),
30598         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30599         (gst_audio_convert_link),
30600         (gst_audio_convert_buffer_to_default_format),
30601         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30602           - implement _getcaps and use it
30603           - improve linking
30604           - remove float caps since no float conversion is actually done
30605           - remove properties and arguments that were to be used for rate
30606             conversion
30607
30608 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30609
30610         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30611         (gst_audio_structure_set_int):
30612         * gst-libs/gst/audio/audio.h:
30613           add helper functions for _getcaps matching the standard audio
30614           templates
30615
30616 2004-01-12  David Schleef  <ds@schleef.org>
30617
30618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30619         Test that pad is negotiated before getting its caps.
30620
30621 2004-01-12  Julien MOUTTE <julien@moutte.net>
30622
30623         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30624         analyzing the pads of an element the bin is mostly in READY state so
30625         no caps were negotiated. This helper function needs to work with
30626         _get_caps directly then. I was not freeing them though, added that to
30627         fix the mem leak.
30628
30629 2004-01-12  Julien MOUTTE <julien@moutte.net>
30630
30631         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30633         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30634         than the free_func.
30635
30636 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30637
30638         * sys/oss/gstossaudio.c: (plugin_init):
30639         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30640         * sys/oss/gstosselement.h:
30641           make an oss debugging category
30642           make failure more descriptive
30643
30644 2004-01-11  David Schleef  <ds@schleef.org>
30645
30646         * ext/ffmpeg/gstffmpeg.c:
30647         * ext/ffmpeg/gstffmpegcodecmap.c:
30648         * ext/ffmpeg/gstffmpegdec.c:
30649         * ext/ffmpeg/gstffmpegenc.c:
30650         * ext/ffmpeg/gstffmpegprotocol.c:
30651         * ext/gdk_pixbuf/gstgdkanimation.c:
30652         * ext/jpeg/gstjpeg.c:
30653         * ext/libpng/gstpng.c:
30654         * ext/mpeg2dec/perftest.c:
30655         * ext/speex/gstspeex.c:
30656         * gst-libs/gst/resample/dtos.c:
30657         * gst/intfloat/gstintfloatconvert.c:
30658         * gst/oneton/gstoneton.c:
30659         * gst/rtjpeg/RTjpeg.c:
30660         * gst/rtp/gstrtp.c:
30661         * sys/dxr3/dxr3init.c:
30662         * sys/glsink/gstgl_nvimage.c:
30663         * sys/glsink/gstgl_pdrimage.c:
30664         * sys/glsink/gstglsink.c:
30665         * testsuite/gst-lint:
30666         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30667
30668 2004-01-11  David Schleef  <ds@schleef.org>
30669
30670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30671         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30672         * ext/gdk_pixbuf/gstgdkanimation.c:
30673         (gst_gdk_animation_iter_create_pixbuf):
30674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30675         (gst_gdk_pixbuf_chain):
30676         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30677         * ext/jack/gstjack.c: (gst_jack_change_state):
30678         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30679         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30680         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30681         * gst/videofilter/gstvideofilter.c:
30682         (gst_videofilter_set_output_size):
30683         Remove all usage of gst_pad_get_caps(), and replace it with
30684         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30685
30686 2004-01-11  David Schleef  <ds@schleef.org>
30687
30688         * configure.ac:
30689         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30690         * ext/divx/gstdivxdec.c:
30691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30692         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30693         handle images that span multiple buffers.  Now work with both
30694         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30695         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30696         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30697         video/video.h changes
30698         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30700         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30701         of GstData free function.
30702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30703         same.
30704
30705 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30706
30707         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30708         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30709         (gst_v4l2element_get_property):
30710         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30711           add norm, channel and frequency properties.
30712         * sys/v4l2/gstv4l2tuner.c:
30713           fixes for tuner interface changes
30714         * sys/v4l2/gstv4l2element.h:
30715         * sys/v4l2/gstv4l2src.c:
30716         * sys/v4l2/gstv4l2src.h:
30717         * sys/v4l2/v4l2src_calls.c:
30718         * sys/v4l2/v4l2src_calls.h:
30719           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30720
30721 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30722
30723         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30724         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30725         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30726         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30727         * gst-libs/gst/tuner/tuner.h:
30728           GObjects aren't const.
30729           Add find_by_name functions.
30730           Add checks to _changed functions.
30731         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30732         (gst_v4l_tuner_get_norm):
30733           Fixes for above.
30734
30735 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30736
30737         * gst-libs/gst/video/video.h:
30738           Fix caps template names to be understandable.
30739           Prefix everything with GST_VIDEO.
30740         * ext/aalib/gstaasink.c:
30741         * ext/divx/gstdivxdec.c:
30742         * ext/divx/gstdivxenc.c:
30743         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30744         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30745         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30746         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30747         * ext/libcaca/gstcacasink.c:
30748         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30749         * ext/snapshot/gstsnapshot.c:
30750         * ext/swfdec/gstswfdec.c:
30751         * ext/xvid/gstxviddec.c:
30752         * ext/xvid/gstxvidenc.c:
30753         * gst/chart/gstchart.c:
30754         * gst/deinterlace/gstdeinterlace.c:
30755         * gst/effectv/gsteffectv.c:
30756         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30757         * gst/goom/gstgoom.c:
30758         * gst/median/gstmedian.c:
30759         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30760         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30761         * gst/overlay/gstoverlay.c:
30762         * gst/smooth/gstsmooth.c:
30763         * gst/smpte/gstsmpte.c:
30764         * gst/synaesthesia/gstsynaesthesia.c:
30765         * gst/videocrop/gstvideocrop.c:
30766         * gst/videodrop/gstvideodrop.c:
30767         * gst/y4m/gsty4mencode.c:
30768         * sys/qcam/gstqcamsrc.c:
30769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30770           Make them work with new video.h file.
30771         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30772         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30774         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30775           Make it work with new buffer allocation system.
30776
30777 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30778
30779         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30780         pad_alloc_buffer implementation to use ->srcpad
30781         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30782         pad_alloc_buffer implementation to use ->srcpad
30783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30784         pad_alloc_buffer implementation to use ->srcpad
30785         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30786         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30787         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30788         a reference to everything we need.
30789         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30791         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30792         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30793         a reference to everything we need.
30794         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30795
30796 2004-01-11  David Schleef  <ds@schleef.org>
30797
30798         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30799         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30800         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30801         structure members.
30802         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30803         value during a resize/renegotiation.
30804         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30805         gst_pad_alloc_buffer();
30806         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30807         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30808         structure members.
30809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30810         Fix for rename of buffer private structure members.
30811         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30812         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30813         Fix for rename of buffer private structure members.
30814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30815         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30816         Fix for rename of buffer private structure members.
30817
30818 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30819
30820         reviewed by: David Schleef <ds@schleef.org>
30821
30822         * gst/videofilter/Makefile.am:
30823         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30824         from the patch by ds to fit in with recent make_filter changes.
30825
30826 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30827
30828         * configure.ac: Adding examples/switch/Makefile
30829         * examples/Makefile.am: Adding examples/switch
30830         * examples/switch/Makefile.am: Adding switcher example.
30831         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30832         (switch_timer), (main): Adding an example demonstrating switch usage
30833         with 2 videotestsrc showing different patterns.
30834         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30835         (gst_switch_init): Fixing switch with the new caps system.
30836
30837 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30838
30839         * gst-libs/gst/video/video.h:
30840           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30841           They should probably be like
30842           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30843
30844 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30845
30846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30847         (qtdemux_parse_trak):
30848           fix audio chunk size/timestamp calculation
30849
30850 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30851
30852         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30853           fix SVQ3 caps
30854
30855 2004-01-11  Steve Baker  <steve@stevebaker.org>
30856
30857         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30858         (gst_agingtv_base_init), (gst_agingtv_class_init),
30859         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30860         (gst_agingtv_set_property), (gst_agingtv_get_property):
30861         Port agingTV to videofilter
30862
30863 2004-01-09  Julien MOUTTE <julien@moutte.net>
30864
30865         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30866         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30867
30868 2004-01-09  Julien MOUTTE <julien@moutte.net>
30869
30870         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30871         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30872         * gst-libs/gst/xoverlay/xoverlay.c:
30873         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30875         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30876         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30877         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30878         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30879         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30880         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30881         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30882         interface implementation to handle xid being 0 and fix some bugs
30883         triggered by Benjamin's testcase.
30884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30885         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30886         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30887         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30888         interface implementation to handle xid being 0 and fix some bugs
30889         triggered by Benjamin's testcase.
30890
30891 2004-01-09  David Schleef  <ds@schleef.org>
30892
30893         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30894         mouse pointer events.  It works.
30895
30896 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30897
30898         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30899           Use explicit caps - fix capsnego.
30900         * ext/xvid/gstxviddec.c:
30901         * ext/xvid/gstxvidenc.c:
30902           Remove macro-inside-macro which caused compile errors.
30903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30904           Error out if it's not a RIFF file. Else we error out without
30905           gst_element_error() which is not good...
30906
30907 2004-01-08  David Schleef  <ds@schleef.org>
30908
30909         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30910         Fix pad_link function to handle formats that ffmpeg returns
30911         as multiple caps structures.
30912         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30913         Only complain if source buffer is _smaller_ than expected.
30914         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30915         (gst_videoscale_handle_src_event): Resize navigation events
30916         when passing them upstream.
30917         * gst/videotestsrc/gstvideotestsrc.c:
30918         * gst/videotestsrc/gstvideotestsrc.h:
30919         * gst/videotestsrc/videotestsrc.c:
30920         * gst/videotestsrc/videotestsrc.h:
30921         Rewrite many of the buffer painting functions to handle odd
30922         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30923         been verified to work with my video card.
30924         * testsuite/gst-lint:  Add check for elements calling
30925         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30926
30927 2004-01-08  David Schleef  <ds@schleef.org>
30928
30929         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30930         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30931
30932 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30933
30934         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30935         configure event is not emiting the desired size signal. That fixes
30936         aspect ratio issues with gst-player.
30937
30938 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30939
30940         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30941           Fix capsnego.
30942
30943 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30944
30945         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30946         public method to fire size signal.
30947
30948 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30949
30950         * examples/gstplay/Makefile.am: Adding the interface library.
30951         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30952         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30953         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30954         GST_IS_X_OVERLAY before signal connect.
30955         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30956         Removing the have_video_size signal.
30957         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30958         and associated public method.
30959         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30960         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30961         signal.
30962         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30963         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30964         signal.
30965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30966         Using XOverlay public method to fire size signal.
30967
30968 2004-01-07  David Schleef  <ds@schleef.org>
30969
30970         * gst/videofilter/Makefile.am:
30971         * gst/videofilter/gstvideotemplate.c:
30972         * gst/videofilter/make_filter:
30973         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30974         Convert make_filter to /bin/sh script.
30975
30976 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30977
30978         * gst/modplug/gstmodplug.cc: fix element description
30979
30980 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30981
30982         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30983         (got_video_size): Adding some new lines in g_print calls.
30984         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30985         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30986         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30987         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30988         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30989         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30990         Complete code review, reverting some stuff i disagree with, adding
30991         some fixes : time synchronization on invalid timestamps, renegotiation
30992         of private window.
30993         * sys/ximage/ximagesink.h:
30994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30995         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30996         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30997         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30998         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30999         (gst_xvimagesink_buffer_new),
31000         (gst_xvimagesink_navigation_send_event),
31001         (gst_xvimagesink_set_xwindow_id),
31002         (gst_xvimagesink_get_desired_size),
31003         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31004         stuff i disagree with, adding some fixes : Renegotiation of private
31005         window, implementing get_desired_size.
31006
31007 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31010         (gst_afsink_handle_event):
31011         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31012         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31013         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31014         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31015         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31016           Fix for instantiate-test (see core). Also remove dead code from
31017           jpegenc (which still needs fixing, but that's lower on my TODO
31018           list...).
31019         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31020           Never return NULL as caps.
31021
31022 2004-01-07  David Schleef  <ds@schleef.org>
31023
31024         * configure.ac:
31025         * ext/Makefile.am:
31026         * ext/librfb/Makefile.am:
31027         * ext/librfb/gstrfbsrc.c:
31028         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31029         is the protocol used by VNC.
31030
31031 2004-01-07  David Schleef  <ds@schleef.org>
31032
31033         * gst/videofilter/gstvideotemplate.c:
31034         * gst/videofilter/gstvideotemplate.h:
31035         * gst/videofilter/make_filter:
31036         Merge videotemplate header into source file.
31037         * gst/effectv/Makefile.am:
31038         * gst/effectv/gsteffectv.c: (plugin_init):
31039         * gst/effectv/gstwarp.c:
31040         Make warpTV a subclass of videofilter.
31041
31042 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31043
31044         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31045           Add guard against invalid utf-8 conversions in mad. Just in case.
31046
31047 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31048
31049         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31050           Fix for bug shown by poisoning
31051
31052 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31055         (gst_v4lmjpegsrc_buffer_free):
31056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31057         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31058         (gst_v4lsrc_buffer_free):
31059           Fix for removed bufferpools.
31060
31061 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31062
31063         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31064         Fix caps negotiation.
31065
31066         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31067         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31068         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31069         (dvdnavsrc_event):
31070         * ext/mpeg2dec/gstmpeg2dec.c:
31071         * gst-libs/gst/navigation/navigation.c:
31072         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31073         * gst-libs/gst/navigation/navigation.h:
31074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31075         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31077         Super-simple first version of mouse and keyboard events. Clicking
31078         on a DVD menu now works, although it may not take you where you
31079         expected.
31080
31081         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31082         * gst/videotestsrc/gstvideotestsrc.c:
31083         (gst_videotestsrc_src_fixate):
31084         These fixate functions were broken - they never actually
31085         fixated :)
31086
31087 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31088
31089         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31090         (gst_icecastsend_init):
31091           fix for new caps system.
31092         * gst-libs/gst/mixer/mixertrack.h:
31093         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31094           Add 'master track' flag (for tools like ACME that only want to
31095           change the main volume).
31096
31097 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31098
31099         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31100         (gst_xvid_csp_to_caps):
31101         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31102         * ext/xvid/gstxvidenc.c:
31103         ifdef out ARGB type when it isn't available
31104         in xvidcore 1.0.0beta2
31105
31106 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31107
31108         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31109           When we have received a new SCR right in the first buffer after
31110           a seek (so in the same cycle that handles the discont), we should
31111           handle the buffer instead of unreffing it, else we lose data.
31112
31113 2004-01-06  Iain <iain@prettypeople.org>
31114
31115         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31116           buffer-frames caps too.
31117
31118         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31119           caps that we need, don't destroy them all and rebuild them. And when
31120           creating src pads, use the src pad template rather than the sink...
31121
31122 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31123
31124         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31125           Add pad to element *after* setting functions such as event handler.
31126           Without this, the scheduler (opt) will link pads, set the event
31127           handler from the default event function (dispatcher in gstpad.c)
31128           and *after* that, we will set our own event function, which will
31129           thus never be used (and thus mpegdemux doesn't handle events).
31130
31131 2004-01-04  David Schleef  <ds@schleef.org>
31132
31133         Fix the fixate functions to handle new prototype:
31134         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31135         * gst/videotestsrc/gstvideotestsrc.c:
31136         (gst_videotestsrc_src_fixate):
31137         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31138         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31140
31141 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31142
31143         * sys/ximage/ximagesink.h:
31144         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31145         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31146         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31147         (gst_ximagesink_xoverlay_init):
31148           assorted fixes to make (re)embedding work
31149         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31150         (gst_ximagesink_get_desired_size):
31151           implement desired size additions to XOverlay
31152
31153 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31154
31155         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31156         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31157         (gst_x_overlay_got_desired_size):
31158         * gst-libs/gst/xoverlay/xoverlay.h:
31159           Add optional "desired size" signal and querying.
31160
31161 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31162
31163         * gst/matroska/matroska-demux.c:
31164         (gst_matroska_demux_parse_blockgroup):
31165           Fix EBML-laced block parsing. Diffs are relative to previous
31166           lace, not the first lace. Thanks to Mosu from the Matroska
31167           team for detecting this.
31168         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31169         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31170         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31171         (gst_wavparse_change_state):
31172         * gst/wavparse/gstwavparse.h:
31173           Quickfix for capsnego.
31174
31175 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31176
31177         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31178           Fix indenting, fix pad creation.
31179
31180 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31181
31182         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31183         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31184         (gst_xviddec_sink_link):
31185           Implement src_getcaps() so proper size caps is negotiated.
31186
31187 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31188
31189         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31190           Finish flac decoder on EOS. See #116178.
31191
31192 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31193
31194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31195         (gst_matroska_demux_add_stream):
31196         * gst/matroska/matroska-ids.h:
31197           Add getcaps() function to fix capsnego...
31198
31199 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31200
31201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31202         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31203         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31204           Fix more integer overflows. Again, see #126967.
31205
31206 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31207
31208         * ext/mpeg2dec/gstmpeg2dec.c:
31209           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31210           #130416.
31211
31212 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31213
31214         * configure.ac:
31215         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31216         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31217         * ext/xvid/gstxvid.h:
31218         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31219         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31220         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31221         (gst_xviddec_change_state):
31222         * ext/xvid/gstxviddec.h:
31223         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31224         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31225         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31226         (gst_xvidenc_link), (gst_xvidenc_set_property),
31227         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31228         * ext/xvid/gstxvidenc.h:
31229           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31230
31231 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31232
31233         * gst/rtp/rtp-packet.c:
31234           Add sys/types.h include, since OS X doesn't define in_addr_t
31235           in netinet/in.h, like it does on Linux (see #129600).
31236
31237 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31238
31239         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31242           Correct logic of dispose function (see #129306).
31243
31244 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31245
31246         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31247         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31248         (gst_mpeg_parse_init):
31249         * gst/mpegstream/gstmpegparse.h:
31250           Remove clock (which was never provided, i.e. dead code), and
31251           also fix integer overflows at high PTS values (see #126967).
31252
31253 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31254
31255         * ext/flac/gstflacdec.c:
31256         * ext/libpng/gstpngenc.h:
31257         * ext/mikmod/gstmikmod.h:
31258           OS X fixes (see #126628).
31259
31260 2004-01-02  David Schleef  <ds@schleef.org>
31261
31262         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31263         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31264         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31265         (gst_mpeg_parse_class_init): Move pad template registration
31266         to class_init, since the derived class (mpegdemux) doesn't
31267         want them.
31268
31269 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31270
31271         * sys/ximage/Makefile.am:
31272         * sys/xvideo/Makefile.am:
31273         * sys/xvimage/Makefile.am:
31274           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31275           after installation (see #127664).
31276
31277 2004-01-02  David Schleef  <ds@schleef.org>
31278
31279         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31280         (gst_ffmpegenc_connect):  Negotiation fixes.
31281         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31282         Remove inappropriate gst_caps_free().
31283         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31284         Reenable Ronald's internal resize code, since the core handles
31285         it correctly now.
31286
31287 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31288
31289         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31292           Fix pad template stuff.
31293
31294 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31295
31296         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31297         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31298           fix signed integer reading/writing.
31299
31300 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31301
31302         * ext/alsa/README:
31303           Remove outdated document
31304
31305 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31306
31307         * gst/cutter/gstcutter.c: (gst_cutter_init):
31308           src pad was being created twice - oops.
31309
31310 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31311
31312         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31313           Comment out internal resize. It doesn't handle the resulting
31314           XEvent internally, does another try_set_caps() which leads to
31315           a really nice loop.
31316           Real fix will come when Julien and Dave are awake. ;).
31317
31318 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31319
31320         * ext/mpeg2enc/gstmpeg2enc.cc:
31321           fix const/nonconst compile issue.
31322
31323 2004-01-02  David Schleef  <ds@schleef.org>
31324
31325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31326         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31327         Add fixate function and a check for bad formats.
31328
31329 2004-01-01  David Schleef  <ds@schleef.org>
31330
31331         Negotiation fixes:
31332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31333         (gst_audiofilter_init):
31334         * gst/debug/efence.c: (gst_efence_init):
31335         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31336         (gst_deinterlace_init):
31337         * gst/volume/gstvolume.c: (volume_connect):
31338
31339 2004-01-01  David Schleef  <ds@schleef.org>
31340
31341         Convert elements to use gst_pad_use_explicit_caps() where
31342         appropriate:
31343         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31344         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31345         (gst_afparse_open_file):
31346         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31347         (gst_afsrc_open_file):
31348         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31349         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31350         (gst_ffmpegdec_chain):
31351         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31352         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31353         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31354         (gst_gdk_pixbuf_chain):
31355         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31356         (gst_jpegdec_chain):
31357         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31358         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31359         (gst_mikmod_negotiate):
31360         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31361         (gst_mpeg2dec_negotiate_format):
31362         * ext/mpeg2enc/gstmpeg2enc.cc:
31363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31364         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31365         (gst_speexdec_sinkconnect):
31366         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31367         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31368         (gst_vorbisfile_new_link):
31369         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31370         (gst_ac3parse_chain):
31371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31372         (gst_asf_demux_setup_pad):
31373         * gst/auparse/gstauparse.c: (gst_auparse_init),
31374         (gst_auparse_chain):
31375         * gst/id3/gstid3types.c: (gst_id3types_loop):
31376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31377         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31378         (mp1videoparse_parse_seq):
31379         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31380         (bpf_from_header):
31381         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31382         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31384         (gst_mpeg_parse_send_data):
31385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31386         (gst_qtdemux_add_stream):
31387         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31388         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31389         (gst_wavparse_parse_fmt):
31390
31391 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31392
31393         * configure.ac:
31394           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31395           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31396           it therefore uses the wrong include paths. Too bad... Note
31397           that 1.6.1.93 is not release yet. ;).
31398           Also add a check for mplex, which is now using the lib'ified
31399           mplex from mjpegtools, too.
31400         * ext/ffmpeg/gstffmpegcodecmap.c:
31401           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31402           issues. I don't think ffmpeg handles 3ivx correctly, so this
31403           probably won't work. But it won't hurt either.
31404         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31405         (gst_ffmpegdec_chain):
31406         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31407         (gst_ffmpegenc_chain_audio):
31408           Fix memleak in audio encoding. Close codec if open fails, this
31409           calls the cleanup routines so we can re-use the context.
31410         * ext/mpeg2enc/gstmpeg2enc.cc:
31411           Fix pad template names/types, fix memory issue with getcaps().
31412         * ext/mpeg2enc/gstmpeg2encoder.cc:
31413         * ext/mpeg2enc/gstmpeg2encoder.hh:
31414           Fix compile issue with new caps system (const thingy).
31415         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31416         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31417           We read a first frame right on initing, so that we have a caps
31418           when we init the output. This caps is cached in padprivate and
31419           read as first frame.
31420         * ext/mplex/Makefile.am:
31421         * ext/mplex/gstmplex.cc:
31422         * ext/mplex/gstmplex.h:
31423         * ext/mplex/gstmplex.hh:
31424         * ext/mplex/gstmplexibitstream.cc:
31425         * ext/mplex/gstmplexibitstream.hh:
31426         * ext/mplex/gstmplexjob.cc:
31427         * ext/mplex/gstmplexjob.hh:
31428         * ext/mplex/gstmplexoutputstream.cc:
31429         * ext/mplex/gstmplexoutputstream.hh:
31430           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31431           had issues, didn't do capsnego, supported only a subset of the
31432           mplex features and required a mplex fork in our local CVS. Plus
31433           that it worked agaist a very old mplex version. Rewriting was
31434           faster than updating it.
31435         * gst-libs/ext/Makefile.am:
31436         * gst-libs/ext/mplex/INSTRUCT:
31437         * gst-libs/ext/mplex/Makefile.am:
31438         * gst-libs/ext/mplex/README:
31439         * gst-libs/ext/mplex/TODO:
31440         * gst-libs/ext/mplex/ac3strm_in.cc:
31441         * gst-libs/ext/mplex/audiostrm.hh:
31442         * gst-libs/ext/mplex/audiostrm_out.cc:
31443         * gst-libs/ext/mplex/aunit.hh:
31444         * gst-libs/ext/mplex/bits.cc:
31445         * gst-libs/ext/mplex/bits.hh:
31446         * gst-libs/ext/mplex/buffer.cc:
31447         * gst-libs/ext/mplex/buffer.hh:
31448         * gst-libs/ext/mplex/fastintfns.h:
31449         * gst-libs/ext/mplex/format_codes.h:
31450         * gst-libs/ext/mplex/inputstrm.cc:
31451         * gst-libs/ext/mplex/inputstrm.hh:
31452         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31453         * gst-libs/ext/mplex/mjpeg_logging.cc:
31454         * gst-libs/ext/mplex/mjpeg_logging.h:
31455         * gst-libs/ext/mplex/mjpeg_types.h:
31456         * gst-libs/ext/mplex/mpastrm_in.cc:
31457         * gst-libs/ext/mplex/mpegconsts.cc:
31458         * gst-libs/ext/mplex/mpegconsts.h:
31459         * gst-libs/ext/mplex/mplexconsts.hh:
31460         * gst-libs/ext/mplex/multplex.cc:
31461         * gst-libs/ext/mplex/outputstream.hh:
31462         * gst-libs/ext/mplex/padstrm.cc:
31463         * gst-libs/ext/mplex/padstrm.hh:
31464         * gst-libs/ext/mplex/stillsstream.cc:
31465         * gst-libs/ext/mplex/stillsstream.hh:
31466         * gst-libs/ext/mplex/systems.cc:
31467         * gst-libs/ext/mplex/systems.hh:
31468         * gst-libs/ext/mplex/vector.cc:
31469         * gst-libs/ext/mplex/vector.hh:
31470         * gst-libs/ext/mplex/videostrm.hh:
31471         * gst-libs/ext/mplex/videostrm_in.cc:
31472         * gst-libs/ext/mplex/videostrm_out.cc:
31473         * gst-libs/ext/mplex/yuv4mpeg.cc:
31474         * gst-libs/ext/mplex/yuv4mpeg.h:
31475         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31476         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31477           We don't fork mjpegtools' mplex in our CVS anymore.
31478         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31479         (gst_avi_demux_add_stream):
31480         * gst/avi/gstavidemux.h:
31481           Add getcaps() function for proper caps nego. This makes some
31482           parts of AVI playback/reading work.
31483         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31484           Resize window on new capsnego. This is probably wrong, but
31485           I'm still committing it because with current capsnego, the
31486           first successfull capsnego is auto-fixated, therefore rounded
31487           down to the lowest values in the caps. this results in a 16x16
31488           XWindow that is not reized when real capsnego finishes.
31489           Dave, I see more cases of this, do you know a proper solution?
31490         * tools/gst-launch-ext.in:
31491           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31492
31493 2003-12-31  David Schleef  <ds@schleef.org>
31494
31495         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31496         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31497           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31498
31499 2003-12-30  David Schleef  <ds@schleef.org>
31500
31501         * ext/ffmpeg/gstffmpegcolorspace.c:
31502         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31503         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31504         (gst_ffmpegcsp_chain): Negotiation fixes
31505         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31507         (gst_audio_convert_link), (gst_audio_convert_channels):
31508         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31509         (gst_audioscale_link), (gst_audioscale_get_buffer),
31510         (gst_audioscale_chain): Negotiation fixes
31511         * gst/audioscale/gstaudioscale.h:
31512         * gst/videofilter/gstvideofilter.c:
31513         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31514         (gst_videofilter_link), (gst_videofilter_init),
31515         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31516         (gst_videofilter_find_format_by_structure):
31517         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31518         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31519         (gst_videoscale_link):
31520         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31521         (videoscale_find_by_structure), (gst_videoscale_setup):
31522         * gst/videoscale/videoscale.h: Negotiation fixes
31523         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31524         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31525         function, restrict resizing to a multiple of 4 (hack until
31526         everyone supports odd sizes correctly).
31527
31528 2003-12-29  Colin Walters  <walters@verbum.org>
31529
31530         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31531         signed.
31532
31533 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31534
31535         * ext/sndfile/gstsf.c: (gst_sf_loop):
31536           Fix warning about discarding const qualifier
31537
31538 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31539
31540         * gst/cutter/gstcutter.c:
31541         * gst/videoscale/gstvideoscale.c:
31542         * gst/volenv/gstvolenv.c:
31543         * gst-libs/gst/audio/audio.c:
31544         * gst-libs/gst/video/video.c:
31545           Fix warnings
31546
31547 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31548
31549         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31550           Don't send ALSA debugging to stderr.
31551         * ext/alsa/gstalsa.h:
31552           Use GST_WARNING instead of g_warning when ALSA functions fail.
31553
31554 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31555
31556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31557           Free XVAdapterInfo correctly.
31558
31559 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31560
31561         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31562         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31563           Make id3tag use correct caps nego.
31564
31565 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31566
31567         * ext/ivorbis/vorbis.c:
31568         * ext/ivorbis/vorbisenc.h:
31569         * ext/ivorbis/vorbisfile.c:
31570           Modify so that it uses the new caps things
31571
31572 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31573
31574         * testsuite/spider/spider1.c: (main):
31575         * testsuite/spider/spider2.c: (main):
31576         * testsuite/spider/spider3.c: (main):
31577           Make tests compile again. They probably don't work.
31578
31579 2003-12-24  Colin Walters  <walters@verbum.org>
31580
31581         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31582         we can't fixate the caps anymore.
31583
31584 2003-12-23  David Schleef  <ds@schleef.org>
31585
31586         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31587         * sys/oss/gstosssink.c: (gst_osssink_init),
31588         (gst_osssink_sink_fixate): Add fixate function.
31589
31590 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31591
31592         * ext/ffmpeg/gstffmpegcodecmap.c:
31593         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31594         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31595         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31596         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31597         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31598         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31599         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31600           fix typo in RGB masks, and move back to "old" colorspace
31601           capsnego code until whoever wrote this new crap has actually
31602           tested it so that it works.
31603           And yes, this works, keep it that way please.
31604
31605 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31606
31607         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31608         (gst_divxdec_init), (gst_divxdec_negotiate):
31609         * ext/divx/gstdivxdec.h:
31610         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31611         (gst_divxenc_init):
31612         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31613         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31614         * ext/mpeg2enc/gstmpeg2enc.cc:
31615         * ext/mpeg2enc/gstmpeg2encoder.cc:
31616         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31617         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31618         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31619         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31620         (dxr3spusink_init):
31621         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31622         (dxr3videosink_init):
31623           Fix caps breakage after Dave's caps branch merge.
31624
31625 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31626
31627         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31628           Fix for 24bpp display.
31629
31630 2003-12-23  Colin Walters  <walters@verbum.org>
31631
31632         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31633         a GnomeVFSHandle directly.
31634
31635 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31636
31637         * gst/volume/Makefile.am:
31638         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31639         (volume_base_init), (volume_init):
31640           Reenable volume element and fix to work with new caps stuff.
31641           Rhythmbox needs this.
31642
31643 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31644
31645         * gst/qtdemux/qtdemux.c: (plugin_init):
31646           qtdemux requires bytestream
31647
31648 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31649
31650         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31651           Fix remaining caps handling errors due to CAPS merge.
31652
31653 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31654
31655         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31656         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31657         (gst_faad_srcconnect):
31658           Port to new caps system.
31659
31660 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31661
31662         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31663         (got_video_size), (main): using g_print instead of g_message.
31664         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31665         signal which was not emitted because of "switch" element added to the
31666         bin but not connected. (Removing from the bin temporarily)
31667
31668 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31669
31670         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31671         find X development files. I don't understand the previous tests and
31672         they fail on my debian/ppc unstable. This one works.
31673         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31674         exiting.
31675         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31676         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31677         (gst_play_set_visualization): Add some safety checks in set_ methods
31678         and state_change. This was throwing some ugly CRITICAL messages when
31679         pipeline was getting disposed and casts were failing.
31680
31681 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31682
31683         * configure.ac:
31684           Improve mpeg2enc detection. This is for distributions that do
31685           ship mjpegtools, but without mpeg2enc. Also does object check
31686           for might there ever be ABI incompatibility.
31687         * ext/mpeg2enc/gstmpeg2enc.cc:
31688           Add Andrew as second maintainer (he's helping me), and also add
31689           an error if no caps was set. This happens if I pull before capsnego
31690           and that's something I should solve sometime else.
31691         * gst/matroska/matroska-demux.c:
31692         (gst_matroska_demux_parse_blockgroup):
31693           Fix time parsing.
31694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31695         (gst_matroska_mux_track_header):
31696           Add caps to templates.
31697         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31698           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31699         * gst/mpegstream/gstmpegdemux.c:
31700           Remove layer since it causes warnings about unfixed caps.
31701         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31702           Fix obvious typo (we error out if caps were set, we should of
31703           course error out if *no* caps were set).
31704         * sys/oss/gstosselement.c: (gst_osselement_convert):
31705           Fix format conversion, we confused bits/bytes.
31706         * sys/oss/gstosselement.h:
31707           Improve documentation for 'bps'.
31708         * sys/v4l/TODO:
31709           Remove stuff about plugins that need removing - this was done
31710           ages ago.
31711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31712         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31714         (gst_v4lsrc_src_query):
31715         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31716         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31717           Add get_query_types(), get_formats() and query() functions.
31718
31719 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31720
31721         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31722           * moved CVS to freedesktop.org