REQUIREMENTS: Update this file, change the formatting to make it more consistent...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-17  David Schleef  <ds@schleef.org>
2
3         * REQUIREMENTS:  Update this file, change the formatting to make
4         it more consistent, plus more machine readable.
5
6 2007-03-16  Michael Smith  <msmith@fluendo.com>
7
8         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9         (strip_width_64), (append_with_other_format):
10           Previous fix was too simplistic, and broke the tests. Use a better
11           approach; only strip 64 from widths for integer audio.
12
13 2007-03-16  Michael Smith  <msmith@fluendo.com>
14
15         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
16         (gst_audio_convert_transform_caps):
17           We don't support 64 bit integer audio, so don't try to claim we can.
18           Stops us producing caps don't match our template caps.
19           Update comments.
20
21 2007-03-15  Michael Smith  <msmith@fluendo.com>
22
23         * gst/audioresample/gstaudioresample.c:
24         (audioresample_check_discont), (audioresample_transform):
25           Don't trigger discontinuities for very small imperfections; a filter
26           flush will sound bad, and many plugins have rounding errors leading
27           to these.
28
29 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
30
31         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
32         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
33         Add min-ptime property to RTP base audio payloader. Patch by
34         olivier.crete@collabora.co.uk.
35         Fixes #415001
36
37         Indentation/whitespace/documentation fixes.
38
39 2007-03-14  Julien MOUTTE  <julien@moutte.net>
40
41         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
42         (audioresample_transform_size), (audioresample_do_output),
43         (audioresample_transform), (audioresample_pushthrough): Handle
44         discontinuous streams.
45         * gst/audioresample/gstaudioresample.h:
46         * tests/check/elements/audioresample.c:
47         (test_discont_stream_instance), (GST_START_TEST),
48         (audioresample_suite): Add a test for discontinuous streams.
49         * win32/common/config.h: Updated.
50
51 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
52
53         * po/af.po:
54         * po/az.po:
55         * po/cs.po:
56         * po/en_GB.po:
57         * po/it.po:
58         * po/nb.po:
59         * po/nl.po:
60         * po/or.po:
61         * po/sq.po:
62         * po/sr.po:
63         * po/sv.po:
64         * po/uk.po:
65         * po/vi.po:
66           Update translations from translation project.
67
68 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
69
70         * gst/audioresample/debug.h:
71         * gst/audioresample/resample.c: (resample_init):
72           Since I really am not interested in a debug line for each sample
73           being processed, move the library's debugging to its own category,
74           libaudioresample
75
76 2007-03-13  Michael Smith  <msmith@fluendo.com>
77
78         * ext/theora/theoradec.c: (theora_handle_type_packet):
79           Since the plugin doesn't support anything other than 4:2:0 right
80           now, post an error and fail if we get something else. Won't matter
81           until libtheora supports the other pixel formats, but hopefully
82           that'll be soon...
83
84 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
85
86         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
87         Use gst_guint64_to_gdouble for conversion.
88         * win32/MANIFEST:
89         Add new files to the win32 MANIFEST.
90         * win32/common/libgstaudio.def:
91         * win32/common/libgstpbutils.def:
92         Add new exported functions.
93         * win32/vs6/gst_plugins_base.dsw:
94         * win32/vs6/libgstdecodebin.dsp:
95         * win32/vs6/libgstplaybin.dsp:
96         Change the link to libgstpbutils.lib.
97         * win32/vs6/libgstdecodebin2.dsp:
98         Add a new project for decodebin2.
99         * win32/vs6/libgstpbutils.dsp:
100         Add a new project for pbutils.
101
102 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
103
104         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
105           Also accept partial dates with only year and month,
106           like 1999-12-00 (fixes #410396 even more).
107
108         * tests/check/libs/tag.c: (GST_START_TEST):
109           Add unit test for the above.
110
111 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
112
113         * tests/check/elements/subparse.c: (GST_START_TEST),
114         (subparse_suite):
115           Add unit test for MPL2 subtitle format (#413799).
116
117 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
118
119         Patch by: Kamil Pawlowski  <kamilpe gmail com>
120
121         * gst/subparse/Makefile.am:
122         * gst/subparse/gstsubparse.c:
123         (gst_sub_parse_data_format_autodetect),
124         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
125         (gst_subparse_type_find):
126         * gst/subparse/gstsubparse.h:
127         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
128         * gst/subparse/mpl2parse.h:
129           Add support for MPL2 subtitle format (#413799).
130
131 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * configure.ac:
134           We require core CVS for the new buffer metadata copy functions.
135
136 2007-03-09  Wim Taymans  <wim@fluendo.com>
137
138         * gst-libs/gst/tag/gstid3tag.c:
139         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
140         Fixes #414496.
141
142         Patch by: Alex Lancaster <alexl at users sourceforge net>
143
144 2007-03-09  Wim Taymans  <wim@fluendo.com>
145
146         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
147         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
148         Improve adapter usage and comments.
149
150 2007-03-09  Wim Taymans  <wim@fluendo.com>
151
152         * ext/pango/gsttextrender.c: (gst_text_render_chain):
153         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
154         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
155         Use new metadata copy function.
156
157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
158         (gst_ffmpegcsp_transform):
159         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
160         Basetransform copied the metadata for us.
161
162 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
163
164         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
165         (gst_text_overlay_video_event):
166           Some more logging. Only accept newsegment events in TIME format and
167           send a WARNING message if they are not in TIME format.
168
169         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
170         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
171         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
172         * gst/subparse/gstsubparse.h:
173           No need to allocate GstSegment structure dynamically, just put it
174           into the instance structure; ignore newsegment events in BYTE
175           format and in particular don't let it overwrite our saved TIME
176           segment from the last seek.
177
178 2007-03-09  Michael Smith  <msmith@fluendo.com>
179
180         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
181           Replace AC3 typefinder with one that isn't terrible, and actually
182           works usefully.
183
184 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
185
186         * gst/audioconvert/gstaudioconvert.c:
187         (gst_audio_convert_transform):
188           fix error category and translatable string
189           
190
191 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
192
193         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
194         * pkgconfig/gstreamer-plugins-base.pc.in:
195           Fix up utils => pbutils here too.
196
197 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * gst/subparse/gstsubparse.c: (handle_buffer):
200           Break out of loop in chain function as soon as possible if we get
201           a non-OK flow return.
202
203 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
204
205         * tests/check/elements/alsa.c: (GST_START_TEST):
206         Unref the mixer if the state change fails too (if the
207         alsa devices are inaccessible, for example)
208
209 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
210
211         * tests/check/Makefile.am:
212         Don't test libvisual elements in the states check, because libvisual
213         seems to leak internally.
214
215         Re-enable the alsa and states tests now that there's new suppressions
216         in gst.supp.
217
218         * tests/check/elements/alsa.c: (GST_START_TEST):
219         Don't leak the alsamixer we instantiated.
220
221 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
222
223         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
224         (gst_ximagesink_change_state), (gst_ximagesink_reset),
225         (gst_ximagesink_finalize):
226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
227         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
228         Move some cleanup stuff from the state change handler into a _reset()
229         function that can be called from _finalize(). This ensures that things
230         get freed even if (for some reason) the NULL->READY state transition
231         fails in the parent class.
232         Even if a parent state change fails, process our downward state change
233         logic instead of bailing out early.
234         Free the correct xcontext pointer in ximagesink's xcontext_clear.
235
236 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
237
238         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
239         Extra log line.
240
241         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
242         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
243         Use pango_font_description_set_family_static instead of 
244         pango_font_description_set_family to save a string copy (it was
245         leaking due to the strdup anyway)
246
247         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
248         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
249         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
250         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
251         Chain up in finalize.
252
253 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
254
255         * gst-libs/gst/interfaces/mixertrack.c:
256         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
257         (gst_mixer_track_set_property):
258           API: add "untranslated-label" property which should be set by
259           implementations at construct time (#414645).
260
261         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
262         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
263           Set "untranslated-label" when constructing mixer track objects.
264
265         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
266           Unit test to check the above.
267
268 2007-03-07  Wim Taymans  <wim@fluendo.com>
269
270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
271         Fix confusing debug message.
272
273 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
274
275         * gst-plugins-base.doap:
276         update doap file with new version
277
278 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
279
280         * configure.ac:
281         Back to CVS
282
283 === release 0.10.12 ===
284
285 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
286
287         * configure.ac:
288           releasing 0.10.12, "Zombie Horde"
289
290 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
291
292         * configure.ac:
293         Bump version to 0.10.11.4 pre-release
294
295 2007-03-06  Wim Taymans  <wim@fluendo.com>
296
297         * gst-libs/gst/audio/gstbaseaudiosink.c:
298         (gst_base_audio_sink_async_play):
299         Fix regression that made GStreamer skip the first samples of audio.
300         Fixes #414684.
301
302 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
303
304         * configure.ac:
305         Bump version to 0.10.11.3 pre-release
306
307 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
308
309         * po/POTFILES.in:
310           Update paths for the rename from utils to pbutils to fix the build.
311
312 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * gst-libs/gst/pbutils/Makefile.am:
315           Change directory to install headers in from gst/utils to gst/pbutils
316           as well.
317
318 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
319
320         * configure.ac:
321         * docs/libs/gst-plugins-base-libs-docs.sgml:
322         * docs/libs/gst-plugins-base-libs-sections.txt:
323         * gst-libs/gst/Makefile.am:
324         * gst-libs/gst/interfaces/mixer.c:
325         * gst-libs/gst/pbutils/Makefile.am:
326         * gst-libs/gst/pbutils/descriptions.c:
327         (gst_pb_utils_get_source_description),
328         (gst_pb_utils_get_sink_description),
329         (gst_pb_utils_get_decoder_description),
330         (gst_pb_utils_get_encoder_description),
331         (gst_pb_utils_get_element_description),
332         (gst_pb_utils_add_codec_description_to_tag_list),
333         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
334         * gst-libs/gst/pbutils/descriptions.h:
335         * gst-libs/gst/pbutils/install-plugins.c:
336         * gst-libs/gst/pbutils/install-plugins.h:
337         * gst-libs/gst/pbutils/missing-plugins.c:
338         (gst_missing_uri_source_message_new),
339         (gst_missing_uri_sink_message_new),
340         (gst_missing_element_message_new),
341         (gst_missing_decoder_message_new),
342         (gst_missing_encoder_message_new),
343         (gst_missing_plugin_message_get_description):
344         * gst-libs/gst/pbutils/missing-plugins.h:
345         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
346         * gst-libs/gst/pbutils/pbutils.h:
347         * gst-libs/gst/utils/Makefile.am:
348         * gst-libs/gst/utils/base-utils.c:
349         * gst-libs/gst/utils/base-utils.h:
350         * gst-libs/gst/utils/descriptions.c:
351         * gst-libs/gst/utils/descriptions.h:
352         * gst-libs/gst/utils/install-plugins.c:
353         * gst-libs/gst/utils/install-plugins.h:
354         * gst-libs/gst/utils/missing-plugins.c:
355         * gst-libs/gst/utils/missing-plugins.h:
356         * gst-plugins-base.spec.in:
357         * gst/playback/Makefile.am:
358         * gst/playback/gstdecodebin.c:
359         * gst/playback/gstdecodebin2.c:
360         * gst/playback/gstplaybasebin.c: (setup_subtitle),
361         (gen_source_element):
362         * gst/playback/gstplaybin.c: (plugin_init):
363         * tests/check/Makefile.am:
364         * tests/check/libs/pbutils.c: (GST_START_TEST),
365         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
366         * tests/check/libs/utils.c:
367           rename utils to pbutils
368
369 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * docs/plugins/Makefile.am:
372         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
374         * docs/plugins/inspect/plugin-decodebin2.xml:
375         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
376         Add documentation for decodebin2 that indicates that the API
377         is still unstable.
378
379 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
380
381         * configure.ac:
382         Update to 0.10.11.2 (0.10.12 pre-release)
383
384 2007-03-01  Wim Taymans  <wim@fluendo.com>
385
386         * gst-libs/gst/audio/gstbaseaudiosink.c:
387         (gst_base_audio_sink_async_play):
388         base time is irrelevant here.
389
390 2007-03-01  Wim Taymans  <wim@fluendo.com>
391
392         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
393         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
394         Improve debugging.
395
396         * gst-libs/gst/audio/gstbaseaudiosink.c:
397         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
398         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
399         Improve latency and clock slaving calculations.
400         Improve slave clock calibration.
401
402         * gst-libs/gst/audio/gstringbuffer.c:
403         (gst_ring_buffer_commit_full):
404         When we are asked to render N sample to 0 bytes, return N.
405
406 2007-03-01  Wim Taymans  <wim@fluendo.com>
407
408         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
409         (gst_alsasink_write), (gst_alsasink_reset):
410         * ext/alsa/gstalsasink.h:
411         Remove unused dispose function.
412         Rename lock to not interfere with alsasrc lock.
413
414         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
415         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
416         (gst_alsasrc_read), (gst_alsasrc_reset):
417         * ext/alsa/gstalsasrc.h:
418         Implement finalize function.
419         Use lock to protect alsa access.
420         Implement _reset.
421         Fine tune sw params.
422
423 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
424
425         * configure.ac:
426           Convert to new AG_GST style.
427
428 2007-02-28  Wim Taymans  <wim@fluendo.com>
429
430         Patch by: Ed Catmur <ed at catmur dot co dot uk>
431
432         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
433         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
434         Fix race condition when rapidly switching visualisations in playbin.
435         Fixes #401029.
436
437 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
438
439         * tests/check/Makefile.am:
440         Include local stuff before system installed things in LDFLAGS and
441         CFLAGS.
442
443 2007-02-28  Wim Taymans  <wim@fluendo.com>
444
445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
446         Improve debugging.
447
448 2007-02-28  Wim Taymans  <wim@fluendo.com>
449
450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
451         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
452         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
453         Fix duration and timestamping, taking latency into account.
454         Implement latency query.
455
456 2007-02-28  Wim Taymans  <wim@fluendo.com>
457
458         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
459         (gst_audio_clock_new):
460         Fix clock name.
461
462         * gst-libs/gst/audio/gstbaseaudiosink.c:
463         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
464         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
465         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
466         (gst_base_audio_src_create):
467         Improve latency query code.
468         Use proper clock names.
469
470 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
471
472         * tests/check/generic/states.c: (GST_START_TEST):
473           Copy the states.c test from core again
474         * tests/check/Makefile.am:
475           ignore cdio and cdparanoiasrc
476
477 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
478
479         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
480         (double_hq), (audio_convert_get_func_index), (check_default),
481         (audio_convert_prepare_context), (audio_convert_convert):
482           Also make valgrind happy and avoid copying data in some cases.
483
484 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
485
486         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
487         (double_hq), (audio_convert_get_func_index),
488         (audio_convert_prepare_context), (audio_convert_convert):
489         * gst/audioconvert/gstaudioconvert.c:
490         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
491         (gst_audio_convert_transform_caps):
492         * tests/check/elements/audioconvert.c: (GST_START_TEST),
493         (audioconvert_suite):
494           Don't run inplace if that overwrites source data as we go. Add more
495           tests. Fixes #339837 even more.
496
497 2007-02-27  Julien MOUTTE  <julien@moutte.net>
498
499         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
500         (msg_segment_done): Fix various seeking bugs (Slider was not
501         updating when doing a non flushing seek, Reverse playback 
502         on segment seek was wrong).
503
504 2007-02-26  Wim Taymans  <wim@fluendo.com>
505
506         * tests/examples/seek/seek.c: (stop_seek):
507         When we stop scrubbing, don't leave the pipeline PLAYING when we
508         requested a PAUSED state.
509
510 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
511
512         Patch by: René Stadler <mail at renestadler de>
513
514         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
515           Parse date strings in vorbis comments that have an invalid (zero)
516           month or day (#410396).
517
518         * tests/check/libs/tag.c: (GST_START_TEST):
519           Test case for the above.
520
521 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
522
523         Patch by: Loïc Minier <lool+gnome at via ecp fr>
524
525         * configure.ac:
526         * ext/alsa/Makefile.am:
527         * gst/audiotestsrc/Makefile.am:
528           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
529
530 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
531
532         * gst/playback/gstplaybin.c:
533           Improve docs: point out that the application needs to assist playbin
534           with buffering.
535
536 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
537
538         * gst-libs/gst/utils/install-plugins.c:
539         * gst-libs/gst/utils/missing-plugins.c:
540         * tests/check/libs/utils.c: (missing_msg_check_getters):
541           Change GStreamer marker prefix in detail string from 'gstreamer.net'
542           to just 'gstreamer'. Document the caps string component of the
543           decoder/encoder detail a bit better, since not everyone will be
544           familiar with the GStreamer media type/caps system (but they better
545           enjoy nested itemized lists).
546
547 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
548
549         * gst-libs/gst/netbuffer/gstnetbuffer.c:
550         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
551           Fix copying of GstNetBuffer (would crash before, or at least lead to
552           invalid memory access, #410772), for now by copying the GstBuffer copy
553           code from the core over here so we can copy the GstBuffer fields on a
554           provided buffer instance (of type GstNetBuffer in this case). Would be
555           better to fix this with some support by the core though (and in the long
556           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
557
558         * tests/check/Makefile.am:
559           Enable unit test for GstNetBuffer.
560
561 2007-02-22  Andy Wingo  <wingo@pobox.com>
562
563         * gst-libs/gst/audio/gstbaseaudiosink.c
564         (gst_base_audio_sink_init): Disable pull-mode activation until we
565         figure out how to make audio sinks go to PLAYING.
566
567 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
568
569         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
570         (double_hq), (audio_convert_get_func_index),
571         (audio_convert_prepare_context), (audio_convert_convert):
572         * gst/audioconvert/audioconvert.h:
573         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
574         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
575         * gst/audioconvert/gstchannelmix.h:
576         * tests/check/elements/audioconvert.c: (GST_START_TEST):
577           Add float as an intermediate format, as well as float mixing. Enable
578           test that was failing before. Fixes #339837
579
580 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
581
582         * tests/examples/seek/seek.c: (do_seek):
583         Undo the previous commit: -1 as a stop time implies that the stop
584         time is the end of file, clearing any previously configured segment.
585
586 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
587
588         * tests/examples/seek/seek.c: (do_seek):
589         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
590
591 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
592
593         * gst/volume/gstvolume.c: (volume_process_int16),
594         (volume_process_int16_clamp), (volume_set_caps):
595           Unbreak volume, value remains gint.
596
597 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
598
599         * gst/volume/gstvolume.c: (volume_choose_func),
600         (volume_update_real_volume), (gst_volume_set_volume),
601         (gst_volume_init), (volume_process_double), (volume_process_float),
602         (volume_process_int16), (volume_process_int16_clamp),
603         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
604         * gst/volume/gstvolume.h:
605           Extend float audio support (double) and some int->uint cleanups.
606
607 2007-02-20  Edward Hervey  <edward@fluendo.com>
608
609         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
610         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
611         (sort_end_pads), (gst_decode_group_expose),
612         (gst_decode_group_hide):
613         Don't free groups from the streaming threads. Just put them aside and
614         free them in dispose.
615
616 2007-02-20  Edward Hervey  <edward@fluendo.com>
617
618         * gst/playback/gstdecodebin2.c: (connect_element),
619         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
620         (sort_end_pads), (gst_decode_group_expose):
621         Handle dynamic pads within groups.
622         Sort pads before exposing them in order to make playbin happy.
623         There still is a race with the multiqueue filling up. This should be
624         solved separately.
625         Fixes #398721
626
627 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * gst-libs/gst/utils/base-utils.c:
630         * gst-libs/gst/utils/descriptions.c:
631         * gst-libs/gst/utils/install-plugins.c:
632         * gst-libs/gst/utils/missing-plugins.c:
633           Some more docs (and descriptions for two subtitle formats).
634
635 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
636
637         * gst-libs/gst/audio/audio.c:
638           Fix documentation.
639
640 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
641
642         Patch by: Yves Lefebvre  <ivanohe abacom com>
643
644         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
645           Don't leak caps. Fixes #408278.
646
647 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
648
649         * ext/cdparanoia/gstcdparanoiasrc.h:
650         * ext/ogg/gstoggdemux.h:
651         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
652         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
653         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
654         * gst-libs/gst/audio/audio.h:
655         * gst-libs/gst/audio/gstaudiofilter.h:
656         * gst-libs/gst/interfaces/videoorientation.h:
657         * gst/adder/gstadder.h:
658           More docs coverage and some ChangeLog surgery (add missing names)
659
660 2007-02-15  Wim Taymans  <wim@fluendo.com>
661
662         * sys/ximage/ximagesink.c:
663         (gst_ximagesink_calculate_pixel_aspect_ratio):
664         * sys/xvimage/xvimagesink.c:
665         (gst_xvimagesink_calculate_pixel_aspect_ratio):
666         Small constifications.
667
668 2007-02-15  Wim Taymans  <wim@fluendo.com>
669
670         * gst-libs/gst/audio/gstbaseaudiosink.c:
671         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
672         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
673         (gst_base_audio_sink_async_play),
674         (gst_base_audio_sink_change_state):
675         Answer latency query.
676         Use configured latency when syncing.
677         Fix clock slaving.
678
679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
680         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
681         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
682         Fix possible memleak.
683         Implement latency query.
684         Small cleanups.
685
686 2007-02-15  Wim Taymans  <wim@fluendo.com>
687
688         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
689         Ignore errors in reset, these are not fatal. They also grab the element
690         lock which is already taking when this function is called. Fixes
691         #405451.
692
693 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
694
695         * configure.ac:
696           Remove 'tests/examples/xerror/Makefile' from output files again.
697
698 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
699
700         * configure.ac:
701         * docs/plugins/Makefile.am:
702           Also crossref against gst-plugins-base-libs.
703
704 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
705
706         * configure.ac:
707         * docs/libs/Makefile.am:
708         * docs/plugins/Makefile.am:
709           Add crossreferences to glib/gobject/gstream docs.
710
711         * gst-libs/gst/audio/audio.h:
712           Source formatting.
713
714         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
715           Add own debug category.
716
717 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
718
719         Patch by: René Stadler <mail at renestadler de>
720
721         * gst-libs/gst/tag/gstvorbistag.c:
722           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
723           (#403597).
724
725 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * gst/playback/gstplaybasebin.c: (setup_source):
728           When we have external subtitles and wait for the subtitle decodebin
729           to get up and running, we set up a (sync) bus handler for the
730           subtitle decodebin, so we can stop waiting when it posts an error
731           message. However, we should do that before we set the subtitle
732           decodebin's state to playing, otherwise things are racy and we might
733           miss error messages posted before we had a chance to set up the bus.
734           This should finally fix totem hanging on .txt pseudo-subtitle files.
735           
736 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
737
738         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
739           Use gst_gdouble_to_guint64 for conversions.
740         * win32/common/config.h.in:
741           Add a define for GST_INSTALL_PLUGINS_HELPER
742         * win32/common/libgstaudio.def:
743         * win32/common/libgstcdda.def:
744         * win32/common/libgstnetbuffer.def:
745         * win32/common/libgstrtp.def:
746         * win32/common/libgutils.def:
747           Add new exported functions.
748         * win32/vs6/gst_plugins_base.dsw:
749         * win32/vs6/libgstdecodebin.dsp:
750         * win32/vs6/libgstnetbuffer.dsp:
751         * win32/vs6/libgstplaybin.dsp:
752         * win32/vs6/libgstrtp.dsp:
753         * win32/vs6/libgstvorbis.dsp:
754         * win32/vs6/libgstcdda.dsp:
755         * win32/vs6/libgstgdp.dsp:
756         * win32/vs6/libgstutils.dsp:
757           Update and add new project files.
758
759 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
760
761         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
762         (subrip_remove_unhandled_tags), (parse_subrip):
763           For SubRip (.srt) subtitles, ignore all markup tags we don't
764           handle (like font tags, for example).
765
766         * tests/check/elements/subparse.c:
767           Add test for this.
768
769 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * gst/playback/gstdecodebin.c: (add_fakesink),
772         (gst_decode_bin_change_state):
773         * gst/playback/gstdecodebin2.c: (add_fakesink),
774         (gst_decode_bin_change_state):
775           Don't error out if there is no fakesink in the NULL to READY state
776           change, since when decodebin is re-used, we're only adding the
777           fakesink element in READY to PAUSED.
778
779         * tests/check/elements/decodebin.c:
780         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
781         (decodebin_suite):
782           Minimal unit test to make sure we can use the same decodebin
783           instance twice (at least with audiotestsrc input).
784
785 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
786
787         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
788           Try to get devic-name from device string first, and from handle only
789           as fallback (seems to yield better results and is more robust
790           against buggy probing code on the application side).
791
792 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
793
794         Based on patch by: Julien Puydt <julien.puydt at laposte net>
795
796         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
797         (gst_alsa_find_device_name):
798         * ext/alsa/gstalsa.h:
799         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
800         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
801           Improve device-name detection a bit, especially in the case where
802           the device is not actually open (#405020, #405024). Move common code
803           into gstalsa.c instead of duplicating it.
804
805 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * gst/audioconvert/gstaudioconvert.c:
808           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
809
810 2007-02-06  Julien MOUTTE  <julien@moutte.net>
811
812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
813         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
814         (gst_xvimagesink_interface_supported),
815         (gst_xvimagesink_probe_get_properties),
816         (gst_xvimagesink_probe_probe_property),
817         (gst_xvimagesink_probe_needs_probe),
818         (gst_xvimagesink_probe_get_values),
819         (gst_xvimagesink_property_probe_interface_init),
820         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
821         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
822         (gst_xvimagesink_get_type):
823         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
824         for XVAdaptors so that one can choose the adaptor to use with 
825         gstreamer-properties.
826
827 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
828
829         * gst/audioconvert/gstaudioconvert.c:
830           Also mention that a conversion from double to float is suboptimal still.
831
832 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst-libs/gst/audio/gstaudiofilter.c:
835         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
836           Clear our formats structure and free the caps contained in it when
837           shutting down.
838
839 2007-02-05  Andy Wingo  <wingo@pobox.com>
840
841         * gst-libs/gst/audio/gstbaseaudiosink.c
842         (gst_base_audio_sink_callback): Update basesink->offset so that we
843         pull monotonically increasing offsets instead of, um, seeking back
844         to 0 each time. Fixes alsasrc ! alsasink!
845
846 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * gst/videoscale/gstvideoscale.c:
849           A width and height of 1 makes us crash, so increase minimum size to
850           2x2 pixels until someone feels like fixing this (#404512).
851
852 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
855           Add small test to make sure request pads are cleaned up properly
856           even if oggmux never changes state out of NULL.
857
858 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * tests/check/libs/utils.c: (GST_START_TEST):
861           Fix unit test. Turns out things work much better when you
862           NULL-terminate string arrays. Should make p5 build bot happy again.
863
864 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst-libs/gst/audio/Makefile.am:
867         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
868         (gst_audio_filter_template_base_init),
869         (gst_audio_filter_template_class_init),
870         (gst_audio_filter_template_init),
871         (gst_audio_filter_template_set_property),
872         (gst_audio_filter_template_get_property),
873         (gst_audio_filter_template_setup),
874         (gst_audio_filter_template_filter),
875         (gst_audio_filter_template_filter_inplace), (plugin_init):
876           Oops, forgot to commit fixed-up example.
877
878 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * docs/libs/gst-plugins-base-libs-sections.txt:
881         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
882         (gst_audio_filter_class_init), (gst_audio_filter_init),
883         (gst_audio_filter_set_caps),
884         (gst_audio_filter_class_add_pad_templates):
885         * gst-libs/gst/audio/gstaudiofilter.h:
886           Port GstAudioFilter to 0.10. This change technically breaks
887           API and ABI (and thus also every library developer's heart),
888           but seems justifiable on the grounds that the base class was
889           completely unusable before (ie. would crash immediately when
890           actually used). Fixes #403963 (and eventually also #403572).
891           Also document all of this a bit.
892
893 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
894
895         * gst-libs/gst/utils/install-plugins.c:
896         (gst_install_plugins_spawn_child):
897         * tests/check/libs/utils.c:
898         (test_base_utils_install_plugins_do_callout):
899           Lowering log level to see why things fail on the p5 build bot;
900           fix some typos in unit test messages.
901
902 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * tests/check/libs/utils.c:
905         (test_base_utils_install_plugins_do_callout):
906           Don't hard-code temp directory for test helper; use GLib functions
907           to write out file and do error checking etc.
908
909 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * gst-libs/gst/utils/Makefile.am:
912         * gst-libs/gst/utils/base-utils.h:
913         * gst-libs/gst/utils/install-plugins.c:
914         (gst_install_plugins_context_set_xid),
915         (gst_install_plugins_context_new),
916         (gst_install_plugins_context_free),
917         (gst_install_plugins_get_helper),
918         (gst_install_plugins_spawn_child),
919         (gst_install_plugins_return_from_status),
920         (gst_install_plugins_installer_exited),
921         (gst_install_plugins_async), (gst_install_plugins_sync),
922         (gst_install_plugins_return_get_name),
923         (gst_install_plugins_installation_in_progress):
924         * gst-libs/gst/utils/install-plugins.h:
925           API: add API for applications to initiate installation of missing
926           plugins, ie. gst_install_plugins_async() primarily.
927           Based on libgimme-codec by Ryan Lortie.
928
929         * configure.ac:
930           Add --with-install-plugins-helper configure option so distros can specify
931           the path of the helper script or program to call when plugin installation
932           is requested (distros: please do any argument munging in this helper
933           script instead of patching GStreamer to pass arguments differently
934           to another program directly).
935
936         * docs/libs/gst-plugins-base-libs-docs.sgml:
937         * docs/libs/gst-plugins-base-libs-sections.txt:
938           Build and document new API.
939
940         * tests/check/libs/utils.c: (result_cb),
941         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
942         (libgstbaseutils_suite):
943           Some simple checks for the new API.
944
945 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
946
947         * tests/check/elements/audioconvert.c: (test_float_conversion):
948           Add small test for 32bit float <=> 64bit float conversion (works
949           only one way so far, 32=>64 produces structured noise).
950
951 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * gst/audioconvert/gstaudioconvert.c:
954         (set_structure_widths_32_and_64), (make_lossless_changes):
955           We don't support floats with a width of 40, 48 or 56 bits.
956
957 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
958
959         * gst/audioconvert/audioconvert.c: (float), (double),
960         (audio_convert_get_func_index):
961         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
962         (make_lossless_changes):
963           Support for 64-bit float audio in audioconvert (#339837)
964
965 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
966
967         Patch by: Holger Wansing  <linux wansing-online de>
968
969         * po/LINGUAS:
970         * po/de.po:
971           Add German translation (#352069).
972
973 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
974
975         reviewed by: Wim Taymans <wim@fluendo.com>
976
977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
978         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
979         Use newly added GstCollectPads API to free the allocated resources in
980         the GstOggPad structures (#402393).
981
982 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
983
984         * gst/playback/gstplaybin.c: (gen_vis_element):
985           Add audioresample+audioconvert in front of the visualisation
986           element, so that elements like libvisual 0.4 that don't support all
987           samplerates can work.
988
989           Fixes: #402505
990
991 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
994         (gst_play_base_bin_get_streaminfo_value_array):
995           Take some locks and make a copy of the streaminfo value array we
996           maintain while holding the lock, so that the application can
997           retrieve the stream-info as a value array in a thread-safe way.
998
999 2007-01-30  Wim Taymans  <wim@fluendo.com>
1000
1001         * gst/audioconvert/gstaudioconvert.c:
1002         Don't fail on 0 sized buffers. Fixes #396835.
1003
1004 2007-01-29  David Schleef  <ds@schleef.org>
1005
1006         * gst/typefind/gsttypefindfunctions.c:
1007           Detect BBCD as video/x-dirac, so we can play raw dirac
1008           streams.
1009
1010 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * ext/theora/theoraenc.c: (theora_enc_chain):
1013           Check return value of theora_encode_header(), or we might try to
1014           allocate a random number of bytes. theora_encode_header() can fail
1015           if libtheora has been compiled with encoding support disabled.
1016           Fixes #398110.
1017
1018 2007-01-29  Wim Taymans  <wim@fluendo.com>
1019
1020         * tests/check/gst/.cvsignore:
1021         Do as buildbot says.
1022
1023 2007-01-29  Wim Taymans  <wim@fluendo.com>
1024
1025         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1026         Fix strides in libvisual. Gst uses X strides.
1027         Inspired by: <ed at catmur dot co dot uk> and 
1028         <tim at centricular dot net>
1029         Fixes #401118.
1030
1031 2007-01-27  Wim Taymans  <wim@fluendo.com>
1032
1033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1034         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1035         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1036         (gst_ogg_demux_perform_seek),
1037         (gst_ogg_demux_bisect_forward_serialno),
1038         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1039         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1040         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1041         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1042         * ext/ogg/gstoggdemux.h:
1043         Properly propagate streaming errors when we are scanning the file for
1044         chains so that we don't crash when shut down. Might fix some crashers
1045         when quickly switching oggs in RB such as #332503 and #378436.
1046
1047 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1050           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1051           error code as well.
1052
1053 2007-01-25  Wim Taymans  <wim@fluendo.com>
1054
1055         * gst/playback/gstplaybasebin.c: (remove_source):
1056         Don't try to disconnect a signal from a finalized object.
1057
1058 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1059
1060         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1061           Cast lock macro parameters to make sure we're actually accessing the
1062           lock member at the right class level. Free list itself in _dispose()
1063           as well and NULL it in case dispose gets called multiple times.
1064
1065 2007-01-25  Edward Hervey  <edward@fluendo.com>
1066
1067         * gst/playback/gstdecodebin2.c:
1068         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1069         Free GstDecodeGroups no longer used.
1070         (gst_decode_group_expose):
1071         Don't unlock too many times !
1072         (deactivate_free_recursive):
1073         Free iterator once we're done with it.
1074         Fix for recursively deactivating elements (stop at ghostpads).
1075
1076 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1077
1078         * gst/playback/gstplaybin.c: (handoff):
1079           Fix up caps on the frame buffer before we save it and potentially
1080           make it accessible to other threads via g_object_get; also use
1081           gst_buffer_replace() instead of gst_mini_object_replace().
1082
1083 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1086           Make getting the current frame thread-safe.
1087
1088 2007-01-25  Edward Hervey  <edward@fluendo.com>
1089
1090         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1091         (gst_decode_group_new), (gst_decode_group_free):
1092         Set queues to bigger sizes to cope with HD contents.
1093         Fix some mutex freeing and add comment about MT safe methods.
1094
1095 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1098         (gst_text_overlay_text_event):
1099           Don't unnecessarily ref (and then leak) upstream events if the text
1100           pad is not linked. Fixes #399948.
1101
1102         * tests/check/gst-plugins-base.supp:
1103           Add suppression for pango on edgy/x86 for textoverlay test.
1104
1105 2007-01-24  Wim Taymans  <wim@fluendo.com>
1106
1107         * gst-libs/gst/rtp/gstrtpbuffer.h:
1108         Add some more fixed payloads.
1109
1110 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1113           Error out properly if we get an error from libogg while reading the
1114           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1115
1116 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1119           Don't leak mutex.
1120
1121         * tests/check/elements/playbin.c:
1122         (test_sink_usage_video_only_stream),
1123         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1124         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1125         (test_missing_suburisource_handler),
1126         (test_missing_primary_decoder), (playbin_suite):
1127           Run all tests once with decodebin and once with decodebin2.
1128           One test does not pass yet with decodebin2.
1129
1130 2007-01-23  Edward Hervey  <edward@fluendo.com>
1131
1132         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1133         Fix the cases where oggmux doesn't properly figure out that all
1134         sinkpads have gone EOS, and therefore doesn't push out the remaining
1135         buffers and the final EOS event.
1136         Fixes #363379
1137
1138 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1139
1140         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1142         Don't lock on navigation event push, just on keysym to string.
1143         Fixes #397673 again.
1144
1145 2007-01-22  Edward Hervey  <edward@fluendo.com>
1146
1147         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1148         (get_current_group), (group_demuxer_event_probe),
1149         (gst_decode_group_expose), (deactivate_free_recursive),
1150         (gst_decode_group_free):
1151         Cleanups.
1152         Don't forget to emit 'no-more-pads' once a group is exposed.
1153         Cleanup elements from a DecodeGroup once we remove it.
1154         Protect call to gst_decode_group_expose() with the decodebin lock.
1155
1156 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1157
1158         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1160         Looking at Xorg code i can't figure out if that XKeysymToString
1161         function is thread sensible or not. Lock it just in case as
1162         recommended by Radek Doulik <rodo at ximian dot com>.
1163
1164 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1165
1166         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1168         Lock that X Call as well. Fixes #397673.
1169
1170 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1173           Don't go into an endless loop if the file starts with 00 00 01 2X,
1174           like quicktime redirect files might. Fixes #396042.
1175
1176         * tests/check/Makefile.am:
1177         * tests/check/gst/.cvsignore:
1178         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1179         (typefindfunctions_suite):
1180           Add unit test for the above.
1181
1182 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1183
1184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1185           On second thought, use "depth" field rather than "bpp" field.
1186
1187 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1190           Camtasia caps apparently need a bpp field (#398875).
1191
1192 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1193
1194         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1195         (gen_source_element), (gst_play_base_bin_change_state):
1196           Attempt at a better error message in case we don't have the required
1197           URI handler installed; post missing-plugin message also when we're
1198           missing an URI handler for the subtitle URI; clean up properly also
1199           when an error occurs and we never made it to PAUSED state.
1200
1201         * tests/check/elements/playbin.c: (GST_START_TEST),
1202         (playbin_suite):
1203           Check that we're also getting a missing-plugin messsage for a
1204           missing subtitle URI handler (and clean up properly).
1205
1206 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1209           Plug a few reference leaks.
1210
1211 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1214           Lower probability a bit if the marker isn't right at the start,
1215           to decrease the chance of false positives.
1216
1217 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1220           Small mpeg2 system stream typefinding improvement: make typefinder
1221           probe a bit into the stream instead of just looking for a marker
1222           at the beginning. Fixes #397810.
1223
1224 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * gst/audioconvert/gstchannelmix.c:
1227           Remove compatibility cruft for prehistoric GLib versions.
1228
1229 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * gst/playback/Makefile.am:
1232         * gst/playback/gstdecodebin.c: (close_pad_link):
1233         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1235         (gst_play_base_bin_handle_message_func), (unknown_type):
1236           Let decodebin be the element to post missing-plugin messages for
1237           missing decoders (rather than playbin); make playbin implement
1238           GstBin::handle_message so we can suppress missing-plugin messages
1239           for types we're not handling on purpose (don't want to bring up an
1240           installer in those cases).
1241
1242 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1243
1244         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1245         * gst-libs/gst/tag/gstvorbistag.c:
1246         (gst_tag_list_to_vorbiscomment_buffer):
1247         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1248           Fix potentially unaligned access (#397207).
1249
1250 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1251
1252         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1253         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1254         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1255         (main):
1256           Allow to toggle looping while it plays. Fix callback prototype. Clean
1257           up code a bit more. Add copyright header.
1258
1259 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1260
1261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1262           Red and blue mask was swapped (spotted by Dan Williams).
1263
1264 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1265
1266         * gst-libs/gst/tag/gstid3tag.c:
1267         * gst-libs/gst/tag/gstvorbistag.c:
1268           Use new beats-per-minute tag from core.
1269
1270 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * po/POTFILES.in:
1273           Add new files with translatable strings, so they actually make it
1274           into the template file one day.
1275
1276 2007-01-12  Andy Wingo  <wingo@pobox.com>
1277
1278         * gst-libs/gst/audio/gstbaseaudiosink.c
1279         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1280         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1281         stuff, as the base class handles this now. Actually tell the ring
1282         buffer to start.
1283         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1284         How did this work before? Maybe I'm not as awesome a programmer as
1285         I think.
1286
1287         * gst-libs/gst/audio/gstbaseaudiosrc.c
1288         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1289         of a pad function.
1290
1291 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1294           Remove more fields so that the application can better blacklist
1295           formats that have been tried before.
1296
1297 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1298
1299         * gst-libs/gst/audio/mixerutils.h:
1300           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1301           used when compiling with c++ compilers as well.
1302
1303 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst/typefind/gsttypefindfunctions.c:
1306           Fix comment.
1307
1308 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * gst/playback/gstplaybin.c: (post_missing_element_message),
1311         (gen_video_element), (gen_text_element), (gen_audio_element),
1312         (gen_vis_element):
1313           Post missing-plugin messages also when we error out because
1314           converters, textoverlay or auto*sinks are missing (#161922).
1315
1316 2007-01-10  Wim Taymans  <wim@fluendo.com>
1317
1318         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1319         (is_demuxer_element), (new_caps):
1320         * gst/playback/gstplaybasebin.c: (source_new_pad):
1321         Fix the case where we try to ref a NULL element when we delay a link
1322         because of unfixed caps.
1323         Set the state of autoplugged decodebins to PAUSED.
1324         RTSP now works in playbin, we can remove it from the blacklist.
1325
1326 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1327
1328         * gst/playback/Makefile.am:
1329         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1330         (unknown_type), (setup_subtitle), (gen_source_element):
1331         * gst/playback/gstplaybin.c: (plugin_init):
1332           Post missing-plugin messages on the bus for missing sources and
1333           missing decoders/demuxers/depayloaders; fix error code used when
1334           we're missing an URI handler source; for media types that we are not
1335           handling on purpose at the moment, don't print "don't know how to
1336           handle xyz" messages to the terminal or post missing-plugin
1337           messages on the bus.
1338
1339         * tests/check/elements/playbin.c: (create_playbin),
1340         (GST_START_TEST), (gst_codec_src_uri_get_type),
1341         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1342         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1343         (gst_codec_src_init_type), (gst_codec_src_base_init),
1344         (gst_codec_src_create), (gst_codec_src_class_init),
1345         (gst_codec_src_init), (plugin_init), (playbin_suite):
1346           Add some tests for the missing-plugin stuff.
1347
1348 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         * configure.ac:
1351         * gst-libs/gst/Makefile.am:
1352         * gst-libs/gst/utils/Makefile.am:
1353         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1354         * gst-libs/gst/utils/base-utils.h:
1355         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1356         (find_format_info), (caps_are_rtp_caps),
1357         (gst_base_utils_get_source_description),
1358         (gst_base_utils_get_sink_description),
1359         (gst_base_utils_get_decoder_description),
1360         (gst_base_utils_get_encoder_description),
1361         (gst_base_utils_get_element_description),
1362         (gst_base_utils_add_codec_description_to_tag_list),
1363         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1364         * gst-libs/gst/utils/descriptions.h:
1365         * gst-libs/gst/utils/missing-plugins.c:
1366         (missing_structure_get_type), (copy_and_clean_caps),
1367         (gst_missing_uri_source_message_new),
1368         (gst_missing_uri_sink_message_new),
1369         (gst_missing_element_message_new),
1370         (gst_missing_decoder_message_new),
1371         (gst_missing_encoder_message_new),
1372         (missing_structure_get_string_detail),
1373         (missing_structure_get_caps_detail),
1374         (gst_missing_plugin_message_get_installer_detail),
1375         (gst_missing_plugin_message_get_description),
1376         (gst_is_missing_plugin_message):
1377         * gst-libs/gst/utils/missing-plugins.h:
1378           API: add new libgstbaseutils library with functions
1379           - to create and parse missing-plugins messages
1380           - that provide (translated) descriptions for caps/decoders/sources/etc.
1381           Closes #392393.
1382
1383         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1384         * pkgconfig/gstreamer-plugins-base.pc.in:
1385           Add new lib.
1386
1387         * docs/libs/gst-plugins-base-libs-docs.sgml:
1388         * docs/libs/gst-plugins-base-libs-sections.txt:
1389           Generate docs for new lib and API.
1390
1391         * tests/check/Makefile.am:
1392         * tests/check/libs/.cvsignore:
1393         * tests/check/libs/utils.c: (missing_msg_check_getters),
1394         (GST_START_TEST), (libgstbaseutils_suite):
1395           Add some basic unit tests.
1396
1397 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * ext/ogg/Makefile.am:
1400           Dist gstoggdemux.h to fix 'make distcheck'.
1401
1402         * sys/v4l/Makefile.am:
1403           Fix 'make distcheck' even more.
1404
1405 2007-01-09  Wim Taymans  <wim@fluendo.com>
1406
1407         * docs/plugins/Makefile.am:
1408         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1409         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1410         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1411         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1412         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1413         (gst_ogg_demux_perform_seek):
1414         * ext/ogg/gstoggdemux.h:
1415         Added docs.
1416         Add some more comments.
1417         Small cleanups.
1418
1419 2007-01-09  Wim Taymans  <wim@fluendo.com>
1420
1421         * ext/theora/theoradec.c:
1422         * ext/vorbis/vorbisdec.c:
1423         * gst-libs/gst/audio/gstringbuffer.c:
1424         (gst_ring_buffer_commit_full):
1425         * gst-libs/gst/audio/gstringbuffer.h:
1426         * gst-libs/gst/rtp/gstrtpbuffer.c:
1427         * gst-libs/gst/tag/gstvorbistag.c:
1428         Small documentation updates/fixes
1429
1430 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1431
1432         * configure.ac:
1433           Require core CVS HEAD for Andy's basesrc/sink API additions.
1434
1435 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1438
1439         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1440         (plugin_init):
1441           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1442           on flac.sf.net (there appear to be other versions of the first
1443           ogg page in the wild) (#391365).
1444
1445 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * configure.ac:
1448           Check if localtime_r() is available.
1449
1450         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1451           If localtime_r() is not available, fall back to localtime(). Should
1452           fix build on MingW (#393310).
1453
1454 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1457         * gst/subparse/gstsubparse.h:
1458           Remove spurious 1000 subtrahend when calculating the timestamp from
1459           the frame number and the frame rate . Also, use the frames/second
1460           value specified in the first line of the file, if one is specified
1461           there. Should fix #357503.
1462
1463         * tests/check/elements/subparse.c: (do_test),
1464         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1465         (subparse_suite):
1466           Add some basic unit tests for the microdvd subtitle format.
1467
1468 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1469
1470         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1471         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1472         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1473         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1474         (gst_xvimagesink_set_xwindow_id),
1475         (gst_xvimagesink_set_event_handling),
1476         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1477         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1478         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1479         Fixes : #390076.
1480         Add an adaptor property to select a specific XV adaptor.
1481         * sys/xvimage/xvimagesink.h:
1482
1483 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1484
1485         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1486         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1487         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1488         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1489         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1490         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1491         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1492         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1493         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1494         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1495         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1496         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1497         Use flow_lock much more to protect every access to xwindow.
1498         Try to catch erros while creating images in case some drivers are
1499         just generating an XError when the requested image is too big.
1500         Should fix : #354698, #384008, #384060.
1501         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1502         Implement some stress testing of setting window xid.
1503
1504 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1505
1506         * win32/common/libgsaudio.def:
1507           Add new exported function.
1508         * win32/common/libgstogg.dsp:
1509           Add gstoggaviparse.c to the build.
1510         * win32/common/libgstvideoscale.dsp:
1511           Add vs_4tap.c to the build.
1512         * win32/common/libgstvorbis.dsp:
1513           Add vorbistag.c to the build.
1514         
1515 2007-01-06  Andy Wingo  <wingo@pobox.com>
1516
1517         * gst-libs/gst/audio/gstbaseaudiosink.c
1518         (gst_base_audio_sink_class_init)
1519         (gst_base_audio_sink_init): 
1520         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1521         to baseaudiosink, and tell basesink that we can work in pull mode.
1522         This way the ring buffer thread drives the pipeline directly, if
1523         pull mode is possible. There is some lingering nastiness regarding
1524         capsnego, however.
1525         (gst_base_audio_sink_callback): Implement the callback to pull
1526         data. This interface is a bit light, though -- it should get a
1527         GstFlowReturn return value at least.
1528
1529 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1530
1531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1532         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1533         * gst/playback/gstdecodebin2.c:
1534         (gst_decode_group_check_if_blocked):
1535           Printf format and missing argument fixes.
1536
1537 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1538
1539         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1540         (gst_ogm_parse_change_state):
1541         Activate pads before adding them to the element.
1542
1543 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1544
1545         * tests/examples/seek/scrubby.c: (main):
1546         * tests/examples/seek/seek.c: (main):
1547           Call g_thread_init() first thing in main() (see #391278).
1548
1549 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1550
1551         * tests/check/Makefile.am:
1552         * tests/check/libs/.cvsignore:
1553         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1554         (netbuffer_suite):
1555           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1556           for the time being, since it's broken, see #393099.
1557
1558 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1559
1560         * tests/check/Makefile.am:
1561           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1562
1563 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1564
1565         * configure.ac:
1566           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1567           so that GST_BASE_CFLAGS can go inbetween them, making sure
1568           we use uninstalled gst-libs headers
1569         * docs/libs/Makefile.am:
1570         * ext/alsa/Makefile.am:
1571         * ext/cdparanoia/Makefile.am:
1572         * ext/gnomevfs/Makefile.am:
1573         * ext/libvisual/Makefile.am:
1574         * ext/ogg/Makefile.am:
1575         * ext/theora/Makefile.am:
1576         * ext/vorbis/Makefile.am:
1577         * gst-libs/gst/audio/Makefile.am:
1578         * gst-libs/gst/cdda/Makefile.am:
1579         * gst-libs/gst/interfaces/Makefile.am:
1580         * gst-libs/gst/riff/Makefile.am:
1581         * gst-libs/gst/rtp/Makefile.am:
1582         * gst-libs/gst/tag/Makefile.am:
1583         * gst/adder/Makefile.am:
1584         * gst/audioconvert/Makefile.am:
1585         * gst/audiorate/Makefile.am:
1586         * gst/audioresample/Makefile.am:
1587         * gst/playback/Makefile.am:
1588         * gst/tcp/Makefile.am:
1589         * gst/videoscale/Makefile.am:
1590         * gst/volume/Makefile.am:
1591         * sys/ximage/Makefile.am:
1592         * sys/xvimage/Makefile.am:
1593         * tests/icles/Makefile.am:
1594           adapt
1595
1596 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1597
1598         * gst-libs/gst/interfaces/xoverlay.c:
1599         (gst_x_overlay_handle_events):
1600         * gst-libs/gst/interfaces/xoverlay.h:
1601         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1602         (gst_ximagesink_set_xwindow_id),
1603         (gst_ximagesink_set_event_handling),
1604         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1605         (gst_ximagesink_get_property), (gst_ximagesink_init),
1606         (gst_ximagesink_class_init):
1607         * sys/ximage/ximagesink.h:
1608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1609         (gst_xvimagesink_set_xwindow_id),
1610         (gst_xvimagesink_set_event_handling),
1611         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1612         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1613         (gst_xvimagesink_class_init):
1614         * sys/xvimage/xvimagesink.h:
1615         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1616         Add a method to the XOverlay interface to allow disabling of 
1617         event handling in x[v]imagesink elements. This will let X events
1618         propagate to parent windows which can be usefull in some cases.
1619         Be carefull that the application is then responsible of pushing
1620         navigation events and expose events to the video sink.
1621         Fixes: #387138.
1622
1623 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * gst-libs/gst/tag/gstvorbistag.c:
1626         * tests/check/libs/tag.c: (GST_START_TEST):
1627           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1628           (fixes #392070).
1629
1630 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * configure.ac:
1633         * docs/Makefile.am:
1634         * docs/design/Makefile.am:
1635           Dist design docs.
1636
1637 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1638
1639         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1640         typo. Fixes: #390063.
1641
1642 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1643
1644         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1646         caps leak.
1647         * win32/common/config.h: Updated.
1648
1649 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1650
1651         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1652         (setup_gdpdepay_streamheader):
1653         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1654         (setup_gdppay_streamheader):
1655           Fix the dp tests, but activating the pads for the streamheader tests
1656           too and cleaning up conditionaly
1657
1658 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1659
1660         * gst/ffmpegcolorspace/avcodec.h:
1661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1662         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1663         (gst_ffmpegcsp_avpicture_fill):
1664         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1665         (img_get_alpha_info):
1666         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1667         other end of the word. Fixes: #387073.
1668
1669         Add some inconsequential branch hints in a couple of places.
1670
1671 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1672
1673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1674         (gst_ffmpeg_caps_to_smpfmt):
1675           The "signed" field in raw audio caps is of boolean type, trying to
1676           extract the value with _get_int() will fail (fix to keep in sync with
1677           the copy in gst-ffmpeg)
1678
1679 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1680
1681         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1682         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1683         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1684         (cleanup_gdpdepay):
1685         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1686         * tests/check/elements/subparse.c: (teardown_subparse):
1687         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1688         * tests/check/elements/videorate.c: (cleanup_videorate):
1689         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1690         * tests/check/elements/volume.c: (cleanup_volume):
1691         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1692         (cleanup_vorbisdec):
1693         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1694         (cleanup_vorbistag):
1695           consistent pad (de)activation
1696
1697 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1700           Forgot to register the extensions.
1701
1702 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1705         (plugin_init):
1706           Add typefinder for VIVO files (my christmas present to the 90s).
1707
1708 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1709
1710         * gst/playback/gstdecodebin.c: (type_found):
1711           Special-case the text/plain media type: we only want to recognise it
1712           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1713           parser, but not if the entire stream is of text/plain type. If the
1714           entire stream is text/plain, we should just error out.
1715
1716           This fixes playback of audio files with lyrics in totem. Totem can't
1717           distinguish between text files and subtitle files and passes any
1718           .txt file with the same basename as the main file to playbin as
1719           suburi, and playbin will then throw a 'subtitle found, but no video
1720           stream' error, which isn't entirely helpful. See #380342.
1721
1722           Also, with this change we'll show a slightly more correct error
1723           message in case totem passes a playlist file to us (although a
1724           custom error message wording instead of the default text would
1725           probably not be a bad idea either).
1726
1727           Same problem also needs to be fixed for playbin+decodebin2.
1728
1729         * tests/check/Makefile.am:
1730         * tests/check/elements/decodebin.c: (src_handoff_cb),
1731         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1732         (decodebin_suite):
1733           Add simple unit test for decodebin for the above.
1734
1735 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1736
1737         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1738         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1739           Refuse to change state to READY when we failed to create any of the
1740           required elements in our instance init function.
1741
1742 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * docs/libs/gst-plugins-base-libs-sections.txt:
1745           Small docs fixes/updates.
1746
1747         * gst-libs/gst/video/gstvideosink.h:
1748           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1749           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1750           removed from the base sink API between 0.9.6 and 0.9.7).
1751           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1752           accessor macros, so we don't do a runtime GObject type check every
1753           time we use them.
1754
1755 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1756
1757         * Makefile.am:
1758         * gst-plugins-base.doap:
1759         * gst-plugins-base.spec.in:
1760           add doap file
1761
1762 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         Patch by: Jens Granseuer <jensgr at gmx net>
1765
1766         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1767         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1768         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1769         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1771           Declare variables at the beginning of a block. Fixes #383195.
1772
1773 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1774
1775         * configure.ac:
1776         Bump version nano - back to CVS.
1777
1778
1779 === release 0.10.11 ===
1780
1781 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1782
1783         * configure.ac:
1784           releasing 0.10.11, "Dumb things"
1785
1786 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1787
1788         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1789         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1790         Handle the case where an element has multiple pads with 
1791         unfixed caps as well as still possibly producing more dynamic 
1792         pads by storing each case as a distinct entry in the dynamic list.
1793         Fixes #38223 again.
1794
1795 2006-12-04  Wim Taymans  <wim@fluendo.com>
1796
1797         * gst/playback/gstdecodebin.c: (close_pad_link):
1798         Fix #382223, add more dynamic caps handling.
1799
1800 2006-12-04  Wim Taymans  <wim@fluendo.com>
1801
1802         reviewed by: <delete if not using a buddy>
1803
1804         * gst-libs/gst/audio/gstringbuffer.h:
1805         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1806         (gst_netaddress_set_ip4_interface),
1807         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1808         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1809         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1810         (gst_netaddress_get_ttl):
1811         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1812         * gst/playback/gstdecodebin.c: (close_pad_link):
1813         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1814         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1815         * win32/common/config.h:
1816
1817 2006-12-01  Michael Smith  <msmith@fluendo.com>
1818
1819         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1820           Delete bad debug code.
1821           Fixes #381219
1822
1823 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1824
1825         * gst/videoscale/vs_4tap.c:
1826         * win32/MANIFEST:
1827         * win32/common/config.h:
1828         * win32/vs8/libgstvideoscale.vcproj:
1829         Fix compilation on win32 under VS8
1830         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1831         Partially fixes #381175
1832
1833 2006-11-30  Michael Smith  <msmith@fluendo.com>
1834
1835         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1836         (GST_START_TEST):
1837           It would be very bad if, after a discont buffer, we thought every
1838           single following buffer was also discont. So, add to the test to
1839           ensure that this isn't the case.
1840           
1841         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1842           ... it was the case. So fix it.
1843
1844 2006-11-28  Wim Taymans  <wim@fluendo.com>
1845
1846         * gst/playback/gstplaybasebin.c: (check_queue_event):
1847         Improve debug.
1848
1849         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1850         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1851         padtemplate caps. Refixes #357577.
1852
1853 2006-11-28  Wim Taymans  <wim@fluendo.com>
1854
1855         * gst/playback/gstplaybasebin.c: (check_queue_event),
1856         (queue_threshold_reached), (queue_out_of_data),
1857         (gen_preroll_element):
1858         Add event probe to see when EOS is in a queue and we can disable the
1859         underrun signals. Fixes #357577.
1860
1861 2006-11-28  Edward Hervey  <edward@fluendo.com>
1862
1863         * gst/playback/Makefile.am:
1864         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1865         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1866         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1867         (gst_decode_bin_init), (gst_decode_bin_dispose),
1868         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1869         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1870         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1871         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1872         (connect_element), (expose_pad), (type_found),
1873         (pad_added_group_cb), (pad_removed_group_cb),
1874         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1875         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1876         (are_raw_caps), (multi_queue_overrun_cb),
1877         (multi_queue_underrun_cb), (gst_decode_group_new),
1878         (get_current_group), (group_demuxer_event_probe),
1879         (gst_decode_group_control_demuxer_pad),
1880         (gst_decode_group_control_source_pad),
1881         (gst_decode_group_check_if_blocked),
1882         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1883         (gst_decode_group_hide), (gst_decode_group_free),
1884         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1885         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1886         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1887         (plugin_init):
1888         New decodebin2 element.
1889         Closes #370092
1890         * gst/playback/gstplay-marshal.list:
1891         Added marshallers for new signals in decodebin2
1892         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1893         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1894         is set.
1895
1896 2006-11-28  Wim Taymans  <wim@fluendo.com>
1897
1898         * gst/playback/gstplaybasebin.c: (setup_source),
1899         (gst_play_base_bin_change_state):
1900         Disable rtsp:// uris for the release, it's not good enough yet.
1901         Remove unused var.
1902
1903 2006-11-26  Wim Taymans  <wim@fluendo.com>
1904
1905         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1906         (theora_dec_push_forward), (theora_dec_push_reverse),
1907         (theora_handle_data_packet), (theora_dec_decode_buffer),
1908         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1909         (theora_dec_chain_forward), (theora_dec_chain):
1910         Implement reverse playback.
1911
1912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1913         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1914         (vorbis_dec_chain_forward):
1915         Clear buffers used for reverse playback in _reset.
1916         No need to set the eos flag, we clip samples using the segment.
1917
1918 2006-11-24  Wim Taymans  <wim@fluendo.com>
1919
1920         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1921         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1922         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1923         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1924         Some cleanups.
1925         Handle continued pages in reverse mode.
1926
1927 2006-11-24  Wim Taymans  <wim@fluendo.com>
1928
1929         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1930         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1931         (vorbis_dec_flush_decode):
1932         Small cleanups.
1933         Don't try to add invalid timestamps.
1934         Clipping will unref the buffer.
1935
1936 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1937
1938         * gst/adder/gstadder.h:
1939         * gst/audiotestsrc/gstaudiotestsrc.h:
1940           remove obsolete _factory_init protos
1941
1942 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1945           Fix spacing in debug message.
1946
1947 2006-11-23  Wim Taymans  <wim@fluendo.com>
1948
1949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1950         (gst_ogg_demux_chain):
1951         Don't just ignore return values from _pad_push().
1952         Small debug improvements.
1953
1954 2006-11-23  Michael Smith  <msmith@fluendo.com>
1955
1956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1957           If our incoming buffer is marked as DISCONT, then increment the page
1958           number (so that the discontinuity is marked in the final ogg
1959           bitstream) and flush the previous page.
1960
1961 2006-11-22  Michael Smith  <msmith@fluendo.com>
1962
1963         * ext/theora/gsttheoraenc.h:
1964         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1965         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1966         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1967         (theora_enc_chain), (theora_enc_change_state):
1968           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1969
1970         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1971         (GST_START_TEST), (theoraenc_suite):
1972           Enable discontinuity test, fix it.
1973
1974 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1975
1976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1977         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1978         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1979         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1980         (gst_text_overlay_change_state):
1981         * ext/pango/gsttextoverlay.h:
1982           Some textoverlay fixes: for one, in the video chain function,
1983           actually wait for a text buffer to come in if there is none at the
1984           moment and there should be one; also, deal more gracefully with
1985           incoming buffers that do not have a timestamp or duration; discard
1986           text buffer when not needed any longer. Fixes #341681.
1987
1988         * tests/check/Makefile.am:
1989         * tests/check/elements/.cvsignore:
1990         * tests/check/elements/textoverlay.c:
1991         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1992         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1993         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1994         (test_video_waits_for_text_send_text_newsegment_thread),
1995         (test_video_waits_for_text_shutdown_element),
1996         (test_render_continuity_push_video_buffers_thread),
1997         (textoverlay_suite):
1998           Add some unit tests for textoverlay.
1999
2000 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2003           Avoid integer underflow when the found probability for mp3 is
2004           smaller than the 'penalty' we subtract if there's not a clean
2005           mp3 header sync at offset 0.
2006
2007 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2008
2009         * docs/libs/gst-plugins-base-libs-sections.txt:
2010           Add some new symbols to the docs
2011
2012 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * tests/check/Makefile.am:
2015         * tests/check/elements/ffmpegcolorspace.c:
2016         (ffmpegcolorspace_suite):
2017           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2018           (for now not for valgrinding though, since it takes too long).
2019
2020 2006-11-20  Wim Taymans  <wim@fluendo.com>
2021
2022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2023         (gst_ffmpeg_pixfmt_to_caps):
2024         Fix RGBA32 caps. Fixes #357038.
2025
2026 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2027
2028         * gst-libs/gst/interfaces/mixertrack.h:
2029           Add FIXME so we can add some padding here in 0.11
2030
2031 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2034           Fix GstBaseRTPAudioPayload structure so the whole GObject
2035           inheritance business actually works (parent class instance structure
2036           must always come first in the derived class instance structure).
2037
2038 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         * gst/videotestsrc/Makefile.am:
2041         * tests/check/Makefile.am:
2042           Make sure our checks and the videotestsrc plugin link against the
2043           local uninstalled gst libs and not any installed gst libs that
2044           might happen to exist as well.
2045
2046         * tests/check/elements/adder.c: (message_received),
2047         (test_event_message_received), (test_play_twice_message_received):
2048         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2049           Fix compiler warnings when compiling against core with disabled
2050           debugging system.
2051
2052 2006-11-16  Michael Smith  <msmith@fluendo.com>
2053
2054         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2055         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2056           Fix audiorate, so that it accurately sets offsets and timestamps.
2057           Doesn't change the fundamental algorithmic decisions; so should be
2058           safe.
2059
2060         * tests/check/Makefile.am:
2061           Enable audiorate test now that it passes.
2062
2063 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2064
2065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2066           clear xv when going to NULL, remove // commented non-existant proto
2067
2068         * tests/examples/seek/seek.c: (main):
2069           add missing tooltip description for scrub and play_scrub
2070
2071 2006-11-14  David Schleef  <ds@schleef.org>
2072
2073         * configure.ac:
2074           Bump liboil requirement to 0.3.8.
2075         * gst-libs/gst/riff/riff-media.c:
2076           Add Dirac fourcc.
2077         * gst/videoscale/vs_image.h:
2078         * gst/videoscale/vs_scanline.h:
2079           Use liboil's stdint.h.
2080         * gst/videotestsrc/videotestsrc.c:
2081           Remove liboil related ifdef's, since they aren't needed now, and
2082           won't work with future versions.
2083
2084 2006-11-14  David Schleef  <ds@schleef.org>
2085
2086         * gst/videoscale/Makefile.am:
2087         * gst/videoscale/gstvideoscale.c:
2088         * gst/videoscale/gstvideoscale.h:
2089         * gst/videoscale/vs_4tap.c:
2090         * gst/videoscale/vs_4tap.h:
2091         * gst/videoscale/vs_image.c:
2092         * gst/videoscale/vs_image.h:
2093         * gst/videoscale/vs_scanline.c:
2094         * gst/videoscale/vs_scanline.h:
2095           Add a 4-tap image scaler.  Theoretically looks much prettier.
2096           The tap calculation could use some improvement.
2097
2098 2006-11-14  Wim Taymans  <wim@fluendo.com>
2099
2100         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2101
2102         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2103         (gst_riff_parse_strf_iavs):
2104         * gst/subparse/gstsubparse.c: (convert_encoding):
2105         * gst/tcp/gstmultifdsink.c:
2106         (gst_multi_fd_sink_handle_client_write):
2107         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2108         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2109         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2110         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2111         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2112         (gst_ximagesink_ximage_new):
2113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2114         Various gsize and gssize printf fixes. Fixes #372507.
2115
2116 2006-11-13  Wim Taymans  <wim@fluendo.com>
2117
2118         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2119         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2120         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2121         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2122         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2123         * ext/vorbis/vorbisdec.h:
2124         First stab at vorbis reverse playback.
2125
2126 2006-11-13  Wim Taymans  <wim@fluendo.com>
2127
2128         * gst-libs/gst/audio/gstbaseaudiosink.c:
2129         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2130         * gst-libs/gst/audio/gstbaseaudiosink.h:
2131         Make the clock sync code more accurate wrt resampling and playback
2132         at different rates.
2133         
2134         * gst-libs/gst/audio/gstringbuffer.c:
2135         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2136         * gst-libs/gst/audio/gstringbuffer.h:
2137         Use better algorithm to interpolate sample rates. 
2138
2139 2006-11-13  Michael Smith  <msmith@fluendo.com>
2140
2141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2142           Improve a debug line slightly.
2143
2144         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2145           Call gst_riff_init() in plugin_init, to avoid getting errors from
2146           the debug system (unrelated changes to another plugin made this turn
2147           up; not sure why).
2148
2149 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2150
2151         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2152
2153         * win32/common/libgsttag.def:
2154           Add missing symbol (#366492).
2155
2156 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2159           Don't unref a NULL pad.
2160
2161 2006-11-09  Wim Taymans  <wim@fluendo.com>
2162
2163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2164         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2165         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2166         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2167         (gst_ogg_demux_loop):
2168         Implement first stab at reverse playback.
2169
2170 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2173         (gst_riff_create_video_template_caps):
2174           add h263/h264 variants to the caps, Fixes #363118
2175
2176 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2179         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2180           Use g_strerror instead of strerror so we get UTF-8.
2181
2182 2006-11-03  David Schleef  <ds@schleef.org>
2183
2184         * ext/ogg/gstoggdemux.c:
2185         * ext/ogg/gstoggmux.c:
2186           Add/remove KW-DIRAC header here, since it is ogg-specific.
2187
2188 2006-11-03  Michael Smith  <msmith@fluendo.com>
2189
2190         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2191           Recognise more mpeg4 elementary video streams.
2192
2193 2006-11-02  Edward Hervey  <edward@fluendo.com>
2194
2195         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2196         Lower the probability of mp3 typefinding functions if we don't find a
2197         valid mp3 header at the start of the file.
2198         Closes #369482
2199
2200 2006-11-02  Wim Taymans  <wim@fluendo.com>
2201
2202         * ext/theora/gsttheoradec.h:
2203         * ext/theora/theoradec.c: (gst_theora_dec_init),
2204         (theora_dec_sink_event), (theora_dec_chain_forward),
2205         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2206         (theora_dec_chain):
2207         Document and partially implement an algorithm for doing reverse playback
2208         of theora video.
2209
2210 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2211
2212         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2213
2214         * win32/common/config.h:
2215         * win32/common/interfaces-enumtypes.c:
2216         * win32/common/libgsttag.def:
2217         * win32/vs8/gst-plugins-base.sln:
2218         * win32/vs8/libgstaudioresample.vcproj:
2219         * win32/vs8/libgstinterfaces.vcproj:
2220         * win32/vs8/libgstogg.vcproj:
2221         * win32/vs8/libgstriff.vcproj:
2222         * win32/vs8/libgsttag.vcproj:
2223         * win32/vs8/libgsttheora.vcproj:
2224         * win32/vs8/libgstvideoscale.vcproj:
2225         * win32/vs8/libgstvorbis.vcproj:
2226           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2227           to libgsttag.def; add missing dependencies for some vs8 projects;
2228           re-arrange placement of .def files in vs8 projects (#366334).
2229
2230 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         * ext/ogg/gstogg.c:
2233           Remove unused variable.
2234
2235         * ext/ogg/gstoggdemux.c:
2236           Fix Wim's surname in plugin description.
2237
2238 2006-10-31  Wim Taymans  <wim@fluendo.com>
2239
2240         * gst-plugins-base.spec.in:
2241         spec new .h file. Fixes #368310.
2242
2243 2006-10-31  Michael Smith  <msmith@fluendo.com>
2244
2245         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2246         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2247         (gst_multi_fd_sink_get_stats),
2248         (gst_multi_fd_sink_remove_client_link),
2249         (gst_multi_fd_sink_queue_buffer),
2250         (gst_multi_fd_sink_handle_clients):
2251         * gst/tcp/gstmultifdsink.h:
2252           Make using the remove or clear signals threadsafe.
2253           Make calling get-stats with an invalid fd not segfault.
2254           Fixes 368273.
2255
2256 2006-10-31  Wim Taymans  <wim@fluendo.com>
2257
2258         * gst-libs/gst/rtp/Makefile.am:
2259         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2260         (gst_base_rtp_audio_payload_init):
2261         Fix and activate base audio payloader.
2262
2263 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2266         (plugin_init):
2267           Add typefinder for QuickTime Image Files (see #366156).
2268
2269 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2270
2271         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2272           Another typo fix (#366212).
2273
2274 2006-10-27  Wim Taymans  <wim@fluendo.com>
2275
2276         * gst/volume/gstvolume.c: (volume_transform_ip):
2277         Use stream time to synchronize volume property instead of rather random
2278         timestamps. This is needed when gnonlin does its time shifting.
2279
2280 2006-10-27  Wim Taymans  <wim@fluendo.com>
2281
2282         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2283
2284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2285         Remove the pad from the element in release_pad. Fixes #364812.
2286
2287 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2288
2289         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2291           Explicitly create our custom buffer classes at a thread-safe
2292           location as well, since g_type_class_ref() doesn't seem to be
2293           entirely thread-safe either (#365501; also see #349410).
2294
2295 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2296
2297         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2298         (gst_riff_parse_info):
2299           If strings in INFO chunk are not UTF-8, do something similar to
2300           what we do for ID3v1 tags: check a number of environment variables
2301           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2302           character sets to try, otherwise try the current locale and/or fall
2303           back on ISO-8859-1. Fixes #360552.
2304
2305 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst/videotestsrc/gstvideotestsrc.c:
2308         (gst_video_test_src_pattern_get_type),
2309         (gst_video_test_src_set_pattern):
2310         * gst/videotestsrc/gstvideotestsrc.h:
2311         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2312         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2313         (gst_video_test_src_checkers8):
2314         * gst/videotestsrc/videotestsrc.h:
2315           Add a bunch of exciting new checkers patterns.
2316
2317 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * gst/subparse/Makefile.am:
2320         * gst/subparse/gstsubparse.c:
2321         (gst_sub_parse_data_format_autodetect),
2322         (gst_sub_parse_format_autodetect), (handle_buffer),
2323         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2324         * gst/subparse/gstsubparse.h:
2325         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2326         (parse_tmplayer):
2327         * gst/subparse/tmplayerparse.h:
2328           Add support for TMPlayer-type subtitles (#362845).
2329
2330         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2331         (GST_START_TEST), (subparse_suite):
2332           Add some basic unit tests for the above.
2333
2334 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2335
2336         * tests/check/elements/audiorate.c: (test_injector_base_init),
2337         (test_injector_class_init), (test_injector_chain),
2338         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2339         (GST_START_TEST), (audiorate_suite):
2340           More tests for audiorate: inject buffers to check behaviour when
2341           buffers overlap.
2342
2343 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2344
2345         * tests/check/Makefile.am:
2346         * tests/check/elements/.cvsignore:
2347         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2348         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2349           Add some basic unit tests for audiorate. Disabled at the moment
2350           since it doesn't pass yet (see bug #363119).
2351
2352 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2353
2354         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2355         (parse_subrip), (handle_buffer):
2356           Add missing closing tags for markup and fix broken markup,
2357           otherwise pango won't render anything (fixes #357531). Also,
2358           make sure the text we send out is always NUL-terminated
2359           (better safe than sorry etc.).
2360
2361         * tests/check/elements/subparse.c: (test_srt_do_test),
2362         (test_srt):
2363           Some more tests for .srt incl. tests for the above stuff.
2364
2365 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2366
2367         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2369         Patch by: Stefan Kost  <ensonic@users.sf.net>
2370         Try to redraw borders only when needed. Apparently this consumes
2371         resources on small devices... :-O (#363607)
2372
2373 2006-10-20  Michael Smith  <msmith@fluendo.com>
2374
2375         * gst/tcp/gstmultifdsink.c:
2376         (gst_multi_fd_sink_client_queue_buffer):
2377           If caps change, then update the client's idea of the caps so that we
2378           don't end up re-sending streamheaders for every single buffer after
2379           the caps change.
2380
2381 2006-10-20  Michael Smith  <msmith@fluendo.com>
2382
2383         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2384         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2385           Set caps on pushed buffers; fix up refcounting of caps objects.
2386
2387 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2388
2389         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2390         (plugin_init):
2391           Typefind mmsh header data packet to application/x-mmsh (#362625).
2392
2393 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * tests/check/Makefile.am:
2396         * tests/check/elements/.cvsignore:
2397         * tests/check/elements/subparse.c: (buffer_from_static_string),
2398         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2399         (GST_START_TEST), (subparse_suite):
2400           Add very simple unit test for subparse.
2401
2402 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2403
2404         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2405         (parse_subrip):
2406           Strip trailing newlines from subtitle text output.
2407
2408 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2409
2410         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2411         (gst_sub_parse_change_state):
2412           Fix memleak; clear subparse->textbuf n state change function.
2413
2414 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2415
2416         * gst/subparse/gstsubparse.c:
2417         (gst_sub_parse_data_format_autodetect):
2418           Don't require subrip (.srt) files to start with a chunk number of 1.
2419
2420 2006-10-18  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst-libs/gst/audio/gstbaseaudiosink.c:
2423         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2424         * gst-libs/gst/audio/gstbaseaudiosink.h:
2425         Extract rate from the NEWSEGMENT event.
2426         Use commit_full to also take rate adjustment into account when writing
2427         samples to the ringbuffer.
2428         
2429         * gst-libs/gst/audio/gstringbuffer.c:
2430         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2431         (gst_ring_buffer_read):
2432         * gst-libs/gst/audio/gstringbuffer.h:
2433         Added _commit_full() to also take rate into account.
2434         Use simple interpolation algorithm to resample audio.
2435         API: gst_ring_buffer_commit_full()
2436
2437         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2438         * tests/examples/seek/seek.c: (segment_done):
2439         Don't try to seek with 0.0 rate, just pause instead.
2440         Remove bogus debug line.
2441
2442 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2445         (setup_source):
2446           Catch async errors when starting up the subtitle bin, so we can
2447           stop waiting and continue with the main film instead of hanging
2448           forever. Fixes #339366.
2449
2450         * tests/check/elements/playbin.c: (playbin_suite):
2451           Enable unit test for the above.
2452
2453 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2454
2455         * tests/check/Makefile.am:
2456         * tests/check/elements/.cvsignore:
2457         * tests/check/elements/playbin.c: (GST_START_TEST),
2458         (gst_red_video_src_uri_get_type),
2459         (gst_red_video_src_uri_get_protocols),
2460         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2461         (gst_red_video_src_uri_handler_init),
2462         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2463         (gst_red_video_src_create), (gst_red_video_src_class_init),
2464         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2465           Some small and basic unit tests for playbin; not very useful yet,
2466           but at least a start.
2467
2468 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         * gst/playback/gstplaybin.c: (setup_sinks):
2471           The old pad activation spiel.
2472
2473 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * gst/playback/gstplaybasebin.c: (setup_source):
2476           Don't hang forever if the subbin already fails to start up in 
2477           the state change to PAUSED (#339366).
2478
2479 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2480
2481         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2482         (gst_tuner_set_channel), (gst_tuner_get_channel),
2483         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2484         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2485         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2486         (gst_tuner_find_channel_by_name):
2487           Fix some function guards, add some more function guards.
2488
2489 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2490
2491         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2492         (remove_element_chain):
2493         Don't return a pad from get_our_ghost_pad unless it is actually the
2494         one we want.
2495         Change a cast in remove_element_chain slightly.
2496
2497 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2498
2499         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2500         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2501         Segment seeking needs to use the rate and set stop to -1.
2502
2503 2006-10-13  Wim Taymans  <wim@fluendo.com>
2504
2505         * gst-libs/gst/audio/gstbaseaudiosink.c:
2506         (gst_base_audio_sink_setcaps):
2507         Don't crash when ringbuffer is not yet created.
2508         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2509         Fixes #361634.
2510
2511         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2512         * gst/playback/gststreamselector.c:
2513         (gst_stream_selector_request_new_pad):
2514         Activate pads befre adding them to running elements.
2515
2516 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2517
2518         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2519         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2520         updater when we start grabing the slider. Don't wait for the
2521         pipeline to be PAUSED.
2522
2523 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2526         (gst_mixer_set_volume), (gst_mixer_get_volume),
2527         (gst_mixer_set_mute), (gst_mixer_set_option),
2528         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2529         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2530         (gst_mixer_option_changed):
2531           Guard mixer interface functions against bogus arguments.
2532
2533 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2534
2535         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2536         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2537         (msg_state_changed), (main): Use state-changed messages to trigger
2538         start/stop of scale update timer. Indeed the scale slider was
2539         jumping here and there because the update timer was activated 
2540         before seek completed. This fixes instant applying of rate changes
2541         by pressing the spinbutton like a crazy man !
2542
2543 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2546
2547         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2548         (gst_basertppayload_finalize):
2549           Fix two small memory leaks (#361456).
2550
2551 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2552
2553         * tests/examples/seek/seek.c: (do_seek),
2554         (rate_spinbutton_changed_cb): When changing spinbutton we try
2555         to change the rate on the fly.
2556
2557 2006-10-10  Wim Taymans  <wim@fluendo.com>
2558
2559         * gst-libs/gst/riff/riff-ids.h:
2560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2561         (gst_riff_create_audio_template_caps):
2562         Add WMS caps.
2563
2564 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2565
2566         Patch by: Josep Torre Valles <josep@fluendo.com>
2567
2568         * ext/gnomevfs/gstgnomevfssink.c:
2569         * ext/gnomevfs/gstgnomevfssrc.c:
2570         Fix URI interface implementation return type.
2571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2572         Fix what looks like a copy/paste issue when assigning values.
2573         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2574         (gst_audio_filter_template_get_type):
2575         Cast to prevent Forte warnings.
2576         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2577         Fix URI interface implementation return type.
2578         gst_pad_query_position requires a signed integer pointer as
2579         3rd parameter, GstClockTime is unsigned.
2580         * gst/audioconvert/audioconvert.c:
2581         Fix integer overflow when treated as signed.
2582         * gst/audioresample/resample.c: (resample_add_input_data):
2583         Cast to prevent warnings on Forte.
2584         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2585         Fix integer overflow when treated as signed.
2586         * gst/ffmpegcolorspace/imgconvert_template.h:
2587         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2588         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2589         (cleanup_decodebin):
2590         Who initialises a guint to -1!
2591         Cast function pointers to prevent warnings on Forte.
2592         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2593         (queue_threshold_reached):
2594         Cast function pointers correctly to prevent warnings on Forte.
2595         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2596         Cast function pointers correctly to prevent warnings on Forte.
2597         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2598         Obvious change to unsigned, 0xEF > max signed char.
2599         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2600         GstClockTime is unsigned, initialise correctly.
2601         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2602         Cast so pointer arithemetic doesn't cause warnings on Forte.
2603         * gst/videorate/gstvideorate.c:
2604         Use correct return value.
2605         * tests/examples/seek/scrubby.c:
2606         GstClockTime is unsigned, initialise correctly.
2607
2608 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2609
2610         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2611
2612         * gst/typefind/gsttypefindfunctions.c:
2613           Recognise XML files and XML-like files shorter than 256 bytes as
2614           well (fixes #359237).
2615
2616 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2617
2618         Patch by: Renato Filho <renato.filho@indt.org.br>
2619         
2620         * gst/typefind/gsttypefindfunctions.c:
2621         Added typefind functions to video/x-nuv media.
2622         
2623 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2624
2625         * gst-libs/gst/interfaces/xoverlay.c:
2626         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2627           Some more guards against invalid input.
2628
2629 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2630
2631         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2632         Useless goto.
2633         * tests/examples/seek/seek.c: (do_seek),
2634         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2635         seek example to experiment with rates != 1.0 (reverse playback !)
2636
2637 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2638
2639         * gst-libs/gst/interfaces/xoverlay.c:
2640           Unref message in doc-example (spotted by Robert McQueen)
2641
2642 2006-10-06  Wim Taymans  <wim@fluendo.com>
2643
2644         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2645         (mpeg1_parse_header), (mpeg1_sys_type_find):
2646         printf fix.
2647
2648 2006-10-06  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2651         (close_pad_link):
2652         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2653         Activate dynamic pads before adding them to the element.
2654
2655 2006-10-06  Michael Smith  <msmith@fluendo.com>
2656
2657         * gst-libs/gst/floatcast/floatcast.h:
2658           Fix obviously-bogus macros; use the correct types.
2659
2660 2006-10-06  Wim Taymans  <wim@fluendo.com>
2661
2662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2663         (gst_base_rtp_depayload_change_state):
2664         Also call parent state change function to activate pads.
2665
2666         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2667         (mpeg1_parse_header), (mpeg1_sys_type_find):
2668         Add some more debug info in mpeg typefinding.
2669
2670 2006-10-06  Michael Smith  <msmith@fluendo.com>
2671
2672         * ext/theora/theoradec.c: (theora_dec_chain):
2673           Zero byte theora packets are valid and well-defined; don't warn on
2674           them.
2675
2676 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2677
2678         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2679         (gst_multi_fd_sink_get_stats), (find_limits),
2680         (gst_multi_fd_sink_queue_buffer):
2681           API: add dropped_buffers to the get-stats GValueArray
2682
2683 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2684
2685         * ext/alsa/gstalsadeviceprobe.c:
2686         (gst_alsa_device_property_probe_get_values):
2687         * ext/alsa/gstalsasink.c: (set_hwparams):
2688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2689         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2691         (gst_ogg_mux_process_best_pad):
2692         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2693         (gst_ogg_parse_chain):
2694         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2695         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2696         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2697         (gst_vorbis_enc_buffer_check_discontinuous):
2698         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2699         * gst-libs/gst/audio/gstbaseaudiosink.c:
2700         (gst_base_audio_sink_render):
2701         * gst-libs/gst/cdda/gstcddabasesrc.c:
2702         (gst_cdda_base_src_handle_track_seek):
2703         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2704         (gst_base_rtp_depayload_push_full):
2705         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2706         * gst/audioresample/resample.c: (resample_input_pushthrough):
2707         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2708         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2709         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2710         (wavpack_type_find):
2711         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2712         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2713         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2714         * tests/check/elements/volume.c: (GST_START_TEST):
2715           Printf format fixes.
2716
2717 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2718
2719         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2720           Fix a simple mistake (see the docs)
2721           Fixes #359580
2722
2723 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2724
2725         * docs/plugins/Makefile.am:
2726         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2727         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2728         * docs/plugins/gst-plugins-base-plugins.args:
2729         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2730         * docs/plugins/inspect/plugin-adder.xml:
2731         * docs/plugins/inspect/plugin-alsa.xml:
2732         * docs/plugins/inspect/plugin-audioconvert.xml:
2733         * docs/plugins/inspect/plugin-audiorate.xml:
2734         * docs/plugins/inspect/plugin-audioresample.xml:
2735         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2736         * docs/plugins/inspect/plugin-cdparanoia.xml:
2737         * docs/plugins/inspect/plugin-decodebin.xml:
2738         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2739         * docs/plugins/inspect/plugin-gdp.xml:
2740         * docs/plugins/inspect/plugin-gnomevfs.xml:
2741         * docs/plugins/inspect/plugin-libvisual.xml:
2742         * docs/plugins/inspect/plugin-ogg.xml:
2743         * docs/plugins/inspect/plugin-pango.xml:
2744         * docs/plugins/inspect/plugin-playbin.xml:
2745         * docs/plugins/inspect/plugin-subparse.xml:
2746         * docs/plugins/inspect/plugin-tcp.xml:
2747         * docs/plugins/inspect/plugin-theora.xml:
2748         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2749         * docs/plugins/inspect/plugin-video4linux.xml:
2750         * docs/plugins/inspect/plugin-videorate.xml:
2751         * docs/plugins/inspect/plugin-videoscale.xml:
2752         * docs/plugins/inspect/plugin-videotestsrc.xml:
2753         * docs/plugins/inspect/plugin-volume.xml:
2754         * docs/plugins/inspect/plugin-vorbis.xml:
2755         * docs/plugins/inspect/plugin-ximagesink.xml:
2756         * docs/plugins/inspect/plugin-xvimagesink.xml:
2757           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2758
2759 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2760
2761         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2762
2763         * ext/vorbis/Makefile.am:
2764         * ext/vorbis/vorbis.c: (plugin_init):
2765         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2766         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2767         * ext/vorbis/vorbisparse.h:
2768         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2769         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2770         (gst_vorbis_tag_parse_packet):
2771         * ext/vorbis/vorbistag.h:
2772           Add new vorbistag element which derives from vorbisparse
2773           and is essentially the same as well, only that it implements
2774           the GstTagSetter interface and can modify the stream's
2775           vorbiscomment on the fly (#335635).
2776
2777         * tests/check/Makefile.am:
2778         * tests/check/elements/.cvsignore:
2779         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2780         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2781         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2782         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2783           Add unit test for new vorbistag element.
2784
2785 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2786
2787         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2788         (vorbis_parse_push_headers), (vorbis_parse_chain):
2789           Set BOS flag in packet structure to fix 'jump depends
2790           on unitialized value' errors in valgrind; various minor
2791           clean-ups.
2792
2793 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2794
2795         * gst/playback/gstdecodebin.c: (close_pad_link):
2796         Fix typo in a debug statement.
2797
2798         * gst/playback/gstplaybasebin.c: (probe_triggered),
2799         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2800         (gen_source_element), (source_new_pad), (analyse_source),
2801         (setup_source):
2802         When handling no_more_pads in new_decoded_pad, make sure to treat
2803         subtitle pads correctly. Fixes playback with subtitle files.
2804
2805         Move a recurring message to LOG level.
2806
2807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2808         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2809         which ends up as -1 when cast to an int. Make the logic handle the
2810         max value as an unsigned mask and only change the colorkey when it's
2811         a value we recognise.
2812
2813 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2814
2815         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2816         Removed empty * between paragraphs
2817
2818 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2819
2820         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2821         * gst-libs/gst/rtp/README:
2822         Moved some documentation into .c file
2823
2824 2006-09-29  Wim Taymans  <wim@fluendo.com>
2825
2826         * gst/playback/gstdecodebin.c: (no_more_pads):
2827         Fix compilation.
2828
2829 2006-09-29  Wim Taymans  <wim@fluendo.com>
2830
2831         * gst/playback/gstdecodebin.c: (new_caps):
2832         Remove g_print
2833
2834         * gst/playback/gstplaybin.c:
2835         Add some docs.
2836
2837 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * tests/check/Makefile.am:
2840           Re-enable cddabasesrc test to see if it works again
2841           now.
2842
2843 2006-09-29  Wim Taymans  <wim@fluendo.com>
2844
2845         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2846         (gen_source_element):
2847         Handle invalid URIs a bit more gracefully.
2848
2849 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2850
2851         * tests/check/pipelines/oggmux.c:
2852           Remove obsolete comment.
2853
2854 2006-09-29  Michael Smith  <msmith@fluendo.com>
2855
2856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2857         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2858         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2859         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2860         (gst_ogg_mux_collected):
2861           Commit patch from James "Doc" Livingston, adds proper EOS handling
2862           in oggmux. GStreamer can, for the first time ever, create a valid
2863           Ogg file! Yay!
2864
2865         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2866         (oggmux_suite):
2867           Reenable tests now that they pass.
2868
2869 2006-09-29  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2872         Stop reading commands when EOF (we read 0) as well.
2873
2874 2006-09-28  Wim Taymans  <wim@fluendo.com>
2875
2876         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2877         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2878         (find_dynamic), (unlinked), (close_link):
2879         Implement delayed caps linking needed for element with a lot of
2880         different caps on the src pads that get fixed at runtime.
2881         Improve management of dynamic elements.
2882
2883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2884         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2885         (gen_preroll_element), (remove_groups), (unknown_type),
2886         (add_element_stream), (no_more_pads_full), (no_more_pads),
2887         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2888         (new_decoded_pad), (setup_subtitle), (array_has_value),
2889         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2890         (analyse_source), (remove_decoders), (make_decoder),
2891         (remove_source), (setup_source), (finish_source), (prepare_output),
2892         (gst_play_base_bin_change_state):
2893         * gst/playback/gstplaybasebin.h:
2894         Use more _CAST instead of full type checking casts.
2895         Small cleanups, plug some leaks.
2896         Handle dynamic sources.
2897         Add some helper functions to create lists of strings used for
2898         blacklisting and other stuff.
2899         Refactor some code dealing with analysing the source.
2900         Re-enable sources without pads (like cd:// or other selfcontained
2901         elements).
2902
2903 2006-09-28  Wim Taymans  <wim@fluendo.com>
2904
2905         * gst-libs/gst/audio/gstbaseaudiosink.c:
2906         (gst_base_audio_sink_render):
2907         When we have a timestamp, we can still perform clipping.
2908         When we have no clock, we must play the sample ASAP.
2909
2910 2006-09-28  Wim Taymans  <wim@fluendo.com>
2911
2912         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2913         Set caps on outgoing buffers.
2914
2915         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2916         (gst_video_rate_event), (gst_video_rate_chain):
2917         * gst/videorate/gstvideorate.h:
2918         Fix videorate some more. Fixes #357977
2919
2920 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2921
2922         * tests/check/elements/adder.c: (adder_suite):
2923           Don't set timeout to 6 seconds when we're running
2924           in valgrind ... (and how is 6 seconds longer than
2925           the default anyway?)
2926
2927 2006-09-28  Wim Taymans  <wim@fluendo.com>
2928
2929         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2930         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2931         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2932         Keep sink and src segment to keep track of time and support more
2933         input formats.
2934         Fix bogus next_offset and run_time calculation, don't understand how
2935         this could have worked before. Fixes #357976.
2936         Remove some unneeded vars.
2937
2938 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2939
2940         * gst/playback/gstplaybin.c: (remove_sinks):
2941           Only remove visualisation from visbin if there is a visbin (or:
2942           don't throw warnings when closing totem without playing a file).
2943
2944 2006-09-27  Wim Taymans  <wim@fluendo.com>
2945
2946         * gst-libs/gst/audio/gstbaseaudiosink.c:
2947         (gst_base_audio_sink_render):
2948         Add some more info in a WARNING.
2949
2950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2951         (gst_base_audio_src_create):
2952         Handle PAUSE in create function, use new -core addition to
2953         wait for playing. Fixes pausing and resuming capture from an
2954         audiosrc.
2955
2956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2957         (gst_ring_buffer_read):
2958         Constify some more.
2959         Caller supports interrupted reads now.
2960
2961 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * tests/check/Makefile.am:
2964           Another attempt to make the gen64 buildbot happy.
2965
2966 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2967
2968         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2969
2970         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2971         (gst_visual_chain), (gst_visual_change_state):
2972           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2973           correctly. Fixes #357800
2974
2975 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2978           Add timeout to _get_state() so we see which pipeline it is
2979           that causes trouble on the gen64 build bot.
2980
2981 2006-09-27  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2984         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2985         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2986         (gst_base_rtp_depayload_set_gst_timestamp):
2987         the source pad always uses fixed caps.
2988
2989 2006-09-27  Wim Taymans  <wim@fluendo.com>
2990
2991         * docs/libs/gst-plugins-base-libs-docs.sgml:
2992         * docs/libs/gst-plugins-base-libs-sections.txt:
2993         * gst-libs/gst/audio/gstaudioclock.c:
2994         * gst-libs/gst/audio/gstaudioclock.h:
2995         * gst-libs/gst/audio/gstaudiosink.c:
2996         * gst-libs/gst/audio/gstaudiosink.h:
2997         * gst-libs/gst/audio/gstaudiosrc.c:
2998         * gst-libs/gst/audio/gstbaseaudiosink.c:
2999         (gst_base_audio_sink_render):
3000         * gst-libs/gst/audio/gstbaseaudiosink.h:
3001         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3002         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3003         * gst-libs/gst/audio/gstringbuffer.h:
3004         Added docs for the audio libs.
3005
3006 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         * tests/check/Makefile.am:
3009           Temporarily disable test that fails on the bots for unknown reasons.
3010
3011 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3012
3013         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3014         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3015         Moved AudioCodecType into priv
3016         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3017
3018 2006-09-25  Wim Taymans  <wim@fluendo.com>
3019
3020         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3021         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3022         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3023         (new_pad):
3024         Cleanups and small leak fixes.
3025         Added Depayloaders to valid list of autopluggable elements.
3026
3027 2006-09-25  Wim Taymans  <wim@fluendo.com>
3028
3029         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3030         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3031         (gen_video_element), (gen_text_element), (gen_audio_element),
3032         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3033         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3034         Detect NO_PREROLL state change returns and disable clock distribution to
3035         the sinks so that sync is disabled.
3036         Avoid some type checking and do simple casts instead.
3037         Small cleanups, fix some FIXMEs.
3038         Be more robust when linking user specified elements, catch an report
3039         errors. Fixes #357404.
3040         Fix some leaks in the error paths.
3041
3042 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3043
3044         * ChangeLog:
3045           ChangeLog surgery for missing bug-number
3046
3047 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3048
3049         Patch by: Peter Kjellerstedt  <pkj at axis com>
3050
3051         * gst/playback/test.c:
3052           Fix compilation with uClibc and -Werror (#357591).
3053
3054 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3055
3056         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3057           Parse dates that are followed by a time as well (#357532).
3058
3059         * tests/check/libs/tag.c: (test_vorbis_tags):
3060           Add unit test for this.
3061
3062 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3065         (gst_audio_convert_transform_caps):
3066         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3067         * gst/videotestsrc/videotestsrc.h:
3068           A few array const-ifications.
3069
3070 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3071
3072         * tests/check/Makefile.am:
3073           See if this makes the build bots happy.
3074
3075         * tests/check/libs/cddabasesrc.c:
3076           UTF8-ise my name.
3077
3078 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3079
3080         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3081
3082         * gst/subparse/samiparse.c: (handle_start_font),
3083         (fix_invalid_entities):
3084           More case-insensitivity for certain tags; recognise entities with
3085           decimal codes as special entities as well (#357330).
3086
3087 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * gst-libs/gst/Makefile.am:
3090           Need to build tag directory before cdda.
3091
3092 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3093
3094         * docs/libs/gst-plugins-base-libs-sections.txt:
3095         * gst-libs/gst/cdda/Makefile.am:
3096         * gst-libs/gst/cdda/gstcddabasesrc.c:
3097         (gst_cdda_base_src_base_init):
3098         * gst-libs/gst/cdda/gstcddabasesrc.h:
3099         * gst-libs/gst/tag/tag.h:
3100         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3101         (gst_tag_register_musicbrainz_tags):
3102           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3103           depend on libgsttag. This is required so we can extract/read tags like
3104           DISCID without depending on libgstcddabasesrc (which used to register
3105           them).
3106
3107         * gst-libs/gst/tag/gstvorbistag.c:
3108           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3109           tags (also see #347848).
3110
3111         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3112           Log vorbis comments we are actually writing. Const-ify array.
3113
3114 2006-09-23  Wim Taymans  <wim@fluendo.com>
3115
3116         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3117         Improve buffering a bit by avoiding a deadlock because we cannot assume
3118         the underrun is always called.
3119
3120 2006-09-23  Wim Taymans  <wim@fluendo.com>
3121
3122         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3123
3124         * gst-libs/gst/riff/riff-ids.h:
3125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3126         (gst_riff_create_audio_template_caps):
3127         Added MPEG-4 AAC and id and caps. Fixes #357289
3128         Added WMA9 Lossless id.
3129
3130 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3131
3132         * ext/gnomevfs/gstgnomevfssrc.c:
3133           Fix misleading docs addition.
3134
3135         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3136           Get rid of compiler warning the right way.
3137
3138 2006-09-22  Wim Taymans  <wim@fluendo.com>
3139
3140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3141         (gst_base_rtp_depayload_finalize),
3142         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3143         (gst_base_rtp_depayload_push_full),
3144         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3145         (gst_base_rtp_depayload_process),
3146         (gst_base_rtp_depayload_set_gst_timestamp),
3147         (gst_base_rtp_depayload_queue_release):
3148         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3149         Small cleanups.
3150         Fix some leaks.
3151         Refactored the process method and added methods to push from the process
3152         vmethod.
3153         Use _scale functions.
3154         API: gst_base_rtp_depayload_push_ts
3155         API: gst_base_rtp_depayload_push
3156
3157         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3158         timestamps are uint.
3159
3160 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3161
3162         * gst-libs/gst/interfaces/xoverlay.c:
3163           Remove unused statement from doc example.
3164
3165 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3166
3167         * gst-libs/gst/interfaces/videoorientation.c:
3168         (gst_video_orientation_iface_init),
3169         (gst_video_orientation_get_hflip),
3170         (gst_video_orientation_get_vflip),
3171         (gst_video_orientation_get_hcenter),
3172         (gst_video_orientation_get_vcenter),
3173         (gst_video_orientation_set_hflip),
3174         (gst_video_orientation_set_vflip),
3175         (gst_video_orientation_set_hcenter),
3176         (gst_video_orientation_set_vcenter):
3177           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3178           in ChangeLog)
3179
3180 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3181
3182         * tests/check/Makefile.am:
3183         * tests/check/elements/.cvsignore:
3184         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3185         (create_rgb_conversions), (rgb_conversion_free),
3186         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3187         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3188           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3189           but disable for now since it doesn't pass (something wrong with
3190           RGBA somewhere).
3191
3192 2006-09-21  Wim Taymans  <wim@fluendo.com>
3193
3194         * gst/playback/gstplaybasebin.c: (group_commit),
3195         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3196         (queue_out_of_data), (gen_preroll_element),
3197         (preroll_remove_overrun), (probe_triggered):
3198         Refactor handling of overrun detection.
3199         Separate handling of group completion and deadlock detection when doing
3200         network buffering. This should fix some deadlocks that were not detected
3201         because the group was completed.
3202         Add more comments, improve debugging.
3203
3204 2006-09-21  Wim Taymans  <wim@fluendo.com>
3205
3206         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3207         * tests/check/libs/audio.c:
3208         Some more compilation fixes.
3209
3210 2006-09-21  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst-libs/gst/audio/gstringbuffer.c:
3213         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3214         (gst_ring_buffer_read):
3215         Early morning compilation fix.
3216
3217 2006-09-20  Wim Taymans  <wim@fluendo.com>
3218
3219         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3220         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3221         * tests/check/elements/videorate.c: (GST_START_TEST):
3222         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3223         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3224         Fix some warnings.
3225
3226 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3227
3228         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3229         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3230         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3231           Handcrafted merge to help CVS understanding what I changed and what
3232           not.
3233
3234 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3237         (gst_xvimagesink_get_times):
3238           change colorkey behaviour back according to #354773 comment 6/7
3239
3240 2006-09-19  Michael Smith  <msmith@fluendo.com>
3241
3242         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3243         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3244         (gst_multi_fd_sink_recover_client),
3245         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3246         (gst_multi_fd_sink_get_property):
3247         * gst/tcp/gstmultifdsink.h:
3248           Implement stubbed out properties unit-type, units-soft-max,
3249           units-max, to allow specifying maximum sizes in units other than
3250           buffers.
3251           Fixes #355935
3252
3253 2006-09-19  Wim Taymans  <wim@fluendo.com>
3254
3255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3256         (gst_riff_create_audio_template_caps):
3257         Reorder the audio formats a bit for clarity.
3258         Detect and create caps for MSGSM and MSN (WAV49).
3259         Fixes #356596.
3260
3261         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3262         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3263         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3264         Small cleanups, move error handling out of normal flow for clarity.
3265
3266 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * docs/libs/gst-plugins-base-libs-docs.sgml:
3269         * docs/libs/gst-plugins-base-libs.types:
3270         * gst-libs/gst/interfaces/Makefile.am:
3271         * gst-libs/gst/interfaces/videoorientation.c:
3272         (gst_video_orientation_get_type),
3273         (gst_video_orientation_iface_init),
3274         (gst_video_orientation_get_hflip),
3275         (gst_video_orientation_get_vflip),
3276         (gst_video_orientation_get_hcenter),
3277         (gst_video_orientation_get_vcenter),
3278         (gst_video_orientation_set_hflip),
3279         (gst_video_orientation_set_vflip),
3280         (gst_video_orientation_set_hcenter),
3281         (gst_video_orientation_set_vcenter):
3282         * gst-libs/gst/interfaces/videoorientation.h:
3283           API: Add new interface to control video orientation (fixes #354908)
3284
3285 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3286
3287         * gst/videotestsrc/gstvideotestsrc.c:
3288           Use G_UNLIKELY in _create and log one more detail.
3289           
3290         (gst_video_test_src_get_times), (gst_video_test_src_create):
3291         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3292           Use gst_util_uint64_scale_int in _get_times().
3293
3294 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3295
3296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3297           Give better warning message (add object and detail).
3298
3299 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3300
3301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3302         (gst_xvimagesink_get_times):
3303           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3304           #354773), use gst_util_uint64_scale_int in _get_times()
3305
3306 2006-09-18  Michael Smith  <msmith@fluendo.com>
3307
3308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3309           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3310           always true, leading to dropping all timestamps.
3311
3312 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3313
3314         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3315         (gst_visual_chain), (gst_visual_change_state):
3316           update to work also with libvisual 0.4 API, fix double unref (#355914)
3317           
3318         * tools/gst-launch-ext.1.in:
3319         * tools/gst-visualise.1.in:
3320           remove references to old man-pages
3321
3322         * tests/examples/seek/seek.c: (main):
3323           add real meadi-buttons, add tool-tips for the seek-options, arrange
3324           seek options in a table
3325
3326 2006-09-18  Michael Smith  <msmith@fluendo.com>
3327
3328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3329         (gst_ogg_mux_push_buffer):
3330           Don't generate out-of-order timestamps from oggmux, instead clamp
3331           output timestamps to be >= the previously output ts.
3332           Fixes #355595
3333
3334 2006-09-18  Michael Smith  <msmith@fluendo.com>
3335
3336         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3337         (gst_multi_fd_sink_class_init):
3338           Updates, fixes, and typo corrections for multifdsink. No functional
3339           changes.
3340
3341 2006-09-17  Michael Smith  <msmith@fluendo.com>
3342
3343         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3344           Don't crash on truncated files - check that we got an 8 byte buffer
3345           before trying to memcmp it.
3346
3347 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3348
3349         * gst/playback/gstplaybasebin.c: (get_active_source):
3350           Make stream-switching appear instant to the application
3351           (ie. make sure that a g_object_get on 'current-foo' returns
3352           the stream previously set with g_object_set(). Totem needs
3353           this to update stream-related meta-info (like audio-codec)
3354           correctly when switching streams.
3355
3356 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3359         (gst_alsa_mixer_ensure_track_list):
3360           Try harder to guess which mixer track is the master mixer
3361           track (instead of just taking the first one that has a pvolume).
3362           Fixes #342228.
3363
3364 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3365
3366         reviewed by: <delete if not using a buddy>
3367
3368         * gst-libs/gst/audio/audio.h:
3369         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3370
3371 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3372
3373         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3374         (gst_audio_convert_transform_caps):
3375           Get structure-name just once.
3376
3377 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3378
3379         * tests/check/elements/audioresample.c: (GST_START_TEST):
3380         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3381         * tests/check/elements/volume.c: (GST_START_TEST):
3382         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3383         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3384         (test_pipeline), (GST_START_TEST):
3385         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3386         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3387           Fix big batch of compiler warnings.
3388
3389 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3390
3391         * ext/gnomevfs/gstgnomevfssrc.c:
3392           Add docs about icydemux usage in connection with gnomevfssrc
3393
3394         * ext/libvisual/visual.c:
3395         * ext/ogg/gstoggaviparse.c:
3396         * ext/ogg/gstoggdemux.c:
3397         * ext/ogg/gstoggmux.c:
3398         * ext/ogg/gstoggparse.c:
3399         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3400         * gst-libs/gst/audio/gstaudiosink.c:
3401         * gst-libs/gst/audio/gstaudiosrc.c:
3402         * gst/audiorate/gstaudiorate.c:
3403           More G_OBJECT macro fixing.
3404
3405         * gst/audiotestsrc/gstaudiotestsrc.h:
3406           Fix wrong info in header due to copy & paste
3407
3408 2006-09-15  Wim Taymans  <wim@fluendo.com>
3409
3410         * gst-libs/gst/audio/gstbaseaudiosink.c:
3411         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3412         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3413         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3414         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3415         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3416         Do the delay calculation in the source/sink base classes as this is
3417         specific for the capture/playback mode.
3418         Try to fixate a bit better, like round depth up to a multiple of 8
3419         bigger than width.
3420         Handle underruns correctly by marking DISCONT on buffers and adjusting
3421         timestamps to handle the gap.
3422         Set offset/offset_end correctly on buffers.
3423
3424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3425         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3426         (gst_ring_buffer_read):
3427         Remove resync and underrun recovery from the ringbuffer.
3428         Fix ringbuffer read code on under/overrun.
3429
3430 2006-09-15  Wim Taymans  <wim@fluendo.com>
3431
3432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3433         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3434         (queue_threshold_reached), (gst_play_base_bin_set_property),
3435         (gst_play_base_bin_get_property):
3436         * gst/playback/gstplaybasebin.h:
3437         Don't use a 0 low watermark when buffering, it is catching starvation
3438         way too late. Instead, use a 3 second queue with 30 and 95
3439         percent low/high watermarks. 
3440         Added queue-min-threshold property to configure low watermark.
3441         Use new _buffering message API.
3442         Make queue_threshold variable big enough to store a uint64 time value.
3443         API: playbin::queue-min-threshold property.
3444
3445 2006-09-15  Wim Taymans  <wim@fluendo.com>
3446
3447         * configure.ac:
3448         We require 0.10.10.1 now because of _wait_preroll().
3449
3450         * gst-libs/gst/audio/gstbaseaudiosink.c:
3451         (gst_base_audio_sink_render):
3452         Use gst_base_sink_wait_preroll().
3453
3454 2006-09-15  Wim Taymans  <wim@fluendo.com>
3455
3456         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3457         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3458         Use DEBUG_OBJECT more.
3459
3460 === release 0.10.10 ===
3461
3462 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3463
3464         patch by: Michael Smith <msmith at fluendo dot com>
3465
3466         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3467         (gst_multi_fd_sink_client_queue_buffer),
3468         (gst_multi_fd_sink_new_client):
3469         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3470         (multifdsink_suite):
3471           Fix implementation of sync-method 'next-keyframe'
3472           Closes #354594
3473
3474 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3475
3476         patch by: Wim Taymans <wim at fluendo dot com>
3477
3478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3479         This patch removes the RANDOM flag that was incorrectly introduced with
3480         revision 1.91.  Fixes #354590
3481
3482 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * tests/check/Makefile.am:
3485           Random variation in Makefile line to see if it makes the
3486           gen64-base-full bot any happier.
3487
3488 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3491           Disable test that fails at the moment (killed after timeout).
3492
3493 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         Patch by: James Livingston  <doclivingston at gmail.com>
3496
3497         * tests/check/Makefile.am:
3498         * tests/check/pipelines/.cvsignore:
3499         * tests/check/pipelines/oggmux.c: (get_page_codec),
3500         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3501         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3502         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3503         (test_theora_vorbis), (oggmux_suite):
3504           Add simple unit test for oggmux from #337026 with checking for the
3505           EOS flags disabled for the time being.
3506
3507 2006-09-04  Wim Taymans  <wim@fluendo.com>
3508
3509         patch by: Alessandro Dessina <alessandro nnva org>
3510
3511         * ext/ogg/gstoggmux.c:
3512         Add cmml caps to oggmux. Fixes #353912
3513
3514 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3517           Returning a return value often helps. In this case, we
3518           don't need the return value anyway, so just get rid of it.
3519           Should make build bots much happier.
3520
3521 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3524         (paint_get_structure), (gst_video_test_src_get_size),
3525         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3526         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3527         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3528         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3529         * gst/videotestsrc/videotestsrc.h:
3530           Add support for AYUV and the various RGBA formats. Initialise
3531           fields of paintinfo structs allocated on the stack.
3532
3533         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3534         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3535         (check_rgb_buf), (videotestsrc_suite):
3536           Add unit tests for videotestsrc's RGB output.
3537
3538 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * gst/videotestsrc/gstvideotestsrc.c:
3541         (gst_video_test_src_pattern_get_type),
3542         (gst_video_test_src_set_pattern):
3543         * gst/videotestsrc/gstvideotestsrc.h:
3544         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3545         (gst_video_test_src_black), (gst_video_test_src_white),
3546         (gst_video_test_src_red), (gst_video_test_src_green),
3547         (gst_video_test_src_blue):
3548         * gst/videotestsrc/videotestsrc.h:
3549           Add more uni-colour patterns ("white", "red", "green", and "blue").
3550
3551 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3552
3553         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3554           Fix stride for YVYU, should be word-aligned (#353658).
3555
3556 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * gst/adder/gstadder.c: (gst_adder_src_event):
3559           Fix build.
3560
3561 2006-08-31  Edward Hervey  <edward@fluendo.com>
3562
3563         * gst/adder/gstadder.c: (forward_event_func),
3564         (gst_adder_src_event), (gst_adder_collected),
3565         (gst_adder_change_state):
3566         * gst/adder/gstadder.h:
3567         Remember the start position asked in the incoming seeks, so we can
3568         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3569         of assuming it will always be 0).
3570
3571 2006-08-31  Edward Hervey  <edward@fluendo.com>
3572
3573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3574         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3575         (gst_ogg_demux_loop):
3576         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3577
3578 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3581         (gst_ffmpegcsp_get_unit_size):
3582           Return FALSE instead of returning a random false unit
3583           size when the format isn't known/supported (even if
3584           this shouldn't happen under normal circumstances).
3585
3586 2006-08-29  Wim Taymans  <wim@fluendo.com>
3587
3588         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3589
3590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3591         (gst_gnome_vfs_src_start):
3592         Try harder to get the size from a uri by using _info_uri() when
3593         _info_from_handle() does not give us enough info. 
3594         Also follow symlinks when getting the size.
3595         Partially Fixes #332864.
3596
3597 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3598
3599         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3600
3601         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3602         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3603         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3604         (gst_alsa_mixer_set_record):
3605         * ext/alsa/gstalsamixertrack.c:
3606         (gst_alsa_mixer_track_update_alsa_capabilities),
3607         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3608         (gst_alsa_mixer_track_update):
3609         * ext/alsa/gstalsamixertrack.h:
3610           Improve and fix mixer track handling, in particular better handling
3611           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3612           separate track objects for tracks that have both capture and playback
3613           volume (and label them differently as well so they're not mistakenly
3614           assumed to be duplicates); classify mixer tracks that only affect
3615           the audible volume of something (rather than the capture volume)
3616           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3617           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3618           (following the meaning documented in the mixer interface header
3619           file); add support for alsa's exclusive cswitch groups; update/sync
3620           state/flags better if mixer settings are changed by another
3621           application. Fixes #336075.
3622
3623 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * gst/playback/gstplaybin.c:
3626           Improve docs: add section about BUFFERING messages sent by playbin.
3627
3628 2006-08-29  Michael Smith  <msmith@fluendo.com>
3629
3630         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3631         (gst_vorbis_enc_buffer_check_discontinuous),
3632         (gst_vorbis_enc_chain):
3633           Ignore explicit DISCONT marked on buffers (which is often spurious,
3634           particularly when using multiple segments), in favour of solely
3635           using the timestamps/durations.
3636
3637 2006-08-29  Edward Hervey  <edward@fluendo.com>
3638
3639         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3640         Don't rely on incoming buffers offset anymore, since it is completely
3641         broken when using multiple segments.
3642         Instead convert the incoming buffers timestamp to running time, and
3643         then convert that value to the offsets.
3644         Also inform GstSegment of the last outputted stop position, which is
3645         needed if we received several segments with an unknown stop value.
3646
3647 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3650           fix buffer unreffing on a header push failure
3651
3652 2006-08-28  Wim Taymans  <wim@fluendo.com>
3653
3654         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3655         (gst_audio_rate_chain):
3656         Make the metadata of the buffer writable before changing its
3657         flags.
3658
3659 2006-08-28  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3662         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3663         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3664         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3665         Fix audiorate some more.
3666         Reset and resync counters on flush and READY.
3667         Handle the DISCONT flag correctly.
3668         Use GstSegment to track position.
3669         Fail when not negotiated.
3670         Fixes #353234.
3671
3672 2006-08-25  Michael Smith  <msmith@fluendo.com>
3673
3674         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3675           Fix spelling.
3676           Remove accidently included debug line.
3677
3678 2006-08-25  Wim Taymans  <wim@fluendo.com>
3679
3680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3681         Small cleanups.
3682         If a buffer is received with no caps, make the buffer metadata
3683         writable and set the caps, making sure that we don't screw up the
3684         refcounts.
3685
3686 2006-08-25  Michael Smith  <msmith@fluendo.com>
3687
3688         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3689         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3690           Fix memory leaks and misleading debug messages, add a couple of
3691           comments.
3692
3693         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3694         (gst_multi_fd_sink_render):
3695           Do not use gst_buffer_make_writable() in a basesink render method,
3696           as it may incorrectly unref the buffer. Instead, use convoluted
3697           dance to avoid copying the buffer except when we need to.
3698
3699 2006-08-25  Michael Smith  <msmith@fluendo.com>
3700
3701         * ext/vorbis/vorbisenc.c:
3702         (gst_vorbis_enc_buffer_check_discontinuous):
3703           Allow very small discontinuities in the timestamps. These we can't
3704           do anything useful with anyway (because vorbis's timestamps have
3705           only sample granularity), and are commonly produced by elements with
3706           minor bugs. Allow up to 1/2 a sample out.
3707           Fixes #351742.
3708
3709 2006-08-24  Wim Taymans  <wim@fluendo.com>
3710
3711         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3712         (play_scrub_toggle_cb), (main):
3713         Add a checkbox to enable play scrubbing. Makes it possible to disable
3714         normal scrubbing.
3715
3716 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3717
3718         * tests/check/elements/.cvsignore:
3719           make buildbot happy
3720
3721 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3724         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3725         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3726         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3727         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3728         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3729         (gst_ogm_text_parse_strip_trailing_zeroes),
3730         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3731         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3732           Refactor ogm parse, do better input checking, misc. clean-ups.
3733           Cache incoming events and push them once the source pad has
3734           been created. Don't pass unterminated strings to sscanf().
3735           Strip trailing zeroes from subtitle text output, since they
3736           are not valid UTF-8. Don't push vorbiscomment packets on
3737           the subtitle text pad. Output perfect streams if possible.
3738
3739 2006-08-23  Wim Taymans  <wim@fluendo.com>
3740
3741         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3742         Waits for tasks to settle down so that we clean up correctly for 
3743         valgrind.
3744
3745 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3746
3747         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3748           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3749           actually return return value in taglists_are_equal.
3750
3751 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3754           Fix crash due to broken bitstream parsing on x86-64: can't make
3755           any assumptions about sizeof(struct) due to alignment/packing
3756           differences on different architectures. Fixes #351790.
3757
3758 2006-08-22  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3761         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3762         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3763         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3764         (gst_riff_parse_info):
3765         Protect public functions against bad input.
3766         Do some cleanups.
3767         Fix documentation.
3768
3769 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * gst-libs/gst/riff/riff-ids.h:
3772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3773           Add voxware audio IDs (even if we can't play it) (#351795).
3774
3775 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * gst-libs/gst/riff/riff-media.c:
3778         (gst_riff_create_video_template_caps),
3779         (gst_riff_create_audio_template_caps),
3780         (gst_riff_create_iavs_template_caps):
3781           Const-ify some arrays and use G_N_ELEMENTS instead
3782           of wasting oodles of RAM on terminator bits.
3783
3784 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3785
3786         * gst-libs/gst/tag/gstvorbistag.c:
3787         (gst_tag_list_to_vorbiscomment_buffer):
3788         * tests/check/libs/tag.c: (GST_START_TEST):
3789           And the same for _to_vorbiscomment_buffer(): allow
3790           id_data_len == 0 for speex.
3791
3792 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3793
3794         * configure.ac:
3795         * docs/plugins/Makefile.am:
3796         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3797         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3798         * docs/plugins/inspect/plugin-gdp.xml:
3799         * gst/gdp/Makefile.am:
3800         * tests/check/Makefile.am:
3801           Move GDP plugin to -base from -bad.  Closes #347783.
3802
3803 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * gst-libs/gst/tag/gstvorbistag.c:
3806         (gst_tag_list_from_vorbiscomment_buffer):
3807           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3808           Also add some checks to make sure we don't memcmp() beyond the end of
3809           vorbiscomment buffer if the ID to check for is larger than the buffer.
3810
3811         * tests/check/libs/tag.c: (GST_START_TEST):
3812           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3813
3814 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3817         (gst_vorbis_enc_set_metadata):
3818           Use vorbis comment utility functions from libgsttag
3819           instead of re-inventing the wheel (partially fixes #347091).
3820
3821 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3822
3823         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3824         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3825         as some that won't.
3826
3827 2006-08-21  Wim Taymans  <wim@fluendo.com>
3828
3829         * docs/libs/Makefile.am:
3830         * docs/libs/gst-plugins-base-libs-sections.txt:
3831         * docs/libs/gst-plugins-base-libs.types:
3832         Don't try to GObject scan the netbuffer as it's not a GObject.
3833         Fixes #351308.
3834
3835         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3836         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3837         Document GstNetBuffer.
3838
3839 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3840
3841         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3842         (audioconvert_suite):
3843           Add testcase for caps-size-explosion
3844
3845 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3846
3847         * gst/audioconvert/gstaudioconvert.c:
3848         (gst_audio_convert_get_unit_size), (set_structure_widths):
3849           Lower debug, use g_assert in _get_unit_size
3850
3851         * gst/audioresample/gstaudioresample.c:
3852         (audioresample_get_unit_size):
3853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3854         (gst_ffmpegcsp_get_unit_size):
3855         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3856           use g_assert in _get_unit_size
3857
3858 2006-08-18  Wim Taymans  <wim@fluendo.com>
3859
3860         * docs/libs/gst-plugins-base-libs-sections.txt:
3861         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3862         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3863         (gst_rtp_buffer_get_payload_buffer):
3864         * gst-libs/gst/rtp/gstrtpbuffer.h:
3865         Document GstRTPBuffer.
3866         Added function to efficiently strip payload headers.
3867         API: gst_rtp_buffer_get_payload_subbuffer()
3868
3869 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3872         (gst_tag_to_vorbis_comments):
3873           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3874           tags and deserialise them properly as well (#347091).
3875           Add some more gtk-doc blurbs and also some g_return_if_fail().
3876
3877         * tests/check/libs/tag.c: (GST_START_TEST),
3878         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3879           More tests.
3880
3881 2006-08-17  Wim Taymans  <wim@fluendo.com>
3882
3883         * ext/ogg/Makefile.am:
3884         * ext/ogg/gstogg.c: (plugin_init):
3885         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3886         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3887         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3888         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3889         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3890         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3891         Added ogg-in-avi parser element. Fixes #140139.
3892
3893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3894         Fixed a bug in oggdemux debug code.
3895
3896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3897         (gst_riff_create_audio_template_caps):
3898         Recognise Ogg in the AVI extensible wave format.
3899
3900 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3901
3902         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3903           Make buffer durations add up (duration should be next_ts-ts for
3904           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3905           from CVS.
3906
3907         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3908         (test_buffer_timestamps), (cddabasesrc_suite):
3909           Add unit test for the above.
3910
3911         * tests/check/Makefile.am:
3912           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3913           to see what happens.
3914
3915 2006-08-16  Wim Taymans  <wim@fluendo.com>
3916
3917         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3918         (gst_alsasink_open):
3919         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3920         (gst_alsasrc_open):
3921         Avoid setting and using a NULL device name.
3922         Print more info when we fail to open a device.
3923
3924 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * docs/libs/gst-plugins-base-libs-sections.txt:
3927         * gst-libs/gst/tag/tag.h:
3928         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3929           API: add gst_tag_parse_extended_comment() (#351426).
3930
3931         * tests/check/Makefile.am:
3932         * tests/check/libs/.cvsignore:
3933         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3934           Add unit test for gst_tag_parse_extended_comment().
3935
3936 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3940           Fix leak (#351502).
3941
3942 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3946         * docs/plugins/gst-plugins-base-plugins.args:
3947         * gst/playback/gstplaybin.c:
3948           Document playbin.
3949           
3950         * docs/plugins/inspect/plugin-adder.xml:
3951         * docs/plugins/inspect/plugin-alsa.xml:
3952         * docs/plugins/inspect/plugin-audioconvert.xml:
3953         * docs/plugins/inspect/plugin-audiorate.xml:
3954         * docs/plugins/inspect/plugin-audioresample.xml:
3955         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3956         * docs/plugins/inspect/plugin-cdparanoia.xml:
3957         * docs/plugins/inspect/plugin-decodebin.xml:
3958         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3959         * docs/plugins/inspect/plugin-gnomevfs.xml:
3960         * docs/plugins/inspect/plugin-ogg.xml:
3961         * docs/plugins/inspect/plugin-pango.xml:
3962         * docs/plugins/inspect/plugin-playbin.xml:
3963         * docs/plugins/inspect/plugin-subparse.xml:
3964         * docs/plugins/inspect/plugin-tcp.xml:
3965         * docs/plugins/inspect/plugin-theora.xml:
3966         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3967         * docs/plugins/inspect/plugin-video4linux.xml:
3968         * docs/plugins/inspect/plugin-videorate.xml:
3969         * docs/plugins/inspect/plugin-videoscale.xml:
3970         * docs/plugins/inspect/plugin-videotestsrc.xml:
3971         * docs/plugins/inspect/plugin-volume.xml:
3972         * docs/plugins/inspect/plugin-vorbis.xml:
3973         * docs/plugins/inspect/plugin-ximagesink.xml:
3974         * docs/plugins/inspect/plugin-xvimagesink.xml:
3975           Update to CVS version.
3976
3977 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3978
3979         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3980         (gst_play_bin_set_property), (gst_play_bin_get_property),
3981         (value_list_append_structure_list),
3982         (gst_play_bin_handle_redirect_message),
3983         (gst_play_bin_handle_message):
3984           API: GstPlayBin::connection-speed
3985           Add "connection-speed" property; re-order redirect messages with
3986           multiple redirect locations depending on the minimum bitrate if
3987           that information is available and a connection speed is set
3988           (#350399).
3989
3990 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3991
3992         * gst/playback/gstplaybin.c:
3993           Update max volume to the same value that the volume element uses.
3994
3995 2006-08-14  Wim Taymans  <wim@fluendo.com>
3996
3997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3998         Less uglyness..
3999
4000 2006-08-14  Wim Taymans  <wim@fluendo.com>
4001
4002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4003         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4004         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4005         Add some more debug info.
4006         Don't crash when a seek failed.
4007         Actually return the result of the seek instead of TRUE.
4008         Ignore multiple BOS pages with the same serial so that we don't create
4009         the same stream multiple times.
4010         Post an error when we fail to do the initial seek.
4011
4012 2006-08-13  Wim Taymans  <wim@fluendo.com>
4013
4014         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4015         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4016         Small code cleanup.
4017
4018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4019         (gst_alsa_mixer_new):
4020         Remove hack that always set the device to hw:0*.
4021         Properly find the card name for whatever device was configured.
4022         Do some better debugging.
4023         Fixes #350784.
4024
4025         * ext/alsa/gstalsamixerelement.c:
4026         (gst_alsa_mixer_element_set_property),
4027         (gst_alsa_mixer_element_change_state):
4028         Cleanups.
4029         Handle setting of a NULL device name better.
4030
4031 2006-08-11  Wim Taymans  <wim@fluendo.com>
4032
4033         * gst/adder/gstadder.c:
4034         Don't clip float values. Fixes #350900.
4035
4036 2006-08-11  Andy Wingo  <wingo@pobox.com>
4037
4038         * gst/tcp/gsttcp.c: Really fix the build?
4039
4040         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4041         fixes the build.
4042
4043 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4046           Float caps shouldn't have a "signed" field.
4047
4048 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4051           Implement SEEKING query in its most basic form, so that we can
4052           at least check if we're seekable or not (#350655).
4053
4054 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4057           The checks here are not even close to anything that would
4058           justify MAXIMUM probability, lowering to POSSIBLE until someone
4059           fixes the checks (case at hand: quicktime redirection files
4060           might start with 00 00 01 XX and pass the checks here just
4061           fine, see #350399).
4062
4063 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4064
4065         Patch by: Sjoerd Simons  <sjoerd at luon net>
4066
4067         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4068           Better detection for multipart/x-mixed-replace: accept leading
4069           whitespaces before the boundary marker as well (as our very own
4070           multipartmux used to produce) (#349068).
4071
4072 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4073
4074         Patch by: Young-Ho Cha  <ganadist at chollian net>
4075
4076         * gst-libs/gst/riff/riff-ids.h:
4077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4078         (gst_riff_create_audio_template_caps):
4079           Detect DTS audio streams (#350157).
4080
4081 2006-08-05  Andy Wingo  <wingo@pobox.com>
4082
4083         * ext/theora/gsttheoraparse.h:
4084         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4085         (theora_parse_dispose, theora_parse_set_property)
4086         (theora_parse_get_property, theora_parse_munge_granulepos)
4087         (theora_parse_push_buffer, theora_parse_change_state):
4088         API: GstTheoraParse::synchronization-points
4089         Add a property 'synchronization-points' to fix badly synchronized oggs.
4090
4091 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         * tests/check/Makefile.am:
4094         * tests/check/libs/.cvsignore:
4095         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4096         (fixed_caps_have_channel_positions), (GST_START_TEST),
4097         (audio_suite), (main):
4098           Add a few tests for the channel position stuff in libgstaudio.
4099
4100 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4103         (gst_alsa_detect_channels):
4104         * ext/alsa/gstalsasink.c:
4105           Add support for cards that (only) do more than 8 channels,
4106           like the Delta 44 (#345188).
4107
4108         * gst-libs/gst/audio/multichannel.c:
4109         (gst_audio_check_channel_positions):
4110         * gst-libs/gst/audio/multichannel.h:
4111           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4112           unspecified channel position and cannot be combined with any
4113           of the other audio channel positions; adjust position layout
4114           checks accordingly (#345188).
4115
4116 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4119           Recognise ancient RealAudio files (see #349779).
4120
4121 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         Patch by: Jens Granseuer  <jensgr at gmx net>
4124
4125         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4126           Add typefinder for Interplay's MVE format (#348973).
4127
4128 2006-08-02  Wim Taymans  <wim@fluendo.com>
4129
4130         Patch by: Marcel Moreaux <marcelm at luon dot net>
4131
4132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4133         (gst_base_rtp_depayload_add_to_queue):
4134         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4135         Handle RTP sequence number rollover.
4136         Disable jitterbuffer by default.
4137
4138 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4139
4140         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4141         (audioresample_set_caps):
4142         Don't leak references to the incoming caps. Clean them up when
4143         stopping.
4144
4145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4146         (gst_video_scale_finalize):
4147         Don't leak our temporary pixel buffer.
4148
4149         * tests/check/Makefile.am:
4150         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4151         (GST_START_TEST), (simple_launch_lines_suite):
4152
4153         Fix leaks and re-enable the test for valgrind checking.
4154
4155 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4156
4157         Patch by: Sjoerd Simons  <sjoerd at luon net>
4158
4159         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4160         (plugin_init):
4161           Add typefind function for multipart/x-mixed-replace (#348916).
4162
4163 2006-07-28  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst/adder/gstadder.c: (gst_adder_setcaps),
4166         (gst_adder_query_duration):
4167         Fix leak in duration query.
4168         Reflow some docs and notes.
4169
4170 2006-07-28  Michael Smith  <msmith@fluendo.com>
4171
4172         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4173         (vorbisenc_suite):
4174           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4175           aspect of it.
4176
4177 2006-07-28  Michael Smith  <msmith@fluendo.com>
4178
4179         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4180         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4181         (gst_vorbis_enc_push_buffer),
4182         (gst_vorbis_enc_buffer_check_discontinuous),
4183         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4184         * ext/vorbis/vorbisenc.h:
4185           Handle discontinuities in the input vorbis stream correctly,
4186           so that the output is properly timestamped (and has good granulepos
4187           values). Needs some oggmux fixes too.
4188
4189 2006-07-27  Wim Taymans  <wim@fluendo.com>
4190
4191         patch by: Kai Vehmanen <kv2004 eca cx>
4192
4193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4194         (gst_base_rtp_depayload_chain),
4195         (gst_base_rtp_depayload_handle_sink_event),
4196         (gst_base_rtp_depayload_change_state):
4197         Don't send multiple newsegments with different formats.
4198         Fixes #348677.
4199
4200 2006-07-26  Wim Taymans  <wim@fluendo.com>
4201
4202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4203         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4204         Make seeking in ogg more accurate again by doing the more correct
4205         granuletime to stream time conversion.
4206
4207 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4208
4209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4210         (gst_multi_fd_sink_new_client):
4211           debug a little more understandably
4212           do not use goto as a substitute for break, especially if
4213           break is also being used
4214
4215 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4218         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4219           Remove GLib-2.6 compatibility cruft.
4220
4221 2006-07-24  Wim Taymans  <wim@fluendo.com>
4222
4223         * gst-libs/gst/audio/gstbaseaudiosink.c:
4224         (gst_base_audio_sink_render):
4225         Don't try to align a sample to an unknown value.
4226
4227 2006-07-24  Wim Taymans  <wim@fluendo.com>
4228
4229         * gst-libs/gst/audio/gstbaseaudiosink.c:
4230         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4231         When the audio clock is slaved to another clock, never try to align
4232         samples but trust the rate interpolation algorithm.
4233
4234 2006-07-24  Wim Taymans  <wim@fluendo.com>
4235
4236         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4237         Don't try to calculate silence samples, base class does this much
4238         better now.
4239
4240         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4241         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4242         (gst_ring_buffer_acquire):
4243         Calculate silence samples correctly.
4244
4245         * gst-libs/gst/audio/gstringbuffer.h:
4246         Add _CAST macro.
4247
4248 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4251           Limit search for the first markup tag to the first few kB of
4252           the file. If we don't find one there, it's highly unlikely that
4253           this is an XML(-ish) file.
4254
4255 2006-07-21  Andy Wingo  <wingo@pobox.com>
4256
4257         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4258         test to the one in vorbisenc. Also commented out.
4259
4260         * tests/check/pipelines/vorbisenc.c: 
4261         (test_discontinuity): New test, commented out until Mike lands
4262         some elite vorbisenc patches.
4263
4264         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4265         Bufferstraw was actually factored out of these tests. Now we share
4266         code yay.
4267
4268         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4269         for bufferstraw addition to gstcheck.
4270
4271 2006-07-21  Wim Taymans  <wim@fluendo.com>
4272
4273         * ext/theora/theoradec.c: (clip_buffer):
4274         Better clipping.
4275
4276 2006-07-21  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4279         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4280         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4281         Fix leak.
4282         Avoid type casting when we can.
4283
4284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4285         Fix mem leak.
4286
4287 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * ext/alsa/gstalsamixerelement.c:
4290         (gst_alsa_mixer_element_change_state):
4291           Make state change fail if the specified device can't be opened
4292           for some reason.
4293
4294 2006-07-20  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4297         (cb_newpad), (main):
4298         Example of a small audio/video player using decodebin.
4299
4300 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4301
4302         * gst-libs/gst/riff/riff-ids.h:
4303           Add 'fact' chunk id
4304
4305 2006-07-19  Wim Taymans  <wim@fluendo.com>
4306
4307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4308         (gst_base_rtp_depayload_chain),
4309         (gst_base_rtp_depayload_change_state):
4310         Don't assert when not negotiated but post a meaningfull 
4311         error message. Fixes #347918.
4312
4313         * gst-libs/gst/rtp/gstbasertppayload.c:
4314         Add comment about better default MTU size.
4315
4316         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4317         Small cleanups, start docs.
4318
4319 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4320
4321         Patch by: Martin Szulecki
4322
4323         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4324           If "device-name" is requested and the device is not
4325           open, try to temporarily open it to obtain this
4326           information (#342494).
4327
4328 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4329
4330         * gst-libs/gst/tag/gstid3tag.c:
4331           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4332
4333         * gst-libs/gst/tag/gsttageditingprivate.h:
4334         * gst-libs/gst/tag/gstvorbistag.c:
4335           Some more random const-ifications.
4336
4337 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4338
4339         * gst-libs/gst/riff/riff-ids.h:
4340         * gst-libs/gst/riff/riff-media.c:
4341         (gst_riff_create_video_template_caps):
4342           Add more FOURCCs (sort list to make stuff easier to find),
4343           add comment what those 16 bytes in struct _gst_riff_strh according to
4344           one avi-dumper are
4345
4346 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst-libs/gst/audio/multichannel.c:
4349         (gst_audio_check_channel_positions),
4350         (gst_audio_fixate_channel_positions):
4351           Const-ify two arrays.
4352
4353 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4356           Fix typo, so that alsasink also advertises 8 channels
4357           if that's supported (tags: can, worms, open, alsa, ph34r).
4358
4359 2006-07-17  Wim Taymans  <wim@fluendo.com>
4360
4361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4362         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4363         *sigh*, when is the compiler going to warn when the comments
4364         are out-of-sync with the code.. Refix case of busted theora
4365         headers with 0 granule pos.
4366
4367 2006-07-14  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4370         (gst_base_rtp_depayload_wait),
4371         (gst_base_rtp_depayload_change_state),
4372         (gst_base_rtp_depayload_set_property),
4373         (gst_base_rtp_depayload_get_property):
4374         Fix 99% cpu load by waiting for absolute times on the
4375         clock. Fixes #347300.
4376
4377 2006-07-14  Andy Wingo  <wingo@pobox.com>
4378
4379         * ext/theora/gsttheoraparse.h: 
4380         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4381         (theora_parse_push_headers, theora_parse_clear_queue)
4382         (theora_parse_drain_queue_prematurely, )
4383         (theora_parse_sink_event, theora_parse_change_state): Queue events
4384         until we initialized our state, like in vorbisparse.
4385
4386         * ext/vorbis/vorbisparse.h: 
4387         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4388         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4389         (vorbis_parse_drain_queue_prematurely, )
4390         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4391         until we have initialized our state. Fixes seeking after an
4392         initial pad block.
4393
4394 2006-07-14  Andy Wingo  <wingo@pobox.com>
4395
4396         Patch by: Iain Holmes <iaingnome@gmail.com>
4397         
4398         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4399
4400 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4401
4402         * configure.ac:
4403         Bump nano back to CVS
4404
4405 === release 0.10.9 ===
4406
4407 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4408
4409         * configure.ac:
4410           releasing 0.10.9, "I walk the line"
4411
4412 2006-07-14  Michael Smith  <msmith@fluendo.com>
4413
4414         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4415           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4416           (commonly happens when running this test under valgrind) when trying
4417           to remove the buffer probe.
4418
4419 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4420
4421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4422         Fix missing g_unlock from the previous commit
4423
4424 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4425
4426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4427         (gst_ximagesink_change_state):
4428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4429         (gst_xvimagesink_change_state):
4430         Implement a locking order to ensure we always take the object lock
4431         before the x_lock and never vice-versa.
4432
4433 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4434
4435         * gst/playback/gstdecodebin.c: (find_compatibles):
4436         Fix a caps leak when linking (#347304)
4437
4438         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4439         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4440         (gst_ximagesink_change_state):
4441         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4442         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4443         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4444         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4445         Don't leak shared memory resources. Use the object lock to protect
4446         against the xcontext disappearing while returning a buffer from the
4447         pipeline. (#347304)
4448
4449 2006-07-12  Edward Hervey  <edward@fluendo.com>
4450
4451         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4452         (vorbis_handle_comment_packet):
4453         gst_tag_list_merge() returns a new object. Take that into account when
4454         using it. This avoids memleak.
4455         Revert previous commit which is not needed.
4456
4457 2006-07-12  Edward Hervey  <edward@fluendo.com>
4458
4459         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4460         Reset the decoder in finalize so that all fields get cleared.
4461
4462 2006-07-12  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4465         (gst_base_audio_src_set_clock),
4466         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4467         Don't try to post an error message when setting the clock fails
4468         as this can happen when adding an element to a bin which will then
4469         deadlock. Fixes #347296.
4470
4471 2006-07-12  Edward Hervey  <edward@fluendo.com>
4472
4473         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4474         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4475         (vorbis_handle_type_packet):
4476         Post tag messages on the bus even if we're not initialized.
4477         If we're not initialized, we still postpone the event pushing of tags.
4478
4479 2006-07-12  Wim Taymans  <wim@fluendo.com>
4480
4481         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4482         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4483         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4484         Revert last two changes that broke the freeze.
4485
4486 2006-07-12  Wim Taymans  <wim@fluendo.com>
4487
4488         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4489         basesink calculates silence sample correctly for us.
4490
4491 2006-07-12  Wim Taymans  <wim@fluendo.com>
4492
4493         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4494         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4495         Calculate correct silence samples so we don't fill our ringbuffer
4496         with noise.
4497
4498 2006-07-12  Edward Hervey  <edward@fluendo.com>
4499
4500         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4501         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4502         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4503         * ext/vorbis/vorbisdec.h:
4504         Delay sending events (newsegment, tags) until the decoder is properly
4505         initialized.
4506         Fixes #347295
4507
4508 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4509
4510         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4511         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4512           Patch from #347221 adding a test for audioconvert
4513           channel remappings.
4514
4515 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4518         (gst_ssa_parse_parse_line):
4519           Don't include the terminating NUL in the buffer size,
4520           it's only there for extra paranoia (would add random
4521           '*' characters at the end of each subtitle since the
4522           terminator itself is not valid UTF-8 technically).
4523           Also fix indenting after boilerplate macro.
4524
4525 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * gst/playback/gstdecodebin.c: (close_pad_link):
4528           Also emit 'unknown-type' signal (which should really be
4529           called unhandled-type) if we found potential decoders/demuxers
4530           in the registry but none of them worked in the end (as in the
4531           case where the plugins don't exist any longer but are still
4532           listed in the registry). Fixes #329798.
4533
4534 2006-07-08  Andy Wingo  <wingo@pobox.com>
4535
4536         * theoraparse.c (theora_parse_push_buffer)
4537         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4538         Add some more debugging. Fix granulepos reconstruction in the face
4539         of discontinuities.
4540
4541 2006-07-06  Wim Taymans  <wim@fluendo.com>
4542
4543         * gst-libs/gst/audio/gstbaseaudiosink.c:
4544         (gst_base_audio_sink_class_init),
4545         (gst_base_audio_sink_provide_clock):
4546         Use gobject_class instead of G_OBJECT_CLASS (klass)
4547
4548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4549         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4550         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4551         (gst_base_audio_src_get_time),
4552         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4553         (gst_base_audio_src_create_ringbuffer):
4554         Fix latency and buffer-time constants and properties ala basesink.
4555         Implement pull based scheduling. Fixes #346527.
4556         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4557         one segment.
4558         Refuse slaving to another clock instead of silently not working.
4559         Only provide a clock when we are actually able to do so.
4560         Various small cleanups and compiler hints.
4561
4562 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         Patch by: Lutz Mueller <lutz at topfrose de>
4565
4566         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4567         (plugin_init):
4568           Add typefinding for text/html (#346581).
4569
4570 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4573         (xml_check_first_element), (xml_type_find), (smil_type_find):
4574           Fix SMIL typefinding, make xml_check_first_element() more
4575           useful.
4576
4577 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4580         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4581         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4582         * gst/playback/gstplaybasebin.h:
4583           Protect list of elements with a subtitle-encoding property and
4584           the subtitle encoding member itself with a lock of their own
4585           instead of using the object lock. This prevents a dead-lock in
4586           the element-remove callback in some circumstances when shutting
4587           down playbin.
4588
4589 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4590
4591         * win32/common/libgsttag.def:
4592         Export some new functions.
4593         * win32/vs6/libgstogg.dsp:
4594         Add a link to libgsttag-0.10.lib.
4595
4596 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4597
4598         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4599           Some const-ification.
4600
4601 2006-07-04  Wim Taymans  <wim@fluendo.com>
4602
4603         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4604         Improve checking if we are dealing with a stream. Added some
4605         more uris that need buffering.
4606
4607 2006-07-03  Edward Hervey  <edward@fluendo.com>
4608
4609         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4610         Remove unused variable.
4611
4612 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4613
4614         * Makefile.am:
4615           include lcov.mak
4616         * configure.ac:
4617           add GCOV_LIBS to GST_LIBS
4618
4619 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4622
4623         * ext/alsa/gstalsasrc.c:
4624           Add 32 bps to template caps and increase channels range
4625           from [1,2] to [1,MAX]. See #346326.
4626
4627 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4630           Recognise 'WMVA' video codec fourcc (#345879).
4631           
4632 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4633          
4634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4635           Fixed nasty memory leak
4636
4637 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4638
4639         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4640         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4641           fix logging
4642
4643 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4644
4645         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4646         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4647         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4648         Protect remove_fakesink using a mutex, so that we don't try and
4649         remove the fakesink simultaneously from multiple threads.
4650
4651         When going from READY to PAUSED, restore the fakesink, so that
4652         it is there when decodebin gets reused.
4653
4654 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4658         * gst-libs/gst/rtp/gstbasertppayload.c:
4659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4660         * gst/tcp/gstmultifdsink.c:
4661         * gst/tcp/gsttcpclientsink.c:
4662         * gst/tcp/gsttcpclientsrc.c:
4663         * gst/tcp/gsttcpserversink.c:
4664         * gst/tcp/gsttcpserversrc.c:
4665         * gst/videorate/gstvideorate.c:
4666         * gst/videotestsrc/gstvideotestsrc.c:
4667         * sys/v4l/gstv4ljpegsrc.c:
4668         * sys/v4l/gstv4lmjpegsink.c:
4669         * sys/v4l/gstv4lsrc.c:
4670         * tests/examples/seek/scrubby.c:
4671         * tests/examples/seek/seek.c:
4672           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4673
4674 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4677           Second field in GEnumValue shouldn't be a description,
4678           but a stringified version of the enum value.
4679
4680 2006-06-22  Wim Taymans  <wim@fluendo.com>
4681
4682         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4683         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4684         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4685         Avoid type checking in buffer casts.
4686         Avoid caps copy in buffer_alloc when we can.
4687         Use pad_peer_accept.
4688
4689 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst-libs/gst/tag/tag.h:
4692           Oops, make that 'Since: 0.10.9'.
4693
4694 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * docs/libs/gst-plugins-base-libs-sections.txt:
4697         * gst-libs/gst/tag/tag.h:
4698         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4699         (gst_tag_image_type_get_type):
4700           API: add GstTagImageType enum to describe images contained
4701           in image tags (#345641).
4702
4703 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4706           Fix warnings with gst-inspect: "buffers-min" property
4707           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4708           typo in property description.
4709
4710 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         Patch by: Cody Russell <bratsche at gnome org>
4713
4714         * gst/audioresample/gstaudioresample.c:
4715         (gst_audioresample_class_init):
4716         * gst/playback/gststreamselector.c:
4717         (gst_stream_selector_class_init):
4718         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4719         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4720         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4722         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4723         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4725         * gst/videotestsrc/gstvideotestsrc.c:
4726         (gst_video_test_src_class_init):
4727         * gst/volume/gstvolume.c: (gst_volume_class_init):
4728           Avoid unnecessary class cast check in class_init
4729           functions (#337747).
4730
4731 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4734         (gst_text_overlay_video_chain):
4735           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4736           and doesn't validate its input either (and neither did
4737           textoverlay it seems). Let's do that then and fix #345206.
4738
4739 2006-06-19  Wim Taymans  <wim@fluendo.com>
4740
4741         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4742         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4743         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4744         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4745         (find_syncframe), (find_limits), (assign_value),
4746         (count_burst_unit), (gst_multi_fd_sink_new_client),
4747         (gst_multi_fd_sink_handle_client_write),
4748         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4749         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4750         (gst_multi_fd_sink_change_state):
4751         * gst/tcp/gstmultifdsink.h:
4752         Added shiny new burst-on-connect methods.
4753         Add properties to control the minimal amount of data queued.
4754         Small cleanups.
4755         API: bytes-min property
4756         API: time-min property
4757         API: buffers-min property
4758         API: burst-unit property
4759         API: burst-value property
4760         API: add-full signal
4761
4762         * gst/tcp/gsttcp-marshal.list:
4763         Added new marshaller code for the new signal.
4764
4765         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4766         (multifdsink_suite):
4767         Added testcases for new burst methods.
4768
4769 2006-06-19  Edward Hervey  <edward@fluendo.com>
4770
4771         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4772         Implement clipping for accurate seeking.
4773         Closes #345225
4774
4775 2006-06-19  Wim Taymans  <wim@fluendo.com>
4776
4777         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4778
4779         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4780         (gst_video_scale_transform):
4781         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4782
4783 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * configure.ac:
4786           Fix --disable-external (can't set conditionals conditionally,
4787           #343602).
4788
4789 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * tests/check/elements/audioresample.c: (test_reuse),
4792         (audioresample_suite):
4793           Add test case for bug #342789 fixed below.
4794
4795 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4796
4797         * gst/audioresample/gstaudioresample.c:
4798         (gst_audioresample_class_init), (gst_audioresample_init),
4799         (audioresample_start), (audioresample_stop),
4800         (gst_audioresample_set_property), (gst_audioresample_get_property):
4801           Implement GstBaseTransform::start and ::stop so that audioresample
4802           can clear its internal state properly and be reused instead of
4803           causing non-negotiated errors with playbin under some circumstances
4804           (#342789).
4805
4806         * tests/check/elements/audioresample.c: (setup_audioresample),
4807         (cleanup_audioresample):
4808           Need to set element state here so that ::start and ::stop are
4809           called.
4810
4811 2006-06-16  Wim Taymans  <wim@fluendo.com>
4812
4813         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4814
4815         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4816         Parse extra data better, apparently it's right behind
4817         the normal strf header size. Fixes #343500.
4818
4819 2006-06-16  Wim Taymans  <wim@fluendo.com>
4820
4821         * ext/alsa/gstalsasink.c: (set_hwparams):
4822         If we fail to set the buffer_time and period_time alsa
4823         parameters, post a warning and leave alsa select a 
4824         default instead of failing. Fixes #342085
4825
4826 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * docs/libs/gst-plugins-base-libs-sections.txt:
4829         * gst-libs/gst/cdda/gstcddabasesrc.h:
4830           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4831           out in the header file and shouldn't be listed in the docs.
4832
4833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4834           Must dereference pointer to fourcc in the debug statement.
4835
4836 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4837
4838         * docs/libs/Makefile.am:
4839         * docs/libs/gst-plugins-base-libs-docs.sgml:
4840         * docs/libs/gst-plugins-base-libs-sections.txt:
4841         * docs/libs/gst-plugins-base-libs.types:
4842         add remaining symbols into correct setions
4843         
4844         * gst-libs/gst/audio/gstringbuffer.c:
4845         fix incomplete docs
4846         
4847         * gst-libs/gst/audio/gstringbuffer.h:
4848         comment out not yet implemented function
4849         
4850         
4851         * gst-libs/gst/floatcast/floatcast.h:
4852         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4853         add short descriptions
4854         
4855         
4856         * gst-libs/gst/interfaces/propertyprobe.c:
4857         fix return value docs   
4858         
4859         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4860         simplify debug logging
4861         
4862         * gst-libs/gst/riff/riff-read.h:
4863         sync function prototype and docs
4864         
4865         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4866         remove left over symbol
4867
4868 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * autogen.sh:
4871         * configure.ac:
4872         * docs/Makefile.am:
4873           Use GST_PLUGIN_DOCS macro in configure.ac, add
4874           --enable-plugin-docs default to autogen.sh and use
4875           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4876
4877 2006-06-15  Wim Taymans  <wim@fluendo.com>
4878
4879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4881         (gst_ogg_demux_loop):
4882         Combine GstFlowReturn from the source pads to give a
4883         meaningfull result to the upstream peer or to stop the
4884         processing task in case of errors.
4885
4886 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         * gst/playback/gststreaminfo.c: (cb_probe):
4889           Try GST_TAG_CODEC as fallback when extracting the
4890           codec name; more debug info.
4891
4892 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * ext/ogg/Makefile.am:
4895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4896           Extract language tags from ogm subtitle streams, so that
4897           the subtitle menu choices are labelled correctly in
4898           Totem (fixes #344708).
4899
4900 2006-06-14  Wim Taymans  <wim@fluendo.com>
4901
4902         Patch by: Alessandro Decina <alessandro at nnva dot org>
4903
4904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4905         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4906         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4907         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4908         Fix various leaks. Fixes #343699.
4909         Add x-smoke mime type.
4910
4911 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         * gst-libs/gst/riff/riff-ids.h:
4914           Add IDs for 'bext' chunks (see #343837).
4915
4916 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         Patch by: Young-Ho Cha  <ganadist at chollian net>
4919
4920         * gst/subparse/samiparse.c: (sami_context_pop_state),
4921         (handle_start_font), (end_sami_element):
4922           Honour font face tags in SAMI subtitles (#344503).
4923
4924 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4925
4926         * po/POTFILES.in:
4927           add missing files containing translatable strings
4928
4929 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * docs/libs/tmpl/.cvsignore:
4932           we don't want those *.sgml files in CVS either
4933
4934 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4935
4936         * docs/libs/.cvsignore:
4937         * tests/check/elements/.cvsignore:
4938         * tests/check/libs/.cvsignore:
4939           ignore more
4940
4941 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4942
4943         * docs/libs/Makefile.am:
4944           also commiting the changed Makefile.am (added more libs to the
4945           doc-build)
4946
4947 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4948
4949         * docs/libs/gst-plugins-base-libs-docs.sgml:
4950         * docs/libs/gst-plugins-base-libs-sections.txt:
4951         * docs/libs/gst-plugins-base-libs.types:
4952           first batch of reordering things, add index & hierarchy
4953
4954 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4955
4956         * configure.ac:
4957           use GST_PKG_CHECK_MODULES, cleans up output
4958
4959 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4962           Add support for burn:// URIs (#343385); const-ify things a bit,
4963           use G_N_ELEMENTS instead of hard-coded array size.
4964
4965 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         Patch by: Young-Ho Cha  <ganadist at chollian net>
4968
4969         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4970           Fix up broken entities before passing them to libxml *sigh*.
4971           (#343303).
4972           
4973 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4974
4975         * configure.ac:
4976           back to TRUNK
4977
4978 === release 0.10.8 ===
4979
4980 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4981
4982         * configure.ac:
4983           releasing 0.10.8, "Moar gij ziet mij nie"
4984
4985 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4986
4987         * configure.ac:
4988         * po/af.po:
4989         * po/az.po:
4990         * po/cs.po:
4991         * po/en_GB.po:
4992         * po/hu.po:
4993         * po/it.po:
4994         * po/nb.po:
4995         * po/nl.po:
4996         * po/or.po:
4997         * po/sq.po:
4998         * po/sr.po:
4999         * po/sv.po:
5000         * po/uk.po:
5001         * po/vi.po:
5002         * win32/common/config.h:
5003           0.10.7.2 prerelease
5004
5005 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5006
5007         * docs/libs/tmpl/gstaudio.sgml:
5008         * docs/libs/tmpl/gstcolorbalance.sgml:
5009         * docs/libs/tmpl/gstmixer.sgml:
5010         * docs/libs/tmpl/gstringbuffer.sgml:
5011         * docs/libs/tmpl/gsttuner.sgml:
5012         * docs/libs/tmpl/gstxoverlay.sgml:
5013         * gst-libs/gst/audio/audio.c:
5014         * gst-libs/gst/audio/gstringbuffer.c:
5015         * gst-libs/gst/interfaces/colorbalance.c:
5016         * gst-libs/gst/interfaces/mixer.c:
5017         * gst-libs/gst/interfaces/tuner.c:
5018         * gst-libs/gst/interfaces/xoverlay.c:
5019           move last template doc snippets to source code and delete them
5020
5021 2006-06-06  Michael Smith  <msmith@fluendo.com>
5022
5023         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5024         (theora_parse_drain_queue):
5025           Mark DELTA_UNIT on non-keyframes.
5026
5027 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5028
5029         * gst-libs/gst/audio/gstbaseaudiosink.c:
5030         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5031         * gst-libs/gst/audio/gstbaseaudiosink.h:
5032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5033         (gst_ring_buffer_samples_done):
5034         * gst-libs/gst/audio/gstringbuffer.h:
5035         Document better the fact that latency_time and buffer_time are values
5036         stored in microseconds, and not the usual GStreamer nanoseconds.
5037         Change the variables (compatibly) that store them from GstClockTime 
5038         to guint64 to make it more clear that they're not storing clock times.
5039         Also, remove the bogus property description that says the user can
5040         specify -1 to get the default value, since that's never been the case.
5041
5042         When computing the default segment size for the ring buffer, make it
5043         an integer number of samples.
5044
5045         When the sub-class indicates a delay greater than the number of
5046         samples we've written return 0 from the audio sink get_time method.
5047
5048 2006-06-02  Michael Smith  <msmith@fluendo.com>
5049
5050         * tests/check/elements/audioconvert.c: (set_channel_positions),
5051         (get_float_mc_caps), (get_int_mc_caps):
5052         * tests/check/elements/audioresample.c:
5053         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5054         * tests/check/elements/videorate.c:
5055         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5056         * tests/check/elements/volume.c:
5057         * tests/check/elements/vorbisdec.c:
5058         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5059           Don't busy-wait in tests; this was causing test timeouts very
5060           frequently when running under valgrind.
5061
5062 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5063
5064         * gst/tcp/README:
5065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5066         (gst_multi_fd_sink_remove_client_link),
5067         (gst_multi_fd_sink_client_queue_caps),
5068         (gst_multi_fd_sink_client_queue_buffer),
5069         (gst_multi_fd_sink_handle_client_write),
5070         (gst_multi_fd_sink_render):
5071         * gst/tcp/gstmultifdsink.h:
5072           make multifdsink properly deal with streamheader:
5073           - streamheader is taken from caps
5074           - buffers marked with IN_CAPS are not sent
5075           - streamheaders are sent, on connection, from the caps of the
5076             buffer where the client gets positioned to
5077           - further streamheader changes are done every time the client
5078             will receive a buffer with different caps
5079         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5080         (gst_multifdsink_create_streamheader):
5081           add tests for this
5082
5083 2006-06-02  Michael Smith  <msmith@fluendo.com>
5084
5085         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5086           Reinstate limit on channel count. Vorbis does not define the meaning
5087           of > 6 channels, so they're just independent channels. Gstreamer
5088           currently has no mechanism to represent N independent channels.
5089
5090 2006-06-02  Michael Smith  <msmith@fluendo.com>
5091
5092         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5093           Don't arbitrarily restrict channel counts and rate in vorbis.
5094           In terms of effects likely on real-world files, this fixes 96kHz
5095           playback of vorbis.
5096
5097 2006-06-02  Michael Smith  <msmith@fluendo.com>
5098
5099         * gst/audioconvert/audioconvert.c: (float):
5100           More correct float->int conversion.
5101
5102 2006-06-02  Michael Smith  <msmith@fluendo.com>
5103
5104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5105           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5106           value. Fixes g-critical on trying to play back ogg containing
5107           unknown codec.
5108
5109 2006-06-02  Wim Taymans  <wim@fluendo.com>
5110
5111         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5112         (setup_source):
5113         * gst/playback/gstplaybasebin.h:
5114         Make the subtitle detection work from any thread so we don't
5115         deadlock. Fixes #343397.
5116
5117 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5118
5119         * gst/volume/Makefile.am:
5120           Seriously, it's not *that* hard to get compilation right.  Even
5121           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5122
5123 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5124
5125         * gst/volume/gstvolume.c: (volume_choose_func),
5126         (volume_update_real_volume), (gst_volume_class_init),
5127         (gst_volume_init), (volume_process_float), (volume_process_int16),
5128         (volume_process_int16_clamp), (volume_set_caps),
5129         (volume_transform_ip), (plugin_init):
5130         * gst/volume/gstvolume.h:
5131         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5132         another property desc., remove unused param from process function
5133         
5134         * tests/check/elements/volume.c: (volume_suite):
5135         reactivate the passthrough test
5136
5137 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5138
5139         * ext/alsa/gstalsamixerelement.h:
5140         * ext/alsa/gstalsamixeroptions.h:
5141         * ext/alsa/gstalsamixertrack.h:
5142         * ext/gnomevfs/gstgnomevfssink.h:
5143         * ext/gnomevfs/gstgnomevfssrc.h:
5144         * ext/theora/gsttheoradec.h:
5145         * ext/theora/gsttheoraenc.h:
5146         * ext/theora/gsttheoraparse.h:
5147         * ext/vorbis/vorbisparse.h:
5148         * gst-libs/gst/audio/gstaudioclock.h:
5149         * gst-libs/gst/audio/gstaudiofilter.h:
5150         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5151         * gst/audioconvert/gstaudioconvert.h:
5152         * gst/audioresample/gstaudioresample.h:
5153         * gst/audiotestsrc/gstaudiotestsrc.h:
5154         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5155         * gst/playback/gststreamselector.h:
5156         * gst/tcp/gstmultifdsink.h:
5157         * gst/tcp/gsttcpclientsink.h:
5158         * gst/tcp/gsttcpclientsrc.h:
5159         * gst/tcp/gsttcpserversink.h:
5160         * gst/tcp/gsttcpserversrc.h:
5161         * gst/videorate/gstvideorate.h:
5162         * gst/videoscale/gstvideoscale.h:
5163         * gst/videotestsrc/gstvideotestsrc.h:
5164         * gst/volume/gstvolume.h:
5165         * sys/v4l/gstv4ljpegsrc.h:
5166         * sys/v4l/gstv4lmjpegsink.h:
5167         * sys/v4l/gstv4lmjpegsrc.h:
5168         * sys/v4l/gstv4lsrc.h:
5169         * sys/ximage/ximagesink.h:
5170         * sys/xvimage/xvimagesink.h:
5171         * tests/old/testsuite/alsa/sinesrc.h:
5172         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5173
5174 2006-05-31  Wim Taymans  <wim@fluendo.com>
5175
5176         * ext/libvisual/visual.c: (gst_visual_reset),
5177         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5178         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5179         Handle DISCONT.
5180         Use running time before doing QoS.
5181         Handle mono too.
5182
5183 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5184
5185         * docs/libs/Makefile.am:
5186           set a magic variable to indicate we know the docs are incomplete
5187
5188 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5189
5190         * win32/common/libgstvideo.def:
5191           export gst_video_calculate_display_ratio
5192         * win32/vs6/libgstvideoscale.dsp:
5193           add link to libgstvideo-0.10.lib
5194
5195 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * gst/playback/gstplaybasebin.c: (gen_source_element):
5198           Throw a more comprehensible error for rtsp:// URIs (rather
5199           than erroring out with a negotiation error later on) until
5200           we fix playbin to handle rtspsrc etc.
5201
5202 2006-05-30  Wim Taymans  <wim@fluendo.com>
5203
5204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5205         (gst_text_overlay_text_event):
5206         Added some FIXMEs.
5207
5208 2006-05-30  Wim Taymans  <wim@fluendo.com>
5209
5210         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5211         (gst_adder_request_new_pad), (gst_adder_release_pad):
5212         * gst/adder/gstadder.h:
5213         Implement release_request_pad.
5214         Make padcounter atomic.
5215
5216         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5217         Added check for release_pad in adder.
5218
5219 2006-05-30  Wim Taymans  <wim@fluendo.com>
5220
5221         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5222         Fix build again.
5223
5224 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5225
5226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5227         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5228         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5229         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5230         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5231         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5232         (gst_ogg_demux_bisect_forward_serialno),
5233         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5234         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5235           add more debugging
5236           clean up printf formats for granulepos and serialno
5237
5238 2006-05-30  Michael Smith  <msmith@fluendo.com>
5239
5240         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5241         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5242         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5243         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5244         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5245         * ext/vorbis/vorbisenc.h:
5246           Multi-channel caps negotiation, so we can do proper multichannel
5247           vorbis encoding, negotiated through audioconvert.
5248
5249 2006-05-30  Wim Taymans  <wim@fluendo.com>
5250
5251         * tests/check/elements/adder.c: (test_event_message_received),
5252         (test_play_twice_message_received), (GST_START_TEST),
5253         (adder_suite):
5254         Added check to show that #339935 is fixed with ongoing
5255         adder and collectpads fixes.
5256
5257 2006-05-29  Wim Taymans  <wim@fluendo.com>
5258
5259         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5260         Don't leak pad name.
5261
5262 2006-05-29  Wim Taymans  <wim@fluendo.com>
5263
5264         * gst/adder/gstadder.c: (gst_adder_query_duration),
5265         (forward_event_func), (forward_event), (gst_adder_src_event):
5266         Fix adder seeking.
5267         Make query/seeking code threadsafe.
5268
5269         * tests/check/Makefile.am:
5270         * tests/check/elements/adder.c: (test_event_message_received),
5271         (GST_START_TEST), (test_play_twice_message_received):
5272         Fix adder test case.
5273
5274 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         Patch by: Young-Ho Cha  <ganadist at chollian net>
5277
5278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5279         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5280         (set_encoding_element), (decodebin_element_added_cb),
5281         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5282         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5283         * gst/playback/gstplaybasebin.h:
5284           Add 'subtitle-encoding' property to playbin, so applications can
5285           force a subtitle encoding for non-UTF8 subtitles (#342268).
5286
5287         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5288         (gst_sub_parse_set_property):
5289           Rename recently-added 'encoding' property to 'subtitle-encoding'
5290           (so it can be proxied by playbin/decodebin in a generic way
5291           with less danger of false positives).
5292
5293 2006-05-29  Michael Smith  <msmith@fluendo.com>
5294
5295         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5296         (append_with_other_format), (set_structure_widths),
5297         (gst_audio_convert_transform_caps):
5298           Patch from #341562: give more specific audio caps in get_caps, so
5299           that basetransform  can make better decisions on what caps to
5300           negotiate.
5301
5302 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5303
5304         * tests/check/elements/volume.c:
5305         make it compile again
5306
5307 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5308
5309         * tests/check/elements/volume.c: (volume_suite):
5310         disable test until #343196 gets resolved
5311
5312 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5313
5314         * gst/adder/gstadder.c: (gst_adder_get_type):
5315         Make it easier to copy&paste
5316         
5317         * gst/volume/Makefile.am:
5318         * gst/volume/gstvolume.c: (volume_update_real_volume),
5319         (gst_volume_set_volume), (gst_volume_set_mute),
5320         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5321         (volume_transform_ip), (volume_update_mute),
5322         (volume_update_volume):
5323         * gst/volume/gstvolume.h:
5324         Add own debug category, move duplicate code to helper function, fix
5325         property texts, add more comments and prepare ffor liboil-goodness
5326         
5327         * tests/check/Makefile.am:
5328         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5329         add test for mute and passtrough case, be a bit more verbose to track
5330         failure
5331         
5332         * tests/check/generic/states.c: (GST_START_TEST):
5333         catch elements that fail to instantiate
5334
5335 2006-05-28  Edward Hervey  <edward@fluendo.com>
5336
5337         * tests/check/pipelines/simple-launch-lines.c:
5338         * tests/check/pipelines/theoraenc.c:
5339         * tests/check/pipelines/vorbisenc.c:
5340         Comment out tests using parse_launch() if core was built without
5341         parsing capabilities.
5342
5343 2006-05-27  Edward Hervey  <edward@fluendo.com>
5344
5345         * tests/check/Makefile.am:
5346         Extra bonus points for whoever explains to ensonic that you are meant
5347         to test unit tests thoroughly before commiting them, especially if
5348         you know it's going to break.
5349         De-activated element/adder tests.
5350
5351 2006-05-27  Edward Hervey  <edward@fluendo.com>
5352
5353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5354         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5355         Marking caps conversion issues as GST_WARNING is way too verbose,
5356         Moving them to GST_LOG.
5357
5358 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         * README:
5361           Replace current README (containing the release notes from
5362           some 0.9.x version) with a proper README taken from the core.
5363
5364 2006-05-26  Wim Taymans  <wim@fluendo.com>
5365
5366         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5367         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5368         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5369         (vorbis_dec_change_state):
5370         Small cleanups.
5371         Add some FIXMEs
5372         Clip output samples to segment boundaries.
5373
5374 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5375
5376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5377         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5378         Improve the errors produced on bad output, including some human
5379         readable description strings.
5380         Handle the (theoretical for ximagesink) case where the XServer 
5381         has a different idea about the size required for a particular 
5382         frame and gives us too small a memory allocation.
5383
5384 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5385
5386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5387         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5388         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5389         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5390         Improve the errors produced on bad output, including some human 
5391         readable description strings.
5392         Handle RGB Xv formats properly by transforming them into our 
5393         big-endian caps description.
5394         Use gst_caps_truncate to ensure that we never try and choose a
5395         non-fixed caps in buffer_alloc.
5396         Handle the case where the XServer has a different idea about the size
5397         required for a particular frame and gives us too small a memory
5398         allocation.
5399         Use -1 to indicate 'no image format', because 0 is a valid XServer
5400         image format number.
5401         Put RGB Xv formats at the end of the caps, so that we always prefer
5402         YUV format frames.
5403         Iterate the available Xv Encodings to determine the maximum width and
5404         height, and then return that in our caps.
5405         (Closes #315312, #337544)
5406
5407 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5408
5409         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5410         When there is only one unfinished pad and it receives an event that
5411         doesn't match our requirements, we need to set alldone=FALSE so that
5412         the fakesink is not removed yet.
5413
5414 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5417           Use gst_type_find_helper_for_buffer() to find the type
5418           of stream from the first packet.
5419
5420         * configure.ac:
5421           Bump requirements to core CVS (needed for vorbis
5422           typefinding to work).
5423
5424 2006-05-24  Edward Hervey  <edward@fluendo.com>
5425
5426         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5427         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5428         contain.  Else they play perfectly fine with qtdemux.
5429
5430 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * ext/theora/theoradec.c:
5433         * ext/theora/theoraenc.c:
5434         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5435         * gst/audiorate/gstaudiorate.c:
5436           make more debug catagories static
5437         
5438         * tests/check/Makefile.am:
5439         * tests/check/elements/adder.c: (message_received),
5440         (test_event_message_received), (GST_START_TEST),
5441         (test_play_twice_message_received), (adder_suite):
5442           added test case for using element twice, extra bonus points for anyone
5443           who can make these test run reliably
5444
5445 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * ext/theora/theoradec.c: (theora_dec_chain):
5448           Make work with time-stamped input buffers that do not
5449           have a granulepos in BUFFER_OFFSET_END (like theora
5450           buffers coming from matroskademux). Fixes #342448.
5451
5452 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5453
5454         Patch by: Peter Kjellerstedt  <pkj at axis com>
5455
5456         * gst/tcp/Makefile.am:
5457           fdstresstest doesn't need Gtk+, fix compilation if 
5458           gtk is not available (#342566).
5459
5460 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5461          
5462         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5463           80 line columns
5464           Removed redundant floor()
5465
5466 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5467
5468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5469           On second thought, just skip JUNK chunks automatically, so
5470           the caller doesn't have to handle this. Fixes #342345.
5471           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5472           not GST_FLOW_ERROR.
5473
5474 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5477           Don't bail out on JUNK chunks with a size of 0 (would try to
5478           pull_range 0 bytes before, which sources don't like too much).
5479           See #342345.
5480
5481 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5482
5483         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5485         Use the gstutil scaling function to preserve 64 bits while calculating
5486         output width and height from the display-aspect-ratio. (A continuation
5487         of #341542)
5488
5489 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5492         (gst_xvimagesink_buffer_alloc):
5493         * sys/xvimage/xvimagesink.h:
5494         When performing buffer allocations, remember the caps and image format
5495         we return so that if the same caps are asked for next time we can
5496         return them immediately without doing any caps intersections.
5497
5498 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5499          
5500         * gst-libs/gst/rtp/README:
5501           Some new documentation
5502         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5503           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5504         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5505         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5506           New RTP audio base payloader class. Supports frame or sample based
5507           codecs.  Not enabled in Makefile.am until approved.
5508
5509 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * tests/check/elements/alsa.c: (test_device_property_probe):
5512           Fix test case: don't try to free NULL GValueArray when there
5513           are no devices.
5514
5515 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * tests/check/Makefile.am:
5518         * tests/check/elements/alsa.c: (test_device_property_probe),
5519         (alsa_suite), (main):
5520           Add simple test that runs a device property probe on alsasrc,
5521           alsasink and alsamixer. Disable valgrind check for now (too
5522           many leaks in libasound, and valgrind ignored my suppressions
5523           additions).
5524
5525 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5528         (gst_alsa_device_property_probe_probe_property),
5529         (gst_alsa_device_property_probe_needs_probe),
5530         (gst_alsa_device_property_probe_get_values),
5531         (gst_alsa_type_add_device_property_probe_interface):
5532         * ext/alsa/gstalsadeviceprobe.h:
5533         * ext/alsa/gstalsamixerelement.c:
5534         (gst_alsa_mixer_element_init_interfaces):
5535         * ext/alsa/gstalsamixerelement.h:
5536           Clean up and simplify alsa device probing. Make it actually work
5537           for multiple classes. Don't cache results any longer.
5538
5539         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5540         (gst_alsasink_init):
5541         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5542         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5543         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5544           Make alsasink and alsasrc implement the GstPropertyProbe interface
5545           for device probing (#342181).
5546           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5547
5548 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * gst/subparse/samiparse.c: (handle_start_font):
5551           Don't ignore return value of strtol (++compiler_happiness).
5552
5553 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         Patch by: Young-Ho Cha  <ganadist chollian net>
5556
5557         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5558         (gst_sub_parse_class_init), (gst_sub_parse_init),
5559         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5560         (convert_encoding):
5561         * gst/subparse/gstsubparse.h:
5562           Add 'encoding' property (#341681).
5563
5564         * gst/subparse/samiparse.c: (characters_sami):
5565           Output is pango markup, so we need to escape text
5566           between tags (#342143).
5567
5568 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst-libs/gst/audio/multichannel.c:
5571         (gst_audio_check_channel_positions):
5572           It's okay to have caps with channels=1 and a channel position
5573           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5574           (deinterleavers might want to keep the position in the caps,
5575           so that they can be re-interleaved again properly later).
5576           Leave check for unexpected 2-channel layouts intact for now.
5577
5578 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5579
5580         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5581         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5582         basesrc can do its job correctly.
5583
5584 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         * ext/alsa/Makefile.am:
5587         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5588         (gst_alsa_detect_formats), (get_channel_free_structure),
5589         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5590         (gst_alsa_probe_supported_formats):
5591         * ext/alsa/gstalsa.h:
5592         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5593           Refactor and improve caps probing code: probe signedness
5594           when we probe the supported formats/widths; set endianness
5595           to the one we actually probed for (ie. cpu endianness).
5596           
5597         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5598         (gst_alsasrc_close):
5599         * ext/alsa/gstalsasrc.h:
5600           Implement caps probing for alsasrc.
5601
5602 2006-05-15  Wim Taymans  <wim@fluendo.com>
5603
5604         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5605         (theora_dec_src_query), (theora_dec_src_event),
5606         (theora_dec_sink_event), (theora_handle_comment_packet),
5607         (theora_handle_data_packet), (theora_dec_change_state):
5608         Cleanups, add some G_LIKELY.
5609         Use segment helpers instead of our own wrong code.
5610         Clear queued buffers on seek and READY.
5611
5612         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5613         (vorbis_dec_convert), (vorbis_dec_src_query),
5614         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5615         (vorbis_handle_comment_packet), (vorbis_dec_push),
5616         (vorbis_handle_data_packet), (vorbis_dec_chain),
5617         (vorbis_dec_change_state):
5618         * ext/vorbis/vorbisdec.h:
5619         Remove old useless packetno variable.
5620         Do position query properly.
5621         Add some G_LIKELY.
5622         Do cleanup of queued buffers in new helper function
5623         and use it.
5624
5625 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5628           Query supported sample rates. Fixes #341732.
5629
5630 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5631
5632         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5633         (gst_decode_bin_change_state): Make decodebin reusable
5634         when going from PAUSE_TO_READY and then back to PAUSED.
5635         Fixes #331678.
5636
5637 2006-05-15  Wim Taymans  <wim@fluendo.com>
5638
5639         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5640         (vorbis_dec_convert), (vorbis_dec_src_query),
5641         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5642         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5643         (vorbis_dec_clean_queued), (vorbis_dec_push),
5644         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5645         Cleanups. Use refcounting and DEBUG_OBJECT.
5646         Reset segment on flush, use code methods instead of our
5647         own wrong version.
5648         Fix potential memleak.
5649
5650 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5653         (gst_alsasink_init):
5654         * ext/alsa/gstalsasink.h:
5655           Don't leak allocated snd_output_t structure if there's
5656           more than one alsasink instance at a time (#341873).
5657           Also fix GObject macros in header file.
5658           
5659 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5660
5661         * gst/subparse/gstsubparse.c:
5662         (gst_sub_parse_data_format_autodetect):
5663           Don't use libxml functions in the typefinding code.
5664
5665 2006-05-15  Wim Taymans  <wim@fluendo.com>
5666
5667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5668         Fix seeking performance in the case where a non-header 
5669         packet has a 0 granulepos (busted theora case). 
5670         Fixes #341719
5671         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5672          the first place, you limelight stealer you)
5673
5674 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * gst/subparse/gstsubparse.c:
5677         (gst_sub_parse_data_format_autodetect):
5678           Improve SAMI typefinding: handle case where there are
5679           whitespaces or newlines in front of the first <SAMI>
5680           tag (#169936).
5681
5682 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * configure.ac:
5685           Build video4linux plugin even if there's no XVIDEO, just
5686           without implementing the GstXOverlay interface (#334002).
5687          
5688 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * configure.ac:
5691         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5692         (plugin_init):
5693           Add tentative support for libvisual-0.4 (#336881).
5694
5695 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         Patch by: Young-Ho Cha <ganadist at chollian net>
5698
5699         * gst/subparse/samiparse.c: (handle_start_font):
5700           Need to map "silver" colour explicitly (#169936).
5701
5702 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         Patch by: Young-Ho Cha  <ganadist at chollian net>
5705
5706         * gst/subparse/Makefile.am:
5707         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5708         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5709         (gst_sub_parse_format_autodetect), (feed_textbuf),
5710         (gst_subparse_type_find), (plugin_init):
5711         * gst/subparse/gstsubparse.h:
5712         * gst/subparse/samiparse.c:
5713         * gst/subparse/samiparse.h:
5714           Add support for SAMI subtitles (#169936).
5715
5716 2006-05-14  Michael Smith  <msmith@fluendo.com>
5717
5718         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5719           Fix #341696: crash when mixing L+R+C to mono or stereo.
5720         * tests/check/Makefile.am:
5721         * tests/check/elements/audioconvert.c: (set_channel_positions),
5722         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5723         (audioconvert_suite):
5724           Add test for the above, including some generic framework bits for
5725           testing multichannel things.
5726
5727 === release 0.10.7 ===
5728
5729 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5730
5731         * configure.ac:
5732           releasing 0.10.7, "Leave the gun"
5733
5734 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5735
5736         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5738         Fix the build.
5739
5740 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5741
5742         * docs/libs/gst-plugins-base-libs-docs.sgml:
5743         * docs/libs/gst-plugins-base-libs-sections.txt:
5744         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5745         * gst-libs/gst/video/video.h:
5746         * gst/videoscale/Makefile.am:
5747         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5749         * tests/check/Makefile.am:
5750         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5751         (main):
5752           Fix integer overflow problem with pixel-aspect-ratio calculations
5753           in videoscale and xvimagesink (#341542)
5754
5755 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst-libs/gst/tag/gstid3tag.c:
5758           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5759
5760 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5761
5762         * win32/MANIFEST:
5763           update win32 files listing
5764
5765 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5766
5767         patch by: Sjoerd Simons (sjoerd@luon.net)
5768
5769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5770         (group_create), (group_destroy), (add_stream),
5771         (gst_play_base_bin_get_property),
5772         (gst_play_base_bin_get_streaminfo_value_array):
5773         * gst/playback/gstplaybasebin.h:
5774           API: GstPlayBaseBin::stream-info-value-array property
5775           use a more bindings-friendly way of exposing streaminfo
5776           using a GValueArray.  Tested in ipython.
5777           Closes #341114
5778
5779 2006-05-11  Wim Taymans  <wim@fluendo.com>
5780
5781         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5782         (queue_underrun_cb), (queue_filled_cb):
5783         Also catch queue underruns but don't do anything yet.
5784         Refactor and comment queue enlarging code a bit.
5785
5786         * gst/playback/gstplaybasebin.c: (queue_overrun),
5787         (queue_threshold_reached), (queue_out_of_data),
5788         (gen_preroll_element):
5789         If a queue over/underruns check that we don't create nasty
5790         deadlocks when the min-threshold is not reached but the
5791         max-bytes is. In those cases disable max-bytes when we
5792         know that the queue is fed timed data.
5793         Add more comments.
5794
5795 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * gst/playback/gstplaybin.c: (gen_audio_element):
5798           Make playbin automatically plug an 'audioresample'
5799           element before the audio sink as well. This solves
5800           problems with sinks that only accept a very specific
5801           sample rate, like esdsink (e.g. #340379).
5802
5803 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/playback/gstplaybasebin.c: (gen_source_element):
5806           Make http sources send special headers so that we receive
5807           icecast metadata if the http stream is an icecast stream
5808           (otherwise the server will just ignore them). This also
5809           means that from now on users will need the 'icydemux'
5810           element from gst-plugins-good installed if they want to
5811           listen to icecast radio streams. (#341432, #333657).
5812
5813 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5814
5815         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5816         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5817           remove stupid example from docs - it should come with a simple
5818           C program instead.
5819           Clean up/fix docs
5820         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5821         (fail_if_can_read), (GST_START_TEST),
5822         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5823           add a test for changing streamheader which exposes a bug in
5824           multifdsink
5825
5826 2006-05-11  Michael Smith  <msmith@fluendo.com>
5827
5828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5829         (gst_gnome_vfs_src_received_headers_callback):
5830         * ext/gnomevfs/gstgnomevfssrc.h:
5831           Don't set icy-caps unless we have a sane interval value. Move
5832           interval to a local variable; we never use it outside this function.
5833
5834 2006-05-11  Wim Taymans  <wim@fluendo.com>
5835
5836         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5838         Register special buffer types along with the objects so
5839         that they are not registered at runtime from N different
5840         streaming threads since they are not threadsafe.
5841
5842 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5843
5844         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5845         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5846           add two more tests, one doing streamheader
5847
5848 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5849
5850         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5851           clean up the bufqueue when shutting down
5852         * tests/check/Makefile.am:
5853         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5854         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5855         (main):
5856           add a test for the leak that was just fixed
5857
5858 2006-05-10  Wim Taymans  <wim@fluendo.com>
5859
5860         * gst/adder/gstadder.c: (gst_adder_setcaps),
5861         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5862         (gst_adder_src_event), (gst_adder_sink_event),
5863         (gst_adder_class_init), (gst_adder_finalize),
5864         (gst_adder_request_new_pad), (gst_adder_collected):
5865         * gst/adder/gstadder.h:
5866         Updated some docs. Added comments and FIXMEs all over the place.
5867         Improve debugging info.
5868         Fix leak on finalize by not calling the parent.
5869         Implement duration query.
5870         Make event forwarding threadsafe.
5871         Correctly send NEWSEGMENT at start and after flush.
5872         Handle EOS correctly.
5873         Post error when not negotiated.
5874
5875         * tests/check/elements/adder.c: (GST_START_TEST):
5876         Added FIXME in the test.
5877
5878 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5881         (gst_text_overlay_halign_get_type),
5882         (gst_text_overlay_wrap_mode_get_type):
5883         * ext/theora/theoradec.c: (theora_handle_type_packet),
5884         (theora_handle_data_packet):
5885         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5886         (theora_enc_sink_setcaps), (theora_enc_chain):
5887         * gst-libs/gst/cdda/gstcddabasesrc.c:
5888         (gst_cdda_base_src_mode_get_type):
5889         * gst/audiotestsrc/gstaudiotestsrc.c:
5890         (gst_audiostestsrc_wave_get_type):
5891         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5892         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5893         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5894         (gst_sync_method_get_type), (gst_unit_type_get_type),
5895         (gst_client_status_get_type):
5896         * gst/videoscale/gstvideoscale.c:
5897         (gst_video_scale_method_get_type):
5898         * gst/videotestsrc/gstvideotestsrc.c:
5899         (gst_video_test_src_pattern_get_type):
5900         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5901         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5902         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5903         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5904         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5905         (paint_setup_RGB565), (paint_setup_xRGB1555):
5906           Const-ify GEnumValue and GFlagsValue arrays. Use
5907           GST_ROUND_UP_* macros instead of home-made ones.
5908
5909 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5910
5911         * configure.ac:
5912           Require core CVS for the new newsegment stuff.
5913
5914 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         Patch by: Sjoerd Simons  <sjoerd at luon net>
5917
5918         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5919           Register nick for enum value (#341160).
5920
5921 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5922
5923         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5924         (plugin_init):
5925          backout typefind patch #340375
5926          
5927         * tests/check/elements/adder.c: (message_received),
5928         (GST_START_TEST), (adder_suite):
5929           redo, signal-handling of test
5930
5931 2006-05-09  Wim Taymans  <wim@fluendo.com>
5932
5933         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5934         (gst_adder_collected):
5935         * gst/adder/gstadder.h:
5936         Remove bogus segment merging and forwarding, we don't
5937         care about timestamps anyway and we just produce a
5938         continuous stream. 
5939         Also create a nice NEWSEGMENT event when we start.
5940         Use _scale_int some more.
5941
5942 2006-05-09  Edward Hervey  <edward@fluendo.com>
5943
5944         * tests/icles/stress-xoverlay.c:
5945         Fix if core was built without parsing support.
5946
5947 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5950           Add SEDG (Samsung MPEG-4) fourcc.
5951
5952 2006-05-09  Edward Hervey  <edward@fluendo.com>
5953
5954         * tests/icles/stress-xoverlay.c:
5955         * tests/examples/volume/volume.c:
5956         Fix if core was built without parsing support.
5957
5958         * tests/examples/seek/seek.c:
5959         Disable the parse_launch example if core was built without parsing
5960         support.
5961
5962 2006-05-08  Edward Hervey  <edward@fluendo.com>
5963
5964         * autogen.sh: (CONFIGURE_DEF_OPT): 
5965         libtoolize on Darwin/MacOSX is called glibtoolize
5966
5967 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5968
5969         * tests/check/Makefile.am:
5970         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5971           Disable the adder test, until the build-slaves posses the kindness to 
5972           either like it or to give valid reason for not doing so 
5973
5974 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5975
5976         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5977         (adder_suite):
5978           Shuffle NULL state change around and raise timeout more
5979
5980 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5981
5982         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5983         (mp4_type_find), (plugin_init):
5984           Add typefind to distinguish between "audio/x-m4a" and new type
5985           "video/mp4". Fixes #340375
5986
5987         * tests/check/elements/adder.c: (adder_suite):
5988           Raise timeout to make buildbot happy
5989
5990 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5991
5992         * gst/adder/gstadder.c: (gst_adder_sink_event),
5993         (gst_adder_request_new_pad), (gst_adder_change_state):
5994         * gst/adder/gstadder.h:
5995         * tests/check/Makefile.am:
5996         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5997         (adder_suite), (main):
5998           Add sink-event handling to adder. It tries to merge incomming
5999           newsegment-events. Added test to check if segment_done is comming
6000           through. Fixes #340060
6001
6002 2006-05-05  Andy Wingo  <wingo@pobox.com>
6003
6004         * ext/theora/theoraparse.c (gst_theora_parse_init)
6005         (theora_parse_src_convert, theora_parse_src_query):
6006         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6007         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6008         query functions on the source pads of the theora and vorbis parse
6009         elements. Fixes position querying when doing a remux.
6010
6011 2006-05-05  Michael Smith  <msmith@fluendo.com>
6012
6013         * ext/theora/theoraparse.c: (parse_granulepos),
6014         (theora_parse_drain_queue_prematurely),
6015         (theora_parse_queue_buffer), (theora_parse_sink_event):
6016           Fix flushing.
6017           Fix invalid granulepos outputs when starting with a non-keyframe.
6018
6019 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6020
6021         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6022         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6023         Rearrange MPEG system stream detection, fixing some memleaks in the
6024         process.
6025         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6026         they clean up their data correctly.
6027         Remove unused ogganx caps and move the 'is_annodex' check to inside
6028         the 'is_ogg' if statement.
6029
6030 2006-05-05  Wim Taymans  <wim@fluendo.com>
6031
6032         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6033         Properly remove ghostpads. Fixes #340392
6034
6035 2006-05-04  David Schleef  <ds@schleef.org>
6036
6037         * gst/typefind/gsttypefindfunctions.c:
6038
6039 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6040
6041         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6042         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6043
6044         When typefinding an MP3 in push-based mode, don't penalise the
6045         probability down to 74% when we found 5 valid frames just because we
6046         can't peek the end of the file.
6047
6048         Make the probability for detecting MPEG Transport Streams based on the
6049         number of sequential headers we successfully detected.
6050
6051 2006-05-03  Wim Taymans  <wim@fluendo.com>
6052
6053         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6054         (vorbis_dec_push), (vorbis_dec_chain):
6055         Still produce an error when we receive an empty packet.
6056
6057 2006-05-03  Wim Taymans  <wim@fluendo.com>
6058
6059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6060         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6062         Mark buffers with DISCONT after seek and after activating new
6063         chains.
6064
6065         * ext/theora/gsttheoradec.h:
6066         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6067         (theora_get_query_types), (theora_dec_sink_event),
6068         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6069         (theora_dec_change_state):
6070         Fix frame counter.
6071         Detect and mark DISCONT buffers.
6072
6073         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6074         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6075         (vorbis_dec_change_state):
6076         * ext/vorbis/vorbisdec.h:
6077         Use GstSegment.
6078         Detect and mark DISCONT buffers.
6079         Don't crash on 0 sized buffers.
6080
6081 2006-05-03  Wim Taymans  <wim@fluendo.com>
6082
6083         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6084         (volume_transform_ip):
6085         Increase "volume" property to 10.0. Fixes #340369.
6086         Set the process function to NULL when capsnego fails so that
6087         we properly error out.
6088
6089 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * gst/playback/gstplaybin.c: (add_sink):
6092         * gst/playback/test.c: (main):
6093         * gst/playback/test5.c: (dump_element_stats):
6094         * gst/playback/test6.c: (main):
6095           free caps using gst_caps_unref, don't leak caps-strings
6096
6097 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6100         (plugin_init):
6101           Refine musepack typefinding a bit. Return MAXIMUM
6102           probability when we detect stream version 7 to make
6103           sure the mpeg audio typefinder doesn't trump us.
6104
6105 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6108           Protect against unexpected NULL strf_data buffer.
6109
6110 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6111
6112         * tests/check/elements/audioconvert.c: (verify_convert),
6113         (GST_START_TEST):
6114           interpret the out[] buffer in the order the bytes are actually
6115           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6116           Other tests should use BYTE_ORDER since the array is filled in
6117           with actual values
6118
6119 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6120
6121         * tests/check/elements/audioconvert.c: (verify_convert),
6122         (GST_START_TEST):
6123           when a test fails, give an indication of which it is
6124
6125 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127         * gst-libs/gst/cdda/gstcddabasesrc.c:
6128           compile fix; strtol() needs <stdlib.h>
6129
6130 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6131
6132         * ext/alsa/gstalsamixerelement.c:
6133         * ext/alsa/gstalsasrc.c:
6134         * ext/cdparanoia/gstcdparanoiasrc.c:
6135         * ext/gnomevfs/gstgnomevfssink.c:
6136         * ext/gnomevfs/gstgnomevfssrc.c:
6137         * ext/ogg/gstoggdemux.c:
6138         * ext/ogg/gstoggmux.c:
6139         * ext/ogg/gstoggparse.c:
6140         * ext/ogg/gstogmparse.c:
6141         * ext/pango/gstclockoverlay.c:
6142         * ext/pango/gsttextoverlay.c:
6143         * ext/pango/gsttextrender.c:
6144         * ext/pango/gsttimeoverlay.c:
6145         * ext/theora/theoradec.c:
6146         * ext/theora/theoraenc.c:
6147         * ext/vorbis/vorbisdec.c:
6148         * ext/vorbis/vorbisenc.c:
6149         * gst-libs/gst/audio/gstaudiofilter.c:
6150         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6151         * gst/audioconvert/gstaudioconvert.c:
6152         * gst/audiorate/gstaudiorate.c:
6153         * gst/audioresample/gstaudioresample.c:
6154         * gst/audiotestsrc/gstaudiotestsrc.c:
6155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6156         * gst/playback/gstdecodebin.c:
6157         * gst/playback/gstplaybin.c:
6158         * gst/playback/gststreamselector.c:
6159         * gst/subparse/gstsubparse.c:
6160         * gst/tcp/gstmultifdsink.c:
6161         * gst/tcp/gsttcpclientsink.c:
6162         * gst/tcp/gsttcpclientsrc.c:
6163         * gst/tcp/gsttcpserversink.c:
6164         * gst/tcp/gsttcpserversrc.c:
6165         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6166         * gst/videorate/gstvideorate.c:
6167         * gst/videoscale/gstvideoscale.c:
6168         * gst/videotestsrc/gstvideotestsrc.c:
6169         * gst/volume/gstvolume.c:
6170         * sys/v4l/gstv4ljpegsrc.c:
6171         * sys/v4l/gstv4lmjpegsink.c:
6172         * sys/v4l/gstv4lmjpegsrc.c:
6173         * sys/v4l/gstv4lsrc.c:
6174         * sys/ximage/ximagesink.c:
6175         * sys/xvimage/xvimagesink.c:
6176         * tests/check/libs/cddabasesrc.c:
6177           make GstElementDetails const
6178
6179 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6180
6181         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6182         (gst_adder_init):
6183           send events from src-pad to all sink-pads fixes #338657
6184
6185 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6186
6187         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6188         (alsasink_parse_spec):
6189           query width capabilities from alsa, fixes #338919
6190
6191 2006-04-28  Wim Taymans  <wim@fluendo.com>
6192
6193         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6194         (gst_multi_fd_sink_remove_client_link):
6195         * gst/tcp/gstmultifdsink.h:
6196         Fix race condition in multifdsink that can lead to spurious 
6197         duplicate clients. this patch adds a new signal that is fired when
6198         multifdsink has removed all references to the fd.
6199         Fixes #339574.
6200         Updated documentation.
6201         API: client-fd-removed signal added
6202
6203 2006-04-28  Michael Smith  <msmith@fluendo.com>
6204
6205         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6206           When asking g_value_array_new to prealloc elements, we may as well
6207           ask for the right number of elements.
6208
6209 2006-04-28  Wim Taymans  <wim@fluendo.com>
6210
6211         * gst-libs/gst/audio/gstbaseaudiosink.c:
6212         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6213         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6214         patch to make timestamp checking more tollerant to rounding 
6215         errors given that real discontinuities are to be marked on
6216         buffers. Fixes some asf files and #338778.
6217         Also avoid some crashers when we receive an event in the 
6218         NULL state.
6219
6220 2006-04-28  Michael Smith  <msmith@fluendo.com>
6221
6222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6223         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6224         (gst_gnome_vfs_src_get_property),
6225         (gst_gnome_vfs_src_send_additional_headers_callback),
6226         (gst_gnome_vfs_src_received_headers_callback),
6227         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6228         (gst_gnome_vfs_src_stop):
6229         * ext/gnomevfs/gstgnomevfssrc.h:
6230           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6231           proper shared support within icydemux.
6232
6233 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6234
6235         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6236         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6237           fix up docs
6238           fix a leak when no caps negotiated
6239           fix counting of input frames
6240         * tests/check/elements/.cvsignore:
6241         * tests/check/elements/videorate.c: (assert_videorate_stats),
6242         (GST_START_TEST), (videorate_suite):
6243           add tests for these
6244
6245 2006-04-28  Wim Taymans  <wim@fluendo.com>
6246
6247         * gst-libs/gst/audio/gstringbuffer.c:
6248         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6249         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6250         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6251         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6252         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6253         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6254         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6255         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6256         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6257         Check arguments passed to public functions instead of
6258         crashing.
6259
6260 2006-04-28  Wim Taymans  <wim@fluendo.com>
6261
6262         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6263         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6264         GstBaseAudioSrc must be live or it does not work.
6265
6266         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6267         Don't set live to TRUE as this is the default in the parentclass.
6268
6269 2006-04-28  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6272         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6273         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6274         fixation cases better. Fixes #338991
6275
6276 2006-04-28  Wim Taymans  <wim@fluendo.com>
6277
6278         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6279         Handle 0/1 framerate correctly Fixes #331901.
6280
6281 2006-04-28  Wim Taymans  <wim@fluendo.com>
6282
6283         * tests/check/elements/audioconvert.c: (get_float_caps),
6284         (GST_START_TEST), (audioconvert_suite):
6285         Added check for correct clipping when doing float samples
6286         in audioconvert.
6287
6288 2006-04-28  Wim Taymans  <wim@fluendo.com>
6289
6290         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6291         (gst_video_rate_chain):
6292         Print more debugging info.
6293
6294 2006-04-28  Wim Taymans  <wim@fluendo.com>
6295
6296         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6297         (resample_set_state_from_caps):
6298         Add support for other formats audioresample can handle such as
6299         32 bits in and float and 64 bits float. Fixes #301759
6300
6301 2006-04-28  Wim Taymans  <wim@fluendo.com>
6302
6303         * gst/audioconvert/audioconvert.c: (float):
6304         correctly clip float samples > 1.0. Fixes #338718
6305
6306 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         Patch by: Young-Ho Cha  <ganadist at chollian net>
6309
6310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6311         (gst_text_overlay_render_text):
6312           Don't strip newlines from the text. Also, center lines
6313           within multi-line paragraphs (#339405).
6314
6315 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6318           Fix wavpack typefinding to work in more cases (don't peek
6319           for chunks of multiple hundred kBs at once, but process
6320           things step-by-step in smaller units). Fixes #339786.
6321
6322 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6323
6324         * configure.ac:
6325           back to HEAD
6326
6327 === release 0.10.6 ===
6328
6329 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6330
6331         * configure.ac:
6332           releasing 0.10.6, "Chao"
6333
6334 2006-04-26  David Schleef  <ds@schleef.org>
6335
6336         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6337           Fixes #338897.
6338
6339 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         * configure.ac:
6342         * win32/common/config.h:
6343           new prerelease
6344
6345 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6346
6347         patch by: Wim Taymans
6348
6349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6350         (gst_ogg_demux_perform_seek):
6351           make sure correct newsegments are sent, so that the decoder
6352           and the demuxer agree on timestamps.  Fixes playback of a lot
6353           of Ogg files that do not start from 0.  Fixes #339833.
6354
6355 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         Patch by: Edward Hervey  <edward@fluendo.com>
6358
6359         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6360         * tests/check/Makefile.am:
6361         * tests/check/elements/videorate.c: (assert_videorate_stats),
6362         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6363         (videorate_suite), (main):
6364           Fix an infinite loop if frames are passed in with wrongly ordered
6365           timestamps.  Fixes #339013.
6366
6367 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6368
6369         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6372           fix typefinding on some ISO files.  Fixes #339212.
6373
6374 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6375
6376         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6379           add another H264 fourcc.  Fixes #339047.
6380
6381 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6382
6383         Patch by: Jan Schmidt
6384
6385         * gst/playback/gststreamselector.c:
6386         (gst_stream_selector_bufferalloc):
6387           Restore old StreamSelector behaviour.
6388           Fixes #338419.
6389
6390 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6391
6392         * configure.ac:
6393         * win32/common/config.h:
6394           prerelease
6395
6396 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6399
6400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6401         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6402           Fix some memory leaks: on finalize, free buffers left in the queue
6403           before destroying the queue; in _push(), unref rtp_buf even if
6404           the process vfunc returned a NULL buffer as output buffer (#337548);
6405           demote some recuring debug messages to LOG level.
6406
6407 2006-04-11  Wim Taymans  <wim@fluendo.com>
6408
6409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6410         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6411         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6412         (gst_ogg_demux_loop):
6413         More cleanups.
6414         Respect segment stop when emiting EOS or SEGMENT_DONE.
6415         Fixes (#337945).
6416
6417 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         * gst/playback/gststreamselector.c:
6420         (gst_stream_selector_get_property):
6421           Don't leak pad name.
6422
6423 2006-04-10  Michael Smith  <msmith@fluendo.com>
6424
6425         * tests/check/Makefile.am:
6426         * tests/check/gst-plugins-base.supp:
6427           Suppress an old libtheora bug (fixed in more recent versions), so 
6428           that FC4 buildslaves can pass.
6429
6430 2006-04-10  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6433         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6434         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6435         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6436         (gst_ogg_demux_loop):
6437         Don't leak events.
6438         Remember what error we got when finding chains, if we
6439         were shutdown, that would not be an error.
6440
6441 2006-04-10  Wim Taymans  <wim@fluendo.com>
6442
6443         * gst-libs/gst/audio/gstbaseaudiosink.c:
6444         (gst_base_audio_sink_event):
6445         Starting the ringbuffer when we did not acquire it can cause
6446         a deadlock, is pointless and causes nasty things for
6447         subclasses. 
6448         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6449
6450 2006-04-10  Wim Taymans  <wim@fluendo.com>
6451
6452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6453         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6454         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6455         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6456         (gst_ogg_demux_deactivate_current_chain),
6457         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6458         (gst_ogg_demux_bisect_forward_serialno),
6459         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6460         Add some more debugging.
6461
6462 2006-04-10  Wim Taymans  <wim@fluendo.com>
6463
6464         * ext/theora/theoradec.c: (theora_dec_src_event),
6465         (theora_handle_data_packet):
6466         Some more debug info.
6467
6468         * tests/examples/seek/seek.c: (start_seek), (main):
6469         Print element messages too.
6470
6471 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6472
6473         * gst/audioresample/debug.h:
6474           replace debug macros with variable number of parameters
6475           by a simple alias to gstreamer standard debug macros 
6476          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6477           supported by MSVC 6.0 and 7.1)
6478         * gst/audioresample/resample.h:
6479           define M_PI and rint for WIN32
6480         * win32/common/libgstaudio.def:
6481         * win32/common/libgstriff.def:
6482         * win32/common/libgsttag.def:
6483         * win32/common/libgstvideo.def:
6484           add new exported functions
6485         * win32/vs6:
6486           update project files
6487
6488 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6489
6490         * ext/alsa/gstalsamixeroptions.c:
6491         (gst_alsa_mixer_options_class_init):
6492         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6495         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6496         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6497         * gst-libs/gst/audio/gstaudiofilter.c:
6498         (gst_audio_filter_class_init):
6499         * gst-libs/gst/audio/gstaudiosink.c:
6500         (gst_audioringbuffer_class_init):
6501         * gst-libs/gst/audio/gstaudiosrc.c:
6502         (gst_audioringbuffer_class_init):
6503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6504         * gst-libs/gst/interfaces/colorbalancechannel.c:
6505         (gst_color_balance_channel_class_init):
6506         * gst-libs/gst/interfaces/mixeroptions.c:
6507         (gst_mixer_options_class_init):
6508         * gst-libs/gst/interfaces/mixertrack.c:
6509         (gst_mixer_track_class_init):
6510         * gst-libs/gst/interfaces/tunerchannel.c:
6511         (gst_tuner_channel_class_init):
6512         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6513         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6514         (gst_netbuffer_class_init):
6515         * gst-libs/gst/rtp/gstbasertppayload.c:
6516         (gst_basertppayload_class_init):
6517         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6519         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6520         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6521         * gst/playback/gststreamselector.c:
6522         (gst_stream_selector_class_init):
6523         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6524         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6525         * sys/v4l/gstv4lcolorbalance.c:
6526         (gst_v4l_color_balance_channel_class_init):
6527         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6528         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6530         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6531         (gst_v4l_tuner_norm_class_init):
6532         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6534         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6535         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6536
6537 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6538
6539         * ext/pango/gsttextrender.h:
6540         * gst-libs/gst/audio/gstaudiosink.h:
6541         * gst-libs/gst/audio/gstaudiosrc.h:
6542         * gst-libs/gst/audio/gstbaseaudiosink.h:
6543         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6544         * gst-libs/gst/audio/gstringbuffer.h:
6545         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6546         * gst-libs/gst/rtp/gstbasertppayload.h:
6547         * gst-libs/gst/video/gstvideofilter.h:
6548         * gst-libs/gst/video/gstvideosink.h:
6549         * gst/playback/gstplaybasebin.h:
6550         * gst/tcp/gstmultifdsink.h:
6551         * sys/v4l/gstv4lelement.h:
6552         Fix broken GObject macros
6553
6554 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6555
6556         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6557         More debug to trace why my USB headset is not working with gst
6558
6559 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * gst/playback/gstplaybasebin.c: (group_destroy):
6562         Clean up our group elements properly in the case where it never 
6563         got committed - it still got added unconditionally to the bin.
6564
6565 2006-04-07  Wim Taymans  <wim@fluendo.com>
6566
6567         * ext/theora/theoradec.c: (theora_dec_sink_event),
6568         (theora_handle_data_packet), (theora_dec_chain):
6569         Unref unhandled events.
6570         Protect against empty buffers.
6571         Perform QoS on running time.
6572
6573 2006-04-07  Michael Smith  <msmith@fluendo.com>
6574
6575         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6576         (gst_vorbis_enc_chain):
6577           Remove leaks from vorbisenc.
6578           Mostly minor changes, the only significant one is that now the
6579           buffers we set as 'streamheader' on the caps are copies of the
6580           original buffers, to avoid circular refcounting problems.
6581
6582 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6583
6584         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6585           Don't remove our mute-probe if someone else already did so.
6586           Don't set a 2nd one if there is already one pending on the pad.
6587
6588         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6589         (do_playbin_seek):
6590           When a seek fails, ensure that playbin is still set back to playing.
6591           
6592         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6593         (mpeg_ts_type_find), (plugin_init):
6594           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6595
6596 2006-04-06  Andy Wingo  <wingo@pobox.com>
6597
6598         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6599         (gst_video_rate_init): Caps-related parameters should not be reset
6600         by a flush -- move their inits to the instance init function.
6601         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6602         is not OK, just return the result.
6603
6604         * gst/audiotestsrc/gstaudiotestsrc.c
6605         (gst_audio_test_src_class_init)
6606         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6607         broken by Stefan's commit on 24 March.
6608
6609         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6610         buffers being pushed out. Fixes oggmux ! multifdsink.
6611
6612 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6615         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6616         * ext/vorbis/vorbisdec.h:
6617         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6618         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6619         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6620         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6621         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6622         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6623         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6624         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6625         (gst_vorbis_enc_buffer_from_packet),
6626         (gst_vorbis_enc_buffer_from_header_packet),
6627         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6628         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6629         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6630         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6631         (gst_vorbis_enc_change_state):
6632         * ext/vorbis/vorbisenc.h:
6633           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6634           vorbisenc adhere to the official nomenclature; use boilerplate
6635           macro.
6636
6637 2006-04-04  Andy Wingo  <wingo@pobox.com>
6638
6639         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6640         Whoops, fix bug introduced. Bad hacker!
6641         
6642         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6643         Properly handle the case where you get EOS before any buffers are
6644         received. Use gst_buffer_make_metadata_writable where appropriate.
6645
6646         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6647         is often negative -- make it signed so as not to wrap around.
6648         Fixes segfaults introduced on 9 March.
6649
6650 2006-04-03  Wim Taymans  <wim@fluendo.com>
6651
6652         * ext/theora/gsttheoradec.h:
6653         * ext/theora/theoradec.c: (theora_dec_src_event):
6654         Don't try to store a gdouble in a gboolean.
6655         Small cleanups.
6656
6657 2006-04-03  Michael Smith  <msmith@fluendo.com>
6658
6659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6660           Oggmux sucks.
6661           Make it suck slightly less by writing out the final page.
6662           Still can't encode a vorbis-in-ogg file correctly, though.
6663
6664 2006-04-03  Andy Wingo  <wingo@pobox.com>
6665
6666         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6667         a g_print.
6668
6669         * ext/theora/theora.c (plugin_init): Register theoraparse.
6670
6671         * ext/theora/gsttheoraparse.h: 
6672         * ext/theora/theoraparse.c: New files implementing a theora
6673         parser. Now we can properly remux ogg/theora+vorbis, yay.
6674
6675         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6676
6677 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6678
6679         * gst/audiotestsrc/gstaudiotestsrc.c:
6680           Fixed the sample pipeline (see #323798)
6681
6682 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6683
6684         * configure.ac:
6685         * win32/common/config.h:
6686         * win32/common/config.h.in:
6687           use AS_VERSION and AS_NANO
6688           more cleanups
6689
6690 2006-03-31  Andy Wingo  <wingo@pobox.com>
6691
6692         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6693         uninitialized variable return that would happen.
6694         
6695         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6696         uninitialized variable return that would never happen.
6697
6698         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6699         (vorbis_parse_sink_event): Add an event function to flush our
6700         state on a seek, and to drain buffers on a premature EOS.
6701         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6702         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6703         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6704         (vorbis_parse_drain_queue): Queue up buffers until we can set
6705         their timestamps and granulepos values.
6706
6707         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6708         and keep track of data needed for deriving granulepos and
6709         timestamps for buffers.
6710
6711 2006-03-29  Wim Taymans  <wim@fluendo.com>
6712
6713         Patch by: j^ <j at bootlab dot org>
6714
6715         * ext/alsa/gstalsamixerelement.c:
6716         (gst_alsa_mixer_element_class_init):
6717         * ext/alsa/gstalsasink.c:
6718         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6719         * ext/ogg/gstoggdemux.c:
6720         * ext/ogg/gstoggmux.c:
6721         * ext/ogg/gstoggparse.c:
6722         * ext/pango/gstclockoverlay.c:
6723         * ext/pango/gsttextoverlay.c:
6724         * ext/pango/gsttextrender.c:
6725         * ext/pango/gsttimeoverlay.c:
6726         * ext/theora/theoradec.c:
6727         * ext/theora/theoraenc.c:
6728         * ext/vorbis/vorbisdec.c:
6729         * ext/vorbis/vorbisenc.c:
6730         * gst/audioconvert/gstaudioconvert.c:
6731         * gst/subparse/gstsubparse.c:
6732         * gst/tcp/gstmultifdsink.c:
6733         * gst/tcp/gsttcpclientsink.c:
6734         * gst/tcp/gsttcpclientsrc.c:
6735         * gst/tcp/gsttcpserversink.c:
6736         * gst/tcp/gsttcpserversrc.c:
6737           better/unified long descriptions
6738           Fixes #336477
6739
6740 2006-03-29  Wim Taymans  <wim@fluendo.com>
6741
6742         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6743         (stop_seek):
6744         Don't let double and triple clicks mess up our state.
6745
6746 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst/playback/gstplaybin.c: (gen_video_element),
6749         (gen_text_element), (gen_audio_element), (gen_vis_element):
6750           Error out gracefully when we can't create any of the usual
6751           conversion elements for some reason. Also, don't try to
6752           create an audioscale (sic) element that's not used anyway.
6753
6754 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst/playback/gstplaybasebin.c: (setup_source):
6757           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6758           element for a particular protocol, that's confusing for users.
6759           Instead, post a RESOURCE_FAILED error, so that our own error
6760           message is actually shown in totem etc. (#336303).
6761
6762 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6763
6764         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6765
6766         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6767         (gst_gnome_vfs_src_get_icy_metadata):
6768           Fix some minor memory leaks (#336194).
6769
6770 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * ext/gnomevfs/gstgnomevfs.c:
6773         (gst_gnome_vfs_location_to_uri_string):
6774         * ext/gnomevfs/gstgnomevfs.h:
6775         * ext/gnomevfs/gstgnomevfssink.c:
6776         (gst_gnome_vfs_sink_set_property):
6777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6778           Make gnomevfssink accept filenames as well as URIs for the
6779           "location" property, just like gnomevfssrc does (and
6780           filesrc/filesink do) (#336190).
6781
6782 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6783
6784         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6785           set to NULL before unreffing, fixes a valgrind leak.
6786           Why was this not triggering the error that an object needs to
6787           be NULL before unreffing ?
6788         * win32/common/config.h:
6789           update
6790
6791 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst/subparse/gstsubparse.c: (convert_encoding),
6794         (gst_sub_parse_change_state):
6795         * gst/subparse/gstsubparse.h:
6796           Text subtitle files may or may not be UTF-8. If it's not, we
6797           don't really want to see '?' characters in place of non-ASCII
6798           characters like accented characters. So let's assume the input
6799           is UTF-8 until we come across text that is clearly not. If it's
6800           not UTF-8, we don't really know what it is, so try the following:
6801           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6802           is set; if not, check (b) if the current locale encoding is
6803           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6804           the current locale encoding is UTF-8 and the environment variable
6805           was not set to any particular encoding. Not perfect, but better
6806           than nothing (and better than before, I think) (fixes #172848).
6807
6808 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6809
6810         * configure.ac:
6811           update core requirement to 0.10.4.1 because of async_playback
6812           vmethod on GstBaseSink
6813
6814 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6817         * gst/adder/gstadder.c: (gst_adder_init):
6818         use DEBUG_FUNCPTR for collectpads
6819
6820 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6821
6822         * docs/plugins/Makefile.am:
6823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6825         * ext/cdparanoia/gstcdparanoiasrc.c:
6826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6827         (gst_gnome_vfs_sink_class_init):
6828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6830         * ext/ogg/gstoggmux.c:
6831         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6832         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6833         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6834         * ext/pango/gsttextoverlay.c:
6835         * ext/pango/gsttextrender.c:
6836         * ext/theora/theoradec.c:
6837         * ext/theora/theoraenc.c:
6838         * ext/vorbis/vorbisdec.c:
6839         * ext/vorbis/vorbisenc.c:
6840         * gst-libs/gst/audio/gstaudiofilter.c:
6841         (gst_audio_filter_base_init):
6842         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6843         (gst_audio_filter_template_base_init):
6844         * gst/adder/gstadder.c: (gst_adder_get_type):
6845         * gst/adder/gstadder.h:
6846         * gst/audioconvert/gstaudioconvert.c:
6847         * gst/audiotestsrc/gstaudiotestsrc.c:
6848         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6849         (gst_audio_test_src_create):
6850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6851         * gst/playback/gstdecodebin.c:
6852         * gst/playback/gstplaybin.c:
6853         * gst/playback/gststreamselector.c:
6854         (gst_stream_selector_base_init):
6855         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6856         * gst/volume/gstvolume.c:
6857         * sys/v4l/gstv4lmjpegsink.c:
6858         * sys/v4l/gstv4lmjpegsrc.c:
6859         * tests/check/libs/cddabasesrc.c:
6860         * tests/old/examples/gob/gst-identity2.gob:
6861           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6862           define GstElementDetails at the top
6863
6864 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6865
6866         * win32/common/libgstinterfaces.def:
6867         Add a lot of export functions for gst-python
6868         * win32/vs6/libgstinterfaces.dsp:
6869         Add a missing include folder in the project configuration
6870         
6871 2006-03-23  Wim Taymans  <wim@fluendo.com>
6872
6873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6874         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6875         (gst_base_audio_src_change_state):
6876         Fix audio sources, forgot to make the ringbuffer
6877         startable...
6878
6879 2006-03-23  Wim Taymans  <wim@fluendo.com>
6880
6881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6882         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6883         (gst_base_audio_src_change_state):
6884         unparent instead of unref the ringbuffer.
6885
6886 2006-03-23  Wim Taymans  <wim@fluendo.com>
6887
6888         * gst-libs/gst/audio/gstbaseaudiosink.c:
6889         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6890         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6891         Implement new async_play vmethod to start slaving and allow
6892         playback start in case of async PLAY state changes. 
6893
6894         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6895         Enable QoS with new method in base class.
6896
6897 2006-03-23  Wim Taymans  <wim@fluendo.com>
6898
6899         Patch by: Julien MOUTTE <julien at moutte dot net>
6900
6901         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6902         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6903         Partially handle 0 framerate, only EOS after the first frame
6904         is missing.
6905
6906 2006-03-23  Wim Taymans  <wim@fluendo.com>
6907
6908         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6909
6910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6911         (gst_riff_create_video_template_caps):
6912         * gst/ffmpegcolorspace/avcodec.h:
6913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6914         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6915         (gst_ffmpegcsp_avpicture_fill):
6916         * gst/ffmpegcolorspace/imgconvert.c:
6917         Patch for support of YVU9 AVI files (#334822)
6918
6919 2006-03-22  Edward Hervey  <edward@fluendo.com>
6920
6921         * docs/design/design-decodebin.txt:
6922         Added design document for new decodebin
6923         (Target Caps): text/x-pango-markup is also a default target caps.
6924
6925 2006-03-22  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst-libs/gst/audio/gstbaseaudiosink.c:
6928         (gst_base_audio_sink_dispose):
6929         Since we _parent the ringbuffer, we also need to
6930         _unparent instead of a plain _unref.
6931
6932 2006-03-22  Wim Taymans  <wim@fluendo.com>
6933
6934         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6935         (stop_seek), (scrub_toggle_cb), (main):
6936         Add scrub checkbox.
6937
6938 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6941         (gst_ogg_parse_chain):
6942           Fix very inefficient usage of linked lists (#335365).
6943
6944 2006-03-21  Edward Hervey  <edward@fluendo.com>
6945
6946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6947         * gst/playback/gstplaybin.c: (handoff):
6948         * gst/playback/gststreamselector.c:
6949         (gst_stream_selector_set_property):
6950         gcc 4.1 unreferenced pointer fixes.
6951         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6953         gst_buffer_ref() now takes a GstBuffer*.
6954
6955 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6956
6957         * sys/xvimage/xvimagesink.c:
6958         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6959         by Jan Schmidt.
6960
6961 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6964         (id3v1_type_find), (apetag_type_find), (plugin_init):
6965           Can't do tag preferences via probability, as tags would then
6966           lose against types that are recognised with MAXIMUM probability
6967           (like .wav); so let all tag typefinders return MAXIMUM themselves
6968           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6969           that we can prefer APE to ID3v1 (fixes #335028).
6970           
6971 2006-03-17  Wim Taymans  <wim@fluendo.com>
6972
6973         * gst-libs/gst/audio/gstbaseaudiosink.c:
6974         (gst_base_audio_sink_change_state):
6975         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6976         (gst_ring_buffer_may_start):
6977         * gst-libs/gst/audio/gstringbuffer.h:
6978         Only start playback if we are playing.
6979         should fix #330748.
6980
6981 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6982
6983         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6984         * win32/common/config.h:
6985           Revert accidental commits to these files.
6986
6987 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6990
6991         * tests/Makefile.am:
6992           Don't try to build tests in tests/icles if we
6993           don't have X (#323852)
6994
6995 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst-libs/gst/tag/gstid3tag.c:
6998           Add TXXX frame identifiers for replaygain stuff as used
6999           by some taggers (see #323721).
7000
7001 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7002
7003         * gst/playback/gststreamselector.c:
7004         (gst_stream_selector_set_property),
7005         (gst_stream_selector_bufferalloc):
7006           Preserve the existing buggy streamselector behaviour by performing
7007           a fallback buffer allocation when downstream isn't linked yet.
7008           This should really be fixed in playbin by blocking pads until it's
7009           linked them.
7010           Also, use gst_pad_alloc_buffer instead of
7011           gst_pad_alloc_buffer_and_set.
7012
7013 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * gst-libs/gst/tag/gstid3tag.c:
7016           Don't crash on unknown ID3v2 TXXX frames.
7017           
7018 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7019
7020         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7021           Chain up to the parent finalize method.
7022           Add 32-bit sample size to the template caps.
7023
7024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7025         (gst_riff_create_video_template_caps):
7026           Add the fourcc that the VMWare codec uses.
7027           
7028         * gst/playback/gststreamselector.c:
7029         (gst_stream_selector_set_property),
7030         (gst_stream_selector_bufferalloc),
7031         (gst_stream_selector_request_new_pad):
7032           For the active pad, forward buffer-alloc requests, otherwise
7033           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7034           having to memcpy every frame when used by playbin.
7035
7036         * gst/tcp/gstmultifdsink.c:
7037         (gst_multi_fd_sink_handle_client_write):
7038           Get negotiated caps from the sink pad, rather than the sink
7039           pad's peer.
7040
7041 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7044         
7045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7046           Don't forget to set src->callbacks_pushed to FALSE again when
7047           popping them, otherwise re-activation in a different mode won't
7048           work (#334620).
7049
7050 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7051
7052         Patch by: Sebastien Moutte  <sebastien moutte net>
7053
7054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7055         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7056         (gst_ffmpeg_smpfmt_to_caps):
7057           Replace __VA_ARGS__ caps creation macros with varargs functions.
7058           Makes things compile on MSVC (#320765), looks nicer, and we can
7059           tell the compiler to check for the NULL terminator.
7060
7061 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7064
7065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7066           Make sure the buffer we copy into is really always big
7067           enough, this time for real (#333488).
7068           
7069 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7072           Add support for 24bpp DIB (#305279).
7073
7074 2006-03-14  Wim Taymans  <wim@fluendo.com>
7075
7076         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7077         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7079         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7080         (gst_video_scale_init), (gst_video_scale_src_event):
7081         Re-enable QoS after the release.
7082         Rework videoscale to use the base class src_event handler.
7083
7084 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * configure.ac:
7087           back to CVS.
7088
7089 === release 0.10.5 ===
7090
7091 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7092
7093         * configure.ac:
7094           releasing 0.10.5, "Net"
7095
7096 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         * docs/plugins/Makefile.am:
7099           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7100           
7101 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7104         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7105         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7106           Add cdparanoiasrc to docs.
7107
7108         * gst-libs/gst/cdda/gstcddabasesrc.c:
7109           More GstCddaBaseSrc docs.
7110
7111 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * docs/libs/gst-plugins-base-libs-sections.txt:
7114         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7115         * gst-libs/gst/tag/tag.h:
7116           API: libgsttag: new method gst_tag_from_id3_user_tag().
7117
7118 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7121           NULL-terminate array of mpeg4 video file extensions.
7122           Fixes crash on PPC (#334226).
7123
7124 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * ext/gnomevfs/gstgnomevfssrc.c:
7127         (gst_gnome_vfs_src_check_get_range):
7128           gnome_vfs_uri_is_local() alone is not a good indicator
7129           whether we can operate in pull-mode with a specific URI,
7130           as it returns FALSE for file:// URIs that point to an
7131           NFS-mounted path. Be more conservative here: whitelist
7132           local files, blacklist http URIs and use the old
7133           mechanism for anything else (fixes #334216).
7134
7135 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7136
7137         * configure.ac:
7138           back to trunk
7139
7140 === release 0.10.4 ===
7141
7142 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7143
7144         * configure.ac:
7145           releasing 0.10.4, "Power"
7146
7147 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7148
7149         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7150         Disable max-lateness by setting it to -1 for now, so that 
7151         we can bed QoS stuff in thoroughly between now and the next
7152         release.
7153
7154 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7155
7156         Patch by: Fabrizio Gennari
7157
7158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7159           Make sure we don't read beyond the palette buffer in case of
7160           broken or manipulated files (#333488)
7161
7162 2006-03-10  Edward Hervey  <edward@fluendo.com>
7163
7164         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7165         Fix for variable not initialized.
7166
7167 2006-03-09  Wim Taymans  <wim@fluendo.com>
7168
7169         * ext/libvisual/visual.c: (gst_visual_get_type),
7170         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7171         (gst_visual_chain):
7172         Small cleanups.
7173
7174         * ext/theora/gsttheoradec.h:
7175         * ext/theora/theoradec.c: (gst_theora_dec_init),
7176         (gst_theora_dec_reset), (_theora_granule_time),
7177         (theora_dec_src_convert), (theora_dec_sink_convert),
7178         (theora_dec_src_query), (theora_dec_src_event),
7179         (theora_dec_sink_event), (theora_handle_comment_packet),
7180         (theora_handle_header_packet), (theora_dec_push),
7181         (theora_handle_data_packet), (theora_dec_chain),
7182         (theora_dec_change_state):
7183         Add simple QoS.
7184
7185 2006-03-09  Wim Taymans  <wim@fluendo.com>
7186
7187         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7188         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7189         Some cleanups.
7190
7191 2006-03-09  Wim Taymans  <wim@fluendo.com>
7192
7193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7194         Don't try to activate NULL chains.
7195
7196 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7199           Fix invalid memory access to region before peek'd data (#332964).
7200
7201 2006-03-09  Wim Taymans  <wim@fluendo.com>
7202
7203         Patch by: Christophe Fergeau
7204
7205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7206         * ext/pango/gsttextrender.c: (gst_text_render_init):
7207         * gst/adder/gstadder.c: (gst_adder_init):
7208         Don't leak padtemplates, closes #333510.
7209
7210 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7213           Fix invalid memory access: make sure string passed to
7214           regexec() is NUL-termianted.
7215
7216 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7219         (mp3_type_find):
7220           Refactor mpeg/audio typefinding to make it more maintainable
7221           and easier to fine-tune. Make probing into middle of the file
7222           work properly (fixes #333900, also see #152688).
7223
7224 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst/typefind/gsttypefindfunctions.c:
7227         (utf8_type_find_have_valid_utf8_at_offset):
7228           Remove part from previous commit that was bogus:
7229           g_utf8_validate() does in fact not accept embedded
7230           zeroes, so we don't need to check for those (thanks
7231           to Mike for the hint).
7232
7233 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * gst/typefind/gsttypefindfunctions.c:
7236         (utf8_type_find_count_embedded_zeroes),
7237         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7238           Make plain/text typefinder more conservative: firstly, check
7239           for embedded zeroes, which are perfectly valid UTF-8 characters,
7240           but also a fairly good sign that something is not a plain text
7241           file; secondly, probe into the middle of the file if possible.
7242           If we can't probe into the middle, limit the probability value
7243           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7244
7245 2006-03-08  Michael Smith  <msmith@fluendo.com>
7246
7247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7248           Make typefind function name for mpeg4 video unique.
7249
7250 2006-03-08  Wim Taymans  <wim@fluendo.com>
7251
7252         * ext/libvisual/visual.c: (gst_visual_init),
7253         (gst_visual_clear_actors), (gst_visual_dispose),
7254         (gst_visual_reset), (gst_visual_src_setcaps),
7255         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7256         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7257         (gst_visual_chain), (gst_visual_change_state):
7258         Cleanups, post nice errors.
7259         Handle sink and src events.
7260         Implement simple QoS.
7261
7262         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7263         Use new basesink methods to configure max-lateness.
7264         Small doc update.
7265
7266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7267         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7268         Debug statement cleanups.
7269
7270         * gst/volume/gstvolume.c: (gst_volume_class_init):
7271         Simple cleanup.
7272
7273 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7276         (gst_text_overlay_init), (gst_text_overlay_set_property),
7277         (gst_text_overlay_get_property):
7278           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7279           as string type properties, but mark them deprecated. Add
7280           'halignment' and 'valignment' properties that use enums
7281           instead of strings.
7282
7283 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         Patch by: Fabrizio Gennari
7286
7287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7288           Allow palettes with less than 256 colours in AVI files
7289           (#333488)
7290
7291 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7292
7293         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7294         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7295         pad. We were releasing the queued text buffer when we should keep
7296         it until video pad gets EOS or discard the text buffer because it's
7297         too old. That was eating the last subtitle buffer. Add some more
7298         debug.
7299
7300 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7301
7302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7303         (gst_text_overlay_video_chain):
7304           Fix invalid memory access (we can't access a buffer after it's been
7305           pushed downstream without taking a reference); fix memory leak (if
7306           there's no text to render, bail out before allocating stuff).
7307
7308 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7311         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7312         * ext/pango/gsttextoverlay.h:
7313           If input is plain text, escape it before passing it to
7314           pango_layout_set_markup().
7315
7316 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7317
7318         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7319           Don't ignore flow return from gst_pad_push().
7320
7321 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         Patch by: Fabrizio Gennari
7324
7325         * ext/libvisual/visual.c: (gst_visual_getcaps),
7326         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7329         (gst_vorbisenc_convert_sink):
7330         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7331         (gst_audio_duration_from_pad_buffer):
7332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7333         (gst_audio_filter_chain):
7334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7335         (gst_base_rtp_depayload_setcaps):
7336         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7337         (gst_video_get_size):
7338         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7339           Don't leak references returned by gst_pad_get_parent()
7340           (#333663)
7341
7342 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7343
7344         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7345           change location param details
7346         * gst/volume/gstvolume.c: (plugin_init):
7347           correct plugin description
7348
7349 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7352         (gst_gnome_vfs_src_check_get_range):
7353           Override GstBaseSrc::check_get_range() in order to avoid opening
7354           the resource just to check whether we can operate in pull-mode or
7355           not - we can predict that pretty well from the URI alone. Should
7356           fix problems with last.fm (#331690). (Requires latest core CVS).
7357
7358 2006-03-06  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7361         (gst_video_sink_class_init):
7362         Throw away frames that are later than 20 ms.
7363
7364 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         Patch by: Fabrizio Gennari
7367
7368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7369           Set depth on WMA caps (#333545)
7370
7371 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7372
7373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7374         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7375           put Theora BOS pages before others.  This hardcodes
7376           the Ogg/Theora I profile, but hey.
7377
7378 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7379
7380         * ext/ogg/README:
7381           updated with some examples
7382         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7383         (granulepos_add), (theora_buffer_from_packet):
7384         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7385         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7386         (gst_vorbisenc_chain):
7387           implement strategy from ext/ogg/README
7388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7389         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7390         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7391         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7392           Fix muxer so that oggz-validate is happy with all streams;
7393           except for no eos mark, and the BOS page ordering
7394         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7395         (check_buffer_granulepos):
7396         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7397           update tests to check for OFFSET being set as requested
7398           fixed type of granulepos, it's not a ClockTime
7399
7400 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7401
7402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7403         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7404         Check that the xvimage we are creating has a correct size
7405         before returning it. (#314897)
7406
7407 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7408
7409         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7410           Give id3 and ape tag typefinders a rank slightly higher
7411           than PRIMARY to ensure they're always run before any of
7412           the other typefinders (in particular wav and mp3) (#324186).
7413
7414 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7417           Add support for '3IVD' fourcc (#333403).
7418
7419 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * configure.ac:
7422           Bump requirements to GStreamer CVS for the new error enum.
7423
7424         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7425           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7426           space left on the device (fixes #333352).
7427
7428 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7429
7430         * win32/vs6:
7431           add a project file for libgstvolume
7432           update the workspace
7433
7434 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7435
7436         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7437         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7438         (GST_START_TEST):
7439           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7440           Set IN_CAPS on header buffers
7441
7442 2006-03-02  Wim Taymans  <wim@fluendo.com>
7443
7444         * docs/plugins/Makefile.am:
7445         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7446         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7447         Add audioresample to docs.
7448
7449         * gst/audioconvert/gstaudioconvert.c:
7450         Add revision date.
7451
7452         * gst/audioresample/gstaudioresample.c:
7453         (gst_audioresample_base_init), (gst_audioresample_class_init),
7454         (gst_audioresample_init), (gst_audioresample_dispose),
7455         (audioresample_get_unit_size), (audioresample_transform_caps),
7456         (resample_set_state_from_caps), (audioresample_transform_size),
7457         (audioresample_set_caps), (audioresample_event),
7458         (audioresample_do_output), (audioresample_transform),
7459         (audioresample_pushthrough), (gst_audioresample_set_property),
7460         (gst_audioresample_get_property), (plugin_init):
7461         * gst/audioresample/gstaudioresample.h:
7462         Added docs.
7463         Small code cleanups.
7464
7465 2006-03-02  Wim Taymans  <wim@fluendo.com>
7466
7467         * docs/plugins/Makefile.am:
7468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7470         Added videoscale to docs.
7471
7472         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7473         (gst_video_rate_swap_prev), (gst_video_rate_event),
7474         (gst_video_rate_chain):
7475         Fix typo in docs.
7476
7477         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7478         (gst_video_scale_init), (gst_video_scale_prepare_size),
7479         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7480         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7481         * gst/videoscale/gstvideoscale.h:
7482         Added docs, examples.
7483         Some code cleanups.
7484         Post errors instead of g_warning.
7485
7486 2006-03-02  Wim Taymans  <wim@fluendo.com>
7487
7488         * docs/libs/gst-plugins-base-libs-docs.sgml:
7489         * docs/libs/gst-plugins-base-libs-sections.txt:
7490         * docs/libs/gst-plugins-base-libs.types:
7491         * docs/plugins/Makefile.am:
7492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7494         Added some more docs to libs and plugins.
7495
7496         * gst-libs/gst/audio/gstringbuffer.c:
7497         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7498         * gst-libs/gst/audio/gstringbuffer.h:
7499         Document ringbuffer some more.
7500
7501         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7502         (gst_video_rate_setcaps), (gst_video_rate_reset),
7503         (gst_video_rate_init), (gst_video_rate_flush_prev),
7504         (gst_video_rate_swap_prev), (gst_video_rate_event),
7505         (gst_video_rate_chain), (gst_video_rate_change_state):
7506         * gst/videorate/gstvideorate.h:
7507         Fix videorate to use segments.
7508         Make it work with 0/1 framerates (closes #331903)
7509         Handle EOS correctly.
7510         Added docs.
7511
7512 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7513
7514         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7515         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7516         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7517           In state change function, first chain up to parent class,
7518           then handle downwards state change stuff. Remove some
7519           commented out cruft from 0.8 code.
7520
7521 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7522
7523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7524         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7525         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7526         (gst_ogm_parse_chain):
7527           Don't remove/re-add source pad if the new caps are the same as
7528           the old caps anyway (#333042). When removing source pad, don't
7529           unref it afterwards - we didn't ref it when adding. Sprinkle some
7530           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7531           after using gst_pad_get_parent(). Return downstream flow return
7532           value in chain function.
7533
7534 2006-03-02  Wim Taymans  <wim@fluendo.com>
7535
7536         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7537         * docs/plugins/gst-plugins-base-plugins.args:
7538         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7539         * docs/plugins/gst-plugins-base-plugins.interfaces:
7540         * docs/plugins/gst-plugins-base-plugins.signals:
7541         Fix hierarchy, added some more elements to the docs.
7542
7543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7544         (gst_ffmpegcsp_get_type):
7545         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7546         Fix docs for ffmpegcolorspace.
7547
7548 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7551         (apetag_type_find), (ape_type_find), (plugin_init):
7552           Some typefinding fine-tuning:
7553           - rank ID3/APE tags in order of preference via probabilities, so that
7554             ID3v2 > APEv2 > APEv1 > ID3v1.
7555           - three or four bytes don't really justify MAXIMUM probability,
7556             change those to 'very likely' (musepack and monkeysaudio).
7557
7558 2006-03-01  Wim Taymans  <wim@fluendo.com>
7559
7560         * docs/plugins/Makefile.am:
7561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7563         * ext/alsa/gstalsamixer.c:
7564         * ext/alsa/gstalsamixer.h:
7565         * ext/alsa/gstalsamixerelement.c:
7566         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7567         * ext/alsa/gstalsamixerelement.h:
7568         * ext/alsa/gstalsasink.c:
7569         * ext/alsa/gstalsasink.h:
7570         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7571         (gst_alsasrc_init):
7572         * ext/alsa/gstalsasrc.h:
7573         Added alsa docs.
7574         Small code cleanups.
7575
7576 2006-03-01  Wim Taymans  <wim@fluendo.com>
7577
7578         * ext/theora/Makefile.am:
7579         Dist new header too,
7580
7581 2006-03-01  Wim Taymans  <wim@fluendo.com>
7582
7583         * docs/plugins/Makefile.am:
7584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7586         * ext/gnomevfs/gstgnomevfssink.h:
7587         * ext/gnomevfs/gstgnomevfssrc.h:
7588         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7589         * ext/vorbis/vorbisdec.h:
7590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7591         * ext/vorbis/vorbisenc.h:
7592         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7593         (vorbis_parse_chain), (vorbis_parse_change_state):
7594         * ext/vorbis/vorbisparse.h:
7595         * gst/audioconvert/gstaudioconvert.h:
7596         * gst/tcp/gsttcpserversink.h:
7597         * gst/videotestsrc/gstvideotestsrc.c:
7598         * gst/videotestsrc/gstvideotestsrc.h:
7599         * gst/volume/gstvolume.c:
7600         * gst/volume/gstvolume.h:
7601         Fix some more docs.
7602         Added docs for vorbisdec and vorbisparse.
7603         Fix vorbisparse.
7604
7605 2006-03-01  Wim Taymans  <wim@fluendo.com>
7606
7607         * docs/plugins/Makefile.am:
7608         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7610         * ext/pango/gstclockoverlay.h:
7611         * ext/pango/gsttextoverlay.h:
7612         * ext/pango/gsttextrender.h:
7613         * ext/pango/gsttimeoverlay.h:
7614         * ext/theora/gsttheoradec.h:
7615         * ext/theora/gsttheoraenc.h:
7616         * ext/theora/theoradec.c:
7617         * ext/theora/theoraenc.c:
7618         * gst/audioconvert/gstaudioconvert.h:
7619         * gst/audiotestsrc/gstaudiotestsrc.h:
7620         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7621         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7622         * gst/tcp/gstmultifdsink.h:
7623         Updated/added documentation.
7624
7625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7626         (gst_text_overlay_halign_get_type),
7627         (gst_text_overlay_wrap_mode_get_type),
7628         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7629         (gst_text_overlay_init), (gst_text_overlay_set_property),
7630         (gst_text_overlay_get_property):
7631         Fix up properties to be enums instead of string to make bindings,
7632         introspection and automatic GUI creation possible.
7633         Add getters for the properties.
7634
7635 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7636
7637         * gst/audiotestsrc/gstaudiotestsrc.c:
7638           added defines of M_PI and M_PI_2
7639         * gst/ffmpegcolorspace/avcodec.h:
7640           removed #include "stdint.h" for win32 as _stdint.h is 
7641           autogenerated to win32/common
7642         * win32/common/libgstaudio.def:
7643         * win32/common/libgsttag.def:
7644           added some exports
7645         * win32/vs6:
7646           some project files bugs corrected
7647         * win32/vs7:
7648           project files are reset to the default vs7 configuration 
7649           (they link to msvcr71.dll using default optimizations)
7650           
7651 2006-02-28  Wim Taymans  <wim@fluendo.com>
7652
7653         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7654         Fix some docs.
7655
7656 2006-02-28  Edward Hervey  <edward@fluendo.com>
7657
7658         * ext/alsa/gstalsasrc.c:
7659         Set proper class on the ElementDetails:
7660         Source/Audio instead of Src/Audio/
7661
7662 2006-02-28  Edward Hervey  <edward@fluendo.com>
7663
7664         * gst/videoscale/vs_scanline.c:
7665         (vs_scanline_resample_nearest_RGBA):
7666         Revert optimization in videoscale. It should go in liboil and have
7667         an appropriate liboil function.
7668
7669 2006-02-28  Wim Taymans  <wim@fluendo.com>
7670
7671         * gst-libs/gst/audio/gstbaseaudiosink.c:
7672         (gst_base_audio_sink_provide_clock):
7673         Don't try to provide a clock in the NULL state.
7674
7675 2006-02-28  Wim Taymans  <wim@fluendo.com>
7676
7677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7678         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7679         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7680         (gst_ogg_demux_deactivate_current_chain),
7681         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7682         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7683         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7684         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7685         Use GstSegment infrastructure to remove duplicated code
7686         and handle more seek cases correctly.
7687
7688 2006-02-28  Wim Taymans  <wim@fluendo.com>
7689
7690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7691         (gst_ffmpegcsp_transform):
7692         Don't ignore return code from ffmpeg convert function.
7693
7694         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7695         Split out some long statements to ease debugging.
7696
7697 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7698
7699         * ext/libvisual/visual.c: (gst_visual_init),
7700         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7701         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7702         being able to renegotiate the size. Instead, use the negotiation
7703         algorithm from the goom plugin to pick an initial output caps. 
7704
7705         Also, allow theoretical libvisual plugins that might support non-GL 
7706         output even if they also do GL.
7707
7708 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7709
7710         * ext/libvisual/visual.c: (gst_visual_init),
7711         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7712         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7713         possible negotiation issues.
7714
7715 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7716
7717         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7718
7719 2006-02-24  Michael Smith  <msmith@fluendo.com>
7720
7721         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7722         (cmml_type_find), (plugin_init):
7723           Fix CMML type find function to not require a specific minor version
7724           of the CMML header.
7725
7726           Add an MPEG4 video elementary stream typefind function.
7727
7728 2006-02-04  Michael Smith  <msmith@fluendo.com>
7729
7730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7731         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7732         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7733         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7734         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7735         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7736           Annodex support in ogg demuxer. Doesn't do very much without the
7737           other annodex patches (to come).
7738
7739 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7742
7743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7744           Pick up palette for MS video v1 (#327028)
7745
7746 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7747
7748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7749         (gst_ffmpegcsp_caps_remove_format_info),
7750         (gst_ffmpegcsp_get_unit_size):
7751           The 'palette_data' field from incoming RGB caps shouldn't be
7752           proxied on outgoing YUV caps; also, restrict unit size
7753           adjustment in case of paletted data only to the unit that
7754           actually has a palette. Fixes #330711.
7755
7756 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7757
7758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7759         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7760         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7761         (gst_ffmpegcsp_get_unit_size):
7762           Plug some memory leaks.
7763
7764 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * sys/ximage/Makefile.am:
7767         * sys/xvimage/Makefile.am:
7768           Add some _CFLAGS and _LIBS that seem to be missing
7769           and/or required for Cygwin (see #317048).
7770
7771 2006-02-22  Wim Taymans  <wim@fluendo.com>
7772
7773         * ext/alsa/gstalsasrc.c:
7774         Fix description as pointed out by caugier.
7775
7776 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7777
7778         Reviewed by : Edward Hervey  <edward@fluendo.com>
7779
7780         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7781         (qt_type_find):
7782         Better 3gp typefinding (#331526).
7783
7784 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7787           Don't send EOS event here, the base class will send one for us.
7788
7789         * gst/playback/gstplaybasebin.c: (prepare_output):
7790           Subpictures without video stream aren't allowed either.
7791         
7792         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7793           Fix debug statement copy'n'paste-o.
7794
7795 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7796
7797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7798           Fix issues with mixer keeping state when muting/unmuting
7799           and when changing the volume whilst muted (see #331763
7800           and #331765).
7801
7802 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7803
7804         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7805         (parse_subrip), (gst_sub_parse_format_autodetect):
7806           Set right caps given that we send escaped text. Also,
7807           honour <i></i>, <b></b> and <u></u> markers that can be found
7808           in .srt files (fixes #310202).
7809
7810 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * gst-libs/gst/audio/mixerutils.c:
7813         (element_factory_rank_compare_func):
7814           Make order in which elements are tried more determinable.
7815
7816 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7817
7818         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7819         (remove_element_chain), (cleanup_decodebin),
7820         (gst_decode_bin_change_state): Make decodebin reusable by
7821         fixing remove_element_chain first and then introduce a
7822         cleaner in state change to ->NULL. (Closes #331678)
7823
7824 2006-02-19  Wim Taymans  <wim@fluendo.com>
7825
7826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7827         use 0666 mask when creating files so umask gets applied
7828         correctly. Fixes #331295.
7829
7830 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst/subparse/Makefile.am:
7833         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7834         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7835         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7836         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7837         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7838         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7839         * gst/subparse/gstssaparse.h:
7840         * gst/subparse/gstsubparse.c: (plugin_init):
7841           Add very basic parser for SSA subtitle streams (as often
7842           found in matroska files).
7843
7844 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7847           That should be text/x-pango-markup, not text/x-pango-layout.
7848
7849 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7850
7851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7852         Polishing.
7853
7854 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7855
7856         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7857         (gst_text_overlay_finalize), (gst_text_overlay_init),
7858         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7859         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7860         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7861         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7862         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7863         Fix state change deadlock.
7864
7865 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7866
7867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7868         (gst_text_overlay_finalize), (gst_text_overlay_init),
7869         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7870         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7871         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7872         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7873         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7874         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7875         and subtitles files.
7876
7877 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7878
7879         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7880         should be considered as raw.
7881
7882 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7883
7884         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7885         (cb_probe):
7886         * gst/playback/gststreaminfo.h: Introduce language informations.
7887
7888 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7889
7890         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7893         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7894         Set shared memory segments to be deleted as soon as we have attached,
7895         that way they get cleaned up automatically if we crash.
7896
7897 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7898
7899         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7900         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7901         functions are called with lock held.
7902
7903 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7904
7905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7906         (gst_text_overlay_finalize), (gst_text_overlay_init),
7907         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7908         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7909         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7910         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7911         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7912         (gst_text_overlay_change_state): Refactoring of textoverlay
7913         without collectpads. This now supports sparse subtitles coming
7914         from a demuxer instead of a sub file. Seeking is still broken 
7915         though. Need to discuss with wtay some more on how to handle
7916         seeking correctly.
7917         * ext/pango/gsttextoverlay.h:
7918         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7919         subtitles coming from the demuxer.
7920
7921 2006-02-17  Wim Taymans  <wim@fluendo.com>
7922
7923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7924         (gst_vorbisenc_convert_sink):
7925         Use some more scaling functions.
7926
7927 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * ext/cdparanoia/gstcdparanoiasrc.c:
7930         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7931         (gst_cd_paranoia_paranoia_callback),
7932         (gst_cd_paranoia_src_signal_is_being_watched),
7933         (gst_cd_paranoia_src_read_sector):
7934         * ext/cdparanoia/gstcdparanoiasrc.h:
7935           Add back 'transport-error' and 'uncorrected-error' signals and
7936           make them actually be fired when bad stuff happens (#319340).
7937
7938 2006-02-17  Wim Taymans  <wim@fluendo.com>
7939
7940         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7941         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7942         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7943         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7944         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7945         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7946         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7947         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7948         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7949         (gst_ring_buffer_clear):
7950         Small cleanups.
7951         Added some G_LIKELY.
7952
7953 2006-02-17  Wim Taymans  <wim@fluendo.com>
7954
7955         * gst-libs/gst/audio/TODO:
7956         Update TODO
7957
7958         * gst-libs/gst/audio/gstbaseaudiosink.c:
7959         (gst_base_audio_sink_get_offset):
7960         When trying to play samples ASAP and we don't have a
7961         previous sample, try to play at position 0 instead of
7962         an invalid position.
7963
7964 2006-02-17  Wim Taymans  <wim@fluendo.com>
7965
7966         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7967         (gst_alsasink_reset):
7968         Also release lock when we get an error in _reset();
7969         fix an error message.
7970
7971 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7974         (gst_alsasink_init), (get_channel_free_structure),
7975         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7976         (gst_alsasink_close):
7977         * ext/alsa/gstalsasink.h:
7978           Add support for more than 2 channels (#326720).
7979
7980 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7981
7982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7983           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7984           with 4 or 6 channels, assume a default channel layout to make things
7985           work (not sure there's anything else we can do in those cases).
7986
7987 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7988
7989         * gst-libs/gst/audio/multichannel.c:
7990           Minor docs fix.
7991
7992         * gst-libs/gst/riff/Makefile.am:
7993         * gst-libs/gst/riff/riff-ids.h:
7994         * gst-libs/gst/riff/riff-media.c:
7995         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7996           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7997           channels and a channel layout map.
7998           
7999 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8000
8001         Reviewed by Edward Hervey  <edward@fluendo.com>
8002
8003         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8004         C-level optimization of the RGBA nearest neighbour function.
8005         Eventually this might end up in liboil with vectorized versions.
8006
8007 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst-libs/gst/audio/multichannel.c:
8010         (gst_audio_get_channel_positions):
8011           When we have more than 2 channels, but no channel layout is
8012           specified in the caps, return some default channel layout
8013           to the caller and warn about about a possibly buggy element
8014           (could be buggy filtercaps as well of course) (#317038).
8015
8016 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8017
8018         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8019           Add gst-libs/gst/cdda to list of lib search paths.
8020
8021 2006-02-15  Andy Wingo  <wingo@pobox.com>
8022
8023         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8024         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8025         to the Lord Jesus that I do not have to touch the ogg muxer ever
8026         again.
8027
8028 2006-02-15  Edward Hervey  <edward@fluendo.com>
8029
8030         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8031         quicktime movie files can also contain 'uuid' atoms.
8032
8033 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst/audioconvert/plugin.c: (plugin_init):
8036           Register the GstAudioChannelPosition enum type with the type
8037           system in the plugin_init function, so that it is known before
8038           any element actually makes use of multi-channel stuff. This is
8039           required for example if one wants to be able to deserialise/use
8040           a caps string with channel positions before any pipeline has
8041           been setup and started, like with gst-launch.
8042
8043 2006-02-14  Wim Taymans  <wim@fluendo.com>
8044
8045         * gst-libs/gst/audio/gstringbuffer.c:
8046         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8047         (gst_ring_buffer_samples_done), (wait_segment),
8048         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8049         Add some compiler G_(UN_)LIKELY help.
8050         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8051         make sure they can exit their functions. Should fix #330748
8052
8053 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8054
8055         * Makefile.am:
8056         * configure.ac:
8057         * win32/MANIFEST:
8058         * win32/common/_stdint.h:
8059           Windows does not have long long; copy the generated _stdint.h
8060         * win32/common/interfaces-enumtypes.c:
8061         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8062         (gst_mixer_track_flags_get_type),
8063         (gst_tuner_channel_flags_get_type):
8064         * win32/common/multichannel-enumtypes.c:
8065         (gst_audio_channel_position_get_type):
8066           update
8067
8068 2006-02-13  Wim Taymans  <wim@fluendo.com>
8069
8070         * gst-libs/gst/audio/gstbaseaudiosink.c:
8071         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8072         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8073         Always sync on first sample we receive when starting.
8074
8075 2006-02-13  Wim Taymans  <wim@fluendo.com>
8076
8077         * gst/playback/gstplaybin.c: (gen_vis_element):
8078         Update vis bin docs.
8079         Move queue after tee so we don't queue video buffers but
8080         audio samples instead. Fixes problems where the video queue
8081         is filled and the audio queue empty.
8082
8083 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8086           No need to push an EOS event here, GstBaseSrc will do that for us
8087           when we return FLOW_UNEXPECTED.
8088           
8089 2006-02-12  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst-libs/gst/audio/gstbaseaudiosink.c:
8092         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8093         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8094         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8095         Use scale functions when possible.
8096         Fix error messages.
8097         Free clockid when after waiting for EOS.
8098         Use G_(UN_)LIKLY when it makes sense.
8099         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8100
8101 2006-02-12  Edward Hervey  <edward@fluendo.com>
8102
8103         * gst/playback/gstplaybasebin.c: (prepare_output): 
8104         Remove stray semi-colon (fixes #330888).
8105
8106 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8107
8108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8110         Fix up the XShm call testing so that we catch errors, and don't
8111         cause new ones by attempting to detach from a segment we failed
8112         to attach to. Fixes #312439.
8113
8114 2006-02-10  Edward Hervey  <edward@fluendo.com>
8115
8116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8117         Added flv file typefind (video/x-flv).
8118
8119 2006-02-10  Edward Hervey  <edward@fluendo.com>
8120
8121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8122         (gst_riff_create_video_template_caps):
8123         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8124         Also added the caps to the default set of riff video caps.
8125
8126 2006-02-09  Andy Wingo  <wingo@pobox.com>
8127
8128         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8129         time and the end time of the last packet in the page.
8130         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8131         on the pages in our queue, set the duration as well. Reflow a
8132         debug statement.
8133         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8134         Fixes bad muxing order.
8135
8136 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8137
8138         * gst-libs/gst/rtp/gstbasertppayload.c:
8139         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8140           update seqnum before setting it on the packet; this makes sure
8141           that the timestamp and seqnum properties match after pushing
8142           a buffer
8143
8144 2006-02-09  Andy Wingo  <wingo@pobox.com>
8145
8146         * gst-libs/gst/audio/gstringbuffer.c
8147         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8148         overflow after 13.5 hours of recording. Kapow!
8149
8150         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8151         the buffer size -- we don't care about underrun/overrun reporting
8152         right now, just need to return a useful value.
8153
8154 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8155
8156         * configure.ac:
8157           Back to CVS
8158
8159 === release 0.10.3 ===
8160
8161 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8162
8163         * configure.ac:
8164           releasing 0.10.3, "Under Pressure"
8165
8166 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8167
8168         * configure.ac:
8169         Drat. Bump libtool version number for new API.
8170         Prelease 0.10.2.3 (of 0.10.3)
8171
8172 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8173
8174         * configure.ac:
8175         * win32/common/config.h:
8176         0.10.2.2 prerelease (of 0.10.3).
8177
8178 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8179
8180         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8181           Revert Andy's newsegment change pending a more correct
8182           fix.
8183
8184 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8185
8186         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8187         (qt_type_find), (plugin_init):
8188           detect more files as 3gp
8189           group and reorder the iso file formats
8190
8191 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8192
8193         * ext/vorbis/vorbis.c: (plugin_init):
8194           Register musicbrainz tags, so apps don't have to.
8195
8196 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8197
8198         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8199         (gst_tag_to_vorbis_tag):
8200           Make sure we called gst_tag_register_musicbrainz_tags()
8201           before possibly mapping a vorbiscomment string from/to a
8202           musicbrainz tag.
8203
8204 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8205
8206         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8207           In case we can't find the required number of consecutive
8208           mpeg audio frames to positively identify an MPEG audio
8209           stream, check if there's at least a valid mpeg audio
8210           frame right at offset 0 and if so suggest mpeg/audio
8211           caps with a very low probability (#153004).
8212
8213 2006-02-07  Andy Wingo  <wingo@pobox.com>
8214
8215         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8216         a TIME segment if we get timestamped buffers. Requires recent
8217         fixes in core to work properly.
8218
8219 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8220
8221         * gst/playback/gstplaybasebin.c: (prepare_output):
8222           Don't print the URI as part of the error message, it
8223           makes error dialogs look rather ugly, especially if
8224           the URI is very long or has characters in it that
8225           need escaping.
8226
8227 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8228
8229         * gst/playback/gstplaybasebin.c: (prepare_output):
8230           Error out if we have only text or subtitles, but nothing
8231           else. Also error out if we have subtitles but no video
8232           stream.
8233
8234 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8235
8236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8237           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8238           Post an error message on the bus when we encounter an
8239           error, which will hopefully be more meaningful than the
8240           'Internal Flow Error' message users get to see if we
8241           just return GST_FLOW_ERROR.
8242
8243 2006-02-07  Andy Wingo  <wingo@pobox.com>
8244
8245         * configure.ac (GST_MAJORMINOR): Update core version req to
8246         0.10.2.2, for the collectpads API addition (#330244).
8247
8248 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8251           Return FALSE from plugin_init() when GnomeVFS can't
8252           be initialised for some reason (#328423).
8253
8254 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8255
8256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8257         Stick to seeking theory until i find the bug.
8258         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8259
8260 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8261
8262         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8263         (theora_enc_finalize), (theora_enc_sink_setcaps),
8264         (theora_set_header_on_caps), (theora_enc_chain),
8265         (theora_enc_change_state):
8266         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8267           Make theoraenc and the tests leak free. Like, really.
8268
8269 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8270
8271         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8272         (theora_enc_finalize), (theora_enc_sink_setcaps):
8273           Add a finalize method to ensure we clean up state even if
8274           someone omitted the state change back to NULL.
8275
8276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8277         (gst_vorbisenc_chain):
8278           Free some more leaked bits.
8279
8280         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8281         (stop_pipeline):
8282           Wait for state changes to happen if they're ASYNC.
8283
8284           This ought to teach those fancy pants buildbots a lesson.
8285
8286 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8287
8288         * gst-libs/gst/tag/gstid3tag.c:
8289           Add mapping for ID3 International Standard Recording Code
8290           tag "TSRC"
8291
8292 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8293
8294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8295           Don't leak tag names.
8296
8297 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8298
8299         * docs/libs/gst-plugins-base-libs-docs.sgml:
8300         * docs/libs/gst-plugins-base-libs-sections.txt:
8301         * gst-libs/gst/tag/gstid3tag.c:
8302         * gst-libs/gst/tag/gstvorbistag.c:
8303         * gst-libs/gst/tag/tags.c:
8304           Split libgsttag docs into multiple sections.
8305
8306 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * docs/libs/Makefile.am:
8309         * docs/libs/gst-plugins-base-libs-docs.sgml:
8310         * docs/libs/gst-plugins-base-libs-sections.txt:
8311         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8312         * gst-libs/gst/tag/gstvorbistag.c:
8313         * gst-libs/gst/tag/tag.h:
8314         * gst-libs/gst/tag/tags.c:
8315           Add libgsttag to the docs.
8316
8317 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8318
8319         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8320         (gst_text_overlay_init), (gst_text_overlay_src_event),
8321         (gst_text_overlay_collected): Fix clockoverlay.
8322
8323 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8324
8325         * docs/libs/compiling.sgml:
8326           Fix typo: it's pkg-config, not pkg-gconfig
8327
8328         * docs/libs/gst-plugins-base-libs-docs.sgml:
8329         * docs/libs/gst-plugins-base-libs-sections.txt:
8330         * docs/libs/tmpl/gstgconf.sgml:
8331           There is no libgstgconf in 0.10, remove it
8332           from the docs.
8333
8334 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8335
8336         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8337         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8338         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8339         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8340         (gst_sub_parse_class_init), (gst_sub_parse_init),
8341         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8342         (parse_mpsub), (parser_state_init), (handle_buffer),
8343         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8344         * gst/subparse/gstsubparse.h: Introduce seeking code.
8345
8346 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8349           Add comment about LANGUAGE tag inconsistency (we want
8350           ISO-639-1, but extract three-letter identifiers?)
8351
8352         * po/POTFILES.in:
8353           Add two translatable files.
8354
8355 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8356
8357         * gst-libs/gst/tag/Makefile.am:
8358         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8359         * gst-libs/gst/tag/tag.h:
8360         * gst-libs/gst/tag/tags.c:
8361         (gst_tag_register_musicbrainz_tags_internal),
8362         (gst_tag_register_musicbrainz_tags):
8363           Forward-port some tags stuff from the 0.8 branch. This is
8364           mostly the addition of musicbrainz tags and their mapping
8365           to vorbistags, and a vorbistag mapping of the language tag.
8366
8367 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8368
8369         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8370         refactoring.
8371
8372 2006-02-04  David Schleef  <ds@schleef.org>
8373
8374         * ext/ogg/gstoggmux.c:
8375         * gst/typefind/gsttypefindfunctions.c:
8376           Add Dirac typefinding and add dirac format to oggmux.
8377
8378 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * gst/playback/gstdecodebin.c: (try_to_link_1):
8381           Don't put essential function call into
8382           g_return_*() macro, otherwise it'll all be
8383           replaced by NOOPs when compiling with
8384           G_DISABLE_CHECKS defined.
8385
8386 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8387
8388         * ext/ogg/gstoggdemux.c:
8389         * ext/ogg/gstoggparse.c:
8390         * gst/tcp/gsttcpserversink.c:
8391         * sys/v4l/v4lsrc_calls.c:
8392         * sys/v4l/v4lsrc_calls.h:
8393         Just make it compile with --disable-gst-debug.
8394
8395 2006-02-03  Wim Taymans  <wim@fluendo.com>
8396
8397         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8398         (gst_alsasink_class_init), (gst_alsasink_init),
8399         (gst_alsasink_write), (gst_alsasink_reset):
8400         * ext/alsa/gstalsasink.h:
8401         Add lock to protect alsa calls.
8402         Implement reset to flush samples ASAP, does not work
8403         with dmix though.
8404
8405 2006-02-02  Wim Taymans  <wim@fluendo.com>
8406
8407         * gst-libs/gst/audio/gstbaseaudiosink.c:
8408         (gst_base_audio_sink_provide_clock):
8409         Ugh.. getting late I guess...
8410
8411 2006-02-02  Wim Taymans  <wim@fluendo.com>
8412
8413         * gst-libs/gst/audio/gstbaseaudiosink.c:
8414         (gst_base_audio_sink_provide_clock),
8415         (gst_base_audio_sink_set_property),
8416         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8417         Don't try to provide a clock when we are not negotiated since
8418         we might not be able to make it run.
8419
8420 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         * gst/playback/gstdecodebin.c: (try_to_link_1):
8423           Unlinking two source pads is ... hard.
8424
8425 2006-02-02  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst-libs/gst/audio/TODO:
8428         Updated.
8429
8430         * gst-libs/gst/audio/gstbaseaudiosink.c:
8431         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8432         On EOS, wait till the last sample is played before posting EOS.
8433
8434 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8435
8436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8437           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8438           setting queue_delay to zero. Also avoid thread being started if
8439           queue_delay is zero.
8440
8441 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8444           Make test work again by connecting fakesinks to each decoded pad,
8445           which makes the pipeline wait until each fakesink has a buffer
8446           queued before going to PAUSED state. At that point we know the
8447           decodebin pads are negotiated.
8448
8449 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8452         (gst_cdda_base_src_handle_event):
8453         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8454           Pass unhandled queries to the parent class's query function.
8455
8456 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8457
8458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8459         (gst_ogg_pad_src_query):
8460         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8461         * ext/theora/theoradec.c: (theora_dec_src_query),
8462         (theora_dec_sink_query):
8463         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8464         (vorbis_dec_sink_query):
8465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8466         (gst_vorbisenc_sink_query):
8467         * gst/adder/gstadder.c: (gst_adder_query):
8468           Pass unhandled queries upstream instead of just
8469           dropping them (#326447). Also, fix supported
8470           query types list for some elements.
8471
8472 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8475         (paris_type_find), (ilbc_type_find), (plugin_init):
8476           Fix typefinding for audio/x-au, audio/x-paris and
8477           audio/iLBC-sh. We cannot use the START_WITH macros
8478           here, because there can only be one typefind factory
8479           with the same name (caps), so the second one would
8480           replace the first one and the first one would never
8481           be called when doing typefinding (see #161712).
8482           
8483
8484 2006-01-31  Wim Taymans  <wim@fluendo.com>
8485
8486         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8487         (vorbis_handle_header_packet), (vorbis_dec_push),
8488         (vorbis_handle_data_packet):
8489         Use scale_int when we can, add some more scaling.
8490         Check packettype before parsing it.
8491
8492 2006-01-31  Wim Taymans  <wim@fluendo.com>
8493
8494         * ext/theora/theoradec.c: (_theora_granule_time),
8495         (theora_dec_src_convert), (theora_dec_sink_convert):
8496         Call right _scale functions.
8497         Use parameter instead of some other random value.
8498
8499 2006-01-31  Wim Taymans  <wim@fluendo.com>
8500
8501         * ext/theora/theoradec.c: (_theora_granule_frame),
8502         (_theora_granule_time), (_inc_granulepos),
8503         (theora_dec_src_convert), (theora_dec_sink_convert),
8504         (theora_handle_type_packet), (theora_handle_data_packet),
8505         (theora_dec_chain):
8506         Use higher precision timestamps calculation.
8507         Convert some other conversions to _scale.
8508
8509 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8510
8511         * gst/audiotestsrc/gstaudiotestsrc.c:
8512         (gst_audio_test_src_create_sine_table), (plugin_init):
8513         * gst/volume/gstvolume.c: (plugin_init):
8514           initialize gst_controller before using
8515
8516 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8517
8518         * tests/check/pipelines/theoraenc.c:
8519         * tests/check/pipelines/vorbisenc.c:
8520         Define constant using G_GINT64_CONSTANT to avoid errors when
8521         passing it around - otherwise it gets truncated to 32 bits.
8522
8523         Fixes failing tests.
8524
8525 2006-01-31  Andy Wingo  <wingo@pobox.com>
8526
8527         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8528         caps being set doesn't have a framerate value. Basically a stopgap
8529         measure.
8530
8531         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8532         technically correct enough to put into core though.
8533         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8534         DURATION. Fixes theoraenc ! oggmux.
8535
8536         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8537         fraction, not double.
8538
8539 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8540
8541         * win32/vs7:
8542         add vs7 project files created by Sergey Scobich
8543
8544 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8545
8546         * win32/vs8:
8547         add vs8 project files created by Sergey Scobich
8548         
8549 2006-01-30  Andy Wingo  <wingo@pobox.com>
8550
8551         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8552         timestamp + duration, not just timestamp -- ogg pages should be
8553         ordered by stop time. Necessary fix given the change in vorbis
8554         timestamps.
8555
8556         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8557         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8558         (granulepos_add): New function, handles the messiness of adjusting
8559         granulepos values.
8560         (theora_buffer_from_packet):
8561         (theora_enc_chain):
8562         (theora_enc_sink_event): Use granulepos_add, not +.
8563
8564         * tests/check/pipelines/theoraenc.c
8565         (check_buffer_granulepos_from_starttime): Just check the frame
8566         count, not the actual granulepos -- we can't dictate to the
8567         encoder when it should be placing keyframes.
8568
8569 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8570
8571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8572           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8573           play an http:// stream from a server that's not serving
8574
8575 2006-01-30  Andy Wingo  <wingo@pobox.com>
8576
8577         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8578         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8579         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8580         available.
8581
8582         * ext/theora/gsttheoraenc.h:
8583         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8584         although theoraenc was timestamping correctly. Added handling of
8585         streams that start with nonzero timestamps.
8586
8587         * tests/check/Makefile.am:
8588         * tests/check/pipelines/theoraenc.c: New file, basically does same
8589         tests as vorbisenc.
8590
8591         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8592
8593 2006-01-30  Wim Taymans  <wim@fluendo.com>
8594
8595         * gst-libs/gst/audio/gstaudiosink.c:
8596         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8597         (gst_audioringbuffer_pause):
8598         Implement pause that does not wait for completion.
8599
8600         * gst-libs/gst/audio/gstbaseaudiosink.c:
8601         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8602         Don't drop buffers when going to PAUSED but perform preroll on
8603         remaining samples now that core base class supports this.
8604
8605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8606         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8607         (gst_ring_buffer_commit):
8608         Pause should not signal waiters.
8609         Implement return value of _commit correctly.
8610
8611 2006-01-30  Andy Wingo  <wingo@pobox.com>
8612
8613         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8614
8615         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8616         updated to timestamp from the first sample, not the last.
8617         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8618         special care of granulepos and timestamp for header packets.
8619         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8620         when the first buffer has a nonzero timestamp.
8621
8622         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8623         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8624         case when the first audio buffer we get has a nonzero timestamp.
8625         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8626         properly timestamp vorbis buffers with the time of the first
8627         sample, not the last.
8628         
8629         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8630         vorbis_granule_time_copy -- now it takes the granule/subgranule
8631         offset into account.
8632
8633         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8634         timestamps, durations, and granulepos on buffers produced by
8635         vorbisenc.
8636
8637 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8638
8639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8641           Patch from Eric Jonas to support conversions to/from UYVY 
8642           (Fixes: #324626)
8643
8644 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8645
8646         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8647         (setup_subtitle), (setup_source), (set_active_source):
8648         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8649         (gen_text_element), (gen_audio_element), (gen_vis_element),
8650         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8651
8652 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8653
8654         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8655         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8656                 use gst_guint64_to_gdouble to be compliant with vs6
8657         * gst/playback/gstdecodebin.c: (try_to_link_1)
8658         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8659                 use G_GINT64_CONSTANT for int64 constants
8660         * win32/common/libgstinterfaces.def:
8661                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8662         * win32/vs6:
8663                 update and add new project files
8664                 
8665 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8666
8667         * Makefile.am:
8668         * win32/MANIFEST:
8669         * win32/common/interfaces-enumtypes.c:
8670         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8671         (gst_mixer_track_flags_get_type),
8672         (gst_tuner_channel_flags_get_type):
8673         * win32/common/interfaces-enumtypes.h:
8674         * win32/common/multichannel-enumtypes.c:
8675         (gst_audio_channel_position_get_type):
8676         * win32/common/multichannel-enumtypes.h:
8677           add a win32-update rule like in core, and copy over enumtypes files
8678
8679 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8680
8681         * win32/MANIFEST:
8682         * win32/common/config.h:
8683         * win32/common/config.h.in:
8684           add config files just like in core
8685
8686 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8689           Make gcc-4.1 happy (part of #327357).
8690
8691 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8692
8693         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8694         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8695         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8696         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8697         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8698         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8699           Update all error messages.  All of them should either use
8700           the default translated message, or actually provide a
8701           translatable string.
8702           Make the string for channel count problems meaningful.
8703
8704 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8705
8706         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8707           check for and throw RESOURCE_BUSY
8708
8709 2006-01-27  David Schleef  <ds@schleef.org>
8710
8711         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8712           checked in this change -- it requires liboil features not
8713           in 0.3.6.  Revert parts.
8714
8715 2006-01-27  David Schleef  <ds@schleef.org>
8716
8717         * REQUIREMENTS:
8718         * configure.ac: update liboil requirement to 0.3.6
8719         * gst/videoscale/Makefile.am:
8720         * gst/videoscale/vs_scanline.c: liboilify
8721
8722 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8723
8724         * ext/libvisual/visual.c: (get_buffer):
8725           When pad_alloc returns a GstFlowReturn other
8726           than GST_FLOW_OK, make sure it is passed upstream.
8727
8728 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8729
8730         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8731         (gst_alsasink_class_init):
8732           Free the device name string.
8733
8734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8735         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8736         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8737           Don't remove a pad from the collectpads structure until it
8738           is released - it's a request pad, and may receive data again
8739           if the element gets moved back to PLAYING state.
8740
8741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8742           Ensure we turn on double buffering on the Xv port, and
8743           set the colour key to something dark and mysterious that
8744           isn't black.
8745
8746 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8747
8748         * ext/alsa/gstalsaplugin.c: (plugin_init):
8749         * ext/cdparanoia/gstcdparanoiasrc.c:
8750         (gst_cd_paranoia_src_base_init), (plugin_init):
8751         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8753           - a library should not call setlocale. see "Libraries" node in
8754             gettext manual
8755           - make sure all plugins that use translation do bindtextdomain
8756             to point to the localedir
8757         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8758         (setup_sinks), (plugin_init):
8759           all this, and check for NULL when creating sinks
8760
8761 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8762
8763         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8764         (plugin_init): Make typefinding of subtitles work again.
8765
8766 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8769         (mp3_type_frame_length_from_header), (mp3_type_find),
8770         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8771         (plugin_init):
8772           Backport a bunch of typefinding fixes from the 0.8 branch.
8773           Also, improve wavpack typefinding: if we can't peek the
8774           entire wavpack block, try to parse the bits we can get and
8775           see if we find what we're looking for in those.
8776
8777 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8778
8779         * sys/ximage/ximagesink.c:
8780         (gst_ximagesink_calculate_pixel_aspect_ratio):
8781         * sys/xvimage/xvimagesink.c:
8782         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8783         more cases of pixel aspect ratio.
8784
8785 2006-01-26  Edward Hervey  <edward@fluendo.com>
8786
8787         * gst/playback/gstdecodebin.c: (pad_probe):
8788         Also consider the flush-start and tag events as unblockers
8789         for the pad probes.
8790
8791 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8792
8793         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8794         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8795         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8796         On the fly visualisation switch, works disabling, enabling as
8797         well but it won't be able to enable vis in a playbin that was
8798         created with no visualisation.
8799
8800 2006-01-25  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst-libs/gst/audio/gstbaseaudiosink.c:
8803         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8804         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8805         resume after pause.
8806
8807 2006-01-25  Wim Taymans  <wim@fluendo.com>
8808
8809         * gst-libs/gst/audio/gstbaseaudiosink.c:
8810         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8811         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8812         Improve debugging.
8813         Post error when caps cannot be parsed.
8814         Resync on discontinuity in the stream.
8815         Clip samples to segment boundaries.
8816         return WRONG_STATE sooner when we are flushing.
8817
8818         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8819         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8820         Make audiosrc operate in TIME.
8821         Set TIMESTAMP and DURATION on buffers.
8822
8823 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * tests/examples/seek/seek.c: (main):
8826           Output tag messages as well.
8827
8828 2006-01-23  Edward Hervey  <edward@fluendo.com>
8829
8830         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8831         (free_pad_probes), (remove_fakesink), (pad_probe),
8832         (close_pad_link), (gst_decode_bin_change_state):
8833         Replace GstPadBlockCallback with pad probes that detect
8834         first buffer AND eos before removing fakesink.
8835         Fixes hang with demuxers doing EOS while pre-rolling.
8836         Solves #328279
8837
8838 2006-01-23  Andy Wingo  <wingo@pobox.com>
8839
8840         * ext/alsa/gstalsasink.c:
8841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8842         (gst_base_rtp_depayload_setcaps),
8843         (gst_base_rtp_depayload_add_to_queue),
8844         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8845         
8846         Patch by: Jens Granseuer <jensgr at gmx dot net>
8847
8848 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8849
8850         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8851         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8852         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8853         frames. We might get a frame destroyed after changing state to
8854         NULL, adding a safety check on xcontext.
8855
8856 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst-libs/gst/interfaces/xoverlay.c:
8859           Fix prepare-xwindow-id code example in the docs - we need to
8860           ignore all messages that aren't element messages as well.
8861           
8862 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8863
8864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8865           I think one day i'll completely undestand how caps negotiation
8866           is supposed to work. This refactoring handles buffer_alloc
8867           called with caps we can't handle. We definitely don't want a
8868           set_caps with those caps, so we define and allocate a buffer
8869           we would like to receive.
8870
8871 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * gst/playback/gstplaybasebin.c: (setup_source):
8874           Free iterator when done.
8875
8876 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8877
8878         * gst-libs/gst/audio/gstbaseaudiosink.c:
8879         (gst_base_audio_sink_render):
8880           Fix playback of non-synchronised streams by assuming a rate
8881           of 1.0 instead of a random one.
8882
8883           Makes this work again:
8884
8885           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8886           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8887           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8888           audioresample ! alsasink
8889
8890 === release 0.10.2 ===
8891
8892 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8893
8894         * configure.ac:
8895           releasing 0.10.2, "Then the devil is six"
8896
8897 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8898
8899         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8900         * gst/playback/gststreamselector.c:
8901         (gst_stream_selector_set_property):
8902           Comment out broken code that connects to the state-changed signal.
8903           At this point, changing current stream selection is broken, but 
8904           stuff like gst-launch playbin current-audio=1 works and filters
8905           to the chosen stream.
8906
8907 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8908
8909         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8910           Fix #327216 (null dereference in vorbisdec)
8911
8912 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8915           Post taglist actually on bus instead of just freeing it
8916           (fixes #327114 and totem bug #327080).
8917
8918         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8919           Use gst_element_found_tags_for_pad(), so that the tags
8920           are sent downstream as an event as well.
8921
8922 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8923
8924         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8925         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8926         (gst_ximagesink_buffer_alloc):
8927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8928         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8929         (gst_xvimagesink_buffer_alloc):
8930           move all regularly occurring messages to GST_LOG level
8931           add some more object logs
8932
8933 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8934
8935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8936           fix a silly segfault
8937
8938 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * docs/libs/gst-plugins-base-libs-docs.sgml:
8941         * docs/libs/gst-plugins-base-libs-sections.txt:
8942         * gst-libs/gst/audio/mixerutils.c:
8943         * gst-libs/gst/audio/mixerutils.h:
8944           Add docs for mixerutils stuff.
8945
8946 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8947
8948         * gst/playback/gstplaybasebin.c: (setup_source):
8949           Fix playback for sources that emit raw audio or
8950           raw video streams (e.g.: cd audio sources) (#325984).
8951
8952 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8953
8954         * gst-libs/gst/audio/mixerutils.c:
8955         (gst_audio_mixer_filter_do_filter):
8956           actually save the element we create
8957
8958 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * gst-libs/gst/cdda/gstcddabasesrc.c:
8961         (gst_cdda_base_src_handle_track_seek):
8962           No need to post a tag message on the bus when seeking
8963           within the same track, only post it when the current
8964           track changes.
8965
8966 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8967
8968         * gst/playback/gstplaybasebin.c: (group_destroy),
8969         (probe_triggered), (new_decoded_pad), (mute_group_type),
8970         (set_active_source):
8971         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8972         * gst/playback/gststreamselector.c:
8973         (gst_stream_selector_base_init),
8974         (gst_stream_selector_set_property),
8975         (gst_stream_selector_request_new_pad):
8976           Reenable stream selection. These mechanisms need a complete overhaul
8977           in the face of 0.8->0.10 changes though.
8978
8979 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8980
8981         * ext/ogg/gstoggdemux.c:
8982           Change the pad template to src_%d to match the pads that 
8983           are created from it. decodebin needs this information in order
8984           to decide that oggdemux is capable of producing multiple pads
8985           (and hence needs queues inserted).
8986
8987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8988         (gst_ogg_mux_collected):
8989           Make debug output more useful by using GST_PTR_FORMAT.
8990
8991 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8992
8993         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8994
8995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8996           Set depth and width for alaw/mulaw (fixes #326601).
8997
8998 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8999
9000         * tests/icles/Makefile.am:
9001           don't build the tests if we don't have the libs
9002
9003 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9006         (gst_cd_paranoia_paranoia_callback):
9007           Don't try to free NULL pointers.
9008
9009 2006-01-10  Edward Hervey  <edward@fluendo.com>
9010
9011         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9012         (gst_audio_rate_change_state), (plugin_init):
9013         Add debugging category.
9014         Fix type issues.
9015         Add case for incoming buffers without valid offset/offset_end.
9016
9017 2006-01-10  Michael Smith  <msmith@fluendo.com>
9018
9019         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9020           Don't leak GCond in audio sources.
9021
9022 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * gst/playback/gstplaybin.c: (gen_audio_element):
9025           Don't leak an autoaudiosink/alsasink when we generate
9026           a new audio element. (old code, I guess)
9027
9028 2006-01-10  Michael Smith  <msmith@fluendo.com>
9029
9030         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9031           Support float audio in audiorate.
9032           Use width rather than depth for selecting sample width.
9033
9034 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * gst/videotestsrc/videotestsrc.h:
9037           Use GLib types here (that way we don't have to include the
9038           generated _stdint.h header, which makes life easier for win32
9039           folks that don't use autotools for the build) (#325990, patch
9040           by: Sergey Scobich).
9041
9042 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9045         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9046         (gst_ring_buffer_pause), (wait_segment):
9047         * gst-libs/gst/audio/gstringbuffer.h:
9048           Name (private) union, makes Forte compiler happy (this time
9049           for real) (#324900).
9050
9051 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * gst-libs/gst/audio/Makefile.am:
9054           Link against libgstinterfaces, needed for mixer
9055           and property probe stuff.
9056
9057 2006-01-09  Edward Hervey  <edward@fluendo.com>
9058
9059         * gst-libs/gst/Makefile.am:
9060
9061 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * gst-libs/gst/audio/Makefile.am:
9064         * gst-libs/gst/audio/mixerutils.c:
9065         (gst_audio_mixer_filter_do_filter),
9066         (gst_audio_mixer_filter_check_element),
9067         (gst_audio_mixer_filter_probe_feature),
9068         (element_factory_rank_compare_func),
9069         (gst_audio_default_registry_mixer_filter):
9070         * gst-libs/gst/audio/mixerutils.h:
9071           Add gst_audio_default_registry_mixer_filter() utility
9072           function.
9073
9074 2006-01-03  Michael Smith  <msmith@fluendo.com>
9075
9076         * gst/audioresample/resample.h:
9077           As before, but for o_buf
9078
9079 2006-01-03  Michael Smith  <msmith@fluendo.com>
9080
9081         * gst/audioresample/resample.h:
9082           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9083           since we do arithmetic on it.
9084
9085 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9086
9087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9088         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9089         (gst_ring_buffer_pause), (wait_segment):
9090         * gst-libs/gst/audio/gstringbuffer.h:
9091           Sun's Forte compiler doesn't seem to like anonymous structs,
9092           so use same setup as in GstBaseSrc (fixes #324900).
9093
9094 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9095
9096         * configure.ac:
9097         * gst/volume/Makefile.am:
9098         * gst/volume/demo.c:
9099           move old example to tests/examples/volume/volune.c
9100         * tests/examples/Makefile.am:
9101         * tests/examples/seek/seek.c: (main):
9102           change window-close event from "delete-event" to "destroy"
9103         * tests/examples/volume/Makefile.am:
9104         * tests/examples/volume/volume.c: (value_changed_callback),
9105         (setup_gui), (message_received), (eos_message_received), (main):
9106           fix event handling and bus usage
9107
9108 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9109
9110         * gst/audiotestsrc/gstaudiotestsrc.c:
9111         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9112         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9113         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9114         (gst_audio_test_src_create_square),
9115         (gst_audio_test_src_create_saw),
9116         (gst_audio_test_src_create_triangle),
9117         (gst_audio_test_src_create_silence),
9118         (gst_audio_test_src_create_white_noise),
9119         (gst_audio_test_src_create_pink_noise),
9120         (gst_audio_test_src_init_sine_table),
9121         (gst_audio_test_src_create_sine_table),
9122         (gst_audio_test_src_change_wave),
9123         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9124         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9125         * gst/audiotestsrc/gstaudiotestsrc.h:
9126           update to basesrc changes, implement segmented seeking and eos
9127           handling, add a 'sine-tab' waveform for performance critical playback
9128
9129 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9130
9131         * po/POTFILES.in:
9132           ... and this time the other modified file that I missed last time.
9133
9134 2005-12-29  Michael Smith  <msmith@fluendo.com>
9135
9136         * gst/playback/gstdecodebin.c: (new_pad):
9137           Fix non-C89 variable declaration not at the start of a block. Should
9138           help some compilers.
9139
9140 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         * tests/check/Makefile.am:
9143           And now fix 'make distcheck' (builddir != srcdir)
9144
9145 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * configure.ac:
9148         * ext/cdparanoia/Makefile.am:
9149         * ext/cdparanoia/gstcdparanoia.c:
9150         * ext/cdparanoia/gstcdparanoia.h:
9151         * ext/cdparanoia/gstcdparanoiasrc.c:
9152         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9153         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9154         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9155         (gst_cd_paranoia_paranoia_callback),
9156         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9157         (gst_cd_paranoia_src_set_property),
9158         (gst_cd_paranoia_src_get_property), (plugin_init):
9159         * ext/cdparanoia/gstcdparanoiasrc.h:
9160           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9161           plugin again (there are still fixes required to playbin to make
9162           cdda:// uris work there).
9163
9164 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * tests/check/Makefile.am:
9167           Fix test case compilation.
9168
9169 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * gst-libs/gst/cdda/gstcddabasesrc.c:
9172         (gst_cdda_base_src_update_duration),
9173         (gst_cdda_base_src_calculate_cddb_id):
9174           An integer is not a string. Fix access to uninitialised variable.
9175
9176         * tests/check/Makefile.am:
9177           Add cddabasesrc unit test; also actually enable the vorbis test.
9178
9179         * tests/check/generic/states.c:
9180           Blacklist new cd audio elements as well.
9181
9182         * tests/check/libs/cddabasesrc.c:
9183           Unit test for GstCddaBaseSrc (discid calculation mostly).
9184
9185 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * docs/libs/Makefile.am:
9188         * docs/libs/gst-plugins-base-libs-docs.sgml:
9189         * docs/libs/gst-plugins-base-libs-sections.txt:
9190         * docs/libs/gst-plugins-base-libs.types:
9191           Add docs for libgstcdda/GstCddaBaseSrc.
9192
9193         * gst-libs/gst/interfaces/mixertrack.h:
9194           Do one struct member per line with a semicolon at the end, that way
9195           even gtk-doc might parse it without complaining.
9196
9197 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * configure.ac:
9200         * gst-libs/gst/Makefile.am:
9201         * gst-libs/gst/cdda/Makefile.am:
9202         * gst-libs/gst/cdda/base64.c:
9203         * gst-libs/gst/cdda/base64.h:
9204         * gst-libs/gst/cdda/gstcddabasesrc.c:
9205         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9206         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9207         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9208         (gst_cdda_base_src_get_property),
9209         (gst_cdda_base_src_get_track_from_sector),
9210         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9211         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9212         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9213         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9214         (gst_cdda_base_src_uri_get_protocols),
9215         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9216         (gst_cdda_base_src_uri_handler_init),
9217         (gst_cdda_base_src_setup_interfaces),
9218         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9219         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9220         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9221         (gst_cdda_base_src_add_tags),
9222         (gst_cdda_base_src_add_index_associations),
9223         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9224         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9225         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9226         (gst_cdda_base_src_create):
9227         * gst-libs/gst/cdda/gstcddabasesrc.h:
9228         * gst-libs/gst/cdda/sha1.c:
9229         * gst-libs/gst/cdda/sha1.h:
9230           Add new libgstcdda with GstCddaBaseSrc class.
9231
9232 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * ext/gnomevfs/gstgnomevfssink.h:
9235           Use GstBaseSinkClass as parent_class member for class struct, not
9236           GstBaseSink.
9237
9238 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         Patch by: Michael Benes
9241
9242         * gst/videotestsrc/gstvideotestsrc.c:
9243         (gst_video_test_src_class_init), (gst_video_test_src_start):
9244           Add start method to reset running time and number of frames sent
9245           when starting up (fixes #324696)
9246
9247 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9248
9249         * docs/plugins/Makefile.am:
9250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9252         * docs/plugins/gst-plugins-base-plugins.args:
9253         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9254         * docs/plugins/gst-plugins-base-plugins.signals:
9255           Add docs stuff for gnomevfssrc and gnomevfssink.
9256
9257         * ext/gnomevfs/gstgnomevfssrc.c:
9258           Fix example pipeline in gtk-doc blurb.
9259
9260 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * ext/gnomevfs/Makefile.am:
9263         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9264         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9265         (gst_gnome_vfs_handle_get_type), (plugin_init):
9266         * ext/gnomevfs/gstgnomevfs.h:
9267         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9268         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9269         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9270         (gst_gnome_vfs_sink_set_property),
9271         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9272         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9273         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9274         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9275         (gst_gnome_vfs_sink_uri_get_type),
9276         (gst_gnome_vfs_sink_uri_get_protocols),
9277         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9278         (gst_gnome_vfs_sink_uri_handler_init):
9279         * ext/gnomevfs/gstgnomevfssink.h:
9280           Port gnomevfssink; add gtk-doc blurb.
9281
9282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9283         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9284         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9285         (gst_gnome_vfs_src_uri_get_type),
9286         (gst_gnome_vfs_src_uri_get_protocols),
9287         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9288         (gst_gnome_vfs_src_uri_handler_init),
9289         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9290         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9291         (gst_gnome_vfs_src_send_additional_headers_callback),
9292         (gst_gnome_vfs_src_received_headers_callback),
9293         (gst_gnome_vfs_src_push_callbacks),
9294         (gst_gnome_vfs_src_pop_callbacks),
9295         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9296         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9297         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9298         * ext/gnomevfs/gstgnomevfssrc.h:
9299           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9300           file; add gtk-doc blurb with example pipelines.
9301
9302 === release 0.10.1 ===
9303
9304 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9305
9306         * configure.ac:
9307           releasing 0.10.1, "Dobro Dedek"
9308
9309 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9310
9311         * gst/typefind/gsttypefindfunctions.c:
9312         iLBC30 and iLBC20 added to typefind.
9313
9314 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9315
9316         * gst-libs/gst/audio/gstbaseaudiosink.c:
9317         (gst_base_audio_sink_class_init):
9318         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9319         (gst_base_audio_src_class_init):
9320           update strings, values are in microseconds
9321           change the default sink buffer time to something that is smaller
9322           (to help software volume mixing have a slightly lower delay) but
9323           still be acceptable on Wim's laptop
9324
9325 2005-12-20  Edward Hervey  <edward@fluendo.com>
9326
9327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9328         Made a quack, forgot to add DUCK to the riff video template.
9329
9330 2005-12-19  Edward Hervey  <edward@fluendo.com>
9331
9332         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9333         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9334         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9335         (gst_ogm_parse_chain):
9336         Make sure pads are initialized correctly.
9337         * gst-libs/gst/riff/riff-ids.h:
9338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9339         (gst_riff_create_video_template_caps):
9340         Add a whole bunch of FOURCC <=> MimeType.
9341         Extend the riff video pad template to support the newly added fourcc.
9342
9343 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9344
9345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9346         (gst_ogg_demux_activate_chain):
9347           Extra debug output when activating/deactivating chains.
9348
9349         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9350         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9351         (unlinked):
9352           Remove a queue from our list when it becomes unlinked.
9353           Don't add queues to elements in class 'Demux' if they
9354           can only produce one pad 
9355
9356 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9357
9358         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9359         (gst_video_sink_get_type): Add a debug category.
9360
9361 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9362
9363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9364         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9365           Handle downstream newsegment by sending our own newsegment before the
9366           next buffer to be released. (#323900)
9367
9368 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9369
9370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9371         (gst_base_rtp_depayload_set_gst_timestamp):
9372           add queue delay to new segment as well (as opposed to just the first
9373           buffer). (bug #322347)
9374
9375 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9376
9377         * ext/libvisual/visual.c: (make_valid_name):
9378           change some char* into char[]
9379         * gst/audiotestsrc/gstaudiotestsrc.c:
9380         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9381         (gst_audio_test_src_create):
9382         * gst/audiotestsrc/gstaudiotestsrc.h:
9383           prepare to handle EOS and SEGMENT_DONE
9384
9385 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * tests/check/generic/states.c: (GST_START_TEST):
9388           Blacklist cdparanoia element in state test.
9389
9390 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392           Patch by: Benjamin Pineau
9393
9394         * gst/tcp/gsttcp.c:
9395         * gst/tcp/gsttcpclientsink.c:
9396         * gst/tcp/gsttcpserversink.c:
9397         * gst/tcp/gsttcpserversrc.c:
9398           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9399
9400 2005-12-15  Michael Smith  <msmith@fluendo.com>
9401
9402         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9403         (gst_video_rate_chain):
9404           Fix timestamping for videorate when the first buffer it sees has a
9405           non-zero timestamp. Fix some misleading debug output.
9406
9407 2005-12-15  Michael Smith  <msmith@fluendo.com>
9408
9409         * gst/audioresample/gstaudioresample.c:
9410           Don't leak all input buffers to audioresample.
9411
9412 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9415           Don't operate on empty text buffers. Strip newlines and
9416           tabs only from the end of the text, but leave them intact
9417           in the middle. Fix typo in gtk-doc description.
9418
9419 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * gst/playback/gstplaybasebin.c:
9422         * gst/playback/gstplaybin.c: (handoff):
9423           Make sure the video frame buffer we return to apps via the
9424           "frame" property always has caps set on it. Modify
9425           _gst_gvalue_set_object() macro to handle NULL objects
9426           gracefully too.
9427
9428 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9429
9430         * gst/audiotestsrc/gstaudiotestsrc.c:
9431         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9432         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9433         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9434         (gst_audio_test_src_create):
9435         * gst/audiotestsrc/gstaudiotestsrc.h:
9436         Adjust to some recent api changes and add wtays new cool seeking
9437         capabillities
9438
9439 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * ext/alsa/Makefile.am:
9442         * ext/alsa/gstalsadeviceprobe.c:
9443         * ext/alsa/gstalsadeviceprobe.h:
9444           Helper functions to add device probing via the GstPropertyProbe
9445           interface to a class.
9446
9447         * ext/alsa/gstalsamixer.h:
9448           Comment out GST_ALSA_MIXER, it returns a struct that's not
9449           used.
9450
9451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9452           Add some debug info. 
9453
9454         * ext/alsa/gstalsamixerelement.c:
9455         (gst_alsa_mixer_element_interface_supported),
9456         (gst_implements_interface_init),
9457         (gst_alsa_mixer_element_init_interfaces),
9458         (gst_alsa_mixer_element_class_init),
9459         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9460         (gst_alsa_mixer_element_set_property),
9461         (gst_alsa_mixer_element_get_property),
9462         (gst_alsa_mixer_element_change_state):
9463         * ext/alsa/gstalsamixerelement.h:
9464           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9465           for device handling (gnome-volume-control will need that).
9466
9467 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9468
9469         * ext/Makefile.am: fix cdparanoia entry
9470         * gst-plugins-base.spec.in: add cdparanoia
9471
9472 2005-12-12  Michael Smith  <msmith@fluendo.com>
9473
9474         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9475           Use the correct function to free list of typefind factories.
9476
9477 2005-12-12  Wim Taymans  <wim@fluendo.com>
9478
9479         * gst/videotestsrc/gstvideotestsrc.c:
9480         (gst_video_test_src_class_init), (gst_video_test_src_init),
9481         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9482         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9483         (gst_video_test_src_create):
9484         * gst/videotestsrc/gstvideotestsrc.h:
9485         Implement seeking in videotestsrc.
9486         Small cleanups.
9487
9488 2005-12-12  Wim Taymans  <wim@fluendo.com>
9489
9490         * ext/cdparanoia/Makefile.am:
9491         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9492         (gst_paranoia_endian_get_type), (_do_init),
9493         (cdparanoia_class_init), (cdparanoia_init),
9494         (cdparanoia_set_property), (cdparanoia_get_property),
9495         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9496         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9497         (cdparanoia_convert), (cdparanoia_get_query_types),
9498         (cdparanoia_query), (cdparanoia_set_index),
9499         (cdparanoia_uri_set_uri):
9500         * ext/cdparanoia/gstcdparanoia.h:
9501         Partially ported cdparanoia now that basesrc can support a
9502         plugin like this..
9503
9504 2005-12-12  Wim Taymans  <wim@fluendo.com>
9505
9506         * tests/examples/seek/scrubby.c: (main):
9507         Set higher priority for bus events so they don't get reordered with
9508         gtk gui events.
9509
9510         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9511         (flush_toggle_cb), (main):
9512         Added checkbox to disable flushing seeks. 
9513         Disable scrubbing when doing non flushing seeks.
9514
9515 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9518         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9519         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9520         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9521           Implement some sort of event handling that doesn't rely on
9522           g_return_if_fail; make sure we always push the last chunk of an 
9523           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9524           state change function; remove some old cruft. Seeking is still
9525           rather unlikely to work though.
9526
9527         * tools/.cvsignore:
9528           Ignore more.
9529
9530 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9531
9532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9533         Fixed a leak of the current image reference when cleaning up.
9534         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9535
9536 2005-12-09  Michael Smith  <msmith@fluendo.com>
9537
9538         * tools/Makefile.am:
9539         * tools/gst-launch-ext-m.m:
9540           Remove gst-launch-ext. It doesn't work, and is no longer
9541           particularly useful.
9542
9543 2005-12-08  Luca Ognibene  <luogni@tin.it>
9544
9545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9546           don't pass random values to ogmparse convert function.
9547           Make seeking possible in the exile1.ogm file.
9548
9549 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9552         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9553           Work around refcount problem with g_value_set_object() that occur
9554           if the core has been compiled against GLib-2.6 (g_value_set_object()
9555           will only g_object_ref() the element, but the caller will
9556           gst_object_unref() it and bad things will happen due to the way
9557           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9558           totem for people on FC4 using Thomas's 0.10 RPMs.
9559           
9560 2005-12-07  Edward Hervey  <edward@fluendo.com>
9561
9562         Time to welcome ogm to 0.10 :)
9563         
9564         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9565         (gst_ogg_pad_typefind):
9566         Oggdemux can now properly typefind elements with dynamic pads.
9567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9568         Properly set caps on src pad, and set caps on outgoing buffers.
9569
9570 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * ext/alsa/gstalsamixer.h:
9573         * ext/alsa/gstalsamixerelement.h:
9574         * ext/alsa/gstalsamixeroptions.h:
9575         * ext/alsa/gstalsamixertrack.h:
9576         * ext/alsa/gstalsasink.c:
9577         * ext/alsa/gstalsasink.h:
9578         * ext/alsa/gstalsasrc.c:
9579         * ext/alsa/gstalsasrc.h:
9580         * ext/cdparanoia/gstcdparanoia.h:
9581         * ext/gnomevfs/gstgnomevfsuri.h:
9582         * ext/ogg/gstoggdemux.c:
9583         * ext/ogg/gstoggmux.c:
9584         * ext/pango/gsttextoverlay.h:
9585         * ext/theora/theoradec.c:
9586         * ext/theora/theoraenc.c:
9587         * ext/vorbis/vorbisdec.h:
9588         * ext/vorbis/vorbisenc.c:
9589         * ext/vorbis/vorbisenc.h:
9590         * ext/vorbis/vorbisparse.h:
9591         * gst-libs/gst/audio/gstaudioclock.h:
9592         * gst-libs/gst/audio/gstaudiosink.c:
9593         * gst-libs/gst/audio/gstaudiosink.h:
9594         * gst-libs/gst/audio/gstaudiosrc.c:
9595         * gst-libs/gst/audio/gstaudiosrc.h:
9596         * gst-libs/gst/audio/gstbaseaudiosink.c:
9597         * gst-libs/gst/audio/gstbaseaudiosink.h:
9598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9599         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9600         * gst-libs/gst/audio/gstringbuffer.h:
9601         * gst-libs/gst/audio/multichannel.h:
9602         * gst-libs/gst/floatcast/floatcast.h:
9603         * gst-libs/gst/interfaces/colorbalance.c:
9604         * gst-libs/gst/interfaces/colorbalance.h:
9605         * gst-libs/gst/interfaces/colorbalancechannel.h:
9606         * gst-libs/gst/interfaces/mixer.h:
9607         * gst-libs/gst/interfaces/mixeroptions.h:
9608         * gst-libs/gst/interfaces/mixertrack.h:
9609         * gst-libs/gst/interfaces/navigation.h:
9610         * gst-libs/gst/interfaces/propertyprobe.h:
9611         * gst-libs/gst/interfaces/tuner.h:
9612         * gst-libs/gst/interfaces/tunerchannel.h:
9613         * gst-libs/gst/interfaces/tunernorm.h:
9614         * gst-libs/gst/interfaces/xoverlay.h:
9615         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9616         * gst-libs/gst/riff/riff-ids.h:
9617         * gst-libs/gst/riff/riff-media.h:
9618         * gst-libs/gst/riff/riff-read.h:
9619         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9620         * gst-libs/gst/rtp/gstbasertppayload.c:
9621         * gst-libs/gst/rtp/gstbasertppayload.h:
9622         * gst-libs/gst/rtp/gstrtpbuffer.c:
9623         * gst-libs/gst/rtp/gstrtpbuffer.h:
9624         * gst-libs/gst/tag/gsttageditingprivate.h:
9625         * gst-libs/gst/tag/gstvorbistag.c:
9626         (gst_tag_list_from_vorbiscomment_buffer):
9627         * gst-libs/gst/tag/tag.h:
9628         * gst-libs/gst/video/video.h:
9629         * gst/adder/gstadder.c:
9630         * gst/adder/gstadder.h:
9631         * gst/audioconvert/audioconvert.c:
9632         * gst/audioconvert/audioconvert.h:
9633         * gst/audioconvert/gstaudioconvert.c:
9634         * gst/audioconvert/gstchannelmix.c:
9635         * gst/audioconvert/gstchannelmix.h:
9636         * gst/audiorate/gstaudiorate.c:
9637         * gst/audioresample/buffer.h:
9638         * gst/audioresample/functable.h:
9639         * gst/audioresample/gstaudioresample.c:
9640         * gst/audioresample/resample.h:
9641         * gst/ffmpegcolorspace/avcodec.h:
9642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9643         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9644         * gst/ffmpegcolorspace/imgconvert.c:
9645         * gst/ffmpegcolorspace/imgconvert_template.h:
9646         * gst/playback/gstdecodebin.c:
9647         * gst/playback/gstplaybasebin.h:
9648         * gst/playback/gstplaybin.c:
9649         * gst/playback/gststreaminfo.h:
9650         * gst/tcp/gstfdset.c:
9651         * gst/tcp/gstfdset.h:
9652         * gst/tcp/gstmultifdsink.c:
9653         * gst/tcp/gstmultifdsink.h:
9654         * gst/tcp/gsttcp.h:
9655         * gst/tcp/gsttcpclientsrc.c:
9656         * gst/tcp/gsttcpclientsrc.h:
9657         * gst/tcp/gsttcpplugin.h:
9658         * gst/tcp/gsttcpserversink.c:
9659         * gst/tcp/gsttcpserversrc.c:
9660         * gst/typefind/gsttypefindfunctions.c:
9661         * gst/videorate/gstvideorate.c:
9662         * gst/videotestsrc/gstvideotestsrc.h:
9663         * gst/videotestsrc/videotestsrc.h:
9664         * sys/v4l/gstv4lcolorbalance.h:
9665         * sys/v4l/gstv4ltuner.h:
9666         * sys/v4l/gstv4lxoverlay.h:
9667         * sys/v4l/v4l_calls.h:
9668         * sys/v4l/videodev_mjpeg.h:
9669         * tests/check/elements/audioconvert.c:
9670         * tests/check/elements/audioresample.c:
9671         * tests/check/elements/audiotestsrc.c:
9672         * tests/check/elements/videotestsrc.c:
9673         * tests/check/elements/volume.c:
9674         * tests/examples/seek/scrubby.c:
9675         * tests/examples/seek/seek.c:
9676           expand tabs
9677
9678 === release 0.10.0 ===
9679
9680 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9681
9682         * configure.ac:
9683           releasing 0.10.0, "Mont-d'or"
9684
9685 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9686
9687         * tests/examples/seek/Makefile.am:
9688         Build fix for when gtk is not available.
9689
9690 2005-12-05  Andy Wingo  <wingo@pobox.com>
9691
9692         * ext/libvisual/visual.c: (get_buffer):
9693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9694         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9695         * ext/theora/theoradec.c: (theora_handle_data_packet):
9696         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9697         (theora_enc_chain):
9698         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9700         Update for alloc_buffer changes.
9701
9702 2005-12-05  Andy Wingo  <wingo@pobox.com>
9703
9704         patch by: Kai Vehmanen <kv2004 eca cx>
9705         
9706         * gst-libs/gst/rtp/gstbasertpdepayload.c
9707         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9708
9709 2005-12-04  Andy Wingo  <wingo@pobox.com>
9710
9711         patch by: Sebastien Cote <sebas642 yahoo ca>
9712         
9713         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9714         Fixes #319172.
9715
9716 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * docs/plugins/Makefile.am:
9719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9721         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9722         * ext/pango/gstclockoverlay.c:
9723         * ext/pango/gsttextoverlay.c: 
9724         * ext/pango/gsttextrender.c:
9725         * ext/pango/gsttimeoverlay.c:
9726           Add gtk-doc blurbs to pango elements.
9727
9728 2005-12-02  Wim Taymans  <wim@fluendo.com>
9729
9730         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9731         * gst/audioresample/buffer.h:
9732         * gst/audioresample/gstaudioresample.c:
9733         * gst/audioresample/gstaudioresample.h:
9734         * gst/audioresample/resample.c: (resample_input_flush),
9735         (resample_input_pushthrough), (resample_input_eos),
9736         (resample_get_output_size_for_input),
9737         (resample_get_input_size_for_output), (resample_get_output_size),
9738         (resample_get_output_data):
9739         * gst/audioresample/resample.h:
9740         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9741         Fix audioresample, seek torture, new segments, reverse negotiation
9742         etc.. work fine.
9743
9744 2005-12-02  Wim Taymans  <wim@fluendo.com>
9745
9746         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9747         Small cleanups.
9748
9749 2005-12-02  Wim Taymans  <wim@fluendo.com>
9750
9751         * gst/audioconvert/gstaudioconvert.c:
9752         (gst_audio_convert_transform):
9753         Post errors.
9754
9755 === release 0.9.7 ===
9756
9757 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9758
9759         * configure.ac:
9760           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9761
9762 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * Makefile.am:
9765         * po/hu.po:
9766         * win32/MANIFEST:
9767         * win32/gst.sln:
9768           add win32 MANIFEST file
9769           do something to the hungarian translation
9770
9771 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * ext/Makefile.am:
9774           Add $(PANGO_DIR) to SUBDIRS
9775
9776         * ext/pango/gstclockoverlay.c:
9777         * ext/pango/gsttimeoverlay.c:
9778           Fix and improve element descriptions.
9779
9780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9781
9782         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9783         * docs/plugins/inspect/plugin-libvisual.xml:
9784         * docs/plugins/inspect/plugin-pango.xml:
9785           add pango plugin to docs
9786
9787 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9788
9789         * configure.ac:
9790         * ext/Makefile.am:
9791           moved pango to base
9792
9793 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9794
9795         * configure.ac:
9796         * tests/Makefile.am:
9797         * tests/icles/.cvsignore:
9798         * tests/icles/Makefile.am:
9799         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9800         (close_display), (resize_window), (move_window), (create_window),
9801         (terminate_playback), (pause_playback), (start_playback), (main):
9802           add stress test for xoverlay from Julien
9803
9804 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9805
9806         * docs/libs/tmpl/gstcolorbalance.sgml:
9807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9808         * gst-libs/gst/rtp/gstbasertppayload.c:
9809         * gst-libs/gst/rtp/gstrtpbuffer.c:
9810         * gst-libs/gst/rtp/gstrtpbuffer.h:
9811           Do burger's rename for rtp payloaders and depayloaders
9812
9813 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9814
9815         * win32/:
9816           add Visual Studio 6 build files
9817
9818 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9819
9820         * docs/libs/gst-plugins-base-libs-docs.sgml:
9821         * docs/libs/gst-plugins-base-libs-sections.txt:
9822         * docs/libs/tmpl/gstaudio.sgml:
9823         * docs/libs/tmpl/gstringbuffer.sgml:
9824         * gst-libs/gst/interfaces/xoverlay.c:
9825         * gst-libs/gst/video/gstvideofilter.c:
9826         * gst-libs/gst/video/gstvideosink.c:
9827           update documentation
9828
9829 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9830
9831         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9832         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9833         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9834         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9835         (gst_multi_fd_sink_get_stats),
9836         (gst_multi_fd_sink_remove_client_link),
9837         (gst_multi_fd_sink_handle_client_read),
9838         (gst_multi_fd_sink_client_queue_data),
9839         (gst_multi_fd_sink_client_queue_caps),
9840         (gst_multi_fd_sink_client_queue_buffer),
9841         (gst_multi_fd_sink_new_client),
9842         (gst_multi_fd_sink_handle_client_write),
9843         (gst_multi_fd_sink_recover_client),
9844         (gst_multi_fd_sink_queue_buffer),
9845         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9846         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9847         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9848         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9849         * gst/tcp/gstmultifdsink.h:
9850         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9851         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9852         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9853         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9854         (gst_tcp_client_sink_set_property),
9855         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9856         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9857         * gst/tcp/gsttcpclientsink.h:
9858         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9859         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9860         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9861         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9862         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9863         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9864         * gst/tcp/gsttcpclientsrc.h:
9865         * gst/tcp/gsttcpplugin.c: (plugin_init):
9866         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9867         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9868         (gst_tcp_server_sink_finalize),
9869         (gst_tcp_server_sink_handle_server_read),
9870         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9871         (gst_tcp_server_sink_set_property),
9872         (gst_tcp_server_sink_get_property),
9873         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9874         * gst/tcp/gsttcpserversink.h:
9875         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9876         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9877         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9878         (gst_tcp_server_src_set_property),
9879         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9880         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9881         * gst/tcp/gsttcpserversrc.h:
9882           more borgifying
9883
9884 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9885
9886         * docs/plugins/Makefile.am:
9887         * docs/plugins/gst-plugins-base-plugins.args:
9888         * docs/plugins/inspect/plugin-libvisual.xml:
9889         * gst/audioconvert/plugin.h:
9890         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9891         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9892         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9893         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9894         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9895         (plugin_init):
9896         * gst/audiotestsrc/gstaudiotestsrc.c:
9897         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9898         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9899         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9900         (gst_audio_test_src_get_query_types),
9901         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9902         (gst_audio_test_src_create_square),
9903         (gst_audio_test_src_create_saw),
9904         (gst_audio_test_src_create_triangle),
9905         (gst_audio_test_src_create_silence),
9906         (gst_audio_test_src_create_white_noise),
9907         (gst_audio_test_src_init_pink_noise),
9908         (gst_audio_test_src_generate_pink_noise_value),
9909         (gst_audio_test_src_create_pink_noise),
9910         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9911         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9912         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9913         (plugin_init):
9914         * gst/audiotestsrc/gstaudiotestsrc.h:
9915         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9916         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9917         (gst_sub_parse_init), (gst_sub_parse_formats),
9918         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9919         (convert_encoding), (get_next_line),
9920         (gst_sub_parse_data_format_autodetect),
9921         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9922         (gst_sub_parse_loop), (gst_sub_parse_chain),
9923         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9924         (plugin_init):
9925         * gst/subparse/gstsubparse.h:
9926         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9927         (gst_video_rate_base_init), (gst_video_rate_class_init),
9928         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9929         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9930         (gst_video_rate_init), (gst_video_rate_event),
9931         (gst_video_rate_chain), (gst_video_rate_set_property),
9932         (gst_video_rate_get_property), (gst_video_rate_change_state),
9933         (plugin_init):
9934         * gst/videoscale/gstvideoscale.c:
9935         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9936         (gst_video_scale_src_template_factory),
9937         (gst_video_scale_sink_template_factory),
9938         (gst_video_scale_get_type), (gst_video_scale_base_init),
9939         (gst_video_scale_class_init), (gst_video_scale_init),
9940         (gst_video_scale_set_property), (gst_video_scale_get_property),
9941         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9942         (gst_video_scale_prepare_size), (parse_caps),
9943         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9944         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9945         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9946         (plugin_init):
9947         * gst/videoscale/gstvideoscale.h:
9948         * gst/videotestsrc/gstvideotestsrc.c:
9949         (gst_video_test_src_pattern_get_type),
9950         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9951         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9952         (gst_video_test_src_set_pattern),
9953         (gst_video_test_src_set_property),
9954         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9955         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9956         (gst_video_test_src_event), (gst_video_test_src_get_times),
9957         (gst_video_test_src_create), (plugin_init):
9958         * gst/videotestsrc/gstvideotestsrc.h:
9959         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9960         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9961         (gst_video_test_src_black):
9962         * gst/videotestsrc/videotestsrc.h:
9963           borgify further
9964           clean up docs a little
9965
9966 2005-11-30  Wim Taymans  <wim@fluendo.com>
9967
9968         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9969         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9970         (gst_basertppayload_event), (gst_basertppayload_push),
9971         (gst_basertppayload_change_state):
9972         * gst-libs/gst/rtp/gstbasertppayload.h:
9973         closed #320644.
9974
9975 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9976
9977         * docs/libs/gst-plugins-base-libs-docs.sgml:
9978         * docs/libs/gst-plugins-base-libs-sections.txt:
9979         * gst-libs/gst/video/gstvideofilter.c:
9980         * gst-libs/gst/video/gstvideosink.c:
9981         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9982
9983 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9984
9985         * LICENSE:
9986           move
9987         * po/af.po:
9988         * po/az.po:
9989         * po/cs.po:
9990         * po/en_GB.po:
9991         * po/hu.po:
9992         * po/it.po:
9993         * po/nb.po:
9994         * po/nl.po:
9995         * po/or.po:
9996         * po/sq.po:
9997         * po/sr.po:
9998         * po/sv.po:
9999         * po/uk.po:
10000         * po/vi.po:
10001         * Makefile.am:
10002           update
10003         * scripts/autoplugins.sh:
10004           remove
10005
10006 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10007
10008         * Makefile.am:
10009         * configure.ac:
10010         * examples/Makefile.am:
10011         * examples/capsfilter/Makefile.am:
10012         * examples/capsfilter/capsfilter1.c:
10013         * examples/gob/Makefile.am:
10014         * examples/gob/gst-identity2.gob:
10015         * examples/indexing/.cvsignore:
10016         * examples/indexing/Makefile.am:
10017         * examples/indexing/indexmpeg.c:
10018         * examples/seeking/.cvsignore:
10019         * examples/seeking/Makefile.am:
10020         * examples/seeking/cdparanoia.c:
10021         * examples/seeking/cdplayer.c:
10022         * examples/seeking/chained.c:
10023         * examples/seeking/scrubby.c:
10024         * examples/seeking/seek.c:
10025         * examples/stats/Makefile.am:
10026         * examples/stats/mp2ogg.c:
10027         * examples/switch/.cvsignore:
10028         * examples/switch/Makefile.am:
10029         * examples/switch/switcher.c:
10030         * tests/Makefile.am:
10031         * tests/check/generic/.cvsignore:
10032         * tests/check/pipelines/.cvsignore:
10033         * tests/examples/Makefile.am:
10034         * tests/examples/seek/Makefile.am:
10035           reorganize stuff under tests/
10036
10037 2005-11-30  Edward Hervey  <edward@fluendo.com>
10038
10039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10040         Go away you stupid GstStaticPadTemplate memleak.
10041
10042 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10043
10044         * gst-libs/gst/net/Makefile.am:
10045         * gst-libs/gst/net/README:
10046         * gst-libs/gst/net/gstnetbuffer.c:
10047         * gst-libs/gst/net/gstnetbuffer.h:
10048           this was moved to "netbuffer"
10049
10050 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10051
10052         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10053         (gst_video_filter_class_init), (gst_video_filter_init):
10054         * gst-libs/gst/video/gstvideofilter.h:
10055           borgify name to bring in line with other classes
10056
10057 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10058
10059         * gst/audioscale/.cvsignore:
10060         * gst/audioscale/Makefile.am:
10061         * gst/audioscale/README:
10062         * gst/audioscale/audioscale.vcproj:
10063         * gst/audioscale/dtof.c:
10064         * gst/audioscale/dtos.c:
10065         * gst/audioscale/functable.c:
10066         * gst/audioscale/gstaudioscale.c:
10067         * gst/audioscale/gstaudioscale.h:
10068         * gst/audioscale/private.h:
10069         * gst/audioscale/resample.c:
10070         * gst/audioscale/resample.h:
10071         * gst/audioscale/test.c:
10072           remove
10073
10074 2005-11-30  Edward Hervey  <edward@fluendo.com>
10075
10076         * gst-libs/gst/netbuffer/Makefile.am:
10077         really, really tired
10078
10079 2005-11-30  Edward Hervey  <edward@fluendo.com>
10080
10081         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10082         Update for new GstTypeFindFactory _register()
10083
10084 2005-11-30  Edward Hervey  <edward@fluendo.com>
10085
10086         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10087         Let's not override libgstnet from core for no reason...
10088         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10089         Ok, maybe not so quick next time.
10090
10091 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10092
10093         * configure.ac:
10094         * gst-libs/gst/Makefile.am:
10095           moved gst-libs/gst/net to netbuffer through CVS surgery
10096           remove old directory
10097           updating build to accomodate
10098           (#322257)
10099
10100 2005-11-29  Andy Wingo  <wingo@pobox.com>
10101
10102         * pkgconfig/gstreamer-plugins-base.pc.in:
10103         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10104         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10105         (#322257).
10106
10107 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10108
10109         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10110         3rd time's the charm. Correct ref-counting for discarded buffers.
10111
10112 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10113
10114         * gst/playback/gststreamselector.c:
10115         (gst_stream_selector_class_init),
10116         (gst_stream_selector_set_property),
10117         (gst_stream_selector_get_property),
10118         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10119         Fix ref-counting
10120
10121 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst/subparse/gstsubparse.c: (feed_textbuf):
10124           Don't access already unref'ed buffer.
10125
10126 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10127
10128         * gst/playback/gststreamselector.c:
10129         (gst_stream_selector_class_init), (gst_stream_selector_init),
10130         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10131         (gst_stream_selector_get_property),
10132         (gst_stream_selector_get_linked_pad),
10133         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10134         * gst/playback/gststreamselector.h:
10135         Add the active-pad property for playbin to use shortly. Ignore buffers
10136         from any other pad, returning GST_FLOW_NOT_LINKED
10137
10138 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10139
10140         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10141         patch from bug #322704 (Alessandro Decina).
10142
10143 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10144
10145         * gst-libs/gst/audio/Makefile.am:
10146           folded audiofilter into the audio library
10147
10148 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10149
10150         * gst/videoscale/gstvideoscale.h:
10151         * gst/videoscale/gstvideoscale.c:
10152           remove unimplemented scale methods
10153
10154 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10155
10156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10157           Don't leak caps.
10158
10159 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10160
10161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10162         (gst_ximagesink_setcaps):
10163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10164         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10165         happens (only visible on ximagesink but bug is in xv too) set_caps was
10166         destroying the internal x[v]image used to memcpy non locally alloced
10167         buffers so that it got renewed on next _chain. The issue is that 
10168         _expose will try to put that image as it reffed it in _put.
10169         Using gst_buffer_unref instead of destroy fixes it !
10170
10171 2005-11-28  Edward Hervey  <edward@fluendo.com>
10172
10173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10174         (try_to_link_1), (queue_filled_cb):
10175         Better use of the queues. Start with a small size queue and only increase
10176         the size of the queues when the other queues are empty.
10177
10178 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10179
10180         * gst-libs/gst/video/Makefile.am:
10181           compile in copied-over videofilter into the video library
10182         * gst-libs/gst/video/videosink.h:
10183           rename the header to gstvideosink.h since it's a base GstObject class
10184         * sys/ximage/ximagesink.h:
10185         * sys/xvimage/xvimagesink.h:
10186           use the new header
10187
10188 2005-11-28  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10191         * gst/playback/gstplaybasebin.h:
10192         Prepare to handle errors betters.
10193
10194         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10195         Set sinks to PAUSED first before adding and linking them so that
10196         we don't interrupt dataflow.
10197
10198 2005-11-28  Wim Taymans  <wim@fluendo.com>
10199
10200         * gst-libs/gst/audio/TODO:
10201         Updated TODO
10202
10203         * gst-libs/gst/audio/gstaudiosink.c:
10204         (gst_audioringbuffer_open_device),
10205         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10206         (gst_audioringbuffer_release):
10207         Small cleanups.
10208
10209         * gst-libs/gst/audio/gstbaseaudiosink.c:
10210         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10211         (gst_base_audio_sink_change_state):
10212         Slave to the master clock when going to PLAYING and unslave when
10213         going to PAUSED.
10214
10215         * gst-libs/gst/audio/gstringbuffer.c:
10216         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10217         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10218         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10219         (gst_ring_buffer_clear_all), (wait_segment),
10220         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10221         (gst_ring_buffer_advance):
10222         * gst-libs/gst/audio/gstringbuffer.h:
10223         Add some docs and cleanups.
10224
10225 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10226
10227         * sys/xvimage/xvimagesink.c:
10228         (gst_xvimagesink_navigation_send_event): Fix navigation events
10229         coordinates translation with pixel aspect ratios.
10230
10231 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10232
10233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10234         Use calculated video geometry from _setcaps instead of buffer
10235         caps to respect pixel aspect ratio. (fixes #322388)
10236
10237 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10238
10239         * docs/libs/tmpl/gstcolorbalance.sgml:
10240         * docs/libs/tmpl/gstmixer.sgml:
10241         * docs/libs/tmpl/gstxoverlay.sgml:
10242         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10243         interface.
10244
10245 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10246
10247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10248         Refuse to create an XvImage if we can't find the format.
10249
10250 2005-11-28  Edward Hervey  <edward@fluendo.com>
10251
10252         * gst-libs/gst/riff/riff-media.c:
10253         (gst_riff_create_audio_template_caps):
10254         Add ATRAC3 to the list of riff-possible audio caps.
10255         I know we still don't have a plugin for atrac3, but it's saner to output
10256         that than a cryptic mimetype.
10257
10258 2005-11-27  Edward Hervey  <edward@fluendo.com>
10259
10260         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10261         Don't try to create a zero-sized subbuffer.
10262
10263 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10264
10265         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10266         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10267         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10268         (gst_ximagesink_expose): Fixed a tricky race.
10269         * sys/ximage/ximagesink.h:
10270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10271         (gst_xvimagesink_expose): Fixed a tricky race.
10272         * sys/xvimage/xvimagesink.h:
10273
10274 2005-11-27  Edward Hervey  <edward@fluendo.com>
10275
10276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10277         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10278         Remove unused properties, and add queues between demuxers and decoders
10279         so that a lot more files can preroll properly.
10280
10281 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10282
10283         * gst-libs/gst/net/Makefile.am:
10284         * gst-libs/gst/rtp/Makefile.am:
10285         * gst-libs/gst/tag/Makefile.am:
10286           remove silly include
10287         * gst/tags/Makefile.am:
10288         * gst/tags/gsttagediting.c:
10289         * gst/tags/gsttageditingprivate.h:
10290         * gst/tags/tagedit.vcproj:
10291           remove directory, is as good as empty
10292
10293 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10294
10295         * configure.ac:
10296           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10297         * gst-libs/Makefile.am:
10298         * gst-libs/gst/audio/Makefile.am:
10299         * gst-libs/gst/interfaces/Makefile.am:
10300         * gst-libs/gst/net/Makefile.am:
10301         * gst-libs/gst/riff/Makefile.am:
10302         * gst-libs/gst/rtp/Makefile.am:
10303         * gst-libs/gst/tag/Makefile.am:
10304         * gst-libs/gst/video/Makefile.am:
10305           and use them
10306
10307 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10308
10309         * docs/libs/tmpl/gstcolorbalance.sgml:
10310         * docs/libs/tmpl/gstmixer.sgml:
10311         * docs/libs/tmpl/gstxoverlay.sgml:
10312         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10313         * sys/ximage/ximagesink.h:
10314         * sys/xvimage/xvimagesink.h: More and more documentation.
10315
10316 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10317
10318         * docs/libs/gst-plugins-base-libs-docs.sgml:
10319         * docs/libs/gst-plugins-base-libs-sections.txt:
10320         * docs/libs/tmpl/gstcolorbalance.sgml:
10321         * docs/libs/tmpl/gstmixer.sgml:
10322         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10323         to documentation.
10324
10325 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10326
10327         * docs/plugins/Makefile.am:
10328         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10329         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10330         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10331
10332 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10333
10334         * docs/plugins/Makefile.am:
10335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10337         * docs/plugins/inspect/plugin-adder.xml:
10338         * docs/plugins/inspect/plugin-alsa.xml:
10339         * docs/plugins/inspect/plugin-audioconvert.xml:
10340         * docs/plugins/inspect/plugin-audiorate.xml:
10341         * docs/plugins/inspect/plugin-audioresample.xml:
10342         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10343         * docs/plugins/inspect/plugin-decodebin.xml:
10344         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10345         * docs/plugins/inspect/plugin-gnomevfs.xml:
10346         * docs/plugins/inspect/plugin-ogg.xml:
10347         * docs/plugins/inspect/plugin-playbin.xml:
10348         * docs/plugins/inspect/plugin-subparse.xml:
10349         * docs/plugins/inspect/plugin-tcp.xml:
10350         * docs/plugins/inspect/plugin-theora.xml:
10351         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10352         * docs/plugins/inspect/plugin-video4linux.xml:
10353         * docs/plugins/inspect/plugin-videorate.xml:
10354         * docs/plugins/inspect/plugin-videoscale.xml:
10355         * docs/plugins/inspect/plugin-videotestsrc.xml:
10356         * docs/plugins/inspect/plugin-volume.xml:
10357         * docs/plugins/inspect/plugin-vorbis.xml:
10358         * docs/plugins/inspect/plugin-ximagesink.xml:
10359         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10360         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10361
10362 2005-11-26  Edward Hervey  <edward@fluendo.com>
10363
10364         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10365         Properly return GstFlowReturn from gst_pad_push in chain functions.
10366
10367 2005-11-25  Michael Smith  <msmith@fluendo.com>
10368
10369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10370         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10371         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10372         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10373           Handle various conditions better when we don't understand a stream.
10374           Removes a heap of CRITICALs on ogg streams containing unknown data.
10375
10376 2005-11-24  Andy Wingo  <wingo@pobox.com>
10377
10378         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10379         Be threadsafe.
10380
10381 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10382
10383         * configure.ac: back to HEAD
10384
10385 === release 0.9.6 ===
10386
10387 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10388
10389         * configure.ac:
10390           releasing 0.9.6, "White Eight"
10391
10392 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10393
10394         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10395         * docs/plugins/inspect/plugin-sine.xml:
10396           remove sinesrc some more
10397
10398 2005-11-23  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10401         If we are reading too slowly, jump forward in the ringbuffer
10402         instead of blocking.
10403
10404 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10405
10406         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10407         (gst_visual_chain):
10408         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10409         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10410         (gst_videorate_chain):
10411         * gst/videotestsrc/gstvideotestsrc.c:
10412         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10413         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10414         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10415         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10416         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10417         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10418           Updates for API changes
10419
10420 2005-11-23  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst-libs/gst/audio/gstbaseaudiosink.c:
10423         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10424         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10425         Fix for calibration API change.
10426
10427 2005-11-23  Michael Smith <msmith@fluendo.com>
10428
10429         * gst-libs/gst/audio/multichannel.c:
10430         (gst_audio_get_channel_positions),
10431         (gst_audio_set_channel_positions),
10432         (gst_audio_set_structure_channel_positions_list),
10433         (gst_audio_fixate_channel_positions):
10434           Use gst_value_array_*() functions on value arrays, not
10435           gst_value_list_*().
10436
10437 2005-11-23  Edward Hervey  <edward@fluendo.com>
10438
10439         * autogen.sh:
10440         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10441         Fixes autogen
10442
10443 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10444
10445         * check/Makefile.am:
10446         * check/elements/videotestsrc.c: (setup_videotestsrc),
10447         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10448         (main):
10449           add a test for videotestsrc
10450
10451 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10452
10453         * gst/sine/.cvsignore:
10454         * gst/sine/Makefile.am:
10455         * gst/sine/gstsinesrc.c:
10456         * gst/sine/gstsinesrc.h:
10457         * gst/sine/sinesrc.vcproj:
10458           and remove sinesrc from the repository.  Closes #321446
10459
10460 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10461
10462         * configure.ac:
10463         * gst-plugins-base.spec.in:
10464           remove sinesrc from the build
10465
10466 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10467
10468         * check/Makefile.am:
10469         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10470         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10471         (main):
10472           add a test for audiotestsrc, testing all waves.  Even seems
10473           leak-free at first glance, nice job Stefan
10474
10475 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * po/af.po:
10478         * po/az.po:
10479         * po/cs.po:
10480         * po/en_GB.po:
10481         * po/hu.po:
10482         * po/it.po:
10483         * po/nb.po:
10484         * po/nl.po:
10485         * po/or.po:
10486         * po/sq.po:
10487         * po/sr.po:
10488         * po/sv.po:
10489         * po/uk.po:
10490         * po/vi.po:
10491           Translation string updates
10492
10493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10494         (gst_v4lsrc_set_caps):
10495         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10496         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10497         * sys/v4l/v4lsrc_calls.h:
10498           Improve v4lsrc, by making it work again.
10499
10500 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10501
10502         * ext/libvisual/visual.c: (gst_visual_chain):
10503           Fix the fps calculations.
10504
10505         * gst/ffmpegcolorspace/avcodec.h:
10506           Move structure element for clarity
10507
10508         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10509         * gst-libs/gst/interfaces/tunernorm.h:
10510         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10511         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10513         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10514         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10515         (gst_v4lmjpegsrc_getcaps):
10516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10517         (gst_v4lsrc_set_caps):
10518         * sys/v4l/gstv4lsrc.h:
10519         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10520         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10521         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10522         * sys/v4l/v4lsrc_calls.h:
10523           Fractional framerates...
10524
10525 2005-11-22  Wim Taymans  <wim@fluendo.com>
10526
10527         * gst-libs/gst/audio/gstbaseaudiosink.c:
10528         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10529         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10530         And we provide a clock by default, of course...
10531
10532 2005-11-22  Wim Taymans  <wim@fluendo.com>
10533
10534         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10535         This clock can be slaved to a master clock now.
10536
10537         * gst-libs/gst/audio/gstbaseaudiosink.c:
10538         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10539         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10540         (gst_base_audio_sink_set_clock),
10541         (gst_base_audio_sink_set_property),
10542         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10543         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10544         * gst-libs/gst/audio/gstbaseaudiosink.h:
10545         Handle slaving the internal clock to the clock selected in the
10546         pipeline.
10547         Add property to make the basesink not provide a clock.
10548
10549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10550         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10551         (gst_base_rtp_depayload_wait):
10552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10553         We can use the clock in GstElement, no need to store it ourselves.
10554
10555 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10556
10557         * docs/libs/tmpl/gstaudio.sgml:
10558           update
10559         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10560         (gst_paranoia_endian_get_type):
10561         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10562         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10563         * gst/audiotestsrc/gstaudiotestsrc.c:
10564         (gst_audiostestsrc_wave_get_type):
10565         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10566         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10567         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10568         (gst_sync_method_get_type), (gst_unit_type_get_type),
10569         (gst_client_status_get_type), (gst_multifdsink_class_init),
10570         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10571         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10572         (gst_multifdsink_get_property):
10573         * gst/tcp/gstmultifdsink.h:
10574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10575         * gst/videotestsrc/gstvideotestsrc.c:
10576         (gst_videotestsrc_pattern_get_type):
10577           remove deprecated properties
10578           fix up enums to correctly have short lowercase dashed nicks
10579
10580 2005-11-22  Michael Smith <msmith@fluendo.com>
10581
10582         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10584           Add underscore.
10585
10586 2005-11-22  Michael Smith <msmith@fluendo.com>
10587
10588         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10589         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10590           Use utility method for scaling clocktime for fractional framerates.
10591
10592 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10593
10594         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10595         (gst_visual_chain):
10596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10597         * ext/theora/theoradec.c: (theora_handle_type_packet):
10598         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10599         (theora_enc_chain):
10600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10601         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10602         * gst-libs/gst/video/video.h:
10603         * gst/ffmpegcolorspace/avcodec.h:
10604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10605         (gst_ffmpeg_caps_to_pixfmt):
10606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10607         (gst_ffmpegcsp_set_caps):
10608         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10609         (gst_videorate_setcaps), (gst_videorate_blank_data),
10610         (gst_videorate_chain):
10611         * gst/videotestsrc/gstvideotestsrc.c:
10612         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10613         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10614         (gst_videotestsrc_event), (gst_videotestsrc_create):
10615         * gst/videotestsrc/gstvideotestsrc.h:
10616         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10617         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10618         (gst_ximagesink_get_times), (gst_ximagesink_init):
10619         * sys/ximage/ximagesink.h:
10620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10621         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10622         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10623         * sys/xvimage/xvimagesink.h:
10624           Convert elements to use fractions for their framerate.
10625           V4L elements to come later tonight.
10626
10627 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10628
10629         * gst-libs/gst/audio/audio.c:
10630         * gst-libs/gst/audio/audio.h:
10631           remove some deprecated functions
10632
10633 2005-11-22  Andy Wingo  <wingo@pobox.com>
10634
10635         * Update for gst_tag_setter API changes.
10636
10637 2005-11-22  Andy Wingo  <wingo@pobox.com>
10638
10639         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10640         (gst_ogg_demux_perform_seek):
10641         * ext/theora/theoradec.c (theora_dec_sink_event):
10642         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10643         update-funcnames.
10644
10645 2005-11-22  Wim Taymans  <wim@fluendo.com>
10646
10647         * examples/seeking/seek.c: (main):
10648         Give higher priority to bus signals than the gtk events
10649         to fix a race condition in the segment looping.
10650
10651 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * ext/theora/Makefile.am:
10654         * ext/vorbis/Makefile.am:
10655         * gst-libs/gst/tag/Makefile.am:
10656         * gst-plugins-base.spec.in:
10657           Rename libgsttagedit to libgsttag (#322117).
10658
10659 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10663           Call gst_x_overlay_prepare_xwindow_id() to give applications
10664           a final chance to set their own xwindow id before the video
10665           sink creates its own window.
10666
10667 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10668
10669         * sys/xvimage/xvimagesink.c:
10670         (gst_xvimagesink_navigation_send_event): Handle navigation
10671         events correcly with borders if applicable.
10672
10673 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         Patch by: Luca Ognibene
10676
10677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10680         (gst_ffmpegcsp_caps_remove_format_info):
10681         * gst/ffmpegcolorspace/imgconvert.c:
10682         * gst/ffmpegcolorspace/imgconvert_template.h:
10683           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10684           #318353); use gst_structure_has_name().
10685
10686 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10687
10688         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10689         (gst_ximagesink_class_init): Add debug macros on functions.
10690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10691         (gst_xvimagesink_xwindow_draw_borders),
10692         (gst_xvimagesink_xvimage_put),
10693         (gst_xvimagesink_xwindow_update_geometry),
10694         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10695         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10696         (gst_xvimagesink_xcontext_clear),
10697         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10698         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10699         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10700         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10701         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10702         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10703         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10704         expose while being PAUSED, out of data flow navigation events, etc..
10705
10706 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10707
10708         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10709         * gst-libs/gst/audio/audio.h:
10710           fix prototype - wondering why the test worked regardless
10711
10712 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10713
10714         * check/Makefile.am:
10715         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10716         * gst-libs/gst/audio/audio.h:
10717           add a method that returns a proper GstClockTime
10718
10719 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10722         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10723         * gst-libs/gst/interfaces/xoverlay.h:
10724           Remove everything having to do with the desired size; add 
10725           gst_x_overlay_prepare_xwindow_id() function; remove the
10726           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10727           post a message on the bus instead (#321816).
10728
10729         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10731         (gst_xvimagesink_xoverlay_init):
10732           Remove desired size stuff (#321816).
10733
10734 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10737         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10738         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10739           Terminate vararg functions with NULL instead of 0 to 
10740           make gcc4 happy.
10741
10742 2005-11-21  Andy Wingo  <wingo@pobox.com>
10743
10744         patch by: Sebastien Cote <sebas642@yahoo.ca>
10745         
10746         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10747         * gst-libs/gst/rtp/gstrtpbuffer.c
10748         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10749
10750 2005-11-21  Andy Wingo  <wingo@pobox.com>
10751
10752         * gst/playback/gstplaybin.c (gen_audio_element) 
10753         (gen_video_element): Use the new MISSING_PLUGIN core error
10754         category. Closes #320060.
10755
10756         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10757         * gst/videorate/gstvideorate.c (gst_videorate_event):
10758         * ext/theora/theoradec.c (theora_dec_sink_event): 
10759         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10760         stream lock.
10761
10762         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10763         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10764         stream lock changes.
10765
10766 2005-11-21  Wim Taymans  <wim@fluendo.com>
10767
10768         * gst-libs/gst/audio/gstbaseaudiosink.c:
10769         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10770         (gst_base_audio_sink_provide_clock),
10771         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10772         (gst_base_audio_sink_change_state):
10773         * gst/audioresample/gstaudioresample.c:
10774         Segment update fix.
10775
10776 2005-11-21  Andy Wingo  <wingo@pobox.com>
10777
10778         * *.h:
10779         * *.c: Ran scripts/update-macros. Oh yes.
10780
10781 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * sys/ximage/Makefile.am:
10784         * sys/ximage/ximage.c:
10785           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10786           remove your old libgstximage.* manually if necessary).
10787
10788 2005-11-21  Michael Smith <msmith@fluendo.com>
10789
10790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10791           Minimal fix for bug #320200: set the min/max bitrate in the correct
10792           units. A better fix would be to upgrade to the RATEMANAGE2
10793           interface, rather than using the deprecated interface used here, but
10794           that would require an update in our libvorbis dependency (to 1.1),
10795           which is probably undesirable.
10796
10797 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * ext/libvisual/visual.c: (get_buffer):
10800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10801         (gst_base_audio_src_fixate):
10802         * gst/audioconvert/gstaudioconvert.c:
10803         (gst_audio_convert_fixate_caps):
10804         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10805         * gst/audiotestsrc/gstaudiotestsrc.c:
10806         (gst_audiotestsrc_src_fixate):
10807         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10808         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10809         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10810         * gst/videotestsrc/gstvideotestsrc.c:
10811         (gst_videotestsrc_src_fixate):
10812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10814           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10815           (#322027)
10816
10817
10818 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10821         (gst_riff_create_iavs_caps):
10822         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10823         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10824         (gst_riff_parse_info):
10825         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10828           Fixes for GST_FOURCC_FORMAT API change.
10829
10830 2005-11-21  Andy Wingo  <wingo@pobox.com>
10831
10832         patch by: Alessandro Dessina <alessandro nnva org>
10833
10834         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10835         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10836         (gst_ogg_parse_chain):
10837         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10838         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10839         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10840         gst_value_list calls on arrays. Fixes #321962.
10841
10842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10845         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10846         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10847         * gst/adder/gstadder.c: (gst_adder_init),
10848         (gst_adder_request_new_pad), (gst_adder_collected),
10849         (gst_adder_change_state):
10850           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10851           API change.
10852
10853 2005-11-21  Michael Smith <msmith@fluendo.com>
10854
10855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10856         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10857           Properly handle pad_push return values.
10858
10859 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10860
10861         * gst-libs/gst/tag/Makefile.am:
10862         * gst-libs/gst/tag/gstvorbistag.c:
10863         (gst_tag_list_to_vorbiscomment_buffer):
10864           Remove obsolete vorbistag element and debug category.
10865
10866         * gst/playback/gstplaybasebin.c: (check_queue):
10867           Don't divide by 0 when queue-threshold is 0.
10868
10869         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10870           Don't modify an existing pixel-aspect-ratio if we fail to read
10871           a new one.
10872
10873 2005-11-20  Wim Taymans  <wim@fluendo.com>
10874
10875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10876         (gst_vorbisenc_push_packet):
10877         GST_PAD_IS_USABLE is gone, use the return value of
10878         the push or pad_alloc_buffer instead.
10879
10880 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10881
10882         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10883         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10884         (gst_ximagesink_ximage_destroy),
10885         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10886         (gst_ximagesink_xwindow_new),
10887         (gst_ximagesink_xwindow_update_geometry),
10888         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10889         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10890         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10891         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10892         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10893         (gst_ximagesink_navigation_send_event),
10894         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10895         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10896         (gst_ximagesink_finalize), (gst_ximagesink_init),
10897         (gst_ximagesink_class_init):
10898         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10899         This new version brings correct software scaling, non flickering
10900         window while resizing, pixel aspect ratio handling, usage of
10901         hardware buffer pools, out of data flow event thread for 
10902         navigation and handling of expose events even when being PAUSED,
10903         a new property to keep video aspect ratio when resizing, etc...
10904
10905 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10906
10907         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10908         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10909         handling of PAR.
10910
10911 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10912
10913         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10914         Unsetting IS_SINK flag from the fakesink, so decodebin
10915         never behaves as a sink.
10916
10917 2005-11-17  Wim Taymans  <wim@fluendo.com>
10918
10919         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10920         (gst_base_audio_src_change_state):
10921         Fix the audiosrc base class again, we did not unflush.
10922
10923 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10924
10925         * examples/seeking/seek.c: (make_dv_pipeline),
10926         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10927         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10928         to ogg/vorbis/theora pipeline.
10929
10930 2005-11-17  Wim Taymans  <wim@fluendo.com>
10931
10932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10933         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10934         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10935         Fix EOS on multiple streams.
10936         More debugging.
10937
10938 2005-11-16  Wim Taymans  <wim@fluendo.com>
10939
10940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10941         (gst_ogg_demux_perform_seek):
10942         Segment done must include stream time.
10943
10944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10945         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10946         (gst_ogg_mux_change_state):
10947         Fix ogg muxer again.
10948
10949 2005-11-16  Wim Taymans  <wim@fluendo.com>
10950
10951         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10952         Fix compile again.
10953
10954 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10955
10956         * ext/libvisual/visual.c: (gst_visual_init):
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10958         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10959         (gst_ogg_parse_chain):
10960         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10961         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10962         * ext/theora/theoradec.c: (gst_theora_dec_init):
10963         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10964         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10965         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10966         * gst/adder/gstadder.c: (gst_adder_class_init),
10967         (gst_adder_dispose):
10968         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10969         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10970         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10971           Fix a whole set of pad template leaks
10972
10973 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10974
10975         * check/generic/states.c: (GST_START_TEST):
10976           fix the test so that it only checks for elements that are part of
10977           this source module
10978
10979 2005-11-16  Michael Smith <msmith@fluendo.com>
10980
10981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10982         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10983         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10984         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10985         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10986         (gst_ogg_mux_change_state):
10987           Fix leaking collectpads.
10988
10989 2005-11-16  Edward Hervey  <edward@fluendo.com>
10990
10991         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10992         (gst_videorate_event), (gst_videorate_chain):
10993         Handle segment seeks
10994
10995 2005-11-16  Wim Taymans  <wim@fluendo.com>
10996
10997         * gst-libs/gst/audio/gstbaseaudiosink.c:
10998         (gst_base_audio_sink_provide_clock),
10999         (gst_base_audio_sink_change_state):
11000         Set ringbuffer to non-flushing when going to PAUSED, set to
11001         flushing again when going to READY.
11002
11003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11004         (gst_ring_buffer_stop):
11005         Start in flushing mode by default.
11006         Don't set flushing in the _stop method, let the app call
11007         this explicitly.
11008
11009 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11010
11011         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11012         * gst-libs/gst/video/videosink.h: Add helper function needed
11013         for video sinks.
11014
11015 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * gst/videoscale/gstvideoscale.c:
11018         (gst_videoscale_handle_src_event):
11019           Don't leak reference to pad parent.
11020
11021 2005-11-16  Wim Taymans  <wim@fluendo.com>
11022
11023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11024         Set ringbuffer to flushing when stopping so that we don't
11025         block on wait_segment anymore and livelock.
11026
11027 2005-11-16  Wim Taymans  <wim@fluendo.com>
11028
11029         * examples/seeking/seek.c: (send_event), (do_seek),
11030         (loop_toggle_cb), (segment_done), (main):
11031         Added looping checkbox.
11032
11033 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11034
11035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11036         (gst_ogg_demux_init):
11037         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11038         (gst_vorbis_dec_init):
11039           revert unrefs, they don't pass make check
11040
11041 2005-11-15  Johan Dahlin  <johan@gnome.org>
11042
11043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11044         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11046         (gst_vorbis_dec_init):
11047         Fix pad template leaks. 
11048
11049 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11052           Make state change function thread safe.
11053
11054 2005-11-15  Edward Hervey  <edward@fluendo.com>
11055
11056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11057         (gst_ogg_demux_class_init):
11058         Implement GstElement::send_event, so we can send seek events
11059         in GST_STATE_READY
11060
11061 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11062
11063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11064         Discovered how to take away flickering while resizing the
11065         window. Please don't put that in ximagesink, refactoring in
11066         progress.
11067
11068 2005-11-14  Michael Smith <msmith@fluendo.com>
11069
11070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11071         (gst_multifdsink_render):
11072           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11073
11074 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst/playback/gstplaybin.c: (gen_audio_element):
11077           Use autoaudiosink, it tends to be more widely available than
11078           autoaudiiosink.
11079           
11080 2005-11-14  Andy Wingo  <wingo@pobox.com>
11081
11082         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11083         as well if it is available. Fixes #316442.
11084
11085 2005-11-14  Michael Smith <msmith@fluendo.com>
11086
11087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11088         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11089         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11090         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11091         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11092         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11094         (gst_vorbisenc_change_state):
11095           Fix a small memory leak in vorbisenc.
11096           Fix large memory leaks in oggmux, also fix lots of state change
11097           bugs in oggmux.
11098
11099 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11100
11101         * gst/videotestsrc/gstvideotestsrc.c:
11102         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11103         (gst_videotestsrc_src_fixate):
11104           move fixation to a fixate function
11105           remove negotiate function, basesrc's is good enough
11106           fixes a bug for check when using the element alone
11107
11108 2005-11-13  Edward Hervey  <edward@fluendo.com>
11109
11110         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11111         (key_toggle_cb), (main):
11112         Added checkboxes for adding/removing the accurate and key_unit seek
11113         flags.
11114
11115 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11116
11117         * configure.ac: back to HEAD
11118
11119 === release 0.9.5 ===
11120
11121 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11122
11123         * configure.ac:
11124           releasing 0.9.5, "No No Kia"
11125
11126 2005-11-11  Edward Hervey  <edward@fluendo.com>
11127
11128         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11129         Added parse-launch syntax seeking mode for the seeking example.
11130         This should help stress-test even more cases.
11131         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11132
11133 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * sys/xvimage/xvimagesink.c:
11136         (gst_xvimagesink_navigation_send_event):
11137           Check whether peer pad exists before sending navigation events
11138           to it.
11139
11140 2005-11-11  Michael Smith <msmith@fluendo.com>
11141
11142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11143         (gst_vorbisenc_buffer_from_packet):
11144         * ext/vorbis/vorbisenc.h:
11145           Set duration on encoded buffers. This allows oggmux's
11146           max_page_delay parameter to actually work.
11147
11148 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11151         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11152         (gst_ffmpegcsp_avpicture_fill):
11153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11154         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11155           Make palettes work again (see #132341). Use our own macros
11156           for rounding up.
11157
11158 2005-11-10  Andy Wingo  <wingo@pobox.com>
11159
11160         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11161         string doober.
11162
11163 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11164
11165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11166         (gst_ffmpegcsp_transform_caps):
11167           Prefer passthrough in transform_caps
11168
11169 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11170
11171         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11172           check for ALSA errors properly, instead of relying on ALSA's
11173           error strings to serve to the user.
11174
11175 2005-11-10  Wim Taymans  <wim@fluendo.com>
11176
11177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11178         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11179         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11180         Modernise the seek code.
11181
11182 2005-11-10  Michael Smith <msmith@fluendo.com>
11183         
11184         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11185         (setup_substreams), (set_active_source):
11186           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11187           trying to go to NULL if we failed to read a file.
11188
11189 2005-11-10  Wim Taymans  <wim@fluendo.com>
11190
11191         * gst/audiotestsrc/gstaudiotestsrc.c:
11192         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11193         (gst_audiotestsrc_create):
11194         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11195         (gst_sinesrc_get_times), (gst_sinesrc_create):
11196         * gst/videotestsrc/gstvideotestsrc.c:
11197         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11198         (gst_videotestsrc_create):
11199         The base class can now sync for us.
11200
11201 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11204           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11205           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11206           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11207           format=(fourcc)I420" ! xvimagesink
11208
11209 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11212         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11213         (gst_sinesrc_newsegment):
11214           Send newsegment event in TIME format, set duration if
11215           num-buffers is set, fix duration querying.
11216
11217 2005-11-10  Michael Smith <msmith@fluendo.com>
11218
11219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11220         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11221         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11222         (gst_ogg_mux_collected):
11223          Fix EOS handling, partially. Now forwarding an EOS event once we have
11224          EOS on all pads works correctly. However, we still don't properly set
11225          EOS on the actual ogg stream pages.
11226
11227 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11230           Set elements to NULL state before disposing of them.
11231
11232 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11233
11234         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11237         (gst_base_rtp_depayload_init),
11238         (gst_base_rtp_depayload_set_gst_timestamp):
11239         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11240           We need to send a newsegment event for each instance, not
11241           just for the first instance of this class (get rid of
11242           static variable in function). (#321011).
11243           
11244 2005-11-08  Michael Smith <msmith@fluendo.com>
11245
11246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11247         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11248         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11249         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11250           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11251           This makes us mux things correctly according to the ogg muxing
11252           rules. Still not handling EOS correctly right now, though.
11253
11254 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * gst/audioconvert/gstaudioconvert.c:
11257           Fix typo in docs. 
11258
11259 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11262         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11263           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11264           creating a new chain; should fix live streaming. Also
11265           add more debug output and fix a typo.
11266
11267 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11268
11269         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/volume/gstvolume.c: (volume_set_caps):
11272           Fix compilation on Solaris with Forte. (#320923)
11273
11274 2005-11-08  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst-libs/gst/audio/gstbaseaudiosink.c:
11277         (gst_base_audio_sink_render):
11278         No need to do a typecheck.
11279
11280 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * ext/alsa/gstalsa.h:
11283           We register a debug category, so let's use it.
11284
11285 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11286
11287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11288         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11289         Fixed a small problem.
11290
11291 2005-11-04  Wim Taymans  <wim@fluendo.com>
11292
11293         * examples/seeking/Makefile.am:
11294         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11295         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11296         (make_playerbin_pipeline), (format_value), (update_scale),
11297         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11298         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11299         (print_usage), (main):
11300         Added app for playback speed testing.
11301
11302         * examples/seeking/seek.c: (dynamic_link),
11303         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11304         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11305         (message_received), (main):
11306         Updated seek example.
11307
11308 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11309
11310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11311         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11312         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11313         (gst_base_rtp_depayload_set_clock):
11314         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11315         Don't sleep on the bench (system clock) when you have a nice 
11316         comfortable bed (Gstreamer clock) to sleep on.
11317
11318 2005-11-03  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11321         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11322         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11323         Handle the case where a pad_block failed.
11324
11325 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11326
11327         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11328
11329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11330         (gst_base_rtp_depayload_add_to_queue),
11331         (gst_base_rtp_depayload_push),
11332         (gst_base_rtp_depayload_set_gst_timestamp),
11333         (gst_base_rtp_depayload_queue_release):
11334           Fixes some bugs in the depayloader's queuing/de-queueing code.
11335
11336 2005-10-31  Michael Smith <msmith@fluendo.com>
11337
11338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11339         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11340         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11341           Patch from Alessandro Decina <alessandro@nnva.org>.
11342           Make oggdemux only find the final time in a chain, not per-pad,
11343           since the per-pad information can be very expensive to locate, and
11344           it isn't used anywhere. This makes reading a file containing
11345           OggSkeleton reasonably fast.
11346           Also, make chain finding work when there are logical bitstreams that
11347           can't be decoded. Fixes #319110.
11348
11349 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11350
11351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11352         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11353         (gst_base_rtp_depayload_chain),
11354         (gst_base_rtp_depayload_add_to_queue),
11355         (gst_base_rtp_depayload_push),
11356         (gst_base_rtp_depayload_set_gst_timestamp),
11357         (gst_base_rtp_depayload_queue_release),
11358         (gst_base_rtp_depayload_start_thread),
11359         (gst_base_rtp_depayload_set_property),
11360         (gst_base_rtp_depayload_get_property):
11361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11362         Some random fixes, to fullfill the desires of thomas.
11363
11364 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11365
11366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11367         (gst_base_rtp_depayload_add_to_queue),
11368         (gst_base_rtp_depayload_push):
11369         Fixed the queueing algorithm.
11370
11371 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11372
11373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11374         (gst_base_rtp_depayload_push):
11375         A small fix
11376
11377 2005-10-31  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst-libs/gst/audio/gstringbuffer.h:
11380         Don't break ABI.
11381
11382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11383         (gst_ffmpeg_caps_to_pixfmt):
11384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11385         (gst_ffmpegcsp_set_caps):
11386         Some more comments.
11387         Handle missing required caps fields better.
11388
11389 2005-10-31  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst-libs/gst/audio/gstbaseaudiosink.c:
11392         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11393         (gst_base_audio_sink_render):
11394         * gst-libs/gst/audio/gstringbuffer.c:
11395         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11396         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11397         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11398         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11399         (gst_ring_buffer_read):
11400         * gst-libs/gst/audio/gstringbuffer.h:
11401         Add flushing mode to the ringbuffer so that it in all cases does
11402         not try to handle more audio. This makes sure it does not try to
11403         block anymore when flushing and fixes a livelock.
11404
11405 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11408         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11409         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11410           Explicitly check for -1 values before doing a conversion
11411           and always map them to -1. (#315545)
11412
11413 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11414
11415         * gst/playback/gstplaybin.c: (gen_video_element):
11416           first try autovideosink, then xvimagesink, then error out
11417         * po/POTFILES.in:
11418           add translatable file
11419         * po/af.po:
11420         * po/az.po:
11421         * po/cs.po:
11422         * po/en_GB.po:
11423         * po/hu.po:
11424         * po/it.po:
11425         * po/nb.po:
11426         * po/nl.po:
11427         * po/or.po:
11428         * po/sq.po:
11429         * po/sr.po:
11430         * po/sv.po:
11431         * po/uk.po:
11432         * po/vi.po:
11433           update translations
11434
11435 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11436
11437         * gst-libs/gst/rtp/gstbasedepayload.c:
11438         * gst-libs/gst/rtp/gstbasedepayload.h:
11439           Minor cleanups
11440
11441 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst/playback/.cvsignore:
11444         * gst/playback/decodetest.c:
11445         * gst/playback/test3.c:
11446           Port these two tests as well.
11447
11448 2005-10-27  Wim Taymans  <wim@fluendo.com>
11449
11450         * ext/theora/theoradec.c: (theora_dec_src_query),
11451         (theora_dec_sink_event):
11452         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11453         (theora_enc_change_state):
11454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11455         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11456         Take proper locks when handling events.
11457
11458 2005-10-27  Wim Taymans  <wim@fluendo.com>
11459
11460         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11461         (gst_adder_change_state):
11462         Fix timestamps and fix deadlock when stopping the collectpads.
11463
11464 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11465
11466         * gst-libs/gst/rtp/gstrtpbuffer.h:
11467         Declaring the payload types as strings too so that they can be used
11468         in the padtemplate inialization.
11469
11470 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11471
11472         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11473
11474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11475         (gst_base_rtp_depayload_class_init):
11476         Fixes a small but nasty bug. The derived elements no longer segfaults
11477         on finalization.
11478
11479 2005-10-26  Michael Smith <msmith@fluendo.com>
11480
11481         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11482           When clearing an audioconvert context, set tmpbufsize to zero, so
11483           we'll allocate it again later if required.
11484           This fixes audioconvert re-negotiating formats, which previously
11485           segfaulted with a NULL destination buffer.
11486
11487 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11488
11489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11490         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11491         (gst_base_rtp_depayload_set_gst_timestamp),
11492         (gst_base_rtp_depayload_queue_release):
11493         Fixed a smalll memleak.
11494
11495 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11497         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11498         (gst_base_rtp_depayload_finalize),
11499         (gst_base_rtp_depayload_setcaps),
11500         (gst_base_rtp_depayload_add_to_queue),
11501         (gst_base_rtp_depayload_push),
11502         (gst_base_rtp_depayload_set_gst_timestamp),
11503         (gst_base_rtp_depayload_queue_release),
11504         (gst_base_rtp_depayload_thread),
11505         (gst_base_rtp_depayload_change_state):
11506         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11507         Changed the C++ comments to C comments
11508
11509 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11512         * gst/tcp/gsttcpclientsrc.h:
11513         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11514         * gst/tcp/gsttcpserversrc.h:
11515           Remove unused 'curoffset' structure member.
11516
11517 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11518
11519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11520         (gst_base_rtp_depayload_base_init),
11521         (gst_base_rtp_depayload_finalize):
11522         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11523         * gst-libs/gst/rtp/gstbasertppayload.h:
11524           The pad-template on the sinkpad should be set by the derived classes.
11525           Also added some useful macros.
11526
11527 2005-10-24  Wim Taymans  <wim@fluendo.com>
11528
11529         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11530         Correctly flush decoder samples even if we could not
11531         copy them to an output buffer. Fixes #319618.
11532
11533 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11534
11535         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11537         the caps against our xcontext caps.
11538
11539 2005-10-24  Wim Taymans  <wim@fluendo.com>
11540
11541         * gst-libs/gst/audio/gstbaseaudiosink.c:
11542         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11543         Remove g_print
11544         Use sync property from baseclass to disable sync.
11545
11546 2005-10-24  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst-libs/gst/audio/gstbaseaudiosink.c:
11549         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11550         Buffers with no timestamps get aligned with previous buffers or
11551         on underrun, played ASAP.
11552
11553 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11554
11555         * gst-libs/gst/video/video.h:
11556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11557         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11559         here comes my change on caps for framerate and geometry range.
11560         We are now accepting 1 to MAXINT for width and height, and from
11561         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11562         to be blended correctly in videomixer.
11563
11564 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11565
11566         * configure.ac:
11567           back to HEAD
11568
11569 === release 0.9.4 ===
11570
11571 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11572
11573         * NEWS:
11574         * RELEASE:
11575         * configure.ac:
11576           releasing 0.9.4, "Velociraptor"
11577
11578 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11579
11580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11581         * po/POTFILES.in:
11582           STOPPED -> FAILED
11583
11584 2005-10-21  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11587         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11588         (pad_blocked), (close_pad_link), (new_pad):
11589         Don't try to remove elements twice.
11590
11591 2005-10-21  Wim Taymans  <wim@fluendo.com>
11592
11593         * ext/theora/theoradec.c: (theora_dec_src_query),
11594         (theora_dec_sink_event):
11595         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11596         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11597         (vorbis_handle_data_packet):
11598         * ext/vorbis/vorbisdec.h:
11599         Fix old naming.
11600
11601         * gst-libs/gst/audio/gstbaseaudiosink.c:
11602         (gst_base_audio_sink_render):
11603         Don't try to sync on buffers without a timestamp.
11604
11605 2005-10-21  Wim Taymans  <wim@fluendo.com>
11606
11607         * ext/theora/theoradec.c: (theora_dec_src_query),
11608         (theora_dec_sink_event):
11609         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11610         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11611         (vorbis_handle_data_packet):
11612         * ext/vorbis/vorbisdec.h:
11613         Fix old naming.
11614
11615 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11618         (gst_vorbisenc_src_query):
11619           Implement position and duration queries.
11620
11621         * gst/playback/test3.c: (update_scale), (main):
11622           Fix for async state changes and print nicer output.
11623
11624 2005-10-20  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11627         (dump_element_stats), (main):
11628         * gst/playback/test6.c: (main):
11629         Fix tests again
11630
11631 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11634         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11635           Don't use functions for position queries when handling
11636           duration queries.
11637
11638 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11641         (vorbis_handle_data_packet), (vorbis_dec_chain),
11642         (vorbis_dec_change_state):
11643         * ext/vorbis/vorbisdec.h:
11644           Vorbis streams can be embedded in other container formats
11645           than ogg, container formats where the demuxer might set 
11646           timestamps on encoded vorbis buffers instead of those silly 
11647           granulepos thingies. In short: make vorbisdec handle 
11648           timestamps on incoming buffers as well.
11649
11650 2005-10-20  Wim Taymans  <wim@fluendo.com>
11651
11652         * gst/playback/gstplaybasebin.c: (group_destroy),
11653         (gst_play_base_bin_change_state):
11654         Fix leak.
11655         Handle case where playbasebin is now ASYNC because
11656         decodebin is.
11657
11658 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * gst/audioconvert/Makefile.am:
11661         * gst/audioconvert/bufferframesconvert.c:
11662         * gst/audioconvert/plugin.c: (plugin_init):
11663         * gst/audioconvert/plugin.h:
11664           And bye bye buffer-frames-convert
11665
11666 2005-10-19  Wim Taymans  <wim@fluendo.com>
11667
11668         * check/elements/audioconvert.c:
11669         * docs/libs/tmpl/gstaudio.sgml:
11670         * docs/libs/tmpl/gstcolorbalance.sgml:
11671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11672         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11673         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11674         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11675         * gst-libs/gst/audio/audio.h:
11676         * gst/audioconvert/audioconvert.h:
11677         * gst/audioconvert/gstaudioconvert.c:
11678         (gst_audio_convert_parse_caps):
11679         * gst/volume/gstvolume.c:
11680         Bye bye buffer-frames.
11681
11682 2005-10-19  Wim Taymans  <wim@fluendo.com>
11683
11684         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11685         (query_positions_elems), (query_positions_pads), (update_scale),
11686         (do_seek), (set_update_scale), (message_received), (main):
11687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11688         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11689         (gst_ogg_demux_loop):
11690         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11691         * ext/theora/theoradec.c: (theora_dec_src_query),
11692         (theora_dec_sink_event):
11693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11694         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11695         * gst/adder/gstadder.c: (gst_adder_query):
11696         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11697         * gst/playback/test3.c: (update_scale):
11698         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11699         (dump_element_stats), (main):
11700         * gst/playback/test6.c: (main):
11701         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11702         Query API update.
11703
11704 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11707         (xml_check_first_element), (xml_type_find), (smil_type_find),
11708         (plugin_init):
11709           Add typefinding for SMIL and for generic XML. Based on patch by
11710           Akos Maroy (#308663).
11711
11712 2005-10-18  Wim Taymans  <wim@fluendo.com>
11713
11714         * gst/playback/Makefile.am:
11715         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11716         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11717         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11718         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11719         (gst_decode_bin_change_state):
11720         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11721         (gst_play_bin_send_event_to_sink):
11722         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11723         (dump_element_stats), (main):
11724         * gst/playback/test6.c: (main):
11725         Make playbin async, it'll commit state to paused when all streams
11726         are detected.
11727         Remove ugly hack.
11728         Added test6.c to show async behaviour.
11729
11730 2005-10-18  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11733         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11734         Fix for segment-start/stop API change.
11735
11736 2005-10-18  Wim Taymans  <wim@fluendo.com>
11737
11738         * check/Makefile.am:
11739         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11740         (main):
11741         Add future test for clock selection.
11742
11743 2005-10-18  Wim Taymans  <wim@fluendo.com>
11744
11745         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11746         (gst_alsasink_close):
11747         Set handle to NULL.
11748
11749         * gst-libs/gst/audio/gstringbuffer.c:
11750         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11751         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11752         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11753         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11754         (gst_ring_buffer_read):
11755         More debug info.
11756
11757 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11758
11759         * gst/audiotestsrc/Makefile.am:
11760         * gst/sine/Makefile.am:
11761         * gst/volume/Makefile.am:
11762           fix broken build of controllerized plugins
11763
11764 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11765
11766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11769         (gst_riff_create_video_template_caps):
11770           Add support for Indeo-3 (IV32).
11771
11772 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11773
11774         * configure.ac:
11775           rewrite
11776
11777 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11778
11779         * gst-libs/gst/video/video.c: (gst_video_get_size):
11780         * gst/audiotestsrc/gstaudiotestsrc.c:
11781           doc updates
11782
11783 2005-10-17  Andy Wingo  <wingo@pobox.com>
11784
11785         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11786         with the collectpads change.
11787         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11788
11789         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11790
11791         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11792
11793         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11794         alloc_buffer flow return to callers.
11795         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11796         change. Fix some memleaks in theoraenc.
11797
11798         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11799         in strange circumstance.
11800
11801 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11802
11803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11804         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11805         from caps, let's use the caps...
11806
11807 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11808
11809         * configure.ac:
11810           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11811
11812 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * gst-libs/gst/interfaces/Makefile.am:
11815           fix silly typo
11816
11817 2005-10-16  Andy Wingo  <wingo@pobox.com>
11818
11819         * gst/playback/gstdecodebin.c
11820         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11821         function!
11822         (try_to_link_1): Increase kraziness level.
11823
11824 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * configure.ac:
11827           restructure like the core one
11828         * gst-libs/gst/audio/Makefile.am:
11829         * gst-libs/gst/interfaces/Makefile.am:
11830         * gst-libs/gst/net/Makefile.am:
11831         * gst-libs/gst/riff/Makefile.am:
11832         * gst-libs/gst/rtp/Makefile.am:
11833         * gst-libs/gst/tag/Makefile.am:
11834         * gst-libs/gst/video/Makefile.am:
11835           use correct linker flags, now the libs are properly versioned
11836         * check/elements/audioconvert.c: (verify_convert):
11837         * ext/alsa/gstalsaplugin.c:
11838         * ext/cdparanoia/gstcdparanoia.c:
11839         * ext/gnomevfs/gstgnomevfs.c:
11840         * ext/libvisual/visual.c:
11841         * ext/ogg/gstogg.c:
11842         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11843         * ext/theora/theora.c:
11844         * ext/vorbis/vorbis.c:
11845         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11846         * gst-libs/gst/tag/gsttagediting.c:
11847         * gst-libs/gst/video/video.c:
11848         * gst/adder/gstadder.c:
11849         * gst/audioconvert/plugin.c:
11850         * gst/audiorate/gstaudiorate.c:
11851         * gst/audioresample/gstaudioresample.c:
11852         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11853         * gst/audioscale/gstaudioscale.c:
11854         * gst/audioscale/resample.c:
11855         * gst/audiotestsrc/gstaudiotestsrc.c:
11856         * gst/ffmpegcolorspace/gstffmpeg.c:
11857         * gst/playback/gstdecodebin.c: (close_pad_link):
11858         * gst/playback/gstplaybin.c: (gen_video_element),
11859         (gen_audio_element):
11860         * gst/sine/gstsinesrc.c:
11861         * gst/subparse/gstsubparse.c:
11862         * gst/tags/gsttagediting.c:
11863         * gst/tcp/gsttcpplugin.c:
11864         * gst/typefind/gsttypefindfunctions.c:
11865         * gst/videorate/gstvideorate.c:
11866         * gst/videoscale/gstvideoscale.c:
11867         * gst/videotestsrc/gstvideotestsrc.c:
11868         * gst/volume/gstvolume.c:
11869         * sys/v4l/gstv4l.c:
11870         * sys/ximage/ximage.c:
11871         * sys/xvimage/xvimagesink.c:
11872           fix up defines
11873
11874 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * ext/vorbis/vorbisenc.c:
11877         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11878         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11879         (gst_tag_to_vorbis_comments):
11880           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11881
11882 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11883
11884         * examples/stats/mp2ogg.c:
11885         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11886           typo fixes
11887
11888 2005-10-13  Michael Smith <msmith@fluendo.com>
11889
11890         * ext/ogg/gstoggmux.c:
11891           Use magic glib macros to define constants as 64 bit, to ensure
11892           appropriate vararg passing.
11893
11894 2005-10-13  Michael Smith <msmith@fluendo.com>
11895
11896         * ext/ogg/gstoggmux.c:
11897         * gst/audioconvert/audioconvert.c: (float):
11898           Don't use LL suffix, as it's not portable, and neither of these
11899           uses required it anyway.
11900
11901 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11902
11903         * examples/indexing/indexmpeg.c: (main):
11904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11905         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11906         (cdparanoia_convert), (cdparanoia_query):
11907         * ext/cdparanoia/gstcdparanoia.h:
11908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11909         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11910         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11912         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11913         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11915         (gst_multifdsink_render), (gst_multifdsink_start),
11916         (gst_multifdsink_stop):
11917         * gst/tcp/gstmultifdsink.h:
11918         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11919         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11920         (gst_tcpclientsink_stop):
11921         * gst/tcp/gsttcpclientsink.h:
11922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11923         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11924         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11925         * gst/tcp/gsttcpclientsrc.h:
11926         * gst/tcp/gsttcpserversink.h:
11927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11928         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11929         (gst_tcpserversrc_stop):
11930         * gst/tcp/gsttcpserversrc.h:
11931         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11932         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11933         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11934           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11935           moved bitshift from macro to enum definition
11936
11937 2005-10-12  Wim Taymans  <wim@fluendo.com>
11938
11939         * examples/seeking/Makefile.am:
11940         Oops.
11941
11942 2005-10-12  Wim Taymans  <wim@fluendo.com>
11943
11944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11945         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11946         Don't assert on normal stuff.
11947
11948         * gst/playback/gstplaybin.c: (do_playbin_seek):
11949         API fix.
11950
11951 2005-10-12  Wim Taymans  <wim@fluendo.com>
11952
11953         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11954         * examples/seeking/Makefile.am:
11955         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11956         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11957         (do_seek), (set_update_scale), (message_received), (main):
11958         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11959         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11960         Update for _get_state() API change.
11961
11962 2005-10-11  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst-libs/gst/audio/gstbaseaudiosink.c:
11965         (gst_base_audio_sink_render):
11966         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11967         (gst_base_audio_src_create):
11968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11969         (gst_ring_buffer_read):
11970         Cleanups.
11971         Commit and read from ringbuffer in samples rather than bytes.
11972
11973 2005-10-11  Wim Taymans  <wim@fluendo.com>
11974
11975         * gst-libs/gst/audio/gstbaseaudiosink.c:
11976         (gst_base_audio_sink_render):
11977         Respect segment rate and accum when scheduling samples.
11978
11979 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11980
11981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11982         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11983         EOS correctly, that needs more work.
11984
11985 2005-10-11  Wim Taymans  <wim@fluendo.com>
11986
11987         * check/generic/states.c: (GST_START_TEST):
11988         remove old property.
11989
11990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11991         (gst_ogg_demux_perform_seek):
11992         * ext/theora/theoradec.c: (theora_dec_sink_event):
11993         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11994         (vorbis_handle_data_packet):
11995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11996         (gst_base_rtp_depayload_set_gst_timestamp):
11997         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11998         Update for newsegment API change.
11999
12000 2005-10-11  Michael Smith <msmith@fluendo.com>
12001
12002         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12003         (do_playbin_seek), (gst_play_bin_send_event):
12004           Override send_event differently, so that we can takes bits of
12005           functionality from GstPipeline (special handling for seeks,
12006           including pausing/resuming, and resetting stream time) and still get
12007           the appropriate behaviour of only forwarding event to a single sink,
12008           rather than all of them.
12009           Unfortunately requires a lot of code duplication, but the
12010           alternatives are equally ugly in the end.
12011
12012 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12013
12014         * check/elements/audioconvert.c: (setup_audioconvert),
12015         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12016         (GST_START_TEST), (audioconvert_suite):
12017           clean up tests a little, fix some leaks.
12018
12019 2005-10-10  Wim Taymans  <wim@fluendo.com>
12020
12021         * ext/alsa/gstalsasink.c:
12022         Also allow unsigned int.
12023
12024         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12025         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12026         Small cleanup
12027
12028 2005-10-10  Wim Taymans  <wim@fluendo.com>
12029
12030         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12031         Small update, use API as stated in design docs.
12032
12033         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12034         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12035         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12036         (message_received), (main):
12037         Updated seek example for GOption. Some usability improvements.
12038
12039 2005-10-10  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst/audioconvert/audioconvert.h:
12042         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12043         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12044         Alloc temp storage somewhere else where we can do it more
12045         portable.
12046
12047 2005-10-10  Wim Taymans  <wim@fluendo.com>
12048
12049         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12050         (gst_tcpserversrc_start):
12051         Don't block in accept while doing the state change, move
12052         to poll and make cancellable.
12053
12054 2005-10-09  Philippe Khalaf <burger@speedy.org>
12055
12056         * gst-libs/gst/rtp/rtpbasedepayload.c:
12057         Set timestamp and add queue delay to timestamp
12058         * gst-libs/gst/rtp/rtpbuffer.h:
12059         Set correct payload type for h263
12060
12061 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12062
12063         * gst/audiotestsrc/gstaudiotestsrc.c:
12064         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12065         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12066         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12067         (gst_audiotestsrc_create_triangle),
12068         (gst_audiotestsrc_create_silence),
12069         (gst_audiotestsrc_create_white_noise),
12070         (gst_audiotestsrc_init_pink_noise),
12071         (gst_audiotestsrc_generate_pink_noise_value),
12072         (gst_audiotestsrc_create_pink_noise),
12073         (gst_audiotestsrc_change_wave):
12074         * gst/audiotestsrc/gstaudiotestsrc.h:
12075           fixed typo, added pink noise
12076
12077 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12080         (plugin_init):
12081           Add wavpack and spc typefind functions from 0.8 branch.
12082
12083 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12086         (ar_type_find), (msdos_type_find), (plugin_init):
12087           Add typefind functions for tar archives, ar archives,
12088           RAR archives, and msdos-executables (dlls, exe, etc.).
12089           Some of those would be wrongly identified as mpeg
12090           streams of some sort before (#315550).
12091
12092 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12093
12094         * configure.ac:
12095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12096         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12097         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12098         * gst/audiotestsrc/Makefile.am:
12099         * gst/audiotestsrc/gstaudiotestsrc.c:
12100         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12101         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12102         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12103         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12104         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12105         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12106         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12107         (gst_audiotestsrc_create_silence),
12108         (gst_audiotestsrc_create_white_noise),
12109         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12110         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12111         (gst_audiotestsrc_start), (plugin_init):
12112         * gst/audiotestsrc/gstaudiotestsrc.h:
12113           add new plugin and element
12114         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12115           use gobject_class
12116
12117 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12120         (gst_adder_init), (gst_adder_request_new_pad),
12121         (gst_adder_change_state):
12122           Add query function to source pad, so adder reports the correct
12123           time/sample position when queried (#315457); fix state change
12124           function; use GST_DEBUG_FUNCPTR() for pad functions.
12125
12126 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12127
12128         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12129           Fix leaks in typefind registration
12130           Clean up the gratuitous commenting and whitespacing a little
12131
12132 2005-10-08  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12135         Only actually wait for the thread to be stopped if it's 
12136         running.
12137
12138 2005-10-08  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst-libs/gst/audio/gstbaseaudiosink.c:
12141         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12142         If we receive EOS we can start playback of what we had.
12143
12144 2005-10-08  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12147         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12148         (gst_multifdsink_stop):
12149         Fix crasher when going to NULL multiple times.
12150
12151 2005-10-06  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12154         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12155         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12157         patch from Edgard Lima <edgard.lima@indt.org.br>
12158         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12159
12160 2005-10-06  Wim Taymans  <wim@fluendo.com>
12161
12162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12163         Report the FLOW_RETURN as string in the error message.
12164
12165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12166         Don't assert when clearing an unnegotiated buffer.
12167
12168 2005-10-04  Michael Smith <msmith@fluendo.com>
12169
12170         * gst/playback/gstplaybasebin.c: (group_destroy),
12171         (gen_preroll_element), (remove_groups), (setup_source):
12172         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12173         (setup_sinks), (gst_play_bin_send_event),
12174         (gst_play_bin_change_state):
12175           Set state to NULL before removing from bin. Fix refcounting.
12176
12177 2005-10-04  Michael Smith <msmith@fluendo.com>
12178
12179         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12180           Correct refcounting in send_event() function. Previously was wrong
12181           if the first sink was unable to handle the event.
12182
12183 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * configure.ac:
12186           back to development
12187
12188 === release 0.9.3 ===
12189
12190 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12191
12192         * configure.ac:
12193           Releasing 0.9.3, "De Facto"
12194
12195 2005-10-03  Andy Wingo  <wingo@pobox.com>
12196
12197         * gst/playback/gstdecodebin.c (try_to_link_1)
12198         (remove_element_chain): set element to NULL before removing it.
12199
12200 2005-10-02  Johan Dahlin  <johan@gnome.org>
12201
12202         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12203         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12204         MT safe.
12205
12206 2005-10-02  Andy Wingo  <wingo@pobox.com>
12207
12208         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12209         (gst_ring_buffer_prepare_read): 
12210         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12211         Demote to LOG.
12212
12213 2005-09-29  Wim Taymans  <wim@fluendo.com>
12214
12215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12216         * ext/theora/theoradec.c: (theora_handle_data_packet):
12217         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12218         Propagate error codes from alloc_buffer too.
12219
12220 2005-09-29  Wim Taymans  <wim@fluendo.com>
12221
12222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12223         We use fixed caps.
12224
12225         * gst/playback/Makefile.am:
12226         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12227         (dump_element_stats), (main):
12228         Added example stream introspection code.
12229
12230 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12231
12232         * gst/adder/gstadder.c: (gst_adder_collected):
12233           fix adder for float elements
12234
12235 2005-09-28  Wim Taymans  <wim@fluendo.com>
12236
12237         * gst-libs/gst/audio/gstbaseaudiosink.c:
12238         (gst_base_audio_sink_class_init),
12239         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12240         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12241         (gst_base_audio_src_class_init),
12242         (gst_base_audio_src_provide_clock):
12243         get_clock -> provide_clock
12244
12245 2005-09-28  Andy Wingo  <wingo@pobox.com>
12246
12247         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12248         and unlocking.
12249
12250         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12251         unlocking.
12252
12253         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12254         Actually add the pad template.
12255         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12256
12257         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12258         I'm at it...
12259
12260         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12261         from fdsrc. Get caps in create() instead of start() so it can be
12262         interrupted. Interruption somewhat untested.
12263
12264         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12265         Proper EOS handling.
12266
12267 2005-09-27  Andy Wingo  <wingo@pobox.com>
12268
12269         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12270
12271         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12272
12273         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12274
12275         * gst/tcp/gsttcp.h: 
12276         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12277         out of tcpclientsrc.c. Cancellable.
12278         (gst_tcp_socket_read): Made private, cancellable, with better
12279         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12280         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12281         whole buffer, and better diagnostics.
12282         (gst_tcp_gdp_read_caps): Same.
12283
12284         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12285
12286 2005-09-26  Andy Wingo  <wingo@pobox.com>
12287
12288         * gst/sine/gstsinesrc.h:
12289         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12290         change the 'sync' property to 'is-live' and implement it halfway,
12291         update for controller api change.
12292
12293         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12294         controller api change.
12295
12296 2005-09-24  Wim Taymans  <wim@fluendo.com>
12297
12298         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12299         * gst-libs/gst/audio/gstaudiosink.c:
12300         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12301         (gst_audioringbuffer_stop):
12302         * gst-libs/gst/audio/gstbaseaudiosink.c:
12303         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12304         (gst_base_audio_sink_change_state):
12305         * gst-libs/gst/audio/gstbaseaudiosink.h:
12306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12307         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12308         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12309         * gst-libs/gst/audio/gstringbuffer.h:
12310         Fix sync again. Moved sample alignment to basesink.
12311
12312 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12313
12314         * docs/plugins/Makefile.am:
12315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12317         * gst/volume/gstvolume.c:
12318           add/fix docs
12319         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12320         * gst-libs/gst/audio/audio.h:
12321           add conversion macros for frames <-> clocktime
12322
12323 2005-09-23  David Schleef  <ds@schleef.org>
12324
12325         * gst/audioresample/Makefile.am:
12326         * gst/audioresample/debug.h:
12327         * gst/audioresample/gstaudioresample.c:
12328         * gst/audioresample/resample.c: Convert to using gst debugging
12329
12330 2005-09-22  Wim Taymans  <wim@fluendo.com>
12331
12332         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12333         (gst_play_bin_send_event):
12334         Only seek on one sink, the first one that succeeds.
12335
12336 2005-09-22  Michael Smith <msmith@fluendo.com>
12337
12338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12339         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12340         Don't flush encoder state unless we have an initialised encoder.
12341         Clear out encoder state on PAUSED_TO_READY.
12342
12343 2005-09-22  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst-libs/gst/rtp/gstbasertppayload.c:
12346         (gst_basertppayload_class_init), (gst_basertppayload_init),
12347         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12348         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12349         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12350         (gst_basertppayload_set_property),
12351         (gst_basertppayload_get_property),
12352         (gst_basertppayload_change_state):
12353         * gst-libs/gst/rtp/gstbasertppayload.h:
12354         Added max-ptime to control amount of data in the rtp packets.
12355
12356 2005-09-21  Andy Wingo  <wingo@pobox.com>
12357
12358         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12359         thingies.
12360
12361         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12362         can be called multiple times, dogs.
12363
12364 2005-09-21  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst-libs/gst/rtp/gstbasertppayload.c:
12367         (gst_basertppayload_class_init), (gst_basertppayload_init),
12368         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12369         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12370         (gst_basertppayload_push), (gst_basertppayload_get_property),
12371         (gst_basertppayload_change_state):
12372         Allow 0 ssrc too.
12373
12374 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12375
12376         * docs/libs/compiling.sgml:
12377           fixing typos
12378
12379 2005-09-20  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst-libs/gst/rtp/gstbasertppayload.c:
12382         (gst_basertppayload_class_init), (gst_basertppayload_init),
12383         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12384         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12385         (gst_basertppayload_push), (gst_basertppayload_set_property),
12386         (gst_basertppayload_get_property),
12387         (gst_basertppayload_change_state):
12388         * gst-libs/gst/rtp/gstbasertppayload.h:
12389         Added property to configure sequence number offsets.
12390
12391 2005-09-20  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst-libs/gst/rtp/gstbasertppayload.c:
12394         (gst_basertppayload_class_init), (gst_basertppayload_init),
12395         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12396         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12397         (gst_basertppayload_push), (gst_basertppayload_set_property),
12398         (gst_basertppayload_get_property),
12399         (gst_basertppayload_change_state):
12400         * gst-libs/gst/rtp/gstbasertppayload.h:
12401         Make timestamp offset configurable.
12402
12403 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12404
12405         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12406           fix wrong pop/unref
12407
12408 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12409
12410         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst-libs/gst/interfaces/propertyprobe.c:
12413         (gst_property_probe_probe_property_name),
12414         (gst_property_probe_needs_probe_name),
12415         (gst_property_probe_get_values_name),
12416         (gst_property_probe_probe_and_get_values_name):
12417           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12418           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12419
12420 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12421
12422         * check/Makefile.am:
12423           have some tests be disabled for valgrinding
12424         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12425         (GST_START_TEST):
12426         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12427           Fix A Leak.  Chain To Parent Finalize.
12428
12429 2005-09-19  Wim Taymans  <wim@fluendo.com>
12430
12431         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12432         Fixed wav pipeline.
12433
12434 2005-09-19  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst-libs/gst/rtp/gstbasertppayload.c:
12437         (gst_basertppayload_class_init), (gst_basertppayload_init),
12438         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12439         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12440         (gst_basertppayload_push), (gst_basertppayload_get_property),
12441         (gst_basertppayload_change_state):
12442         Posting ERROR and WARNING messages is good.
12443
12444 2005-09-19  Wim Taymans  <wim@fluendo.com>
12445
12446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12447         (gst_base_rtp_depayload_add_to_queue),
12448         (gst_base_rtp_depayload_push),
12449         (gst_base_rtp_depayload_set_gst_timestamp),
12450         (gst_base_rtp_depayload_queue_release):
12451         This one was not supposed to go in.
12452
12453 2005-09-19  Wim Taymans  <wim@fluendo.com>
12454
12455         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12456         Fix for bus API.
12457
12458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12459         (gst_base_rtp_depayload_chain),
12460         (gst_base_rtp_depayload_add_to_queue),
12461         (gst_base_rtp_depayload_push),
12462         (gst_base_rtp_depayload_set_gst_timestamp),
12463         (gst_base_rtp_depayload_queue_release):
12464         Some cleanups.
12465
12466         * gst-libs/gst/rtp/gstbasertppayload.c:
12467         (gst_basertppayload_class_init), (gst_basertppayload_init),
12468         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12469         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12470         (gst_basertppayload_get_property),
12471         (gst_basertppayload_change_state):
12472         Added debugging category.
12473
12474 2005-09-18  David Schleef  <ds@schleef.org>
12475
12476         * gst/playback/gstdecodebin.c: free plugin list correctly
12477         * gst/playback/gstplaybin.c: emit warning if autovideosink
12478           and autoaudiosink can't be found (instead of segfaulting)
12479
12480 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12481
12482         * check/elements/audioconvert.c: (GST_START_TEST):
12483           try out 24 bit conversion
12484
12485 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12486
12487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12488         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12489         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12490         * ext/vorbis/vorbisenc.h:
12491           Fix EOS handling.  Still needs a fix in the ogg muxer to
12492           mark the last page as eos.
12493
12494 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12495
12496         * common/gtk-doc-plugins.mak:
12497         * docs/plugins/Makefile.am:
12498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12499         * gst/ffmpegcolorspace/Makefile.am:
12500         * gst/ffmpegcolorspace/avcodec.h:
12501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12502         * gst/tcp/gstmultifdsink.c:
12503           fix up ffmpegcolorspace docs; extract header
12504
12505 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12506
12507         * common/gtk-doc-plugins.mak:
12508         * docs/plugins/Makefile.am:
12509         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12510         * ext/theora/Makefile.am:
12511         * ext/theora/gsttheoraenc.h:
12512         * ext/theora/theoraenc.c:
12513         * ext/vorbis/vorbisenc.c:
12514           pick up signals and args for vorbis; add some docs for vorbis
12515
12516 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12517
12518         * common/gstdoc-scangobj:
12519         * common/gtk-doc-plugins.mak:
12520         * docs/libs/Makefile.am:
12521         * docs/plugins/gst-plugins-base-plugins.args:
12522         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12523         * docs/plugins/gst-plugins-base-plugins.interfaces:
12524         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12525         * docs/plugins/gst-plugins-base-plugins.signals:
12526           only scanobj stuff from our source module.  Not sure yet
12527           if that's correct, given the hierarchy stuff :)
12528
12529 2005-09-15  Wim Taymans  <wim@fluendo.com>
12530
12531         * gst/audioconvert/gstaudioconvert.c:
12532         And enable 24 bits mode as well..
12533
12534 2005-09-15  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst-libs/gst/rtp/Makefile.am:
12537         * gst-libs/gst/rtp/gstbasertppayload.c:
12538         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12539         (gst_basertppayload_class_init), (gst_basertppayload_init),
12540         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12541         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12542         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12543         (gst_basertppayload_set_property),
12544         (gst_basertppayload_get_property),
12545         (gst_basertppayload_change_state):
12546         * gst-libs/gst/rtp/gstbasertppayload.h:
12547         Added rtp payloader base class.
12548
12549 2005-09-15  Andy Wingo  <wingo@pobox.com>
12550
12551         * configure.ac (plugindir): Remove the EOL matcher from the
12552         regexp, as it causes me problems. Libtool? Make? Who knows?
12553
12554 2005-09-14  David Schleef  <ds@schleef.org>
12555
12556         * check/generic/states.c: 
12557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12558         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12559           Fixes for changes in registry API.
12560
12561         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12562           to GST_PLUGIN_LDFLAGS.
12563         * ext/libvisual/visual.c: Make the library shut up.
12564         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12565         * gst-libs/gst/audio/gstaudiofilter.c: same
12566
12567 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12568
12569         * docs/plugins/Makefile.am:
12570         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12571         * docs/plugins/inspect/plugin-libvisual.xml:
12572         * docs/plugins/tmpl/element-tcpserversink.sgml:
12573         * ext/theora/theoraenc.c:
12574           add libvisual plugin and theoraenc element to docs
12575
12576 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12580         * ext/theora/theoraenc.c:
12581           add theoraenc
12582
12583 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * gst/audioconvert/Makefile.am:
12586           Audioconvert derives from GstBaseTransform and should
12587           link to the library with our base elements to avoid
12588           unresolved symbols. Makes things work with MinGW (#316160)
12589
12590         * gst/playback/test4.c: (main):
12591           Fix MinGW build problem and use g_usleep() instead of 
12592           sleep() (#316162)
12593
12594 2005-09-12  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/audioconvert/audioconvert.c: (float),
12597         (audio_convert_prepare_context), (audio_convert_convert):
12598         * gst/audioconvert/audioconvert.h:
12599         Cleanups, speedups, simplifications, added back support
12600         for 24 bits.
12601
12602 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12603
12604         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12606         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12607         * docs/plugins/tmpl/element-tcpserversink.sgml:
12608         * gst/ffmpegcolorspace/gstffmpeg.c:
12609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12610         * gst/videotestsrc/gstvideotestsrc.c:
12611         * gst/volume/gstvolume.c:
12612           add more elements to the docs
12613
12614 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12615
12616         * check/Makefile.am:
12617         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12618         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12619           Add extra tests for basetransform based components. 
12620           Comment out the test_element_negotiation test until we decide
12621           if it's testing correct behaviour.
12622         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12623         (gst_visual_chain), (gst_visual_change_state):
12624           Slightly more correct but still bogus timestamping.
12625           Fix state change function.
12626         * gst/audioconvert/gstaudioconvert.c:
12627         (gst_audio_convert_class_init):
12628         * gst/audioresample/gstaudioresample.c:
12629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12630         (gst_ffmpegcsp_class_init):
12631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12632         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12633         (gst_videoscale_prepare_image):
12634         * gst/volume/gstvolume.c: (gst_volume_class_init),
12635         (volume_transform_ip):
12636           Basetransform updates. Enable passthrough modes.
12637         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12638         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12639         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12640           Negotiation fix that allows the window to return to the original
12641           size and renegotiate passthrough upstream. Extra debug output.
12642
12643 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12644
12645         * gst/sine/gstsinesrc.c:
12646         * gst/volume/gstvolume.c:
12647           fix up header include
12648
12649 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12650
12651         * gst-libs/gst/audio/gstbaseaudiosink.c:
12652         (gst_base_audio_sink_render):
12653         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12654         * gst/volume/gstvolume.c: (gst_volume_class_init),
12655         (volume_transform):
12656           fixing lost sync, some more debugging
12657
12658 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12659
12660         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12661         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12663         (gst_xvimagesink_check_xshm_calls):
12664           Fix compilation when XShm is not available.
12665
12666 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12667
12668         * ext/libvisual/visual.c: (gst_visual_dispose),
12669         (gst_visual_getcaps), (gst_visual_src_setcaps),
12670         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12671         (gst_visual_change_state):
12672           Finish fixing up libvisual plugin so that it runs. 
12673
12674 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12675
12676         * ext/vorbis/vorbisenc.c:
12677         * gst-libs/gst/tag/gstvorbistag.c:
12678           gsttaginterface.h -> gsttagsetter.h
12679
12680 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12681
12682         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12683           added another test that failes for me (test is not active by default)
12684
12685 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12686
12687         * configure.ac:
12688           v4l2 is no longer in gst-plugins-base
12689
12690 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12691
12692         * configure.ac:
12693           In the output at the end, don't show the first plugin on the same
12694           line as "Core plug-ins, always built:".
12695           Indent the output as for other plugin categories
12696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12697           #define that can be used to not use peer buffer_alloc functions for
12698           test purposes.
12699         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12700         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12701         (gst_ximagesink_show_frame):
12702         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12703         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12704         (gst_xvimagesink_show_frame):
12705           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12706           fails gracefully instead of XError aborting or deadlocking.
12707
12708 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12709
12710         * ext/libvisual/Makefile.am:
12711           link against gst-base-libs
12712
12713 2005-09-06  David Schleef  <ds@schleef.org>
12714
12715         * configure.ac: Enable libvisual plugin.
12716         * ext/libvisual/Makefile.am:
12717         * ext/libvisual/visual.c: Fixes to make it compile.
12718
12719 === release 0.9.2 ===
12720
12721 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12722
12723         * NEWS:
12724         * RELEASE:
12725         * configure.ac:
12726         * docs/random/ChangeLog-0.8:
12727           releasing 0.9.2, "Spoon"
12728
12729 2005-09-05  Michael Smith <msmith@fluendo.com>
12730
12731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12732           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12733           that in the vorbisenc element.
12734
12735 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12736
12737         * common/gtk-doc-plugins.mak:
12738         * docs/plugins/Makefile.am:
12739           fix distcheck
12740         * gst/audioresample/resample.c:
12741           fix wrong docstring
12742
12743 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12744
12745         * common/gst-xmlinspect.py:
12746         * common/gtk-doc-plugins.mak:
12747           only inspect plugins for this given package
12748           require gst-python 0.9
12749
12750 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12751
12752         * Makefile.am:
12753         * autogen.sh:
12754         * common/gst-xmlinspect.py:
12755         * configure.ac:
12756         * docs/Makefile.am:
12757         * docs/plugins/inspect/plugin-alsa.xml:
12758         * docs/plugins/inspect/plugin-audioresample.xml:
12759         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12760         * docs/plugins/inspect/plugin-ogg.xml:
12761         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12762         * docs/plugins/tmpl/element-multifdsink.sgml:
12763         * docs/plugins/tmpl/element-tcpserversink.sgml:
12764         * docs/plugins/tmpl/element-vorbisenc.sgml:
12765         * gst-plugins-base.spec.in:
12766           various doc-related updates
12767
12768 2005-08-31  Wim Taymans  <wim@fluendo.com>
12769
12770         * gst-libs/gst/audio/gstbaseaudiosink.c:
12771         (gst_base_audio_sink_render):
12772         Resync if the buffer timestamps drift more than a 10th 
12773         of a second.
12774
12775 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12778         (gst_v4lsrc_get_property):
12779           The 'timestamp-offset' property is registered as an int64, so
12780           let's use g_value_{set|get}_int64() in our setter and getter
12781           functions (makes it work and fixes warnings with gst-inspect).
12782
12783 2005-08-30  Wim Taymans  <wim@fluendo.com>
12784
12785         * check/elements/audioconvert.c: (setup_audioconvert):
12786         * check/elements/audioresample.c: (setup_audioresample):
12787         * check/elements/volume.c: (setup_volume):
12788         Fix checks.
12789
12790 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12791
12792         * common/gtk-doc-plugins.mak:
12793         * common/plugins.xsl:
12794         * docs/plugins/Makefile.am:
12795           make module a param
12796
12797 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12798
12799         * examples/seeking/seek.c: (make_mp3_pipeline),
12800         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12801         (play_cb), (pause_cb), (stop_cb):
12802           update the example
12803
12804 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12805
12806         * gst/volume/gstvolume.c: (gst_volume_class_init),
12807         (volume_transform):
12808           do not update controlled params, if buffer has no timestamp
12809
12810 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12811
12812         * configure.ac:
12813         * gst/sine/Makefile.am:
12814         * gst/volume/Makefile.am:
12815           controllerized elements also need to link against controller-libs ;)
12816
12817 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12818
12819         * docs/libs/tmpl/gstcolorbalance.sgml:
12820         * docs/libs/tmpl/gstgconf.sgml:
12821         * docs/libs/tmpl/gstmixer.sgml:
12822         * docs/libs/tmpl/gstringbuffer.sgml:
12823         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12824         (gst_sinesrc_create):
12825         * gst/volume/gstvolume.c: (gst_volume_class_init),
12826         (volume_transform):
12827           controllerized two audio plugins
12828
12829 2005-08-29  Andy Wingo  <wingo@pobox.com>
12830
12831         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12832         (vorbis_handle_data_packet): Fix some int overflow errors.
12833
12834         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12835         -1.
12836         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12837         valid.
12838         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12839         if it's valid. Fixed streaming-mode playback.
12840
12841         * check/elements/volume.c (cleanup_volume): Fix for running
12842         CK_FORK=no.
12843
12844         * check/elements/audioconvert.c: Convert from native endian, not
12845         little endian.
12846
12847 2005-08-29  Michael Smith <msmith@fluendo.com>
12848
12849         * ext/ogg/Makefile.am:
12850         * ext/ogg/gstogg.c: (plugin_init):
12851         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12852         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12853         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12854         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12855         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12856         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12857         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12858         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12859         Add an ogg parser element.
12860
12861 2005-08-28  Andy Wingo  <wingo@pobox.com>
12862
12863         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12864
12865 2005-08-26  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/audioconvert/audioconvert.c: (if), (float),
12868         (audio_convert_get_func_index), (check_default),
12869         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12870         (audio_convert_clean_context), (audio_convert_get_sizes),
12871         (audio_convert_convert):
12872         Cleanups.
12873
12874 2005-08-26  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/audioconvert/audioconvert.c: (if), (float),
12877         (audio_convert_get_func_index), (check_default),
12878         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12879         (audio_convert_clean_context), (audio_convert_get_sizes),
12880         (audio_convert_convert):
12881         More elegant and working temp buffer selection algo.
12882
12883 2005-08-26  Wim Taymans  <wim@fluendo.com>
12884
12885         * gst/audioconvert/audioconvert.c: (if), (float),
12886         (audio_convert_get_func_index), (check_default),
12887         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12888         (audio_convert_clean_context), (audio_convert_get_sizes),
12889         (get_temp_buffer), (audio_convert_convert):
12890         Use realloc else we lose our original data.
12891
12892 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12893
12894         * gst/audioresample/gstaudioresample.c:
12895           use base class' newsegment to properly timestamp
12896
12897 2005-08-26  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/audioconvert/audioconvert.c: (if), (float),
12900         (audio_convert_get_func_index), (check_default),
12901         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12902         (audio_convert_clean_context), (audio_convert_get_sizes),
12903         (get_temp_buffer), (audio_convert_convert):
12904         * gst/audioconvert/gstaudioconvert.c:
12905         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12906         (gst_audio_convert_transform_caps),
12907         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12908         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12909         Oops, allocate enough space to perform the channel mix.
12910
12911 2005-08-26  Wim Taymans  <wim@fluendo.com>
12912
12913         * gst/audioconvert/Makefile.am:
12914         * gst/audioconvert/audioconvert.c: (if), (float),
12915         (audio_convert_get_func_index), (check_default),
12916         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12917         (audio_convert_clean_context), (audio_convert_get_sizes),
12918         (get_temp_buffer), (audio_convert_convert):
12919         * gst/audioconvert/audioconvert.h:
12920         * gst/audioconvert/gstaudioconvert.c:
12921         (gst_audio_convert_class_init), (gst_audio_convert_init),
12922         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12923         (gst_audio_convert_get_unit_size),
12924         (gst_audio_convert_transform_caps),
12925         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12926         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12927         * gst/audioconvert/gstaudioconvert.h:
12928         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12929         (gst_channel_mix_fill_identical),
12930         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12931         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12932         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12933         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12934         (gst_channel_mix_mix):
12935         * gst/audioconvert/gstchannelmix.h:
12936         Cleanups, librarify a bit, optimize, better negotiation and more.
12937
12938 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12939
12940         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12941         Another from MikeS:
12942         During typefinding, don't support negative offsets
12943         (offsets from the end of the stream) in our typefind->peek() function
12944         - nothing embedded in ogg ever needs them. However, we need to recognise
12945         those requests and reject them, otherwise we return invalid pointers.
12946
12947 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12948
12949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12950         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12951         (vorbisdec_finalize), (vorbis_handle_type_packet):
12952           Big shout-out to MikeS for fixing this giant memory leak.
12953           Huzzah!
12954
12955 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12956
12957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12958         (audio_convert_get_unit_size):
12959           plug some leaks
12960
12961 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12962
12963         * check/Makefile.am:
12964         * check/elements/audioconvert.c: (setup_audioconvert),
12965         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12966         (GST_START_TEST), (audioconvert_suite), (main):
12967           add a test for audioconvert
12968         * gst/audioresample/gstaudioresample.c:
12969         * gst/audioresample/gstaudioresample.h:
12970           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12971           note that for buffers of 1/3 sec this means DURATION(c) is 
12972           one nanosecond more than for a and b
12973
12974 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12975
12976         * check/Makefile.am:
12977         * check/elements/audioresample.c: (setup_audioresample),
12978         (cleanup_audioresample), (fail_unless_perfect_stream),
12979         (test_perfect_stream_instance), (GST_START_TEST),
12980           add a check for audioresample
12981         (audioresample_suite), (main):
12982         * check/elements/volume.c: (GST_START_TEST):
12983           remove unused method
12984         * gst/audioresample/gstaudioresample.c:
12985           set correct buffer parameters since we're changing them
12986         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12987           add some debug
12988
12989 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * gst/audioresample/debug.c:
12992         * gst/audioresample/gstaudioresample.c:
12993           add room for extra overlap samples when asked to transform size
12994           protect against possible mem corruption and check for discrepancies
12995           between written size and outbuffer's size so we can warn for
12996           potential problems
12997         * gst/audioresample/resample.c: (resample_init),
12998         (resample_get_output_size_for_input), (resample_get_output_size),
12999         (resample_set_n_channels), (resample_set_format):
13000           set debug level based on RESAMPLE_DEBUG env var
13001           make sure that get_output_size* returns a whole number of
13002           sample_size
13003           set sample_size each time either channel or format is set
13004         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13005         * gst/audioresample/resample_functable.c:
13006         (resample_scale_functable):
13007         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13008           remove r->sample_size, it's done in resample.c now
13009           add some debugging to the ref implementation
13010           make sure we only give back bytes that are wholes of the sample
13011           size
13012
13013 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13014         * gst/playback/gstplaybasebin.c: (fill_buffer):
13015         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13016
13017 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13018
13019         * gst/volume/gstvolume.c:
13020           made set_caps function static
13021
13022 2005-08-24  Wim Taymans  <wim@fluendo.com>
13023
13024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13025         (gst_vorbisenc_change_state):
13026         Stop leaking taglists.
13027
13028 2005-08-24  Wim Taymans  <wim@fluendo.com>
13029
13030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13031         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13032         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13033         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13034         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13035         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13036         Parse seeking events better.
13037         Unref static caps.
13038         Generate correct newsegment events, fixes seeking in live oggs.
13039
13040         * ext/theora/theoradec.c: (theora_dec_src_query),
13041         (theora_dec_src_event), (theora_dec_src_getcaps),
13042         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13043         Use newsegment values to report correct play time.
13044
13045         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13046         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13047         * ext/vorbis/vorbisdec.h:
13048         Parse and use newsegment values to report correct play time.
13049
13050         * gst-libs/gst/audio/gstbaseaudiosink.c:
13051         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13052         Clear ringbuffer on flush.
13053         Use newsegment values to calculate playback time.
13054
13055         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13057         Basesink does newsegment calculations for us now.
13058
13059 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13060
13061         * check/Makefile.am:
13062         * configure.ac:
13063           add core's plugins to the mix so that playbin works
13064         * check/generic/states.c: (GST_START_TEST):
13065           set a 0 timeout on pipelines, so they don't force the next
13066           state change
13067         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13068         (gst_play_base_bin_change_state):
13069           remove the crappy error handling and do GST error handling
13070
13071 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * check/Makefile.am:
13074         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13075           add same test as to core, it bitches out on playbin atm.
13076
13077 2005-08-24  Wim Taymans  <wim@fluendo.com>
13078
13079         * configure.ac:
13080         Remove audioscale.
13081
13082 2005-08-24  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13085         (gst_videoscale_prepare_size), (parse_caps),
13086         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13087         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13088         (gst_videoscale_transform):
13089         * gst/videoscale/gstvideoscale.h:
13090         Refactor, make use of BaseTranform really well.
13091
13092 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13093
13094         * configure.ac:
13095           compile audioresample
13096         * gst/audioresample/Makefile.am:
13097         * gst/audioresample/buffer.c:
13098         * gst/audioresample/functable.c:
13099         * gst/audioresample/gstaudioresample.c:
13100         * gst/audioresample/gstaudioresample.h:
13101         * gst/audioresample/resample.c:
13102         (resample_get_output_size_for_input):
13103         * gst/audioresample/resample.h:
13104         * gst/audioresample/resample_chunk.c:
13105         * gst/audioresample/resample_functable.c:
13106         * gst/audioresample/resample_ref.c:
13107           port to use basetransform; doesn't work in all cases yet
13108
13109 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13110
13111         * gst/audioconvert/gstaudioconvert.c:
13112         (gst_audio_convert_class_init), (gst_audio_convert_init),
13113         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13114         (audio_convert_fixate_caps), (audio_convert_set_caps),
13115         (audio_convert_transform),
13116         (gst_audio_convert_buffer_to_default_format),
13117         (gst_audio_convert_buffer_from_default_format),
13118         (gst_audio_convert_channels):
13119         * gst/audioconvert/gstchannelmix.c:
13120         * gst/audioconvert/gstchannelmix.h:
13121           port to basetransform
13122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13123         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13124         (gst_ffmpegcsp_get_unit_size):
13125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13126         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13127           fix for basetransform changes
13128
13129 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13130
13131         * check/Makefile.am:
13132           Add CHECK_CFLAGS and LDFLAGS
13133
13134         * gst/playback/gstplaybasebin.c: (fill_buffer):
13135           GST_MESSAGE_SRC became a GObject
13136
13137 2005-08-24  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13140         (gst_ring_buffer_clear_all):
13141         * gst-libs/gst/audio/gstringbuffer.h:
13142         Added function to clear the ringbuffer.
13143
13144 2005-08-24  Andy Wingo  <wingo@pobox.com>
13145
13146         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13147         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13148         of _open and _close.
13149
13150         * sys/v4l/gstv4lxoverlay.h:
13151         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13152         an Xv connection here, instead of all the time. Make Xv only be
13153         loaded if you axe for it. Kindof a workaround for buggy behaviour
13154         of Xv when using remote xservers (XvQueryExtension would block).
13155         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13156         replace the _open and _close public API. Only start the xv
13157         connection if necessary.
13158         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13159
13160 2005-08-23  David Schleef  <ds@schleef.org>
13161
13162         * gst/audioresample/Makefile.am: Leet audioresampling code
13163         * gst/audioresample/buffer.c:
13164         * gst/audioresample/buffer.h:
13165         * gst/audioresample/debug.c:
13166         * gst/audioresample/debug.h:
13167         * gst/audioresample/functable.c:
13168         * gst/audioresample/functable.h:
13169         * gst/audioresample/gstaudioresample.c:
13170         * gst/audioresample/gstaudioresample.h:
13171         * gst/audioresample/resample.c:
13172         * gst/audioresample/resample.h:
13173         * gst/audioresample/resample_chunk.c:
13174         * gst/audioresample/resample_functable.c:
13175         * gst/audioresample/resample_ref.c:
13176
13177 2005-08-23  Wim Taymans  <wim@fluendo.com>
13178
13179         * examples/seeking/seek.c: (make_vorbis_pipeline),
13180         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13181         Small seek updates.
13182
13183 2005-08-23  Andy Wingo  <wingo@pobox.com>
13184
13185         * gst-libs/gst/audio/gstbaseaudiosrc.c
13186         (gst_base_audio_src_fixate): Only fixate endianness if it is
13187         present in the caps.
13188
13189 2005-08-22  Andy Wingo  <wingo@pobox.com>
13190
13191         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13192         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13193         device-name property.
13194
13195         * gst-libs/gst/audio/gstaudiosrc.h:
13196         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13197         close_device in the ring buffer, like gstaudiosink.
13198
13199         * ext/alsa/gstalsamixer.h:
13200         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13201         macro to implement the interface without much code. Cleanups. 
13202
13203         * ext/alsa/gstalsasrc.h:
13204         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13205         READY.
13206
13207         * ext/alsa/Makefile.am: Add new files.
13208         * ext/alsa/gstalsamixerelement.c: 
13209         * ext/alsa/gstalsamixerelement.c: Split element code out from
13210         mixer code so that alsasrc can be a mixer too.
13211
13212 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13213
13214         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13215         (GST_START_TEST):
13216         * check/elements/vorbisdec.c: (setup_vorbisdec),
13217         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13218         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13219         (vorbis_handle_identification_packet),
13220         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13221         (vorbis_handle_header_packet), (vorbis_dec_push),
13222         (vorbis_dec_chain):
13223           use the setup/teardown methods to save code.  save code is good.
13224
13225 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13226
13227         * check/Makefile.am:
13228           add ext dir for plugins
13229           add vorbisdec test conditionally
13230         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13231         (GST_START_TEST), (volume_suite):
13232           add a test with wrong caps
13233         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13234         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13235           add a vorbisdec test
13236         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13237         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13238           clean up debug output
13239         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13240           yay, fix a segfault/security issue in vorbisdec
13241           gst-launch fakesrc ! vorbisdec wasn't happy
13242         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13243         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13244         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13245         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13246         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13247         (gst_vorbisenc_set_metadata), (get_constraints_string),
13248         (update_start_message), (gst_vorbisenc_setup),
13249         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13250         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13251         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13252         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13253         * ext/vorbis/vorbisenc.h:
13254           march in line
13255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13256         (gst_ffmpegcsp_transform):
13257           have the kow come home
13258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13259           debug my func ptr
13260         * gst/volume/gstvolume.c: (volume_set_caps):
13261           add a debug
13262
13263 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13264
13265         * Makefile.am:
13266         * check/.cvsignore:
13267         * check/Makefile.am:
13268         * check/elements/.cvsignore:
13269         * check/elements/volume.c: (chain_func), (event_func),
13270         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13271         (main):
13272         * configure.ac:
13273           add unit test structure for gst-plugins-base
13274           add a test for volume
13275         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13276         (gst_volume_set_volume), (gst_volume_get_volume),
13277         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13278         (volume_funcfind), (volume_process_float), (volume_process_int16),
13279         (volume_set_caps), (volume_transform), (volume_update_mute),
13280         (volume_update_volume), (volume_set_property),
13281         (volume_get_property):
13282           document a little; use basetransform vmethod _set_caps
13283
13284 2005-08-19  Andy Wingo  <wingo@pobox.com>
13285
13286         * ext/alsa/gstalsamixertrack.h:
13287         * ext/alsa/gstalsamixertrack.c:
13288         * ext/alsa/gstalsamixeroptions.h:
13289         * ext/alsa/gstalsamixeroptions.c:
13290         * ext/alsa/gstalsamixer.h:
13291         * ext/alsa/gstalsamixer.c: Port to 0.9.
13292
13293         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13294         Remove gstalsa.c and alsaclock. No more cruft here.
13295         
13296 2005-08-18  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13299         (gst_base_rtp_depayload_chain),
13300         (gst_base_rtp_depayload_add_to_queue),
13301         (gst_base_rtp_depayload_push),
13302         (gst_base_rtp_depayload_queue_release):
13303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13304         Fix for RTPBuffer changes.
13305
13306         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13307         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13308         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13309         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13310         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13311         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13312         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13313         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13314         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13315         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13316         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13317         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13318         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13319         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13320         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13321         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13322         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13323         (gst_rtpbuffer_get_payload):
13324         * gst-libs/gst/rtp/gstrtpbuffer.h:
13325         Don't subclass GstBuffer but add methods and helper functions
13326         to construct and manipulate RTP packets in regular GstBuffers.
13327
13328 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13329
13330         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13331           moved statement below switch
13332         * gst/volume/gstvolume.c: (gst_volume_class_init):
13333           added debug ptr
13334
13335 2005-08-16  Wim Taymans  <wim@fluendo.com>
13336
13337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13338         (gst_base_audio_src_change_state):
13339         Open and close device in READY<->NULL state change.
13340
13341 2005-08-16  Andy Wingo  <wingo@pobox.com>
13342
13343         * examples/seeking/Makefile.am: Don't compile non-compiling
13344         compiled objects with the compiler.
13345
13346         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13347         elements.
13348
13349 2005-08-12  Philippe Khalaf <burger@speedy.org>
13350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13351         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13352           Made a thread to release the queue.
13353           Removed timestamp conversion for now.
13354
13355 2005-08-10  Philippe Khalaf <burger@speedy.org>
13356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13358           Added rtp timestamp -> gst timestamp conversion.
13359           Fixed several problems with queue.
13360
13361 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst-libs/gst/audio/gstaudioclock.h:
13364         * gst-libs/gst/audio/gstaudiofilter.h:
13365         * gst-libs/gst/audio/gstaudiosink.h:
13366         * gst-libs/gst/audio/gstaudiosrc.h:
13367         * gst-libs/gst/audio/gstbaseaudiosink.h:
13368         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13369         * gst-libs/gst/audio/gstringbuffer.h:
13370         * gst-libs/gst/net/gstnetbuffer.h:
13371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13372         * gst-libs/gst/rtp/gstrtpbuffer.h:
13373           Add padding (you will need to rebuild gst-plugins-base,
13374           gst-plugins and all applications afterwards!)
13375
13376 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13379         (gst_riff_parse_chunk):
13380           Fix bug in debug message and add some more debug messages.
13381
13382 2005-08-08  Edward Hervey  <edward@fluendo.com>
13383
13384         * gst-libs/gst/riff/riff-media.c:
13385         backported updates since branch
13386
13387 2005-08-08  Andy Wingo  <wingo@pobox.com>
13388
13389         * gst-libs/gst/audio/gstbaseaudiosink.c
13390         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13391         like good elements should. Close on READY->NULL too.
13392
13393         * gst-libs/gst/audio/gstaudiosink.c
13394         (gst_audioringbuffer_open_device,
13395         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13396         (gst_audioringbuffer_release): Updates for new ring buffer API,
13397         hook into the new audio sink api.
13398
13399         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13400         (GstAudioSinkClass.close): Just open and close the device -- no
13401         resource allocation or configuration.
13402         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13403         vmethods, handle device setup and resource allocation.
13404
13405         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13406         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13407         base class API.
13408
13409         * gst-libs/gst/audio/gstringbuffer.h
13410         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13411         New vmethods.
13412
13413         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13414         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13415         New API functions. The device should be opened before acquiring
13416         and closed after releasing.
13417
13418 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         * gst-libs/gst/interfaces/mixer.h:
13421           Reset padding to GST_PADDING.
13422
13423 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13424
13425         * gst/playback/gstplaybin.c: (remove_sinks):
13426           Remove visualization from parent explicitely; works around some
13427           apparent refcount issue that I haven't tracked down yet.
13428
13429 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13430
13431         * ext/alsa/gstalsasink.c: (set_hwparams):
13432           Assign debug category, add negotiation debug msgs.
13433
13434 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13435
13436         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13437           Fix error code for file-not-found to NOT_FOUND.
13438
13439 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13440
13441         * common/gtk-doc-plugins.mak:
13442         * docs/plugins/Makefile.am:
13443         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13444         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13445           renamed to actual element names, so much nicer to look at
13446         * docs/plugins/tmpl/gstmultifdsink.sgml:
13447           remove
13448         * docs/plugins/tmpl/multifdsink.sgml:
13449         * docs/plugins/tmpl/tcpserversink.sgml:
13450           add
13451         * ext/alsa/gstalsa.c:
13452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13453         * ext/ogg/gstoggmux.c:
13454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13455         * gst/playback/gstdecodebin.c:
13456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13457         * gst/tcp/gsttcpserversink.c:
13458           various fixes and documentation additions
13459
13460 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13461
13462         * common/Makefile.am:
13463         * common/gstdoc-scangobj:
13464         * common/gtk-doc-plugins.mak:
13465         * common/gtk-doc.mak:
13466           add a custom scangobj that uses the registry
13467           add a custom gtk-doc-plugins.mak that uses it
13468           some doc build fixes
13469         * configure.ac:
13470         * docs/Makefile.am:
13471         * docs/plugins/Makefile.am:
13472         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13474         * docs/plugins/gst-plugins-base-plugins.types:
13475         * docs/plugins/tmpl/gstmultifdsink.sgml:
13476           add docs for one element, multifdsink
13477         * gst/adder/gstadder.h:
13478         * gst/volume/gstvolume.h:
13479           don't privatize enum
13480         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13481         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13482         (gst_sync_method_get_type), (gst_client_status_get_type),
13483         (gst_multifdsink_class_init),
13484         (gst_multifdsink_client_queue_buffer),
13485         (gst_multifdsink_handle_client_write):
13486         * gst/tcp/gstmultifdsink.h:
13487         * gst/tcp/gsttcp.h:
13488         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13489         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13490         (gst_tcpclientsink_render):
13491         * gst/tcp/gsttcpclientsink.h:
13492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13493         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13494         (gst_tcpclientsrc_start):
13495         * gst/tcp/gsttcpclientsrc.h:
13496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13497         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13498         * gst/tcp/gsttcpserversrc.h:
13499         * gst/typefind/gsttypefindfunctions.c:
13500           remove superfluous Type stuff
13501
13502 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13503
13504         * gst/playback/gstplaybin.c: (gen_video_element):
13505           Enable videoscale.
13506
13507 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13508
13509         * gst-libs/gst/gconf/gconf.c:
13510         * gst-libs/gst/gconf/gconf.h:
13511           Fix some Andy Problem [tm].
13512
13513 2005-08-04  Andy Wingo  <wingo@pobox.com>
13514
13515         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13517         (gst_ffmpegcsp_get_size): Adapt to API changes.
13518
13519         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13520         Implement an in-place do-nothing transform.
13521
13522 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13525         (gst_ximagesink_renegotiate_size):
13526           Do not set new window sizes yet if we prepare a new buffer size
13527           for upstream renegotiation (software scaling) at some point in the
13528           future, because this new size waqs not actually accepted yet. Once
13529           accepted, renegotiation later on will set the new sizes just fine.
13530           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13531           embedding testcase.
13532
13533 2005-08-03  Andy Wingo  <wingo@pobox.com>
13534
13535         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13536         (gst_ximagesink_buffer_alloc): 
13537         Protect the height, width, and desired_caps with the pool_lock.
13538         Fixes videotestsrc ! queue ! ximagesink.
13539
13540 2005-08-02  Edward Hervey  <edward@fluendo.com>
13541
13542         * gst/volume/gstvolume.c:
13543         include left from controller cleanup
13544
13545 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13547           Stop collectpads before calling the parent state
13548           change function on PAUSED->READY.
13549
13550 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13551         * configure.ac:
13552           When testing for X libs, use the X CFlags 
13553         * gst/adder/gstadder.c: (gst_adder_change_state):
13554           Stop the collectpads before calling parent state change function
13555           on PAUSED->READY, otherwise we deadlock deactivating pads.
13556
13557 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13558
13559         * configure.ac:
13560         * docs/libs/tmpl/gstcolorbalance.sgml:
13561         * docs/libs/tmpl/gstmixer.sgml:
13562         * examples/Makefile.am:
13563         * gst/sine/Makefile.am:
13564         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13565         (gst_sinesrc_set_property), (plugin_init):
13566         * gst/sine/gstsinesrc.h:
13567         * gst/volume/Makefile.am:
13568         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13569         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13570         (volume_process_float), (volume_process_int16),
13571         (volume_set_property), (plugin_init):
13572         * gst/volume/gstvolume.h:
13573           deactivate and remove dparams (libgstcontrol)
13574
13575 2005-07-29  Wim Taymans  <wim@fluendo.com>
13576
13577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13578         Convert me to BaseTransform!! help..
13579
13580 2005-07-29  Andy Wingo  <wingo@pobox.com>
13581
13582         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13583         sinks.
13584
13585         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13586         support of both endiannesses.
13587
13588 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13589
13590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13591           Fix confusing debug message (s/event/query/)
13592
13593 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13594
13595         * gst/videotestsrc/videotestsrc.h:
13596           Use "_stdint.h" instead of <stdint.h>
13597
13598 2005-07-27  Wim Taymans  <wim@fluendo.com>
13599
13600         * ext/vorbis/Makefile.am:
13601         Revert wrong commit.
13602
13603 2005-07-27  Wim Taymans  <wim@fluendo.com>
13604
13605         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13606         More compilation fixen.
13607
13608 2005-07-27  Wim Taymans  <wim@fluendo.com>
13609
13610         * gst-libs/gst/audio/gstbaseaudiosink.c:
13611         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13612         (gst_base_audio_sink_create_ringbuffer),
13613         (gst_base_audio_sink_change_state):
13614         Fix compilation.
13615
13616 2005-07-27  Wim Taymans  <wim@fluendo.com>
13617
13618         * examples/seeking/seek.c: (setup_dynamic_link),
13619         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13620         (query_positions_elems), (query_positions_pads), (do_seek):
13621         Update seek example.
13622
13623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13624         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13625         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13626         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13627         (gst_ogg_demux_handle_event),
13628         (gst_ogg_demux_deactivate_current_chain),
13629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13630         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13631         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13632         (gst_ogg_demux_loop):
13633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13634         * ext/theora/theoradec.c: (theora_dec_src_event),
13635         (theora_dec_src_getcaps), (theora_dec_sink_event),
13636         (theora_dec_push), (theora_dec_chain):
13637         * ext/vorbis/Makefile.am:
13638         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13639         (vorbis_dec_sink_event), (vorbis_dec_push),
13640         (vorbis_handle_data_packet):
13641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13642         (gst_vorbisenc_chain):
13643         * gst/playback/gststreaminfo.c: (cb_probe):
13644         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13645         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13646         * gst/videoscale/gstvideoscale.c:
13647         (gst_videoscale_handle_src_event):
13648         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13649         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13650         (gst_ximagesink_navigation_send_event):
13651         * sys/xvimage/xvimagesink.c:
13652         (gst_xvimagesink_navigation_send_event):
13653         Various event updates and cleanups
13654
13655 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13656
13657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13658           Fix segfault for I420/YV12.
13659
13660 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13663           Report bitrate.
13664
13665 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13666
13667         * gst/playback/gstplaybin.c: (gen_video_element),
13668         (gen_audio_element):
13669           Switch to auto*sink elements as default sinks; add volume element
13670           so that volume control in totem works.
13671
13672 2005-07-21  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13675         * gst/playback/gstplaybin.c: (setup_sinks),
13676         (gst_play_bin_change_state):
13677         Refcount fix and more comments.
13678
13679 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13680
13681         * sys/ximage/Makefile.am:
13682         * sys/ximage/ximage.c: (plugin_init):
13683         * sys/ximage/ximagesink.c:
13684         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13685         
13686
13687 2005-07-21  Wim Taymans  <wim@fluendo.com>
13688
13689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13690         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13691         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13692         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13693         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13694         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13695         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13696         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13697         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13698         Generate correct disconts for live chained oggs.
13699
13700         * gst-libs/gst/audio/gstbaseaudiosink.c:
13701         (gst_base_audio_sink_render),
13702         (gst_base_audio_sink_create_ringbuffer),
13703         (gst_base_audio_sink_change_state):
13704         Handle discont math correctly.
13705
13706         * gst/playback/gstplaybin.c: (add_sink):
13707         Some small debug cleanup.
13708
13709 2005-07-21  Wim Taymans  <wim@fluendo.com>
13710
13711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13712         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13713         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13714         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13715         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13716         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13717         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13718         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13719         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13720         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13721         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13722         (gst_ogg_demux_change_state), (gst_ogg_print):
13723         Reorganize code to send the right disconts when in streaming
13724         mode.
13725
13726 2005-07-20  Andy Wingo  <wingo@pobox.com>
13727
13728         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13729         fix (?), fixes a seggie mcfalterson (#310894).
13730
13731 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13732
13733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13734         (gst_ogg_mux_set_header_on_caps):
13735         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13737         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13738         * gst-libs/gst/audio/multichannel.c:
13739         (gst_audio_set_channel_positions),
13740         (gst_audio_set_structure_channel_positions_list):
13741         * gst/playback/gstdecodebin.c: (dynamic_create):
13742         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13743         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13744           Fixes for API changes in core.
13745
13746 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * gst/playback/gstplaybasebin.c: (fill_buffer):
13749           Use _new_custom() so we can set custom message types for buffering
13750           messages.
13751
13752 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13753
13754         * configure.ac:
13755         * gst-libs/gst/Makefile.am:
13756         * gst-libs/gst/gconf/.cvsignore:
13757         * gst-libs/gst/gconf/Makefile.am:
13758         * gst-libs/gst/gconf/test-gconf.c:
13759         * pkgconfig/Makefile.am:
13760         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13761         * pkgconfig/gstreamer-gconf.pc.in:
13762           Remove gconf stuff, use gconf elements instead from now on.
13763
13764 2005-07-20  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst-libs/gst/audio/TODO:
13767         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13768         (gst_audio_clock_get_internal_time):
13769         * gst-libs/gst/audio/gstaudioclock.h:
13770         * gst-libs/gst/audio/gstbaseaudiosink.c:
13771         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13772         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13773         (gst_base_audio_sink_render),
13774         (gst_base_audio_sink_create_ringbuffer),
13775         (gst_base_audio_sink_change_state):
13776         Make sure the audio clock always returns an increasing value.
13777
13778 2005-07-19  Andy Wingo  <wingo@pobox.com>
13779
13780         * gst/videotestsrc/: Cleanups.
13781
13782 2005-07-19  Wim Taymans  <wim@fluendo.com>
13783
13784         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13785         Better debugging.
13786
13787 2005-07-19  Wim Taymans  <wim@fluendo.com>
13788
13789         * examples/seeking/seek.c: (make_dv_pipeline),
13790         (make_vorbis_theora_pipeline), (query_rates),
13791         (query_positions_elems), (query_positions_pads), (do_seek):
13792         Make correct DV pipeline.
13793
13794 2005-07-18  Andy Wingo  <wingo@pobox.com>
13795
13796         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13797         default. Also because it's the only thing that really works. (This
13798         is used in the GConf elements).
13799         Use AS_LIBTOOL_TAGS.
13800
13801 2005-07-18  Wim Taymans  <wim@fluendo.com>
13802
13803         * gst/playback/gstdecodebin.c: (remove_element_chain):
13804         * gst/playback/gstplaybin.c: (add_sink):
13805         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13806         (gst_stream_info_set_mute):
13807         * gst/playback/gststreamselector.c:
13808         (gst_stream_selector_get_linked_pad),
13809         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13810         More leak and compile fixes.
13811
13812 2005-07-18  Wim Taymans  <wim@fluendo.com>
13813
13814         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13815         (query_rates), (query_positions_elems), (query_positions_pads),
13816         (do_seek), (seek_cb), (stop_seek):
13817         Updated seek example. 
13818
13819         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13820         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13821         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13822         * gst/playback/gstplaybin.c: (add_sink):
13823         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13824         (gst_stream_info_set_mute):
13825         Some refcount leak fixes.
13826
13827 2005-07-16  Wim Taymans  <wim@fluendo.com>
13828
13829         * gst-libs/gst/audio/gstbaseaudiosink.c:
13830         (gst_base_audio_sink_render):
13831         Align samples even if we have roundoff errors in the 
13832         timestamp conversion.
13833
13834 2005-07-16  Wim Taymans  <wim@fluendo.com>
13835
13836         * docs/libs/tmpl/gstringbuffer.sgml:
13837         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13838         (query_rates), (query_positions_elems), (query_positions_pads),
13839         (update_scale), (do_seek):
13840         Updated seek example.
13841
13842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13843         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13844         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13845         (gst_ogg_demux_loop):
13846         Push out correct discont values.
13847
13848         * ext/theora/theoradec.c: (theora_dec_src_convert),
13849         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13850         (theora_dec_sink_event), (theora_handle_type_packet),
13851         (theora_handle_header_packet), (theora_dec_push),
13852         (theora_handle_data_packet), (theora_dec_chain),
13853         (theora_dec_change_state):
13854         Better timestamping.
13855
13856         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13857         (vorbis_dec_sink_event), (vorbis_dec_push),
13858         (vorbis_handle_data_packet), (vorbis_dec_chain):
13859         * ext/vorbis/vorbisdec.h:
13860         Better timestamping.
13861
13862         * gst-libs/gst/audio/gstbaseaudiosink.c:
13863         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13864         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13865         Handle syncing on timestamps instead of sample offsets. Make
13866         use of DISCONT values as described in design docs.
13867
13868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13869         (gst_base_audio_src_get_time):
13870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13871         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13872         (gst_ring_buffer_read):
13873         * gst-libs/gst/audio/gstringbuffer.h:
13874         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13875         (gst_ximagesink_show_frame):
13876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13877         Correcly convert buffer timestamp to stream time.
13878
13879 2005-07-16  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst/audioconvert/gstaudioconvert.c:
13882         (gst_audio_convert_get_buffer):
13883         Timestamp buffers correctly.
13884
13885         * gst/playback/gstplaybin.c: (gen_video_element):
13886         Make internal fakesink silent.
13887
13888 2005-07-15  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst/ffmpegcolorspace/Makefile.am:
13891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13892         (gst_ffmpegcsp_caps_remove_format_info),
13893         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13894         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13895         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13896         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13897         Ported ffmpegcolorspace to basetransform.
13898
13899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13900         * gst/volume/gstvolume.c: (volume_transform):
13901         Ported to new API.
13902
13903 2005-07-14  Wim Taymans  <wim@fluendo.com>
13904
13905         * gst/videotestsrc/Makefile.am:
13906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13907         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13908         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13909         (gst_videotestsrc_init), (gst_videotestsrc_event),
13910         (gst_videotestsrc_create), (gst_videotestsrc_start),
13911         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13912         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13913         (gst_videotestsrc_get_property):
13914         * gst/videotestsrc/gstvideotestsrc.h:
13915         Make videotestsrc a pushsrc.
13916
13917 2005-07-14  Wim Taymans  <wim@fluendo.com>
13918
13919         * gst/tcp/gstfdset.c: (gst_fdset_free):
13920         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13921         (gst_multifdsink_add), (gst_multifdsink_remove),
13922         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13923         (gst_multifdsink_remove_client_link),
13924         (gst_multifdsink_client_queue_data),
13925         (gst_multifdsink_client_queue_caps),
13926         (gst_multifdsink_client_queue_buffer),
13927         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13928         (gst_multifdsink_stop):
13929         * gst/tcp/gstmultifdsink.h:
13930         0.8 backporting.
13931
13932         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13933         Also draw image when not from a pool.
13934
13935 2005-07-14  Wim Taymans  <wim@fluendo.com>
13936
13937         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13938         (mute_stream), (silence_stream):
13939         Small debug additions.
13940
13941 2005-07-14  Wim Taymans  <wim@fluendo.com>
13942
13943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13944         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13945         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13946         Better error recovery, ignore unconnected pads and
13947         non-fatal errors.
13948
13949 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         * docs/libs/tmpl/gstaudio.sgml:
13952         * docs/libs/tmpl/gstcolorbalance.sgml:
13953         * docs/libs/tmpl/gstgconf.sgml:
13954         * docs/libs/tmpl/gstmixer.sgml:
13955         * docs/libs/tmpl/gstringbuffer.sgml:
13956         * docs/libs/tmpl/gsttuner.sgml:
13957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13958         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13959         (gst_tcpclientsrc_class_init):
13960         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13961         (gst_tcpserversrc_class_init):
13962         * sys/v4l/gstv4lelement.c:
13963           more autistic cleanliness in functions/names/defines
13964
13965 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13966
13967         * configure.ac:
13968           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13969           added manually to each Makefile.am so we are sure it goes
13970           *last* and doesn't add -L flags before linking in libs of our
13971           own, like, say, internal .la libs, that then accidentally pick
13972           up the installed copy.
13973         * docs/libs/Makefile.am:
13974         * ext/alsa/Makefile.am:
13975         * ext/cdparanoia/Makefile.am:
13976         * ext/gnomevfs/Makefile.am:
13977         * ext/libvisual/Makefile.am:
13978         * ext/ogg/Makefile.am:
13979         * ext/theora/Makefile.am:
13980         * ext/vorbis/Makefile.am:
13981         * gst-libs/gst/video/Makefile.am:
13982         * gst/adder/Makefile.am:
13983         * gst/audioconvert/Makefile.am:
13984         * gst/audiorate/Makefile.am:
13985         * gst/audioscale/Makefile.am:
13986         * gst/ffmpegcolorspace/Makefile.am:
13987         * gst/playback/Makefile.am:
13988         * gst/sine/Makefile.am:
13989         * gst/subparse/Makefile.am:
13990         * gst/tags/Makefile.am:
13991         * gst/tcp/Makefile.am:
13992         * gst/typefind/Makefile.am:
13993         * gst/videorate/Makefile.am:
13994         * gst/videoscale/Makefile.am:
13995         * gst/videotestsrc/Makefile.am:
13996         * gst/volume/Makefile.am:
13997         * sys/v4l/Makefile.am:
13998         * sys/ximage/Makefile.am:
13999         * sys/xvimage/Makefile.am:
14000           adapt properly to this change. This should make sure that
14001           plugins and libs properly link to the as-yet-uninstalled
14002           copies of stuff like libgstinterfaces and libgstvideo
14003
14004 2005-07-13  Andy Wingo  <wingo@pobox.com>
14005
14006         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14007         (gst_v4lsrc_fixate): Fixate on format as well.
14008
14009         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14010         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14011         buffer points to it.
14012         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14013         rather just doing X calls ourselves. Also fixes a memleak.
14014
14015 2005-07-12  Andy Wingo  <wingo@pobox.com>
14016
14017         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14018         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14019         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14020         TRUE to avoid deadlocks if an element holds on to our buffers.
14021
14022 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14023
14024         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14025         (gst_sinesrc_init), (gst_sinesrc_create),
14026         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14027         (gst_sinesrc_start):
14028         * gst/sine/gstsinesrc.h:
14029           removing num-buffers property before moving it
14030
14031 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * configure.ac:
14034           use overridable ERROR_CFLAGS
14035         * docs/libs/gst-plugins-base-libs.types:
14036         * docs/libs/tmpl/gstringbuffer.sgml:
14037         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14038         (gst_alsasink_class_init):
14039         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14040         (gst_alsasrc_class_init):
14041         * gst-libs/gst/audio/audio.h:
14042         * gst-libs/gst/audio/gstaudioclock.h:
14043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14044         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14045         (gst_audio_filter_link), (gst_audio_filter_init),
14046         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14047         (gst_audio_filter_get_property),
14048         (gst_audio_filter_class_add_pad_templates):
14049         * gst-libs/gst/audio/gstaudiofilter.h:
14050         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14051         (gst_audio_filter_template_get_type),
14052         (gst_audio_filter_template_base_init),
14053         (gst_audio_filter_template_class_init),
14054         (gst_audio_filter_template_init),
14055         (gst_audio_filter_template_set_property),
14056         (gst_audio_filter_template_get_property), (plugin_init),
14057         (gst_audio_filter_template_setup),
14058         (gst_audio_filter_template_filter),
14059         (gst_audio_filter_template_filter_inplace):
14060         * gst-libs/gst/audio/gstaudiosink.c:
14061         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14062         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14063         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14064         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14065         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14066         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14067         * gst-libs/gst/audio/gstaudiosink.h:
14068         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14069         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14070         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14071         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14072         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14073         (gst_audio_src_class_init), (gst_audio_src_init),
14074         (gst_audio_src_create_ringbuffer):
14075         * gst-libs/gst/audio/gstaudiosrc.h:
14076         * gst-libs/gst/audio/gstbaseaudiosink.c:
14077         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14078         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14079         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14080         (gst_base_audio_sink_set_property),
14081         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14082         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14083         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14084         (gst_base_audio_sink_create_ringbuffer),
14085         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14086         * gst-libs/gst/audio/gstbaseaudiosink.h:
14087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14088         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14089         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14090         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14091         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14092         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14093         (gst_base_audio_src_event), (gst_base_audio_src_create),
14094         (gst_base_audio_src_create_ringbuffer),
14095         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14096         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14098         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14099         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14100         (gst_ring_buffer_debug_spec_caps),
14101         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14102         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14103         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14104         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14105         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14106         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14107         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14108         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14109         (gst_ring_buffer_clear):
14110         * gst-libs/gst/audio/gstringbuffer.h:
14111         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14112         (gst_video_sink_class_init), (gst_video_sink_get_type):
14113         * gst-libs/gst/video/videosink.h:
14114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14115         (gst_multifdsink_class_init),
14116         (gst_multifdsink_handle_client_write),
14117         (gst_multifdsink_change_state):
14118         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14119         (gst_tcpclientsink_setcaps):
14120         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14121         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14122         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14123         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14124         (gst_ximagesink_send_pending_navigation),
14125         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14126         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14128         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14129         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14130         (gst_xvimagesink_send_pending_navigation),
14131         (gst_xvimagesink_navigation_send_event),
14132         (gst_xvimagesink_set_xwindow_id),
14133         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14134         (gst_xvimagesink_get_type):
14135         more macro splitting
14136
14137 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14138
14139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14140           plug a memleak, allows me to import 1479 albums in one go
14141           in jamboree
14142         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14143         (vorbis_handle_type_packet), (vorbis_dec_chain),
14144         (vorbis_dec_change_state):
14145           fix some format strings
14146
14147 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14148
14149         * docs/libs/tmpl/gstcolorbalance.sgml:
14150         * docs/libs/tmpl/gstmixer.sgml:
14151         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14152         (gst_alsasink_set_property), (gst_alsasink_get_property):
14153         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14154         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14155           add device property
14156
14157 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14158
14159         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14160         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14161         (audiocast_register_listener), (audiocast_thread_run),
14162         (gst_gnomevfssrc_send_additional_headers_callback),
14163         (gst_gnomevfssrc_received_headers_callback),
14164         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14165         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14166         (gst_gnomevfssrc_get_size):
14167           add/clean up debugging
14168         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14169           cleanups
14170
14171 2005-07-07  Andy Wingo  <wingo@pobox.com>
14172
14173         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14174         framerate. Need to get a handle on when exactly this function is
14175         called, tho.
14176
14177         * sys/v4l/v4lsrc_calls.h:
14178         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14179         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14180         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14181
14182         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14183         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14184         v4lelements are sources.
14185
14186         * sys/v4l/gstv4lxoverlay.h:
14187         * sys/v4l/gstv4lxoverlay.c:
14188         * sys/v4l/gstv4ltuner.h:
14189         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14190         
14191         * sys/v4l/gstv4lsrc.h:
14192         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14193         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14194         or something should handle that. Made a live source.
14195
14196         * sys/v4l/gstv4lelement.h:
14197         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14198         signals. Some cleanups.
14199
14200         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14201
14202         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14203         stuff.
14204
14205         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14206         stuff.
14207
14208         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14209
14210 2005-07-07  Wim Taymans  <wim@fluendo.com>
14211
14212         * ext/theora/theoradec.c: (theora_get_query_types),
14213         (theora_dec_src_getcaps), (theora_dec_push):
14214         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14216         Remove deprecated/unused query types.
14217
14218 2005-07-06  Wim Taymans  <wim@fluendo.com>
14219
14220         * ext/alsa/Makefile.am:
14221         * ext/alsa/gstalsaplugin.c: (plugin_init):
14222         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14223         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14224         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14225         (gst_alsasrc_class_init), (gst_alsasrc_init),
14226         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14227         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14228         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14229         (gst_alsasrc_reset):
14230         * ext/alsa/gstalsasrc.h:
14231         * gst-libs/gst/audio/Makefile.am:
14232         * gst-libs/gst/audio/gstaudiosink.c:
14233         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14234         (gst_audioringbuffer_start):
14235         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14236         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14237         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14238         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14239         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14240         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14241         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14242         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14243         * gst-libs/gst/audio/gstaudiosrc.h:
14244         * gst-libs/gst/audio/gstbaseaudiosink.c:
14245         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14246         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14247         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14249         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14250         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14251         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14252         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14253         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14254         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14255         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14256         (gst_baseaudiosrc_change_state):
14257         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14258         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14259         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14260         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14261         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14262         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14263         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14264         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14265         * gst-libs/gst/audio/gstringbuffer.h:
14266         Added audiosource base classes.
14267         Ported alsasrc, still very basic.
14268
14269 2005-07-06  Wim Taymans  <wim@fluendo.com>
14270
14271         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14272         (theora_dec_push), (theora_handle_data_packet):
14273         Prepare for better timestamp fix later.
14274
14275         * gst/audioconvert/gstaudioconvert.c:
14276         List most accurate caps first
14277
14278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14279         Use proper pad task function.
14280
14281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14282         (gst_xvimagesink_show_frame):
14283         Fix deadlock when alloc failed.
14284
14285 2005-07-05  Andy Wingo  <wingo@pobox.com>
14286
14287         * ext/gnomevfs/gstgnomevfssrc.c:
14288         * gst/sine/gstsinesrc.c:
14289         * gst/tcp/gsttcpserversrc.c:
14290         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14291
14292         * sys/v4l/: Port from 0.8.
14293
14294         * Many files: Null if we got it....
14295
14296 2005-07-05  Andy Wingo  <wingo@pobox.com>
14297
14298         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14299         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14300         Signedness fixes.
14301
14302 2005-07-05  Wim Taymans  <wim@fluendo.com>
14303
14304         * configure.ac:
14305         * gst/tcp/Makefile.am:
14306         * gst/tcp/README:
14307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14308         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14309         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14310         (is_sync_frame), (gst_multifdsink_handle_client_write),
14311         (gst_multifdsink_render), (gst_multifdsink_start),
14312         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14313         * gst/tcp/gstmultifdsink.h:
14314         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14315         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14316         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14317         * gst/tcp/gsttcp.h:
14318         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14319         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14320         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14321         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14322         * gst/tcp/gsttcpclientsink.h:
14323         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14324         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14325         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14326         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14327         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14328         * gst/tcp/gsttcpclientsrc.h:
14329         * gst/tcp/gsttcpplugin.c: (plugin_init):
14330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14331         * gst/tcp/gsttcpserversink.h:
14332         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14333         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14334         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14335         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14336         (gst_tcpserversrc_stop):
14337         * gst/tcp/gsttcpserversrc.h:
14338         * gst/tcp/gsttcpsink.c:
14339         * gst/tcp/gsttcpsink.h:
14340         * gst/tcp/gsttcpsrc.c:
14341         * gst/tcp/gsttcpsrc.h:
14342         Ported tcp plugins to 0.9. 
14343         
14344
14345 2005-07-05  Andy Wingo  <wingo@pobox.com>
14346
14347         * gst/playback/gstplaybasebin.c (fill_buffer):
14348         message_new_application fixen.
14349
14350         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14351         Style fix.
14352
14353 2005-07-04  Wim Taymans  <wim@fluendo.com>
14354
14355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14356         Set caps on output buffer.
14357
14358 2005-07-04  Andy Wingo  <wingo@pobox.com>
14359
14360         * ext/gnomevfs/gstgnomevfssrc.c
14361         (gst_gnomevfssrc_received_headers_callback) 
14362         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14363         hopefully.
14364
14365         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14366         No refcount leakage.
14367
14368         * configure.ac: Enable -Werror.
14369         
14370         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14371         * gst/audioconvert/bufferframesconvert.c
14372         (buffer_frames_convert_fixate):
14373         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14374         (gst_audio_convert_fixate):
14375         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14376         (gst_sinesrc_create): Fixate func changes.
14377         
14378         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14379         (gst_ximagesink_buffer_alloc): Unused var.
14380
14381 2005-07-01  Andy Wingo  <wingo@pobox.com>
14382
14383         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14384         getcaps to do explicit caps. Needs to be done in all decoders,
14385         possibly via a base class.
14386
14387         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14388
14389         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14390         caps on the sink pad, just rely on the pad template. Also, setting
14391         ANY caps on a pad is not valid because the caps are not fixed.
14392
14393         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14394         caps on the buffer, and get the width from the desired_caps if
14395         they're set.
14396         (gst_ximagesink_renegotiate_size): Implement via setting the
14397         desired_caps on the ximagesink.
14398         (gst_ximagesink_setcaps): Only reset the width of the player if it
14399         wasn't already set. Not sure if this is right.
14400         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14401
14402         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14403         that the user wants. NULL unless the window has been resized.
14404
14405         * gst/volume/gstvolume.c (volume_transform): Adapt to
14406         basetransform refcount changes.
14407         
14408 2005-07-01  Andy Wingo  <wingo@pobox.com>
14409
14410         * gst/videoscale/gstvideoscale.c:
14411         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14412         from BaseTransform, implements a transform_caps. Removed dead code
14413         including some PAR stuff that was never reached -- should probably
14414         be added back somehow.
14415
14416 2005-07-01  Andy Wingo  <wingo@pobox.com>
14417
14418         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14419         come later.
14420
14421 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14422
14423         * configure.ac:
14424         * docs/libs/Makefile.am:
14425         * docs/libs/gst-plugins-libs.types:
14426         * ext/alsa/Makefile.am:
14427         * ext/alsa/gstalsamixer.h:
14428         * ext/alsa/gstalsamixeroptions.h:
14429         * ext/alsa/gstalsamixertrack.h:
14430         * gst-libs/gst/Makefile.am:
14431         * gst-libs/gst/colorbalance/.cvsignore:
14432         * gst-libs/gst/colorbalance/Makefile.am:
14433         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14434         * gst-libs/gst/colorbalance/colorbalance.c:
14435         * gst-libs/gst/colorbalance/colorbalance.h:
14436         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14437         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14438         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14439         * gst-libs/gst/interfaces/Makefile.am:
14440         * gst-libs/gst/interfaces/colorbalance.c:
14441         (gst_color_balance_class_init):
14442         * gst-libs/gst/interfaces/colorbalance.h:
14443         * gst-libs/gst/interfaces/interfaces-marshal.list:
14444         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14445         * gst-libs/gst/interfaces/mixer.h:
14446         * gst-libs/gst/interfaces/mixeroptions.h:
14447         * gst-libs/gst/interfaces/navigation.c:
14448         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14449         * gst-libs/gst/interfaces/tuner.h:
14450         * gst/volume/Makefile.am:
14451         * gst/volume/gstvolume.c:
14452         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14453         * sys/ximage/Makefile.am:
14454         * sys/ximage/ximagesink.c:
14455         * sys/xvimage/Makefile.am:
14456         * sys/xvimage/xvimagesink.c:
14457           fold in all interfaces into an interfaces dir, preserving CVS
14458           history
14459
14460 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14461
14462         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14463           Fix build after riff changes.
14464
14465 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14466
14467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14468         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14469         (gst_riff_create_video_template_caps),
14470         (gst_riff_create_audio_template_caps),
14471         (gst_riff_create_iavs_template_caps):
14472         * gst-libs/gst/riff/riff-media.h:
14473         * gst-libs/gst/riff/riff-read.h:
14474         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14475           Add gst_riff_init() to initialize the debug category, instead
14476           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14477
14478 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14479
14480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14481           Oops, I shouldn't apply hacks.
14482
14483 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14484
14485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14486           Remove pad_loop function which doesn't work.
14487
14488 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14489
14490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14491           Send EOS when deactivating.
14492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14493         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14494         (gen_preroll_element), (probe_triggered), (mute_stream),
14495         (silence_stream), (new_decoded_pad), (setup_substreams),
14496         (set_active_source):
14497         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14498         (remove_sinks), (add_sink):
14499         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14500           Change for new probe API.
14501
14502 2005-06-29  Wim Taymans  <wim@fluendo.com>
14503
14504         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14505         * gst-libs/gst/audio/gstbaseaudiosink.c:
14506         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14507         (gst_baseaudiosink_change_state):
14508         * gst-libs/gst/audio/gstbaseaudiosink.h:
14509         * gst-libs/gst/audio/gstringbuffer.c:
14510         (gst_ringbuffer_set_callback):
14511         Fix compilation error.
14512         Ringbuffer starts out as not running.
14513         Free our clock in dispose.
14514         When releasing the ringbuffer we need to renegotiate so
14515         clear the pad caps.
14516
14517 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * autogen.sh:
14520         * configure.ac:
14521         * docs/Makefile.am:
14522         * docs/libs/Makefile.am:
14523         * docs/libs/gst-plugins-libs-docs.sgml:
14524         * docs/libs/gst-plugins-libs-sections.txt:
14525         * docs/libs/gst-plugins-libs.types:
14526         * docs/libs/tmpl/gstaudio.sgml:
14527         * docs/libs/tmpl/gstcolorbalance.sgml:
14528         * docs/libs/tmpl/gstringbuffer.sgml:
14529         * gst-libs/gst/audio/gstringbuffer.c:
14530         (gst_ringbuffer_set_callback):
14531           reinstate gtk-doc docs for plugin libs
14532
14533 2005-06-28  Wim Taymans  <wim@fluendo.com>
14534
14535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14536         (gst_ogg_demux_init):
14537         Removed pad loop function.
14538
14539 2005-06-28  Wim Taymans  <wim@fluendo.com>
14540
14541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14542         If we're building a chain we are not in an error case
14543         when we queue a buffer.
14544
14545 2005-06-28  Andy Wingo  <wingo@pobox.com>
14546
14547         * *.c: Don't cast to GstObject before reffing/unreffing.
14548
14549 2005-06-27  Andy Wingo  <wingo@pobox.com>
14550
14551         * gst/videotestsrc/gstvideotestsrc.c
14552         (gst_videotestsrc_activate_push): Activation API changes.
14553
14554         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14555         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14556         they have refs on the decodebin.
14557
14558         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14559         parent class.
14560         (gst_ogg_pad_typefind): Don't leak a pad ref.
14561         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14562         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14563         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14564
14565 2005-06-27  Edward Hervey  <edward@fluendo.com>
14566
14567         * ext/theora/theoradec.c: (theora_dec_change_state): 
14568         re-arranged call to parent's state change in order to avoid locks (or
14569         worse).
14570
14571 2005-06-26  Edward Hervey  <edward@fluendo.com>
14572
14573         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14574         2nd argument of 'unknow-type' signal is a GstCaps and not a
14575         GstMiniObject
14576
14577 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14578         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14579           Set the worker thread's running flag to TRUE before starting the
14580           thread.
14581         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14582           Catch a failure to add typefind to the bin.
14583
14584 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14585
14586         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14587         (gst_sinesrc_init), (gst_sinesrc_create),
14588         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14589         (gst_sinesrc_start):
14590         * gst/sine/gstsinesrc.h:
14591           add num-buffers and timestamp-offset properties
14592         * gst/videotestsrc/gstvideotestsrc.c:
14593         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14594         (gst_videotestsrc_get_property):
14595           add timestamp-offset property
14596
14597 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14598
14599         * configure.ac: add videorate
14600         * gst-plugins-base.spec.in: add videorate
14601
14602 2005-06-23  Wim Taymans  <wim@fluendo.com>
14603
14604         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14605         (gst_videorate_getcaps), (gst_videorate_setcaps),
14606         (gst_videorate_event), (gst_videorate_chain):
14607         Fixed videorate, fixating an already fixated caps is not
14608         an error.
14609
14610 2005-06-23  Wim Taymans  <wim@fluendo.com>
14611
14612         * ext/ogg/README:
14613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14614         Buffer on caps is not boxed anymore.
14615
14616 2005-06-22  Wim Taymans  <wim@fluendo.com>
14617
14618         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14620         Set buffers on caps as miniobjects and not as boxed.
14621
14622 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * configure.ac:
14625           back to HEAD
14626
14627 === release 0.9.1 ===
14628
14629 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14630
14631         * .cvsignore:
14632         * NEWS:
14633         * README:
14634         * RELEASE:
14635         * configure.ac:
14636         * po/af.po:
14637         * po/az.po:
14638         * po/cs.po:
14639         * po/en_GB.po:
14640         * po/hu.po:
14641         * po/it.po:
14642         * po/nb.po:
14643         * po/nl.po:
14644         * po/or.po:
14645         * po/sq.po:
14646         * po/sr.po:
14647         * po/sv.po:
14648         * po/uk.po:
14649         * po/vi.po:
14650           updates for release
14651
14652 2005-06-09  Andy Wingo  <wingo@pobox.com>
14653
14654         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14655         
14656 2005-06-09  Andy Wingo  <wingo@pobox.com>
14657
14658         * configure.ac:
14659         * gst-libs/gst/Makefile.am:
14660         * gst-libs/gst/net/Makefile.am:
14661         Add gstnet to build.
14662
14663 2005-06-09  Andy Wingo  <wingo@pobox.com>
14664
14665         * gst-libs/gst/gconf/gconf.c:
14666         * gst/playback/test.c:
14667         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14668         fixes.
14669
14670         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14671
14672         * ext/theora/theoraenc.c (theora_enc_chain): 
14673         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14674
14675         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14676         RealPad.
14677
14678 2005-06-02  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst-libs/gst/net/Makefile.am:
14681         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14682         * pkgconfig/gstreamer-libs.pc.in:
14683         Added net stuff, version net lib.
14684
14685 2005-06-02  Wim Taymans  <wim@fluendo.com>
14686
14687         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14688         (query_rates), (query_positions_elems), (query_positions_pads),
14689         (do_seek):
14690         Updated seek example.
14691
14692 2005-06-02  Andy Wingo  <wingo@pobox.com>
14693
14694         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14695         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14696         list.
14697
14698         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14699         remove the typefind, the bin dispose will do it for us. When it's
14700         removed and unreffed, the signal handler will be disconnected,
14701         too.
14702         (unlinked): It's too difficult to disconnect from unlinked
14703         handlers, as they are on pads not elements. Just punt if the pads
14704         aren't grandkids of the bin.
14705
14706 2005-06-02  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/ogg/README:
14709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14710         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14712         * ext/theora/theoradec.c: (theora_dec_src_query),
14713         (theora_handle_data_packet):
14714         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14715         (theora_enc_chain):
14716         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14717         (vorbis_handle_data_packet):
14718         * gst/audioconvert/bufferframesconvert.c:
14719         (buffer_frames_convert_chain):
14720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14721         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14722         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14723         (gst_ffmpegcsp_chain):
14724         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14725         (gst_videorate_getcaps), (gst_videorate_setcaps),
14726         (gst_videorate_event), (gst_videorate_chain):
14727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14728         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14729         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14730         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14731         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14732         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14733         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14734         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14735         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14736         Cleanups and buffer alloc.
14737
14738 2005-05-31  Wim Taymans  <wim@fluendo.com>
14739
14740         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14741         Don't try to call the delay method when the device is not
14742         opened.
14743
14744 2005-05-31  Wim Taymans  <wim@fluendo.com>
14745
14746         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14747         Get actual segment size and buffer size after opening
14748         the device.
14749
14750 2005-05-30  Wim Taymans  <wim@fluendo.com>
14751
14752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14753         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14754         Also FLUSH upstream, makes the loop function exit faster.
14755         
14756         * ext/theora/theoradec.c: (theora_dec_src_query):
14757         Some more debug info in the query.
14758         
14759         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14760         (gst_ximagesink_setcaps):
14761         Release lock on par error, better error reporting.
14762
14763 2005-05-26  Wim Taymans  <wim@fluendo.com>
14764
14765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14766         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14767         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14768         Clear chains in READY
14769         Queue packets until the chain is activated.
14770
14771 2005-05-25  Wim Taymans  <wim@fluendo.com>
14772
14773         * gst-libs/gst/audio/gstaudiosink.c:
14774         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14775         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14776         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14777         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14778         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14779         (gst_audiosink_create_ringbuffer):
14780         * gst-libs/gst/audio/gstbaseaudiosink.c:
14781         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14782         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14783         (gst_baseaudiosink_set_property), (build_linear_format),
14784         (debug_spec_caps), (debug_spec_buffer),
14785         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14786         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14787         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14788         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14790         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14791         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14792         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14793         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14794         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14795         (wait_segment), (gst_ringbuffer_commit),
14796         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14797         (gst_ringbuffer_clear):
14798         Various small cleanups.
14799
14800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14801         (gst_audio_convert_change_state):
14802         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14803         No need to take the locks anymore.
14804
14805 2005-05-25  Wim Taymans  <wim@fluendo.com>
14806
14807         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14808         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14809         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14810         (type_found):
14811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14812         (group_destroy), (group_commit), (queue_overrun),
14813         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14814         (mute_stream), (new_decoded_pad), (setup_substreams),
14815         (setup_source), (mute_group_type), (set_active_source),
14816         (gst_play_base_bin_change_state):
14817         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14818         (gen_video_element), (gen_text_element), (gen_audio_element),
14819         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14820         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14821         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14822         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14823         Some playbin cleanups mostly refcounting sloppyness.
14824
14825 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14826
14827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14828           Work with streaming input.
14829
14830 2005-05-25  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14833         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14834         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14835         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14836         No need to take the STREAM lock anymore.
14837
14838 2005-05-25  Wim Taymans  <wim@fluendo.com>
14839
14840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14841         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14842         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14843         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14844         (gst_ogg_demux_sink_activate):
14845         * ext/theora/theoradec.c: (theora_dec_src_event),
14846         (theora_handle_comment_packet), (theora_dec_chain),
14847         (theora_dec_change_state):
14848         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14849         (vorbis_handle_data_packet), (vorbis_dec_chain),
14850         (vorbis_dec_change_state):
14851         Remove STREAM locks as they are taken in core now.
14852         Never set bogus granulepos on vorbis/theora.
14853         Fix leaks in theoradec tag parsing.
14854
14855 2005-05-25  Wim Taymans  <wim@fluendo.com>
14856
14857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14858         Fix memleaks, GST_BUFFER_DATA() is not freed.
14859
14860 2005-05-25  Wim Taymans  <wim@fluendo.com>
14861
14862         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14863         Open non-blocking, set to blocking mode afterwards to avoid
14864         lockups when audio device is busy.
14865
14866 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14867
14868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14869           This can't be good.
14870
14871 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14872
14873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14874         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14875         (gst_audio_convert_setcaps):
14876           Implement instant setup switching.
14877
14878 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * gst/playback/gstplaybasebin.c: (probe_triggered):
14881           Fix missing unlock.
14882         * gst/playback/gstplaybin.c: (add_sink):
14883           First add, then link (otherwise pad link fails).
14884
14885 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14886
14887         * examples/Makefile.am:
14888         fix buildbot (make distcheck)
14889
14890 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14891
14892         * gst/playback/gstplaybin.c: (gen_vis_element):
14893           Remove some wrong code. Doesn't work yet.
14894
14895 2005-05-19  Wim Taymans  <wim@fluendo.com>
14896
14897         * gst-libs/gst/net/Makefile.am:
14898         * gst-libs/gst/net/README:
14899         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14900         (gst_netbuffer_class_init), (gst_netbuffer_init),
14901         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14902         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14903         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14904         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14905         * gst-libs/gst/net/gstnetbuffer.h:
14906         Added buffer subclass to store extra to/from addresses for
14907         network sources/sinks.
14908
14909 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14910
14911         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14912           Don't lock an unassigned variable.
14913
14914 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14915
14916         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14917           Increase buffer for video, decrease buffer for other media types.
14918         * gst/playback/gstplaybin.c: (gen_video_element),
14919         (gen_audio_element):
14920           Change names for debugging purposes.
14921
14922 2005-05-18  Wim Taymans  <wim@fluendo.com>
14923
14924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14925         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14926         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14927         (gst_ffmpegcsp_chain):
14928         Enable buffer alloc passthrough if the source and dest
14929         formats are the same.
14930
14931 2005-05-17  Wim Taymans  <wim@fluendo.com>
14932
14933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14934         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14935         (gst_ogg_demux_chain_unlocked):
14936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14937         (gst_audio_convert_caps_remove_format_info),
14938         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14939         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14941         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14942         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14943         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14944         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14945         (gst_ffmpegcsp_get_property):
14946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14947         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14948         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14949         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14950         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14951         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14952         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14953         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14954         Leak fixes in oggdemux.
14955         Some cleanups in audioconvert.
14956         Make passthrough work along with buffer_alloc etc.
14957         Make buffer_alloc and buffer recycling actually work in
14958         xvimagesink.
14959
14960 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14961
14962         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14963           make the compiler happy
14964
14965 2005-05-17  Wim Taymans  <wim@fluendo.com>
14966
14967         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14969         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14970         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14971         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14972         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14973         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14974         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14975         (gst_xvimagesink_set_xwindow_id):
14976         * sys/xvimage/xvimagesink.h:
14977         Port xvimagesink to new MiniObject.
14978
14979 2005-05-17  Wim Taymans  <wim@fluendo.com>
14980
14981         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14982         (gst_audiofilter_chain):
14983         * gst-libs/gst/audio/gstaudiosink.c:
14984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14985         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14986         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14987         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14988         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14989         (gst_audiosink_create_ringbuffer):
14990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14991         (gst_audio_convert_caps_remove_format_info),
14992         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14993         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14995         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14996         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14997         Fix passthrough in ffmpegcolorspace.
14998         Fix memset in audiosink on wrong memory.
14999
15000 2005-05-16  David Schleef  <ds@schleef.org>
15001
15002         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15003         to GstMiniObject.
15004
15005 2005-05-16  David Schleef  <ds@schleef.org>
15006
15007         Port from GstData to GstMiniObject.
15008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15010         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15011         (gst_ogg_mux_collected):
15012         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15013         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15014         (theora_handle_data_packet):
15015         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15016         (theora_set_header_on_caps), (theora_enc_chain):
15017         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15018         (vorbis_handle_comment_packet):
15019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15020         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15022         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15023         * gst/audioconvert/gstaudioconvert.c:
15024         (gst_audio_convert_get_buffer):
15025         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15026         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15027         (mute_stream), (silence_stream):
15028         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15029         * gst/volume/gstvolume.c: (volume_transform):
15030         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15031         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15032         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15033         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15034         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15035         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15036         (gst_ximagesink_buffer_alloc):
15037         * sys/ximage/ximagesink.h:
15038
15039 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15040
15041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15042         (fill_buffer), (check_queue), (queue_threshold_reached),
15043         (queue_out_of_data):
15044         * gst/playback/gstplaybasebin.h:
15045           Post buffer-fullness on the bus.
15046
15047 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15048
15049         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15050         (try_to_link_1):
15051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15052         (group_commit), (probe_triggered), (setup_source),
15053         (gst_play_base_bin_change_state):
15054         * gst/playback/gstplaybasebin.h:
15055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15056         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15057         (gst_play_bin_change_state):
15058           Move setup_output_pads into a virtual function, remove
15059           group-switch (no longer needed) and redirect (handled by bus
15060           now) signals.
15061
15062 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15063
15064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15065         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15066         (get_active_group), (get_building_group), (group_destroy),
15067         (group_commit), (check_queue), (queue_overrun),
15068         (queue_threshold_reached), (queue_out_of_data),
15069         (gen_preroll_element), (remove_groups), (unknown_type),
15070         (add_element_stream), (no_more_pads), (probe_triggered),
15071         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15072         (setup_substreams), (setup_source), (finish_source),
15073         (prepare_output), (muted_group_change_state),
15074         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15075         (gst_play_base_bin_change_state):
15076         * gst/playback/gstplaybasebin.h:
15077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15078         (gst_play_bin_init), (gst_play_bin_set_property),
15079         (gen_video_element), (gen_text_element), (gen_audio_element),
15080         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15081         (gst_play_bin_change_state):
15082         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15083         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15084         (stream_info_change_state), (gst_stream_info_set_mute),
15085         (gst_stream_info_get_property):
15086         * gst/playback/gststreaminfo.h:
15087         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15088         (gst_stream_selector_get_linked_pad),
15089         (gst_stream_selector_getcaps),
15090         (gst_stream_selector_get_linked_pads),
15091         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15092         * gst/playback/gststreamselector.h:
15093           Rough port of playbin. Needs some more work, but is mostly done,
15094           and uses a few locks in important places, which should make stuff
15095           like chain-switches clean. Still uses GST_STATE() in a few places,
15096           which isn't all that good an idea, subtitles/elements disabled
15097           because no elements to test with and thus probably broken, query
15098           and event handling moved to GstBin, internal thread removed
15099           alltogether because the pipeline does that for us now. Can play
15100           Ogg/Vorbis files. Haven't tested anything else yet.
15101
15102 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15103
15104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15105           Do no-more-pads (needed for autoplugging).
15106
15107 2005-05-10  Andy Wingo  <wingo@pobox.com>
15108
15109         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15110         message to the bus with the tags. Still not sent downstream tho.
15111
15112         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15113         get_parent.
15114         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15115         avoid refcounting hassles.
15116
15117 2005-05-09  Andy Wingo  <wingo@pobox.com>
15118
15119         * gst/volume/Makefile.am:
15120         * gst/volume/demo.c
15121         * gst/volume/gstvolume.h
15122         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15123         basetransform. Probably need an audio filter base class.
15124
15125 2005-05-09  Wim Taymans  <wim@fluendo.com>
15126
15127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15128         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15129         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15130         (gst_vorbisenc_chain):
15131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15132         (gst_audio_convert_caps_remove_format_info),
15133         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15134         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15135         Make caps writable before writing to it.
15136         Fix negotiation in audioconvert some more.
15137
15138 2005-05-09  Wim Taymans  <wim@fluendo.com>
15139
15140         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15141         (gst_videorate_getcaps), (gst_videorate_setcaps),
15142         (gst_videorate_event), (gst_videorate_chain):
15143         Better negotiation.
15144
15145 2005-05-09  Wim Taymans  <wim@fluendo.com>
15146
15147         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15148         (gst_videorate_getcaps), (gst_videorate_setcaps),
15149         (gst_videorate_blank_data), (gst_videorate_init),
15150         (gst_videorate_event), (gst_videorate_chain),
15151         (gst_videorate_change_state):
15152         Port videorate, do a better job at negotiation while we're at
15153         it.
15154
15155 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15156
15157         * configure.ac:
15158           Disable libvisual
15159
15160         * examples/Makefile.am:
15161         * gst-libs/gst/audio/Makefile.am:
15162         * gst-libs/gst/riff/Makefile.am:
15163         * gst-libs/gst/tag/Makefile.am:
15164         * gst-libs/gst/video/Makefile.am:
15165           Fixups for missing variables.
15166
15167 2005-05-09  Wim Taymans  <wim@fluendo.com>
15168
15169         * examples/seeking/seek.c: (make_theora_pipeline),
15170         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15171         (query_rates), (query_positions_elems), (query_positions_pads),
15172         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15174         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15175         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15176         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15177         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15179         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15180         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15181         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15182         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15183         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15184         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15185         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15186         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15187         (theora_dec_src_convert), (theora_dec_sink_convert),
15188         (theora_dec_src_query), (theora_dec_sink_query),
15189         (theora_dec_src_event), (theora_dec_sink_event),
15190         (theora_handle_comment_packet), (theora_handle_type_packet),
15191         (theora_handle_header_packet), (theora_handle_data_packet),
15192         (theora_dec_chain):
15193         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15194         (vorbis_dec_convert), (vorbis_dec_src_query),
15195         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15196         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15197         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15198         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15200         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15201         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15202         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15203         (gst_play_bin_query):
15204         * gst/playback/test3.c: (update_scale):
15205         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15206         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15207         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15209         (gst_videotestsrc_src_query):
15210         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15211         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15212         (paint_hline_YUV9):
15213         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15214         Port to new query API.
15215         Updated seek.
15216         Cleanups in x[v]imagesink
15217
15218 2005-05-09  Andy Wingo  <wingo@pobox.com>
15219
15220         * ext/alsa/gstalsasink.h:
15221         * ext/gnomevfs/gstgnomevfssrc.c:
15222         (gst_gnomevfssrc_get_icy_metadata):
15223         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15224         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15225         * ext/theora/theoradec.c (theora_dec_src_query)
15226         (theora_dec_src_event, theora_dec_sink_event)
15227         (theora_handle_comment_packet, theora_handle_data_packet):
15228         * ext/theora/theoraenc.c (theora_enc_chain):
15229         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15230         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15231         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15232         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15233         (qt_type_find):
15234         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15235         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15236         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15237         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15238         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15239         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15240         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15241         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15242         (paint_setup_RGB565, paint_setup_xRGB1555):
15243         * gst/videotestsrc/videotestsrc.h:
15244         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15245         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15246         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15247         GCC4 fixes.
15248         
15249         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15250         gst_pad_query_position. Fixes oggdemux.
15251
15252 2005-05-08  David Schleef  <ds@schleef.org>
15253
15254         * configure.ac: Require liboil.
15255         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15256         a few more.
15257         * gst/videotestsrc/videotestsrc.c:
15258         * gst/videotestsrc/videotestsrc.h:
15259
15260 2005-05-06  Wim Taymans  <wim@fluendo.com>
15261
15262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15263         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15264         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15265         Well, unreffing a buffer right before pushing it is asking
15266         for trouble..
15267
15268 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15269
15270         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15271
15272 2005-05-06  Wim Taymans  <wim@fluendo.com>
15273
15274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15275         (gst_audio_convert_caps_remove_format_info),
15276         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15277         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15279         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15280         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15281         * gst/sine/Makefile.am:
15282         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15283         (gst_sinesrc_class_init), (gst_sinesrc_init),
15284         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15285         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15286         (gst_sinesrc_update_freq):
15287         * gst/sine/gstsinesrc.h:
15288         * gst/tcp/gstmultifdsink.c:
15289         * sys/xvimage/xvimagesink.c:
15290         Fixed negotiation wrt _peer_get_caps()
15291         Some cleanups.
15292
15293
15294 2005-05-06  Wim Taymans  <wim@fluendo.com>
15295
15296         * gst-libs/gst/audio/gstaudiosink.c:
15297         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15298         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15299         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15300         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15301         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15302         (gst_audiosink_create_ringbuffer):
15303         * gst-libs/gst/audio/gstbaseaudiosink.c:
15304         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15305         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15306         (gst_baseaudiosink_set_property), (build_linear_format),
15307         (debug_spec_caps), (debug_spec_buffer),
15308         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15309         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15310         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15311         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15312         * gst-libs/gst/audio/gstbaseaudiosink.h:
15313         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15314         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15315         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15316         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15317         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15318         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15319         (wait_segment), (gst_ringbuffer_commit),
15320         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15321         (gst_ringbuffer_clear):
15322         * gst-libs/gst/audio/gstringbuffer.h:
15323         Make the base audiosink return an error when there is no
15324         audiobuffer negotiated.
15325
15326 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15327
15328         * ext/Makefile.am:
15329         Disable cdparanoia until someone ports it!
15330
15331 2005-05-06  Wim Taymans  <wim@fluendo.com>
15332
15333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15334         (gst_ogg_demux_sink_activate):
15335         And revert after wingo's revert.. sigh..
15336
15337 2005-05-05  Andy Wingo  <wingo@pobox.com>
15338
15339         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15340         GObject.
15341         * configure.ac: Return audiorate and subparse from the ghetto.
15342         Re-enable -Wall -Werror.
15343         * gst/subparse/gstsubparse.c:
15344         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15345         or chain-based. Cleaned up a bit. Not tested.
15346         
15347 2005-05-05  Christian Schaller <christian@fluendo.com> 
15348
15349         * Makefile.am: remove stuff that is not building
15350         * configure.ac: remove stuff that is not building
15351         * examples/Makefile.am: remove stuff that is not building
15352         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15353         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15354         * sys/Makefile.am: remove stuff that is not building
15355         * testsuite/Makefile.am: remove stuff that is not building
15356
15357 2005-05-05  Andy Wingo  <wingo@pobox.com>
15358
15359         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15360         * gst-libs/gst/tag/gstvorbistag.c:
15361         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15362         * gst/adder/gstadder.h:
15363         * gst/audioconvert/gstchannelmix.c:
15364         (gst_audio_convert_fill_one_other):
15365         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15366         (gst_audiorate_init), (gst_audiorate_chain):
15367         * gst/playback/gstplaybasebin.c: (setup_source):
15368         * gst/playback/test3.c: (update_scale):
15369         Some GCC4 fixes
15370         
15371         * po/af.po:
15372         * po/az.po:
15373         * po/cs.po:
15374         * po/en_GB.po:
15375         * po/hu.po:
15376         * po/it.po:
15377         * po/nb.po:
15378         * po/nl.po:
15379         * po/or.po:
15380         * po/sq.po:
15381         * po/sr.po:
15382         * po/sv.po:
15383         * po/uk.po:
15384         * po/vi.po: Foo
15385
15386 2005-05-05  Wim Taymans  <wim@fluendo.com>
15387
15388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15389         (gst_audio_convert_caps_remove_format_info),
15390         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15391         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15392         * gst/videotestsrc/gstvideotestsrc.c:
15393         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15394         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15395         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15396         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15397         Don't ignore _push() return values.
15398         Make sure no processing is done when shutting down.
15399         Videotestsrc pad activation fix.
15400
15401 2005-05-05  Wim Taymans  <wim@fluendo.com>
15402
15403         * gst/adder/Makefile.am:
15404         * gst/adder/gstadder.c: (gst_adder_setcaps),
15405         (gst_adder_class_init), (gst_adder_init),
15406         (gst_adder_request_new_pad), (gst_adder_collected),
15407         (gst_adder_change_state):
15408         * gst/adder/gstadder.h:
15409         Ported adder as an example of a mixer element using
15410         collect pads. Needs more negotiation work.
15411
15412 2005-05-05  Wim Taymans  <wim@fluendo.com>
15413
15414         * ext/theora/theoradec.c: (_inc_granulepos),
15415         (theora_dec_src_event), (theora_dec_sink_event),
15416         (theora_handle_comment_packet), (theora_handle_type_packet),
15417         (theora_handle_header_packet), (theora_handle_data_packet),
15418         (theora_dec_chain):
15419         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15420         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15421         (theora_push_buffer), (theora_push_packet),
15422         (theora_enc_sink_event), (theora_enc_chain),
15423         (theora_enc_change_state), (theora_enc_set_property),
15424         (theora_enc_get_property):
15425         Added stream lock to decoder so that we can serialize
15426         the discont event.
15427         More theoraenc porting, recover from errors, do clean
15428         shutdown.
15429
15430 2005-05-05  Wim Taymans  <wim@fluendo.com>
15431
15432         * ext/ogg/Makefile.am:
15433         * ext/ogg/README:
15434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15435         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15436         (gst_ogg_print):
15437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15438         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15439         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15440         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15441         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15442         (gst_ogg_mux_change_state):
15443         Ported ogg muxer.
15444
15445 2005-05-05  Wim Taymans  <wim@fluendo.com>
15446
15447         * docs/design-audiosinks.txt:
15448         * gst-libs/gst/audio/TODO:
15449         * gst-libs/gst/audio/gstaudiosink.c:
15450         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15451         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15452         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15453         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15454         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15455         (gst_audiosink_create_ringbuffer):
15456         * gst-libs/gst/audio/gstbaseaudiosink.c:
15457         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15458         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15459         (gst_baseaudiosink_set_property), (build_linear_format),
15460         (debug_spec_caps), (debug_spec_buffer),
15461         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15462         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15463         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15464         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15466         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15467         (gst_ringbuffer_release), (gst_ringbuffer_play),
15468         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15469         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15470         (gst_ringbuffer_set_sample), (wait_segment),
15471         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15472         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15473         More work on the audiosink, mostly debugging and a race in
15474         shutdown.
15475
15476 2005-04-28  Wim Taymans  <wim@fluendo.com>
15477
15478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15479         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15480         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15481         (vorbis_dec_src_query), (vorbis_dec_src_event),
15482         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15483         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15484         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15485         Don't crap out when seeking back to position 0.
15486
15487 2005-04-28  Wim Taymans  <wim@fluendo.com>
15488
15489         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15490         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15491         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15492         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15493         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15494         Make audio sink configurable, use alsasink as default.
15495
15496 2005-04-28  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15499         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15500         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15501         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15502         (vorbis_dec_change_state):
15503         * ext/vorbis/vorbisdec.h:
15504         Refactor, use STREAM_LOCK.
15505
15506 2005-04-28  Wim Taymans  <wim@fluendo.com>
15507
15508         * ext/theora/theoradec.c: (_inc_granulepos),
15509         (theora_dec_sink_event), (theora_handle_comment_packet),
15510         (theora_handle_type_packet), (theora_handle_header_packet),
15511         (theora_handle_data_packet), (theora_dec_chain),
15512         (theora_dec_change_state):
15513         Refactor a bit, use STREAM_LOCK.
15514
15515 2005-04-28  Wim Taymans  <wim@fluendo.com>
15516
15517         * ext/alsa/Makefile.am:
15518         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15519         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15520         (gst_alsa_link), (gst_alsa_close_audio):
15521         * ext/alsa/gstalsaplugin.c: (plugin_init):
15522         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15523         (gst_alsasink_dispose), (gst_alsasink_base_init),
15524         (gst_alsasink_class_init), (gst_alsasink_init),
15525         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15526         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15527         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15528         (gst_alsasink_reset):
15529         * ext/alsa/gstalsasink.h:
15530         Implement alsasink with simple open/write/close API. 
15531         Make alsa dir build by disabling compilation of code.
15532
15533 2005-04-28  Wim Taymans  <wim@fluendo.com>
15534
15535         * gst-libs/gst/audio/Makefile.am:
15536         * gst-libs/gst/audio/audio.h:
15537         * gst-libs/gst/audio/audioclock.c:
15538         * gst-libs/gst/audio/audioclock.h:
15539         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15540         (gst_audio_clock_class_init), (gst_audio_clock_init),
15541         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15542         * gst-libs/gst/audio/gstaudioclock.h:
15543         * gst-libs/gst/audio/gstaudiosink.c:
15544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15545         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15546         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15547         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15548         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15549         (gst_audiosink_create_ringbuffer):
15550         * gst-libs/gst/audio/gstbaseaudiosink.c:
15551         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15552         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15553         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15554         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15555         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15556         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15557         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15558         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15559         * gst-libs/gst/audio/gstbaseaudiosink.h:
15560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15561         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15562         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15563         (gst_ringbuffer_release), (gst_ringbuffer_play),
15564         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15565         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15566         (gst_ringbuffer_set_sample), (wait_segment),
15567         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15568         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15569         * gst-libs/gst/audio/gstringbuffer.h:
15570         Make ringbuffer faster and more simple by removing the locks
15571         in the playback thread.
15572         Add sample accurate playback based on buffer sample offsets.
15573         Make the baseaudiosink provide a clock.
15574         Parse caps in the base class.
15575         Correctly handle seeking, flushing and state changes.
15576
15577 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * configure.ac:
15580         * gst/audioconvert/Makefile.am:
15581         * gst/audioscale/Makefile.am:
15582           Fix part of the build.  Come on guys, autogen didn't even work :)
15583
15584 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15585
15586         * configure.ac:
15587         * gst-libs/gst/Makefile.am:
15588         * gst-libs/gst/media-info/.cvsignore:
15589         * gst-libs/gst/media-info/Makefile.am:
15590         * gst-libs/gst/media-info/README:
15591         * gst-libs/gst/media-info/media-info-priv.c:
15592         * gst-libs/gst/media-info/media-info-priv.h:
15593         * gst-libs/gst/media-info/media-info-test.c:
15594         * gst-libs/gst/media-info/media-info.c:
15595         * gst-libs/gst/media-info/media-info.h:
15596         * gst-libs/gst/media-info/media-info.vcproj:
15597         * pkgconfig/Makefile.am:
15598         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15599         * pkgconfig/gstreamer-media-info.pc.in:
15600           Remove media-info, which is also successed by playbin (see Totem
15601           implementation).
15602
15603 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15604
15605         * configure.ac:
15606         * examples/Makefile.am:
15607         * examples/gstplay/.cvsignore:
15608         * examples/gstplay/Makefile.am:
15609         * examples/gstplay/player.c:
15610         * gst-libs/gst/Makefile.am:
15611         * gst-libs/gst/play/.cvsignore:
15612         * gst-libs/gst/play/Makefile.am:
15613         * gst-libs/gst/play/play.c:
15614         * gst-libs/gst/play/play.h:
15615         * gst-libs/gst/play/play.vcproj:
15616         * pkgconfig/Makefile.am:
15617         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15618         * pkgconfig/gstreamer-play.pc.in:
15619           Remove libgstplay, playbin is now the official successor.
15620
15621 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15622
15623         * configure.ac:
15624         * gst-libs/gst/Makefile.am:
15625         * gst-libs/gst/xwindowlistener/Makefile.am:
15626         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15627         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15628           Remove deprecated xwindowlistener (I've moved xwindowlistening
15629           in the v4l/v4l2 plugins over to serverside).
15630
15631 2005-04-25  David Schleef  <ds@schleef.org>
15632
15633         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15634         to examples/dynparams.  Examples do not belong interspersed with
15635         source code.
15636         * examples/dynparams/demo-dparams.c:
15637         * gst/sine/Makefile.am:
15638         * gst/sine/demo-dparams.c:
15639
15640 2005-04-25  David Schleef  <ds@schleef.org>
15641
15642         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15643         * gst-libs/gst/audio/Makefile.am:
15644         * gst-libs/gst/riff/Makefile.am:
15645         * gst-libs/gst/tag/Makefile.am:
15646         * gst-libs/gst/video/Makefile.am:
15647         * gst-libs/gst/xwindowlistener/Makefile.am:
15648
15649         Convert to 0.9 API, seems to work:
15650         * sys/ximage/Makefile.am:
15651         * sys/ximage/ximagesink.c:
15652
15653 2005-04-24  David Schleef  <ds@schleef.org>
15654
15655         Link plugins against libraries:
15656         * ext/alsa/Makefile.am:
15657         * gst/tcp/Makefile.am:
15658
15659         Remove asm code that should be in liboil
15660         * gst/videoscale/Makefile.am:
15661         * gst/videoscale/videoscale_x86_asm.s:
15662
15663         gettext wants these checked in:
15664         * po/af.po:
15665         * po/az.po:
15666         * po/cs.po:
15667         * po/en_GB.po:
15668         * po/hu.po:
15669         * po/it.po:
15670         * po/nb.po:
15671         * po/nl.po:
15672         * po/or.po:
15673         * po/sq.po:
15674         * po/sr.po:
15675         * po/sv.po:
15676         * po/uk.po:
15677         * po/vi.po:
15678
15679 2005-04-24  David Schleef  <ds@schleef.org>
15680
15681         Convert gst_main() to g_main_loop_run()
15682         * gst/playback/decodetest.c: (main):
15683         * gst/playback/test2.c: (main):
15684         * gst/playback/test3.c: (main):
15685         * gst/playback/test4.c: (main):
15686
15687         Link plugins against libraries:
15688         * ext/libvisual/Makefile.am:
15689         * sys/xvimage/Makefile.am:
15690
15691 2005-04-24  David Schleef  <ds@schleef.org>
15692
15693         * configure.ac: Remove idct and resample libs
15694         * gst-libs/gst/Makefile.am: same
15695
15696         Remove usage of gst_library_load():
15697         * ext/alsa/gstalsaplugin.c: (plugin_init):
15698         * ext/libvisual/visual.c: (plugin_init):
15699         * ext/ogg/gstogg.c: (plugin_init):
15700         * ext/theora/theora.c: (plugin_init):
15701         * ext/vorbis/vorbis.c: (plugin_init):
15702         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15703         * gst/audioscale/gstaudioscale.c:
15704         * gst/adder/gstadder.c: (plugin_init):
15705         * gst/audioconvert/plugin.c: (plugin_init):
15706         * sys/ximage/ximagesink.c: (plugin_init):
15707         * sys/xvimage/xvimagesink.c: (plugin_init):
15708         * gst/tcp/gsttcpplugin.c: (plugin_init):
15709
15710         Link plugins against libraries:
15711         * ext/ogg/Makefile.am:
15712         * ext/theora/Makefile.am:
15713         * ext/vorbis/Makefile.am:
15714         * gst/audioconvert/Makefile.am:
15715
15716         Create proper libraries:
15717         * gst-libs/gst/riff/Makefile.am:
15718         * gst-libs/gst/audio/Makefile.am:
15719         * gst-libs/gst/video/Makefile.am:
15720
15721         Move resample library to audioscale plugin directory:
15722         * gst-libs/gst/resample/Makefile.am:
15723         * gst-libs/gst/resample/README:
15724         * gst-libs/gst/resample/dtof.c:
15725         * gst-libs/gst/resample/dtos.c:
15726         * gst-libs/gst/resample/functable.c:
15727         * gst-libs/gst/resample/private.h:
15728         * gst-libs/gst/resample/resample.c:
15729         * gst-libs/gst/resample/resample.h:
15730         * gst-libs/gst/resample/resample.vcproj:
15731         * gst-libs/gst/resample/test.c:
15732         * gst/audioscale/Makefile.am:
15733         * gst/audioscale/README:
15734         * gst/audioscale/dtof.c:
15735         * gst/audioscale/dtos.c:
15736         * gst/audioscale/functable.c:
15737         * gst/audioscale/private.h:
15738         * gst/audioscale/resample.c:
15739         * gst/audioscale/resample.h:
15740         * gst/audioscale/test.c:
15741
15742         Move tagedit library to gst-libs:
15743         * gst-libs/gst/tag/Makefile.am:
15744         * gst-libs/gst/tag/gstid3tag.c:
15745         * gst-libs/gst/tag/gsttagediting.c:
15746         * gst-libs/gst/tag/gsttageditingprivate.h:
15747         * gst-libs/gst/tag/gstvorbistag.c:
15748         * gst/tags/Makefile.am:
15749         * gst/tags/gstid3tag.c:
15750         * gst/tags/gstvorbistag.c:
15751
15752         Fix for core changes:
15753         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15754         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15755         (gst_sinesrc_getrange):
15756
15757 2005-04-23  David Schleef  <ds@schleef.org>
15758
15759         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15760         in gst-plugins in a long time, and properly belongs in liboil.
15761         * gst-libs/gst/idct/Makefile.am:
15762         * gst-libs/gst/idct/README:
15763         * gst-libs/gst/idct/dct.h:
15764         * gst-libs/gst/idct/doieee:
15765         * gst-libs/gst/idct/fastintidct.c:
15766         * gst-libs/gst/idct/floatidct.c:
15767         * gst-libs/gst/idct/idct.c:
15768         * gst-libs/gst/idct/idct.h:
15769         * gst-libs/gst/idct/idtc.vcproj:
15770         * gst-libs/gst/idct/ieeetest.c:
15771         * gst-libs/gst/idct/intidct.c:
15772
15773 2005-04-20  Wim Taymans  <wim@fluendo.com>
15774
15775         * docs/design-audiosinks.txt:
15776         * gst-libs/gst/audio/Makefile.am:
15777         * gst-libs/gst/audio/TODO:
15778         * gst-libs/gst/audio/gstaudiosink.c:
15779         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15780         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15781         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15782         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15783         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15784         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15785         (gst_audiosink_class_init), (gst_audiosink_init),
15786         (gst_audiosink_create_ringbuffer):
15787         * gst-libs/gst/audio/gstaudiosink.h:
15788         * gst-libs/gst/audio/gstbaseaudiosink.c:
15789         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15790         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15791         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15792         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15793         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15794         (gst_baseaudiosink_create_ringbuffer),
15795         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15796         * gst-libs/gst/audio/gstbaseaudiosink.h:
15797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15798         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15799         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15800         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15801         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15802         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15803         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15804         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15805         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15806         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15807         * gst-libs/gst/audio/gstringbuffer.h:
15808         An attempt at a set of audio base classes together with some
15809         design docs.
15810
15811 2005-04-20  Wim Taymans  <wim@fluendo.com>
15812
15813         * gst/audioconvert/Makefile.am:
15814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15815         (gst_audio_convert_caps_remove_format_info),
15816         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15817         (gst_audio_convert_channels):
15818         Link against audio libs.
15819         Fix audio convert plugin.
15820
15821 2005-04-20  Wim Taymans  <wim@fluendo.com>
15822
15823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15824         (gst_ogg_demux_sink_activate):
15825         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15826         (theora_set_header_on_caps), (theora_enc_sink_event),
15827         (theora_enc_chain):
15828         Fix theora encoder.
15829
15830 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15831
15832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15833         * gst/playback/gstdecodebin.c: (find_compatibles):
15834           Work with staticpadtemplates in elementfactories.
15835
15836 2005-04-12  Wim Taymans  <wim@fluendo.com>
15837
15838         * gst/playback/README:
15839         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15840         (compare_ranks), (print_feature), (gst_decode_bin_init),
15841         (dynamic_create), (dynamic_free), (find_compatibles),
15842         (mimetype_is_raw), (close_pad_link), (got_redirect),
15843         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15844         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15845         (gst_decode_bin_change_state):
15846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15847         (gst_play_base_bin_init), (group_destroy), (group_commit),
15848         (check_queue), (queue_overrun), (queue_threshold_reached),
15849         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15850         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15851         (got_redirect), (setup_source), (play_base_eos),
15852         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15853         (gst_play_base_bin_remove_element):
15854         * gst/playback/gstplaybasebin.h:
15855         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15856         (gst_play_bin_init), (gst_play_bin_dispose),
15857         (gst_play_bin_set_property), (gen_video_element),
15858         (gen_text_element), (gen_audio_element), (remove_sinks),
15859         (gst_play_bin_send_event):
15860         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15861         (stream_info_change_state), (gst_stream_info_set_mute):
15862         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15863         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15864         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15865         (gst_stream_selector_chain):
15866         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15867         (main):
15868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15869         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15870         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15871         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15872         Raw and crude port of decodebin. 
15873         Make playbin compile.
15874
15875 2005-04-06  Wim Taymans  <wim@fluendo.com>
15876
15877         * ext/gnomevfs/Makefile.am:
15878         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15879         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15880         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15881         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15882         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15883         (gst_gnomevfssrc_stop):
15884         * ext/ogg/Makefile.am:
15885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15886         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15887         * ext/theora/Makefile.am:
15888         * ext/theora/theoradec.c: (_inc_granulepos),
15889         (theora_dec_sink_event), (theora_dec_chain):
15890         * ext/vorbis/Makefile.am:
15891         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15892         (vorbis_dec_sink_event), (vorbis_dec_chain):
15893         * gst-libs/gst/audio/Makefile.am:
15894         * sys/xvimage/Makefile.am:
15895         Make gnomevfssrc extend the source base class.
15896         Fix linking against libs in various plugins.
15897
15898 2005-04-06  Andy Wingo  <wingo@pobox.com>
15899
15900         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15901         GST_BASE_LIBS.
15902
15903         * configure.ac: Add check and AC_SUBST for libgstbase.
15904
15905 2005-03-31  Wim Taymans  <wim@fluendo.com>
15906
15907         * examples/seeking/Makefile.am:
15908         * examples/seeking/cdparanoia.c: (main):
15909         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15910         (play_cb), (pause_cb), (stop_cb), (main):
15911         * examples/seeking/playbin.c:
15912         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15913         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15914         (make_sid_pipeline), (make_vorbis_pipeline),
15915         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15916         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15917         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15918         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15919         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15920         (stop_cb), (main):
15921         * examples/seeking/spider_seek.c:
15922         * examples/seeking/vorbisfile.c:
15923         * ext/gnomevfs/Makefile.am:
15924         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15926         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15927         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15928         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15929         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15930         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15931         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15932         * ext/ogg/README:
15933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15934         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15935         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15936         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15937         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15938         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15939         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15940         (gst_ogg_demux_factory_filter), (compare_ranks),
15941         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15942         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15943         (gst_ogg_chain_new), (gst_ogg_chain_free),
15944         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15945         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15946         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15947         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15948         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15949         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15950         (gst_ogg_demux_get_prev_page),
15951         (gst_ogg_demux_deactivate_current_chain),
15952         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15953         (gst_ogg_demux_bisect_forward_serialno),
15954         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15955         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15956         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15957         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15958         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15959         (gst_ogg_demux_change_state), (gst_ogg_print):
15960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15961         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15962         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15963         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15964         (gst_ogg_mux_loop):
15965         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15966         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15967         (theora_dec_src_convert), (theora_dec_sink_convert),
15968         (theora_dec_src_query), (theora_dec_src_event),
15969         (theora_dec_sink_event), (theora_dec_chain),
15970         (theora_dec_change_state):
15971         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15972         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15973         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15974         (theora_enc_change_state):
15975         * ext/vorbis/Makefile.am:
15976         * ext/vorbis/oggvorbisenc.c:
15977         * ext/vorbis/oggvorbisenc.h:
15978         * ext/vorbis/vorbis.c: (plugin_init):
15979         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15980         (vorbis_dec_src_query), (vorbis_dec_src_event),
15981         (vorbis_dec_sink_event), (vorbis_dec_chain),
15982         (vorbis_dec_change_state):
15983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15984         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15985         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15986         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15987         (gst_vorbisenc_change_state):
15988         * ext/vorbis/vorbisenc.h:
15989         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15990         * gst-libs/gst/audio/audioclock.c:
15991         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15992         (gst_audiofilter_init), (gst_audiofilter_chain):
15993         * gst-libs/gst/audio/testchannels.c: (main):
15994         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15995         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15996         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15997         (gmip_find_track_streaminfo), (gmip_find_track_format):
15998         * gst-libs/gst/media-info/media-info.c:
15999         (gst_media_info_read_idler):
16000         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16001         (gst_play_get_all_by_interface):
16002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16003         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16004         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16005         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16006         (gst_riff_parse_info):
16007         * gst-libs/gst/riff/riff-read.h:
16008         * gst-libs/gst/riff/riff.c: (plugin_init):
16009         * gst-libs/gst/video/Makefile.am:
16010         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16011         (gst_videosink_class_init), (gst_videosink_get_type):
16012         * gst-libs/gst/video/videosink.h:
16013         * gst/audioconvert/bufferframesconvert.c:
16014         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16015         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16016         * gst/audioconvert/channelmixtest.c: (main):
16017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16018         (gst_audio_convert_chain),
16019         (gst_audio_convert_caps_remove_format_info),
16020         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16021         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16022         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16023         (gst_audio_convert_buffer_to_default_format),
16024         (gst_audio_convert_buffer_from_default_format),
16025         (gst_audio_convert_channels):
16026         * gst/audioconvert/gstchannelmix.h:
16027         * gst/ffmpegcolorspace/avcodec.h:
16028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16029         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16030         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16031         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16032         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16033         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16034         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16035         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16036         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16037         (dv_type_find):
16038         * gst/videotestsrc/gstvideotestsrc.c:
16039         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16040         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16041         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16042         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16043         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16044         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16045         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16047         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16048         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16049         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16050         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16051         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16052         (gst_xvimagesink_navigation_send_event),
16053         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16054         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16055         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16056         * sys/xvimage/xvimagesink.h:
16057         Plugin port to 0.9, ogg/theora playback should work in the seek
16058         example now.
16059         Removed old examples.
16060         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16061         explained in 0.9 TODO doc.
16062
16063
16064 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         * autogen.sh:
16067         * configure.ac:
16068         * ext/Makefile.am:
16069         * gst/Makefile.am:
16070         * po/POTFILES.in:
16071         * po/af.po:
16072         * po/az.po:
16073         * po/cs.po:
16074         * po/en_GB.po:
16075         * po/hu.po:
16076         * po/it.po:
16077         * po/nb.po:
16078         * po/nl.po:
16079         * po/or.po:
16080         * po/sq.po:
16081         * po/sr.po:
16082         * po/sv.po:
16083         * po/uk.po:
16084         * po/vi.po:
16085         * sys/Makefile.am:
16086         * testsuite/Makefile.am:
16087           remove a whole bunch of plugins.  This module now contains a set
16088           of free reference plugins/elements as agreed.
16089
16090 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * configure.ac:
16093           hunting season on 0.9 is now OPEN
16094
16095 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16096
16097         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16098           Kick the hell out of gcc for not warning me about a symbol conflict.
16099
16100 2005-02-22  Luca Ognibene  <luogni@tin.it>
16101
16102         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16103
16104         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16105           Don't leak caps string (fixes #168134)
16106
16107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16108         (gst_jpegenc_init), (gst_jpegenc_finalize),
16109         (gst_jpegenc_change_state):
16110           Don't leak line buffers and context struct (fixes #168133).
16111
16112 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         * configure.ac:
16115         * ext/dirac/gstdiracdec.cc:
16116         (gst_diracdec_chain):
16117           Since dirac 0.5.0 the framerate in dirac is expressed as a
16118           rational number. Fix build and up requirement to 0.5.0, and
16119           also pass parameters to gst_diracdec_link in the right order
16120           (fixes #167959).
16121
16122 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16123
16124         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16125         * ext/faad/gstfaad.h:
16126         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16127         certain invalid muxed streams, where some packets will contain 
16128         junk after decoder data. Partially fixes #149158.
16129
16130 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16131         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16132           Make sure we only write to writable buffers
16133
16134 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * gst-libs/gst/riff/riff-media.c:
16137         (gst_riff_create_audio_caps_with_data):
16138           Do actually fix invalid RIFF fmt header values for alaw
16139           and mulaw audio instead of just saying so.
16140
16141         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16142           Give gst_riff_create_audio_caps_with_data() a chance to
16143           fix up broken format header fields before extracting any
16144           parameters from the header. (fixes #167633)
16145
16146 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16147
16148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * gst/audioconvert/bufferframesconvert.c:
16151         (buffer_frames_convert_link):
16152           Don't leak othercaps. (fixes #167878)
16153
16154 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16155
16156         * configure.ac:
16157         * ext/libvisual/visual.c: (gst_visual_srclink),
16158         (gst_visual_change_state):
16159           Support libvisual 0.2.0.
16160
16161 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16162
16163         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16164         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16165           Use same rowstrides for I420 as used everywhere else.
16166
16167 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16170           Declare variables at beginning of block and make gcc-2.95 happy
16171           (fixes # 167482, patch by Gergely Nagy).
16172           
16173         * gst/tcp/gsttcpclientsrc.c:
16174         * gst/tcp/gsttcpclientsrc.h:
16175           Move some includes into the header, so that struct sockaddr_in is
16176           defined when it should be defined on FreeBSD as well (fixes
16177           #167483).
16178           
16179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16180           Don't pass uninitialised values to setsockopt() here either.
16181
16182 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16183
16184         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16185
16186         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16187           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16188
16189 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16190
16191         * gst/playback/gstplaybin.c: (add_sink):
16192           Invert bin_add/link order to workaround deadlock in opt.
16193
16194 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16195
16196         * gst/modplug/gstmodplug.cc:
16197           Add missing break causing position queries to fail.
16198
16199 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16200
16201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16202           Granpos can apparently be -1, which screws up calculations...
16203
16204 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16205
16206         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16207         (gst_ximagesink_send_pending_navigation),
16208         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16209         (gst_ximagesink_init):
16210         * sys/ximage/ximagesink.h:
16211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16212         (gst_xvimagesink_send_pending_navigation),
16213         (gst_xvimagesink_navigation_send_event),
16214         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16215         * sys/xvimage/xvimagesink.h:
16216           Use a mutex protected list to marshal navigation
16217           events into the stream thread from whichever thread
16218           sends them.
16219
16220 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16223           Display current position and track length; misc. clean-ups.
16224           
16225         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16226         (speed_init), (speed_chain):
16227           Add query function, so that the stream length and current position
16228           get adjusted when queried (note that current position queries may
16229           still be wrong if the audio sink returns values based on buffer
16230           timestamps instead of passing on the query).
16231
16232 2005-02-13  Benjamin Otte  <otte@gnome.org>
16233
16234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16235         (gst_audio_convert_channels):
16236           create channel conversion matrix when linking
16237         * gst/audioconvert/.cvsignore:
16238         * gst/audioconvert/Makefile.am:
16239         * gst/audioconvert/channelmixtest.c: (main):
16240           add (ugly) test that ensures stereo <=> mono conversion works
16241           correctly
16242
16243 2005-02-13  Benjamin Otte  <otte@gnome.org>
16244
16245         * gst/audioconvert/gstchannelmix.h:
16246           include missing header file
16247         * gst/audioconvert/gstchannelmix.c:
16248         (gst_audio_convert_fill_compatible):
16249           use same sign for both channels when converting to/from compatible
16250           channel. Previously used different signs made the signals cancel
16251           each other out and appear like silence. (fixes #167269)
16252
16253 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * gst/ffmpegcolorspace/avcodec.h:
16256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16258         (gst_ffmpegcsp_avpicture_fill):
16259         * gst/ffmpegcolorspace/imgconvert.c:
16260           Convert to and from YV12 (fixes #156379).
16261
16262 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16263
16264         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16265         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16266         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16267         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16268         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16269         methods from chain and negotiation and vice versa (Fixes #166142).
16270         * sys/ximage/ximagesink.h: Add stream_lock.
16271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16272         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16273         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16274         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16275
16276 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16279           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16280           error message when we can't open the DVD device (when dvdnav_open()
16281           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16282           the above). Send something more useful instead (fixes #167117).
16283
16284 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16285
16286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16287         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16288         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16289         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16290         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16291         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16292         methods from chain and negotiation and vice versa (Fixes #166142).
16293         Fix a possible bug of images in the buffer pool being discarded because
16294         we are looking at the wrong geometry.
16295         * sys/xvimage/xvimagesink.h: Add stream_lock.
16296
16297 2005-02-11  David Schleef  <ds@schleef.org>
16298
16299         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16300         unsigned int. (fixes #167128)
16301
16302 2005-02-11  David Schleef  <ds@schleef.org>
16303
16304         * gst/librfb/Makefile.am: Testing stuff before committing is
16305           for wimps... and people with fast machines.  Fix stupid
16306           mistake.
16307
16308 2005-02-11  David Schleef  <ds@schleef.org>
16309
16310         * configure.ac: Pull in librfb from my CVS tree, because it is
16311           too small and annoying to be separate.  Move rfbsrc plugin
16312           to gst/.
16313         * ext/Makefile.am:
16314         * ext/librfb/Makefile.am:
16315         * ext/librfb/gstrfbsrc.c:
16316         * gst/librfb/Makefile.am:
16317         * gst/librfb/gstrfbsrc.c:
16318         * gst/librfb/rfb.c:
16319         * gst/librfb/rfb.h:
16320         * gst/librfb/rfbbuffer.c:
16321         * gst/librfb/rfbbuffer.h:
16322         * gst/librfb/rfbbytestream.c:
16323         * gst/librfb/rfbbytestream.h:
16324         * gst/librfb/rfbcontext.h:
16325         * gst/librfb/rfbdecoder.c:
16326         * gst/librfb/rfbdecoder.h:
16327         * gst/librfb/rfbutil.h:
16328
16329 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * gst/speed/Makefile.am:
16332         * gst/speed/demo-mp3.c: (main):
16333         * gst/speed/filter.func:
16334         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16335         (speed_class_init), (speed_init), (speed_chain_int16),
16336         (speed_chain_float32), (speed_chain), (speed_set_property),
16337         (speed_get_property), (speed_change_state):
16338         * gst/speed/gstspeed.h:
16339           Fix speed element and make it chain-based (fixes #156467),
16340           and make it handle more than one channel.
16341
16342 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16343
16344         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16345         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16346         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16347         * ext/dts/gstdtsdec.h:
16348           Don't clobber the stack constructing the channels array.
16349           Make the element chain-based. DTS tracks can now be played.
16350           
16351 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         * gst-libs/gst/audio/multichannel.h:
16354         * gst-libs/gst/gconf/gconf.h:
16355         * gst-libs/gst/idct/idct.h:
16356         * gst-libs/gst/media-info/media-info-priv.h:
16357         * gst-libs/gst/play/play.h:
16358         * gst-libs/gst/resample/private.h:
16359         * gst-libs/gst/resample/resample.h:
16360         * gst-libs/gst/riff/riff-ids.h:
16361         * gst-libs/gst/video/video.h:
16362         * gst-libs/gst/video/videosink.h:
16363           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16364           missing, so that they work when included from C++ code.
16365
16366 2005-02-09  David Schleef  <ds@schleef.org>
16367
16368         * testsuite/gst-lint: Check for non-statically scoped
16369           parent_class variables.  This won't be a problem once
16370           plugins are loaded with RTLD_LOCAL.
16371
16372 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16373
16374         * ext/mplex/gstmplexibitstream.cc:
16375           gcc madness.
16376
16377 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16378
16379         * ext/ogg/gstogmparse.c:
16380         * gst/debug/gstnavigationtest.c:
16381           Die, thou faulty symbol pollutors (non-static parent_class).
16382
16383 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16384
16385         * ext/mplex/gstmplexibitstream.cc:
16386           Fix event handling (#165525).
16387
16388 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16389
16390         * ext/mikmod/gstmikmod.c:
16391         * gst/modplug/gstmodplug.cc:
16392           Add missing endianness to template (fixes #165509).
16393
16394 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16395
16396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16397           Fix wrong order of reading of optional bytes (#165290).
16398
16399 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16402           Implement FILLER event awareness.
16403
16404 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16405
16406         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16407           Fix track calculations (#166208).
16408
16409 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16410
16411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16414         * ext/libpng/gstpngenc.c:
16415           Fix byte-order, use proper fixed caps. Fixes #164197.
16416
16417 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16418
16419         * configure.ac:
16420           Add dvdlpcmdec 
16421
16422         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16423         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16424           Don't push buffers if the src pad isn't negotiated yet.
16425           
16426         * gst/audioconvert/gstaudioconvert.c:
16427         (gst_audio_convert_buffer_to_default_format),
16428         (gst_audio_convert_buffer_from_default_format):
16429           Add support for 24-bit width.
16430
16431         * gst/dvdlpcmdec/.cvsignore:
16432         * gst/dvdlpcmdec/Makefile.am:
16433         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16434         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16435         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16436         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16437         (plugin_init):
16438         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16439           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16440           format. Needs support for the channels maps if someone can find 
16441           a DVD LPCM track with > 2 channels.
16442
16443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16444         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16445         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16446         * gst/mpegstream/gstdvddemux.h:
16447         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16448         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16449         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16450         * gst/mpegstream/gstmpegdemux.h:
16451         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16452         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16453         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16454         (gst_mpeg_parse_handle_src_query),
16455         (gst_mpeg_parse_handle_src_event):
16456           Use audio/x-dvd-lpcm for LPCM output.
16457           Add DTS output.
16458
16459 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16460
16461         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16462
16463         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16464         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16465           Add BGRA handling (#165736).
16466
16467 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16468
16469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16470
16471         * gst/law/alaw-decode.c: (alawdec_link):
16472         * gst/law/alaw-encode.c: (alawenc_link):
16473         * gst/law/mulaw-decode.c: (mulawdec_link):
16474         * gst/law/mulaw-encode.c: (mulawenc_link):
16475           Fix caps memleaks (#166600).
16476
16477 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * ext/tarkin/mem.h:
16480         * ext/tarkin/wavelet.h:
16481         * ext/tarkin/yuv.h:
16482         * gst/ffmpegcolorspace/avcodec.h:
16483           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16484           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16485
16486 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16490         (gst_xvimagesink_change_state):
16491           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16492           Xv video (and thereby regenerate Xv colourkey) in clear() so
16493           that PLAY -> READY -> PLAY works (fixes #162504).
16494
16495 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16496
16497         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16498           Switch to list instead of range, since MJPEG-devices really just
16499           support decimations, not any size.
16500
16501 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16503         (gst_mpeg2dec_reset), (free_all_buffers),
16504         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16505         * ext/mpeg2dec/gstmpeg2dec.h:
16506           The libmpeg2 user-allocated buffer management is awkward, 
16507           to say the least. Hopefully this fixes things.
16508
16509 2005-02-04  Andy Wingo  <wingo@pobox.com>
16510
16511         * gst/audioconvert/bufferframesconvert.c
16512         (buffer_frames_convert_fixate): New function, fixates to 256
16513         frames per buffer by default. (Much better than 1.)
16514         (buffer_frames_convert_init): Set the fixate function for both src
16515         and sink pad.
16516         (buffer_frames_convert_link): After success setting nonfixed caps,
16517         get the negotiated caps so we can know how many buffer-frames it
16518         will be. No idea how this worked at all before.
16519
16520 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16521
16522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16523         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16524         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16525         (handle_sequence), (handle_picture):
16526         * ext/mpeg2dec/gstmpeg2dec.h:
16527           Rearrange buffer tracking and refcounting and refactor
16528           a little for readability. 
16529
16530 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16531         * sys/v4l/gstv4l.c: (plugin_init):
16532         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16533         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16534         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16535         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16536         * sys/v4l/gstv4ljpegsrc.h:
16537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16538         * sys/v4l/v4l_calls.h:
16539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16540         (gst_v4lsrc_get_fps):
16541         * sys/v4l/v4lsrc_calls.h:
16542           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16543           you jpeg inside rgb frames" driver.
16544           Don't error in the v4lsrc link function, just return 
16545           REFUSED.
16546
16547 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16548
16549         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16550         (gst_qcamsrc_open):
16551           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16552
16553 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16556           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16557
16558 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16561           Reset negotiated state on PAUSED->READY.
16562
16563 2005-02-02  David Schleef  <ds@schleef.org>
16564
16565         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16566         whereever possible.  (Fixes #165997)
16567         * examples/capsfilter/capsfilter1.c: (main):
16568         * examples/dynparams/filter.c: (create_ui):
16569         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16570         * examples/seeking/chained.c: (main):
16571         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16572         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16573         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16574         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16575         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16576         * examples/switch/switcher.c: (main):
16577         * ext/dv/demo-play.c: (main):
16578         * ext/faad/gstfaad.c: (gst_faad_change_state):
16579         * ext/mad/gstmad.c: (gst_mad_chain):
16580         * ext/smoothwave/demo-osssrc.c: (main):
16581         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16582         (gst_gconf_render_bin_from_description),
16583         (gst_gconf_get_default_audio_sink),
16584         (gst_gconf_get_default_video_sink),
16585         (gst_gconf_get_default_audio_src),
16586         (gst_gconf_get_default_video_src),
16587         (gst_gconf_get_default_visualization_element):
16588         * gst/level/demo.c: (main):
16589         * gst/level/plot.c: (main):
16590         * gst/playback/gstplaybin.c: (gen_video_element),
16591         (gen_audio_element):
16592         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16593         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16594         * gst/sine/demo-dparams.c: (main):
16595         * gst/spectrum/demo-osssrc.c: (main):
16596         * gst/speed/demo-mp3.c: (main):
16597         * gst/volume/demo.c: (main):
16598         * testsuite/embed/embed.c: (main):
16599
16600 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16601
16602         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16603         (gst_tcpclientsink_finalize):
16604         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16605         (gst_tcpclientsrc_finalize):
16606         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16607         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16608         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16609         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16610           Don't leak the hostname when shutting down.
16611           In tcpserversrc, take a copy of the default hostname.
16612
16613 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16614
16615         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16616           Set caps to systemstream=TRUE.
16617
16618 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16619
16620         * testsuite/Makefile.am:
16621           Fix more OSX buildbots.
16622
16623 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16624
16625         * ext/mpeg2dec/gstmpeg2dec.c:
16626           Don't send things to NULL PAD_PEERs
16627
16628         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16629           Copy-on-write the incoming buffer.
16630
16631         * gst/mpegstream/gstdvddemux.h:
16632         * gst/mpegstream/gstmpegclock.h:
16633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16634         (normal_seek), (gst_mpeg_demux_handle_src_event):
16635         * gst/mpegstream/gstmpegdemux.h:
16636         * gst/mpegstream/gstmpegpacketize.h:
16637         * gst/mpegstream/gstmpegparse.c:
16638         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16639         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16640         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16641         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16642         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16643         * gst/mpegstream/gstmpegparse.h:
16644         * gst/mpegstream/gstrfc2250enc.h:
16645           Various changes to the way time is computed that make seeking and
16646           total time estimation much better here.
16647           Use G_BEGIN/END_DECLS instead of __cplusplus
16648
16649         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16650           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16651
16652 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16653
16654         * gst/subparse/gstsubparse.c:
16655           Fix OSX buildbot.
16656
16657 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16658
16659         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16660         (theora_enc_chain), (theora_enc_change_state):
16661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16662         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16663         (gst_vorbisenc_change_state):
16664         * ext/vorbis/vorbisenc.h:
16665           Set granulepos and timestamp correctly for streams not
16666           starting at 0, taking into account the initial delay.
16667
16668 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * gst/mpegstream/gstdvddemux.c:
16671           Add audio/x-dts to audio pad template caps
16672
16673 2005-01-30  David Schleef  <ds@schleef.org>
16674
16675         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16676         (create_context), (gst_polypsink_link): Fix silly endianness
16677         bug.  Add some debugging.  Remove float from caps; it doesn't
16678         work.  Attempt to get remote audio working.
16679
16680 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16681
16682         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16683           Add 3IV2 fourcc.
16684
16685 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16688         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16689         (gst_avi_demux_stream_data):
16690         * gst/avi/gstavidemux.h:
16691           Invert DIB images. Fixes #132341.
16692
16693 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16694
16695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16696         (gst_ffmpegcsp_chain):
16697           D'oh, reference the palette data, not the palette structure.
16698           Fixes color distortion in #132341.
16699
16700 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16701
16702         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16703           PAR can be non-fixed when not provided as argument (#162626).
16704
16705 2005-01-29  David Moore  <dcm@acm.org>
16706
16707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16710         (gst_qtdemux_loop_header):
16711           Re-apply patch from #142272 that allows non-seekable sources,
16712           re-proposed by Daniel Drake <dsd@gentoo.org>.
16713
16714 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16717           Use the src template for creating the src pad (#162330).
16718
16719 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16720
16721         * configure.ac:
16722         * ext/musepack/Makefile.am:
16723         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16724         (gst_musepackdec_init), (gst_musepackdec_dispose),
16725         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16726         (gst_musepack_stream_init), (gst_musepackdec_loop),
16727         (gst_musepackdec_change_state):
16728         * ext/musepack/gstmusepackdec.cpp:
16729         * ext/musepack/gstmusepackdec.h:
16730         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16731         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16732         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16733         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16734         * ext/musepack/gstmusepackreader.cpp:
16735         * ext/musepack/gstmusepackreader.h:
16736           Update to 1.1 API (#165446).
16737
16738 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16739
16740         * ext/Makefile.am:
16741           Unbreak buildbot.
16742
16743 2005-01-28  Andy Wingo  <wingo@pobox.com>
16744
16745         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16746         to reflect a different dubious internet source. Add a reference
16747         and some commentary.
16748
16749 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16750
16751         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16752         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16753         * gst/playback/gststreamselector.h:
16754           Be more selective when we're redoing caps negotiation from
16755           within the chain function on a stream change.
16756
16757 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * configure.ac:
16760         * ext/Makefile.am:
16761         * ext/amrnb/Makefile.am:
16762         * ext/amrnb/amrnb.c: (plugin_init):
16763         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16764         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16765         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16766         (gst_amrnbdec_state_change):
16767         * ext/amrnb/amrnbdec.h:
16768         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16769         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16770         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16771         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16772         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16773         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16774         * ext/amrnb/amrnbparse.h:
16775           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16776         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16777           Add AMR-NB/-WB raw formats.
16778         * ext/alsa/gstalsa.c: (gst_alsa_link):
16779           Keep valid time when changing format.
16780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16781         (qtdemux_parse_trak):
16782           Add some more format-specific options (#140141, #143555, #155163).
16783
16784 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * gst/matroska/matroska-demux.c:
16787         (gst_matroska_demux_parse_blockgroup):
16788           Fix logic error in timing of subtitle stream synchronization.
16789         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16790           Add skip-chunk, which is found in kodak-camera streams.
16791
16792 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16793
16794         * po/LINGUAS:
16795         * po/vi.po:
16796           Adding Vietnamese translation (submitted by Clytie Siddall)
16797
16798 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16799
16800         * gst/playback/gstdecodebin.c: (try_to_link_1):
16801           Use realpad for signal.
16802
16803 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16804
16805         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16806           Fix category so decodebin picks it up.
16807
16808 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16809
16810         * ext/mad/Makefile.am:
16811         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16812         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16813         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16814         (found_type), (gst_id3demux_bin_change_state):
16815         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16816         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16817         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16818         (gst_id3_tag_change_state), (plugin_init):
16819         * ext/mad/gstmad.h:
16820           Add id3demuxbin (which is a simple bin consisting of id3demux
16821           and typefind), take over rank from id3demux, remove typefind
16822           code from id3demux. Makes all broken mp3s that I know of work,
16823           and thereby fixes #152688.
16824
16825 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16826
16827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16828
16829         * ext/mad/gstmad.c: (gst_mad_src_event):
16830         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16831           Allow seeks on audio pad, make mad forward those (#164826).
16832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16833           Set duration (#165335).
16834
16835 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16836
16837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16838         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16839         (gst_asf_demux_process_ext_content_desc),
16840         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16841         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16842         * gst/asfdemux/gstasfdemux.h:
16843           Improve metadata display, e.g. if the metadata comes before the
16844           streams are loaded (which is perfectly valid).
16845
16846 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * tools/gst-launch-ext-m.m:
16849           Fix AVI/ASF pipelines (#165340).
16850
16851 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16852         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16853         build failure on amd64
16854
16855 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16858         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16859           Check environment variables GST_ID3V2_TAG_ENCODING,
16860           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16861           list of character encodings to force interpretation of non-unicode
16862           strings stored in an ID3v2 tag to a particular encoding. If none
16863           is specified, try to use current locale's encoding, then fall back
16864           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16865         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16866         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16867           Check environment variables GST_ID3V1_TAG_ENCODING,
16868           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16869           list of character encodings to use in case a string encountered
16870           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16871           specified, try to use the current locale's encoding, then fall
16872           back to ISO-8859-1 (which will always succeed).
16873
16874 2005-01-25  Benjamin Otte  <otte@gnome.org>
16875
16876         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16877           - on half framerate, compute the rate in advance so the comparisons
16878             don't compare wrong values
16879           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16880             behaviour
16881           - don't use mad_header_decode anymore, mad_frame_decode does that
16882             automatically
16883           - when getting rid of consumed bytes, reset the stream's skiplen
16884           (fixes #163867)
16885
16886 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16887
16888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16889           Use 1/2 a second for default max_discont, as PES streams from DVB
16890           seem to have larger spacings in the SCR. 
16891           Fix a typo.
16892
16893 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16894
16895         * gst/playback/gstplaybasebin.c: (group_commit):
16896           Notify delayed stream-info availability.
16897
16898 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16899         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16900         (gst_a52dec_handle_event), (gst_a52dec_chain):
16901         Add some debug output. Check that a discont has a valid
16902         time associated.
16903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16904         (gst_alsa_sink_loop):
16905         Ignore TAG events. A little extra debug for broken timestamps.
16906         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16907         (dvdnavsrc_change_state):
16908         Ensure we send a discont to engage the link before we send any
16909         other events.
16910         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16911         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16912         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16913         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16914         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16915         dvd://title works in totem because typefinding sends a seek that ends
16916         up going back to chapter 1 regardless.
16917         * ext/mpeg2dec/gstmpeg2dec.c:
16918         * ext/mpeg2dec/gstmpeg2dec.h:
16919         Output correct timestamps and handle disconts.
16920         * ext/ogg/gstoggdemux.c: (get_relative):
16921         Small guard against a null dereference.
16922         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16923         (gst_textoverlay_set_property):
16924         Free memory when done. Don't call gst_event_filler_get_duration on
16925         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16926         g_warning.
16927         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16928         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16929         (gst_sw_srclink), (gst_smoothwave_chain):
16930         Draw solid lines, prettier colours.
16931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16932         Add a default palette that'll work for some movies.
16933         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16934         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16935         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16936         * gst/mpegstream/gstdvddemux.h:
16937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16938         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16939         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16940         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16941         * gst/mpegstream/gstmpegparse.h:
16942         Use PTM/NAV events when for timestamp adjustment when connected to 
16943         dvdnavsrc. Don't use many discont events where one suffices.
16944         * gst/playback/gstplaybasebin.c: (group_destroy),
16945         (gen_preroll_element), (gst_play_base_bin_add_element):
16946         * gst/playback/gstplaybasebin.h:
16947         Make sure we remove subtitles from the same bin we put them in.
16948         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16949         (gst_subparse_buffer_format_autodetect),
16950         (gst_subparse_change_state):
16951         Fix some memleaks and invalid accesses.
16952         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16953         (oggskel_type_find), (cmml_type_find), (plugin_init):
16954         Some typefind functions for Annodex v3.0 files
16955         * gst/wavparse/gstwavparse.h:
16956         GstRiffReadClass is the correct parent class.
16957
16958 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * gst-libs/gst/riff/riff-media.c:
16961         (gst_riff_create_video_caps_with_data):
16962           Add extradata to huffyuv (fixes #165013).
16963         * gst-libs/gst/riff/riff-read.c:
16964         (gst_riff_read_strf_vids_with_data):
16965           Fix extradata extraction if it is in the chunk size.
16966
16967 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16968
16969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16972         (gst_quarktv_change_state), (gst_quarktv_dispose):
16973           Memory free'ing location fix (#164708).
16974
16975 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16976
16977         * gst/playback/gstplaybasebin.c: (group_commit),
16978         (gen_preroll_element), (probe_triggered), (gen_source_element),
16979         (setup_source), (gst_play_base_bin_change_state),
16980         (gst_play_base_bin_add_element):
16981           Don't block for streams.
16982         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16983         (gst_stream_info_set_mute):
16984           Use gst_pad_set_active_recursive.
16985
16986 2005-01-25  Andy Wingo  <wingo@pobox.com>
16987
16988         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16989         for #ifndef HAVE_XVIDEO.
16990
16991 2005-01-24  Jeffrey C. Ollie
16992
16993         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16994
16995         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16996         * ext/gsm/gstgsmdec.h:
16997         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16998         * ext/gsm/gstgsmenc.h:
16999         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17000         was given by property. Add proper buffer timestamps and offsets.
17001
17002 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * gst-libs/gst/riff/riff-media.c:
17005         (gst_riff_create_audio_caps_with_data):
17006           Audio can be <8000Hz.
17007
17008 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17009
17010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17011           Explicit state change to workaround refcount bugs.
17012
17013 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17014
17015         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17016         (gst_avimux_riff_get_avi_header):
17017           Fix...
17018
17019 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17022         (gst_riff_read_element_data):
17023         * gst-libs/gst/riff/riff-read.h:
17024           Add _peek version (req'ed in CDXA).
17025         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17026         (gst_cdxaparse_loop):
17027           Fix parsing in playbin.
17028         * gst/playback/gstdecodebin.c: (close_pad_link):
17029           Ignore current_ pads, they cause major annoyance.
17030
17031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17034           Safety guard.
17035
17036 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17037
17038         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17039           Fix padding...
17040
17041 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17044           Allow for 0-sized buffers. Fixes length query problems in
17045           starwars.mkv from the testsuite.
17046
17047 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17050         (gst_video_box_i420), (gst_video_box_chain):
17051           Fix row strides for I420 (fixes #163159)
17052           
17053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17056           MPEG2 has a useful rate property, so we can actually use that.
17057           For MPEG-1, continue using the bytes/time properties.
17058
17059 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * gst-libs/gst/riff/riff-media.c:
17062         (gst_riff_create_video_caps_with_data),
17063         (gst_riff_create_video_template_caps):
17064           Add intel-h263.
17065
17066 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17067
17068         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17069           Fail if caps negotiation fails. Should fix #162184, and should
17070           definately be in there regardless of it fixing the actual bug.
17071         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17072         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17073         (gst_avimux_riff_get_avix_header),
17074         (gst_avimux_riff_get_video_header),
17075         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17076         (gst_avimux_start_file), (gst_avimux_handle_event),
17077         (gst_avimux_change_state):
17078         * gst/avi/gstavimux.h:
17079           Refactor structure writing to use GST_WRITE_UINT macros, add
17080           metadata writing support.
17081
17082 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17085           Elements may already be destroyed when this function is called.
17086
17087 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17090         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17091           More memory leak fixes (#149162).
17092
17093 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17096         (gst_qtdemux_add_stream):
17097           Fix two memleaks.
17098
17099 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17102           Argh...
17103
17104 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17107           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17108           when fixating to six channels in Totem.
17109
17110 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17113           Fix compile warnings on Solaris 10 buildbot
17114
17115 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * ext/dvdread/dvdreadsrc.c: (_read):
17118           Don't read beyond the last cell in a chapter (fixes 
17119           invalid memory access)
17120
17121 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * ext/dvdread/stream_labels.c:
17124         (dvdreadsrc_get_audio_stream_labels):
17125           Use NULL for an empty GList instead of g_list_alloc(); fix 
17126           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17127           of GString (easier to bulk free later)
17128
17129 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17130
17131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17132
17133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17134         (gst_ffmpeg_pixfmt_to_caps):
17135           Fix BGRA32 caps (#164209).
17136
17137 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17138
17139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17142         (gst_ffmpeg_caps_to_pixfmt):
17143           alpha_mask can be RGBA/ABGR. Fixes #164265.
17144
17145 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17146
17147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17148
17149         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17150         (gst_mpeg2dec_alloc_buffer):
17151         * ext/mpeg2dec/gstmpeg2dec.h:
17152           Crop if decoding size is not the actual image size (#163676).
17153
17154 2005-01-17  Steve Baker  <steve@stevebaker.org>
17155
17156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17157
17158         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17159         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17160           Add libsndfile typefind functions (#163309).
17161
17162 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * tools/gst-launch-ext-m.m:
17165           Add .aac, fix .m1v/.m2v (#163891).
17166
17167 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17170           Sanity check, don't wait endlessly since the clock might not
17171           actually run at this point (which is a deadlock). Fixes #164069.
17172
17173 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17174
17175         * gst/playback/gstplaybasebin.c: (probe_triggered):
17176           Of course, only pause if group is done...
17177
17178 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17179
17180         * gst/playback/gstplaybasebin.c: (probe_triggered):
17181           Thread safety.
17182
17183 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17184
17185         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17186           Don't return state change success when the parent
17187           failed.
17188
17189 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17190
17191         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17192           Free events (fix memleak in #162905).
17193
17194 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17195
17196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17197
17198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17199         (gst_ffmpeg_caps_to_pixfmt):
17200           Fix for depth = 15. Fixes #161675.
17201
17202 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17205           Set FPS correctly, even for webcams and the like.
17206         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17207           Don error on setting while capturing.
17208
17209 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17210
17211         * ext/dv/gstdvdec.c:
17212         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17213         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17214           I'm a bad boy. using /1001. to force C to do float division
17215           and not integer division (as it did in my last commit)
17216           Thanks to David I. Lehn for pointing this mistake.
17217
17218 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17219
17220         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17221           Revert Johan's 1.35->1.36 since it breaks compat.
17222
17223 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17224
17225         * ext/dv/gstdvdec.c:
17226         * ext/libfame/gstlibfame.c:
17227         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17228         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17229           replace framerate aproximations by their real value
17230           (24000/1001, 30000/1001, 60000/1001)
17231           Finish fixing bug #164049
17232
17233 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17234
17235         * ext/ogg/gstoggmux.c:
17236           eos/bos debugging
17237         * gst/tcp/gstmultifdsink.c:
17238         * gst/tcp/gstmultifdsink.h:
17239         * gst/tcp/gsttcp.c:
17240         * gst/tcp/gsttcp.h:
17241         * gst/tcp/gsttcpclientsink.c:
17242         * gst/tcp/gsttcpclientsrc.c:
17243         * gst/tcp/gsttcpserversink.c:
17244         * gst/tcp/gsttcpserversrc.c:
17245           improve reusability of elements after state changes and errors
17246           make multifdsink throw away streamheaders when receiving new ones
17247
17248 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17249
17250         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17251           Fix for if items are already in list...
17252
17253 2005-01-12  Benjamin Otte  <otte@gnome.org>
17254
17255         * gst/adder/gstadder.c: (gst_adder_loop):
17256           fix adder a bit so it doesn't screw up with events as much anymore
17257
17258 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17259
17260         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17261         (pixbufscale_scale), (gst_pixbufscale_chain):
17262         * ext/gdk_pixbuf/pixbufscale.h:
17263           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17264           to ensure rowstrides are calculated the same way as 
17265           ffmpegcolorspace
17266           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17267           that we pick up duration and offset also.
17268
17269 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17270
17271         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17272         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17273           Reusability fixes.
17274
17275 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17276
17277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17278         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17279         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17280         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17281           Update flags when requested.
17282
17283 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17284
17285         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17286           Fix dmix.
17287
17288 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17291         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17292         (probe_triggered), (new_decoded_pad), (gen_source_element),
17293         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17294         * gst/playback/gstplaybasebin.h:
17295         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17296         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17297         (gst_play_bin_change_state):
17298           Implement group-switch signal for use in apps to clear metadata
17299           cache, clean up subtitle, add suburi property instead of # hack,
17300           some error-out fixes.
17301
17302 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17303
17304         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17305           Debug.
17306         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17307           If we got a state change in the _get handler, don't return success.
17308
17309 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17310
17311         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17312         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17313           Make jpegdec quiet on MJPEG decoding
17314         * gst/asfdemux/README:
17315           Fix mimetypes for MJPEG and H263
17316
17317 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * ext/theora/theoradec.c: (theora_dec_chain):
17320           Fix broken code generation by gcc by swapping arguments.
17321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17322           Fix \n in debug.
17323
17324 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17325
17326         * TODO:
17327           delete this file, it is by far outdated
17328         * ext/alsa/gstalsa.1: remove
17329         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17330         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17331         (gst_alsa_get_caps):
17332           Add HW probing for supported sample rates. Fixes #161704
17333
17334 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17337           Don't crash, biatch! :).
17338
17339 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * ext/musepack/gstmusepackreader.cpp:
17342         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17343           Some work on tags - still doesn't work in playbin...
17344         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17345           Handle events...
17346
17347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17350           Also shove tags on kid pads.
17351
17352 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17355           Don't bail on unknown events.
17356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17357           Don't crash on events before negotiation.
17358         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17359           Send tags on pads, too.
17360         * gst/playback/gststreamselector.c:
17361         (gst_stream_selector_request_new_pad):
17362           Forward events on first pad if no input was selected yet.
17363
17364 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * gst/playback/gstplaybasebin.c: (setup_substreams):
17367           Don't disable streamtype if the stream doesn't exist, since
17368           then playing a video after audio will disable both and nothing
17369           will happen. Fixes the testsuite.
17370
17371 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17372
17373         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17374         (gst_v4l_xoverlay_set_xwindow_id):
17375         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17376         (gst_v4l2_xoverlay_set_xwindow_id):
17377           Add debug categories, fix overlay disabling.
17378
17379 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17380
17381         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17382         * ext/alsa/gstalsa.h:
17383           Add HW probing for period_count/size and buffer_size MIX/MAX
17384           Adjust default/user defined value if out of bounds
17385           Should fix bug #162024
17386
17387 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17390           Fix warning (#161191).
17391
17392 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17393
17394         * ext/dvdread/stream_labels.c:
17395         (dvdreadsrc_get_audio_stream_labels):
17396           Fix warning (init the good variable in switch default)
17397
17398 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17399
17400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17401
17402         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17403           Fix gcc-2.95 compile (#163485).
17404
17405 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17406
17407         * configure.ac:
17408         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17409         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17410         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17411         (gst_flacenc_change_state):
17412         * ext/flac/gstflacenc.h:
17413           Update for API change in flac-1.1.1. Update requirement in
17414           configure.ac. Fixes #162974.
17415
17416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17417
17418         * gst/playback/gstplaybasebin.c: (group_destroy):
17419           Remove hack to get rid of assert and get rid of unlinked
17420           signals properly.
17421
17422 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17423
17424         * gst/playback/gstplaybasebin.c: (setup_source):
17425           Set source to NULL so that resources are free'ed. Fixes issues
17426           with playback of CDDA and similar device-accessing things.
17427
17428 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * testsuite/embed/Makefile.am:
17431           test->noinst, fix make test in buildbot.
17432
17433 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17434
17435         * ext/dvdread/stream_labels.c: new file
17436         * ext/dvdread/stream_labels.h: new file
17437         * ext/dvdread/Makefile.am:
17438         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17439           Extract audio stream label from DVD IFO files.
17440           It only dump them on the console for now, still have to
17441           make playbin aware of them.
17442
17443 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * gst/playback/gstplaybasebin.c: (setup_source):
17446           Fix hanging subs.
17447
17448 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17451         (gen_preroll_element), (remove_groups), (setup_subtitle),
17452         (gen_source_element), (setup_source):
17453         * gst/playback/gstplaybasebin.h:
17454           Multiple .sub files is just a stupid idea... Fix some threading
17455           mistakes. Interestingly, external .sub files cause playbin to
17456           hang, I don't know why... Parsing fixes contributed by Fran??ois
17457           Kooman <fkooman@tuxed.net>.
17458
17459 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17460
17461         * testsuite/embed/Makefile.am:
17462           Fix buildbot.
17463
17464 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17465
17466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17467
17468         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17469         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17470         (gst_pngenc_set_property):
17471         * ext/libpng/gstpngenc.h:
17472           Add compression level property (#163323).
17473
17474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17475
17476         * configure.ac:
17477         * examples/capsfilter/capsfilter1.c: (main):
17478         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17479         * ext/dvdread/Makefile.am:
17480         * ext/dvdread/demo-play:
17481         * ext/dvdread/demo-play.c:
17482         * gconf/gstreamer.schemas.in:
17483         * gst-libs/gst/gconf/gconf.c:
17484         * sys/v4l/TODO:
17485         * testsuite/Makefile.am:
17486         * testsuite/embed/Makefile.am:
17487         * testsuite/embed/embed.c: (cb_expose), (main):
17488           Remove all references to xvideosink, fix examples (#140845).
17489         * gst/playback/gstplaybasebin.c: (group_destroy):
17490           Apparently, disposal does not unlink - so do explicitely.
17491         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17492           Add debug.
17493
17494 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17495
17496         * README: fix PKG_CONFIG_PATH instructions, what was there
17497         previously was breaking default search path, not nice. 
17498         Fixes #163358
17499
17500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17501
17502         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17503         (gst_audioscale_chain):
17504           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17505           when resampling - how the ^@$^!@^! is this possible?!?
17506
17507 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17508
17509         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17510           Reset variables on READY.
17511         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17512         (gst_matroska_mux_loop):
17513           Require data before writing header.
17514
17515 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17516
17517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17518
17519         * ext/mad/gstmad.c: (gst_mad_chain):
17520           Don't call mad_stream_sync() directly after recovering sync.
17521           Fixes #151661.
17522
17523 2005-01-09  Martin Eikermann  <meiker@upb.de>
17524
17525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17526
17527         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17528         (snapshot_handler), (gst_snapshot_sinkconnect),
17529         (gst_snapshot_chain):
17530           Allocate resources when required, fix recursive signal emission
17531           and fix caps. Fixes #161667.
17532
17533 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17534
17535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17538         (gst_pngdec_chain):
17539           Handle only 8-bppc (bits-per-pixel-component) images, better
17540           error handling and correct strides. Fixes #163177.
17541         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17542         (gst_pngenc_chain):
17543           Better error handling. Fixes #163348.
17544
17545 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17546
17547         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17548         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17549         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17550         (dvdnavsrc_uri_handler_init):
17551           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17552         * gst/playback/gstplaybasebin.c: (gen_source_element):
17553           Add MMS to streaming URIs.
17554
17555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17558         * sys/xvimage/xvimagesink.c:
17559         (gst_xvimagesink_navigation_send_event):
17560           Check for pad availability before sending event.
17561
17562 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17563
17564         * gst-plugins.spec.in:
17565           Add subparse.
17566
17567 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * configure.ac:
17570           Since we use functions from CVS, up requirement.
17571
17572 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17573
17574         * gst/playback/Makefile.am:
17575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17576         (group_destroy), (group_commit), (group_is_muted),
17577         (gen_preroll_element), (add_stream), (unknown_type),
17578         (probe_triggered), (preroll_unlinked), (mute_stream),
17579         (silence_stream), (new_decoded_pad), (setup_substreams),
17580         (setup_source), (get_active_source), (mute_group_type),
17581         (muted_group_change_state), (set_active_source),
17582         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17583         (play_base_eos), (gst_play_base_bin_change_state):
17584         * gst/playback/gstplaybasebin.h:
17585         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17586         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17587         (gst_stream_info_dispose), (stream_info_mute_pad),
17588         (stream_info_change_state), (gst_stream_info_set_mute):
17589         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17590         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17591         (gst_stream_selector_init), (gst_stream_selector_dispose),
17592         (gst_stream_selector_get_linked_pad),
17593         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17594         (gst_stream_selector_get_linked_pads),
17595         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17596         * gst/playback/gststreamselector.h:
17597           Adding stream selection support plus required properties for
17598           applications to use this. Fully fixes #100931.
17599
17600 2005-01-08  Benjamin Otte  <otte@gnome.org>
17601
17602         * gst/games/gstpuzzle.c: (nav_event_handler):
17603           - handle nav events differently: forward every event no matter if it
17604             was handled or not.
17605           - translate events
17606           You can now cheat by using navigationtest ! puzzle and moving the
17607           mouse close to the edge of a tile. ;)
17608
17609 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * configure.ac:
17612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17613         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17614         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17615         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17616         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17617         (gst_ogm_parse_plugin_init):
17618         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17619         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17620         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17621         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17622         * ext/pango/gsttextoverlay.h:
17623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17624         (gst_matroska_demux_handle_seek_event),
17625         (gst_matroska_demux_sync_streams),
17626         (gst_matroska_demux_parse_blockgroup),
17627         (gst_matroska_demux_subtitle_caps),
17628         (gst_matroska_demux_plugin_init):
17629         * gst/matroska/matroska-ids.h:
17630         * gst/playback/gstdecodebin.c: (close_pad_link):
17631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17632         (gen_preroll_element), (remove_groups), (add_stream),
17633         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17634         (setup_source):
17635         * gst/playback/gstplaybasebin.h:
17636         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17637         * gst/subparse/Makefile.am:
17638         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17639         (gst_subparse_base_init), (gst_subparse_class_init),
17640         (gst_subparse_init), (gst_subparse_formats),
17641         (gst_subparse_eventmask), (gst_subparse_event),
17642         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17643         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17644         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17645         (parse_mpsub_deinit), (parse_mpsub_init),
17646         (gst_subparse_buffer_format_autodetect),
17647         (gst_subparse_format_autodetect), (gst_subparse_loop),
17648         (gst_subparse_change_state), (gst_subparse_type_find),
17649         (plugin_init):
17650         * gst/subparse/gstsubparse.h:
17651         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17652         (plugin_init):
17653           Add subtitle support, .sub parser (supports SRT and MPsub),
17654           OGM text support, Matroska UTF-8 text support, deadlock fixes
17655           all over the place, subtitle awareness in decodebin/playbin
17656           and some fixes to textoverlay to handle subtitles in a stream
17657           correctly. Fixes #100931.
17658
17659 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17660
17661         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17662           Check for pad availability before doing a query on it.
17663
17664 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17665
17666         * ext/dv/gstdvdec.c:
17667           really fix bpp24/32 dvdec caps (classic rgba indeed)
17668         * gst/asfdemux/gstasfdemux.c:
17669         (gst_asf_demux_process_ext_content_desc):
17670           don't send text tags if they are empty (bis repetita)
17671
17672 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17673
17674         * ext/dv/gstdvdec.c:
17675          remove unneeded comment from dvdec
17676           (related to DV 4CC codes in AVI files)
17677           moved them in gstreamer/docs/random/mimetypes
17678         * gst/asfdemux/gstasfdemux.c:
17679         (gst_asf_demux_process_ext_content_desc):
17680          don't send text tags if they are empty
17681          fix mem leak on error path
17682         * gst/ffmpegcolorspace/avcodec.h:
17683         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17684         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17685         (gst_ffmpegcsp_avpicture_fill):
17686         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17687         * gst/ffmpegcolorspace/imgconvert_template.h:
17688          adds BGR32 and BGRA32 to ffmpegcolorspace
17689           (still bad colors, fixing it on next commit)
17690           helps with dvdec outputing BGR32
17691
17692 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17693
17694         * ext/dv/gstdvdec.c:
17695          Fix audio caps i just broke (missing ',')
17696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17697         (gst_matroska_mux_reset):
17698          Fix typo + add FIXME about old "x-gst-metadata" crap
17699
17700 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17701
17702         * ext/dv/demo-play.c: (main):
17703          xvideosink -> xvimagesink
17704         * ext/dv/gstdvdec.c:
17705          change rgb 32/32 caps to 24/32 (no alpha)
17706          change nb of channels to be a list (2 or 4, not 2)
17707          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17708         * gst/asfdemux/gstasfdemux.c:
17709         (gst_asf_demux_process_ext_content_desc):
17710          Add 'date/year' to extracted metadata list
17711
17712 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17715           The return value of fixate_to does not imply that the requested
17716           value was set, so don't assume.
17717
17718 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17719
17720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * ext/libpng/gstpngdec.c:
17723         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17724         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17725         * ext/libpng/gstpngenc.h:
17726           Alpha support (encoder; #163161), mime fixage.
17727
17728 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17729
17730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17731
17732         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17733         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17734         (gst_faac_set_property), (gst_faac_get_property):
17735         * ext/faac/gstfaac.h:
17736           Allow for ADTS output (#153434).
17737
17738 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17739
17740         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17741           Fix against template (#150576).
17742
17743 2005-01-06  Benjamin Otte  <otte@gnome.org>
17744
17745         * gst/games/gstpuzzle.c: (draw_puzzle):
17746           don't draw a puzzle if either width or height of tiles would be 0.
17747
17748 2005-01-06  Benjamin Otte  <otte@gnome.org>
17749
17750         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17751         (gst_puzzle_class_init), (gst_puzzle_finalize):
17752           no memleaks, please
17753         (gst_puzzle_create), (gst_puzzle_init),
17754         (gst_puzzle_set_property), (gst_puzzle_setup):
17755           change initialization code around so we don't reshuffle on resize
17756         (draw_puzzle):
17757           fix another stupid typo
17758
17759 2005-01-06  Benjamin Otte  <otte@gnome.org>
17760
17761         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17762           fix stupid typo that borked copying on YUY2
17763
17764 2005-01-06  Benjamin Otte  <otte@gnome.org>
17765
17766         * gst/games/gstpuzzle.c: (draw_puzzle):
17767           fix edges when image sizes aren't multiples of tile sizes
17768
17769 2005-01-06  Benjamin Otte  <otte@gnome.org>
17770
17771         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17772           make RGB endianness work correctly
17773         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17774           refactor and fix race with initial shuffling
17775         (nav_event_handler):
17776           allow using the mouse to puzzle
17777         (draw_puzzle):
17778           insist on tiles having width and height as multiples of 4 to get
17779           clean YUV image handling
17780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17781         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17782           s/DEBUG/LOG/ for common messages
17783         (gst_xvimagesink_navigation_send_event):
17784           fix mouse event translation to not include screen PAR
17785         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17786           fix mouse event translation to actually work
17787
17788 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17789
17790         * gst/asfdemux/gstasfdemux.c:
17791         (gst_asf_demux_process_ext_content_desc):
17792          Extract TrackNumber metadata + clean up code
17793         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17794          Hope this is the good fix (var used unitialised)
17795
17796 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17797
17798         * ext/faad/gstfaad.c: (gst_faad_chain):
17799           Only increment timestamp if it's valid. Fixes raw AAC streams.
17800
17801 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17802
17803         * configure.ac:
17804         * gst/games/Makefile.am:
17805         * gst/games/gstpuzzle.c:
17806           add a puzzle game with...
17807         * gst/games/gstvideoimage.c:
17808         * gst/games/gstvideoimage.h:
17809           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17810           from videotestsrc and made into something that would be a nice
17811           library for a lot of other plugins.
17812
17813 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17814
17815         * configure.ac:
17816          don't compile faad plugin if a RC of 2.0 is found
17817          Fixes #155346 (and FC1 buildbot)
17818         * gst/asfdemux/gstasfdemux.c:
17819         (gst_asf_demux_process_ext_content_desc):
17820          try to make Solaris compiler happier
17821
17822 2005-01-06  Paul Jack  <pjack@sfaf.org>
17823
17824         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17825
17826         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17827           Fix segfault (#161667).
17828
17829 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17830
17831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17832           Fix framerate reporting.
17833
17834 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17835
17836         * gst-libs/gst/riff/riff-ids.h:
17837         * gst/wavenc/riff.h:
17838          Add AMR (VBR and CBR) ids to riff.h audio codec list
17839         * gst/asfdemux/gstasfdemux.c:
17840         (gst_asf_demux_process_ext_content_desc),
17841         (gst_asf_demux_process_object):
17842           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17843
17844 2005-01-05  Martin Eikermann  <meiker@upb.de>
17845
17846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17847
17848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17849         (gst_dvd_demux_handle_discont):
17850         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17851         (gst_mpeg_demux_handle_discont):
17852           Recreate pads on new-media (#160730).
17853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17854           Send discont even if manager changes timestamps (#161929).
17855
17856 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17857
17858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17861           Fix invalid memory access (#159211).
17862
17863 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17864
17865         * examples/gstplay/player.c: (main):
17866           Don't iterate.
17867         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17868           Add visualizations.
17869         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17870         (gst_a52dec_handle_frame):
17871           Set duration.
17872         * ext/dvdnav/gst-dvd:
17873           Add audioconvert. Fixes #161325.
17874         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17875           Explicitely case to gint64. Possible valgrind error.
17876         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17877         (gst_play_tick_callback), (gst_play_change_state),
17878         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17879         (gst_play_set_location), (gst_play_get_location),
17880         (gst_play_seek_to_time), (gst_play_set_data_src),
17881         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17882         (gst_play_set_visualization), (gst_play_connect_visualization),
17883         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17884         (gst_play_new):
17885           Use playbin. Fixes #139749 and #147744.
17886         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17887           Add genre tag.
17888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17889         (audioscale_get_type), (gst_audioscale_base_init),
17890         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17891         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17892         (gst_audioscale_link), (gst_audioscale_get_buffer),
17893         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17894         (gst_audioscale_init), (gst_audioscale_dispose),
17895         (gst_audioscale_chain), (gst_audioscale_set_property),
17896         (gst_audioscale_get_property), (plugin_init):
17897           Indent properly.
17898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17899           Fix LPCM.
17900         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17901         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17902         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17903           Add more metadata (fixes #162656).
17904
17905 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * configure.ac:
17908           back to cvs
17909
17910 === release 0.8.7 ===
17911
17912 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17913
17914         * NEWS:
17915         * RELEASE:
17916         * configure.ac:
17917           releasing 0.8.7, "Hyperspace"
17918
17919 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17920
17921         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17922
17923         * gst/playback/gstplaybasebin.c:
17924          Fix for #162924 - free caps after use, not before
17925
17926 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17927
17928         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17929
17930         * gst/playback/gstplaybasebin.c:
17931         * gst/wavparse/gstwavparse.c:
17932           Fix for #154773 - fixes playback of small .wav files
17933
17934 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17935
17936         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17937
17938         * gst/audioscale/gstaudioscale.c:
17939           Fix for #162819 - make audioscale reusable
17940           Fixes playback of more than one file with playbin/totem
17941
17942 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17943
17944         * gst/ffmpegcolorspace/avcodec.h:
17945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17946         * gst/ffmpegcolorspace/imgconvert.c:
17947           clean up the mess that made me cry and avoid needless duplication
17948
17949 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17950
17951         * gst/ffmpegcolorspace/imgconvert.c:
17952           give some indication of why we're segfaulting
17953
17954 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * configure.ac:
17957           Fix indentation, fix v4l2 plugin detection.
17958         * ext/Makefile.am:
17959           Fix libmms location (Maciej, use diff -u!).
17960         * ext/alsa/gstalsa.c: (gst_alsa_init):
17961           Initialize caps cache to NULL.
17962         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17963           Only change state on audiosink if it exists.
17964
17965 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17966
17967         * gst/matroska/matroska-demux.c:
17968         * gst/matroska/matroska-ids.h:
17969         * gst/matroska/matroska-demux.h:
17970         Fix Vorbis streams failing to decode in some files, where cluster_time
17971         isn't 0, because then it doesn't send codec_priv before actual data.
17972         Remove time-based test and replace it with marker set on beginning of
17973         new stream
17974
17975 2004-12-28  David Schleef  <ds@schleef.org>
17976
17977         Merge patch from Ronald fixing problems with streaming
17978         text.
17979         * ext/cairo/gstcairo.c: (plugin_init):
17980         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17981         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17982         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17983         (gst_textoverlay_font_init), (gst_textoverlay_init),
17984         (gst_textoverlay_set_property):
17985         * ext/cairo/gsttextoverlay.h:
17986
17987 2004-12-27  David Schleef  <ds@schleef.org>
17988
17989         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17990         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17991         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17992         (gst_textoverlay_font_init), (gst_textoverlay_init),
17993         (gst_textoverlay_set_property): Improvements to actually
17994         render text as white on black outline on video, including
17995         font selection and horizontal/vertical alignment.  (Ronald's
17996         christmas present)
17997         * ext/cairo/gsttextoverlay.h:
17998
17999 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18000
18001         * ext/ogg/gstogg.c:
18002         * ext/ogg/gstogmparse.c:
18003           fix ogm[audio/video]parse plugin registration
18004           (riff won't load if bytestream is already loaded)
18005
18006 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18007
18008         * gst/audioconvert/gstchannelmix.c:
18009           fix for GLIB < 2.4
18010
18011 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18012
18013         * Makefile.am:
18014         * configure.ac:
18015           disable docs again until it actually passes make distcheck.
18016
18017 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18018
18019         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18020         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18021         (plugin_init):
18022           Add 3GP (variables name Q3GP because they can't start with a
18023           number). Add samr audio fourcc (used in .3gp files), decoder
18024           is work in progress. Also do a GST_WARNING instead of ERROR
18025           in case of unknown nodes, to decrease output.
18026
18027 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * Makefile.am:
18030           really fix dist
18031
18032 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18033
18034         * configure.ac:
18035         * ext/speex/gstspeexdec.h:
18036         * ext/speex/gstspeexenc.h:
18037           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18038           Fix detection code in configure.ac
18039
18040 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18041
18042         * gst/matroska/matroska-demux.c:
18043         (gst_matroska_demux_parse_blockgroup):
18044           Save position, so that queries give proper return values. Don't
18045           know how this could ever have worked before...
18046
18047 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * configure.ac:
18050           Put additional LAME check inside the conditional.  Fixes #152339
18051
18052 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18055         (gst_avi_demux_stream_scan):
18056           Add some more debug. Fix logic error when setting movi offset
18057           while reading index.
18058
18059 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18062         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18063         (gst_avi_demux_process_next_entry):
18064           Add some debugging. Better detection of broken indexes and the
18065           accompanying index recovery. No infinite loops on state changes
18066           when we're still in our loopfunction.
18067
18068 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18069
18070         * configure.ac:
18071           Fix up.
18072
18073 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18074
18075         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18076
18077         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18078           Normalizing the value before setting
18079         (gst_sunaudiomixer_get_volume):
18080           Normalizing the value after getting. Fixes bug# 161980
18081
18082 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18083
18084         * Makefile.am: Make sure docs gets disted
18085         * docs/Makefile.am: Make sure all needed files get disted
18086         * gst-plugins.spec.in: latest updates
18087
18088 2004-12-22  Wim Taymans  <wim@fluendo.com>
18089
18090         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18091         Revert patch 1.38 as clock distribution over schedulers does
18092         not work correcly in the core yet.
18093
18094 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18095
18096         * sys/oss/README: remove this file, which predates my birth
18097           (and which content is by far outdated)
18098
18099 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18100
18101         * Makefile.am:
18102         * configure.ac:
18103         * docs/Makefile.am:
18104         * docs/libs/Makefile.am:
18105         * docs/libs/gst-plugins-libs-docs.sgml:
18106         * docs/libs/gst-plugins-libs-sections.txt:
18107         * docs/libs/tmpl/gstgconf.sgml:
18108         * docs/upload.mak:
18109         * docs/version.entities.in:
18110           Added boilerplate gtk-doc files for plugin-libs documentation.
18111
18112 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18113
18114         * gst/auparse/gstauparse.c: fix int and float audio caps
18115
18116 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18119         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18120           g_assert() can be a macro, don't use #ifdef inside it.
18121
18122 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18123
18124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18125
18126         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18127         (gst_videorate_init), (gst_videorate_chain),
18128         (gst_videorate_change_state):
18129           Event handling (fixes #159986).
18130
18131 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18132
18133         * gst-libs/gst/riff/riff-media.c:
18134         (gst_riff_create_video_caps_with_data):
18135           Add BLZ0 (Blizzard's version of DivX) fourcc.
18136
18137 2004-12-18  David Schleef  <ds@schleef.org>
18138
18139         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18140         portability fix.
18141
18142 2004-12-18  David Schleef  <ds@schleef.org>
18143
18144         * gst/tta/ttadec.h: Disable some header code that isn't used
18145         and clearly isn't portable.
18146
18147 2004-12-18  David Schleef  <ds@schleef.org>
18148
18149         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18150         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18151         (avcodec_get_pix_fmt), (avpicture_layout),
18152         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18153         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18154         Fix code to not use GCC extensions (and c99 extensions that
18155         Forte does not like.)
18156
18157 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18158
18159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18160
18161         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18162         (gst_deinterlace_chain):
18163           Rowstride fixes. Fixes #161039.
18164         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18165         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18166         (gst_video_crop_getcaps), (gst_video_crop_link),
18167         (gst_video_crop_i420), (gst_video_crop_chain),
18168         (gst_video_crop_change_state):
18169           Rework of negotiation. Actually works now. Fixes #158650.
18170
18171 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18172
18173         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18174           That was very stupid.
18175
18176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * gst/matroska/matroska-demux.c:
18179         (gst_matroska_demux_parse_blockgroup):
18180           Fix possible crasher.
18181
18182 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18183
18184         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18185         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18186           Lace sizes can be zero.
18187
18188 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18189
18190         * ext/musepack/gstmusepackdec.cpp:
18191           Fetch error return values. Fixes #161624.
18192         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18193           Really EOS.
18194
18195 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18196
18197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18198           Work for truncated (unfinished download etc.) files. Fixes #160514.
18199
18200 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18203           Fix for integer overflow. Makes #156001 not crash. Probably masks
18204           the real bug.
18205
18206 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18207
18208         * gst/ac3parse/gstac3parse.c: (plugin_init):
18209           Parsers never have ranks. Fixes #159651.
18210
18211 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18212
18213         * gst/playback/gstdecodebin.c: (compare_ranks):
18214           make sure the facotries are ordered the same every time even if they
18215           have the same rank by using the name
18216         * gst/playback/gstdecodebin.c: (find_compatibles):
18217           make sure we don't add factories to the list twice
18218
18219 2004-12-16  David Schleef  <ds@schleef.org>
18220
18221         * configure.ac: look for musepack headers as musepack/*.h
18222         (fixes #159847)
18223         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18224         * ext/musepack/gstmusepackreader.h: same
18225
18226 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst-libs/gst/riff/riff-read.c:
18229         (gst_riff_read_strf_auds_with_data):
18230           Read extradata correctly (fixes #155879).
18231
18232 2004-12-16  David Schleef  <ds@schleef.org>
18233
18234         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18235         audio.  does _not_ attempt or allow conversion unless channels
18236         is 1 or 2.
18237
18238 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18239
18240         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18241
18242 2004-12-16  David Schleef  <ds@schleef.org>
18243
18244         * gst/audioscale/gstaudioscale.c: the resample library only
18245         handles 1 or 2 channels.  Change caps to compensate.
18246
18247 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18248
18249         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18250         (gst_matroska_demux_audio_caps):
18251           Some MPEG-AAC hacks, because else it doesn't work...
18252
18253 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18254
18255         * gst-libs/gst/riff/riff-media.c:
18256         (gst_riff_create_video_caps_with_data),
18257         (gst_riff_create_video_template_caps):
18258           Add h264.
18259
18260 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18261
18262         * gst-libs/gst/audio/Makefile.am:
18263           Try to fix buildbot.
18264
18265 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18266
18267         * gst/tcp/gstmultifdsink.c:
18268           Clean up and uniformize debugging.
18269
18270 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18271
18272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18275         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18276         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18277         (gst_mpeg_demux_change_state):
18278           Reset on ready. Fixes 160276.
18279
18280 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18281
18282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18283
18284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18285         (gst_ffmpegcsp_pad_link):
18286           Fix memleak (#154815).
18287
18288 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18289
18290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18291
18292         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18293         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18294         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18295         * ext/musicbrainz/gsttrm.h:
18296           Add support for using a proxy server when getting a trm id from
18297           the MusicBrainz database (#149613).
18298
18299 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18300
18301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18302
18303         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18304         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18305           Fix memleaks (#157233).
18306
18307 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18308
18309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18312         * gst-libs/gst/resample/resample.h:
18313         * gst/audioscale/gstaudioscale.c:
18314           Fix memleak (#159215).
18315
18316 2004-12-16  Toni Willberg  <toniw@iki.fi>
18317
18318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18321         * sys/oss/oss_probe.c: (main):
18322           Check for mono/stereo support (similar to samplerate probing),
18323           fixes #159433. Also add missing copyright header to oss_probe.c.
18324
18325 2004-12-15  David Schleef  <ds@schleef.org>
18326
18327         * configure.ac: add audioresample and cairo plugins.  Remove
18328         HAVE_MMX stuff, because it's not used.
18329         * ext/Makefile.am: same
18330         * ext/audioresample/Makefile.am: You are not ready for an
18331         audio resampling element based on audioresample.
18332         * ext/audioresample/gstaudioresample.c:
18333         * ext/audioresample/gstaudioresample.h:
18334         * ext/cairo/Makefile.am: You are not ready for overlay elements
18335         based on cairo.  Don't look too closely, these elements kinda
18336         suck right now.
18337         * ext/cairo/gstcairo.c: new
18338         * ext/cairo/gsttextoverlay.c: new
18339         * ext/cairo/gsttextoverlay.h: new
18340         * ext/cairo/gsttimeoverlay.c: new
18341         * ext/cairo/gsttimeoverlay.h: new
18342         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18343         problem with compilers that don't support variadic macros.
18344
18345 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18346
18347         Reviewed by:  David Schleef  <ds@schleef.org>
18348
18349         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18350         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18351         bit.  Also ran indent-gst.
18352         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18353         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18354         (gst_sunaudiosrc_setparams):
18355
18356 2004-12-14  David Schleef  <ds@schleef.org>
18357
18358         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18359         output rate to 16000.  Should fix #160235.
18360
18361 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18362
18363         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18364         Add typefinding for mpeg2 pes streams
18365
18366 2004-12-13  David Schleef  <ds@schleef.org>
18367
18368         * configure.ac:  Applied patch from bug #143659, making default
18369         sources and sinks OS-dependent (for Solaris), and added code
18370         for OS/X.
18371         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18372
18373 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18374
18375         * gst-libs/gst/riff/riff-media.c:
18376           forgot to add h2.64 to avidemux template caps
18377
18378 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18379
18380         * gst/wavenc/riff.h:
18381         * gst-libs/gst/riff/riff-media.c:
18382         * gst-libs/gst/riff/riff-ids.h:
18383         * gst/avi/gstavimux.c
18384         add 4CC code for VideoSoft h264 in AVI (VSSH)
18385           fixes bug #160655
18386         remove s323 from riff, it's quicktime specific :(
18387
18388 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18389
18390         * gst/asfdemux/README
18391         * gst/wavenc/riff.h
18392         * gst-libs/gst/riff/riff-ids.h
18393         * gst-libs/gst/riff/riff-media.c
18394         * gst/qtdemux/qtdemux.c:
18395           add new 4CC codes for h263 related codecs
18396           fixes partially bug #155163
18397
18398 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18399
18400         * configure.ac: Update polyaudio requirement to 0.7
18401         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18402
18403 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18404
18405         * gst/interleave/deinterleave.c:
18406         fix my name's spelling! :)
18407
18408 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18409
18410         * AUTHORS ChangeLog
18411         * gst/auparse/gstauparse.c
18412         * gst/interleave/deinterleave.c
18413         * gst/law/:
18414                 alaw-decode.c alaw-encode.c
18415                 mulaw-decode.c mulaw-encode.c
18416         * gst/oneton/gstoneton.c
18417         * sys/osxaudio/:
18418                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18419         * sys/osxvideo/:
18420                 cocoawindow.h cocoawindow.m
18421                 osxvideosink.h osxvideosink.m
18422
18423         put the same mail address for Zaheer Abbas Merali everywhere
18424
18425 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18426
18427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18428           Align by packetsize, and assert that we a packet available before
18429           playing. The first makes webstreams work (they often include
18430           trailing padding data in a packet), the second allows pausing a
18431           ASF stream in totem without getting demux errors afterwards.
18432
18433 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18434
18435         * ext/ogg/gstoggdemux.c: (get_relative):
18436           Check for non-NULL before accessing member (end-of-chain).
18437
18438 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18439
18440         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18441         (cdparanoia_set_property), (cdparanoia_get_property):
18442         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18443         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18444         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18445         (dvdreadsrc_init), (dvdreadsrc_set_property),
18446         (dvdreadsrc_get_property):
18447         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18448         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18449           Synchronize property names where not yet the case. Devices are
18450           now device=X, other versions are deprecated (but still exist).
18451           Also use g_free() unconditionally.
18452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18453         (setup_source), (gst_play_base_bin_get_property):
18454           Expose source.
18455
18456 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18457
18458         * configure.ac: move GCONF macro outside conditional for the am
18459           conditional. Fixes #160439
18460
18461 2004-12-08  David Schleef  <ds@schleef.org>
18462
18463         * tools/gst-visualise-m.m: Switch to elements that currently
18464         exist.
18465
18466 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18467
18468         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18469           We love wrong commas.
18470
18471 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18472
18473         * gst/matroska/matroska-demux.c:
18474         (gst_matroska_demux_handle_src_query):
18475           Don't set DEFAULT, unsupported - makes length display incorrectly
18476           in some cases.
18477
18478 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18479
18480         * gst/monoscope/README: remove blurb about files being GPL
18481         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18482         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18483           monoscope is now effectively LGPL licensed
18484
18485 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18486
18487         * gst/monoscope/README: Update information to be more correct
18488         * gst/monoscope/convolve.c: Relicense to LGPL
18489         * gst/monoscope/convolve.h: Relicense to LGPL
18490
18491 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18492
18493         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18494           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18495         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18496           set default_duration for mpeg1 audio
18497
18498 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18499
18500         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18501         * ext/alsa/gstalsa.h:
18502           refactor big chunks of the core caps negotiation code to make it
18503           a lot faster, because people claim it's really slow
18504           (actually, just cache the getcaps when the device is opened)
18505
18506 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18509         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18510         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18511         (gst_a52dec_change_state), (plugin_init):
18512         * ext/a52dec/gsta52dec.h:
18513           Do something useful with timestamps. Make chain-based (since
18514           there's really no reason to be loopbased).
18515         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18516           Update current_byte/frame correctly.
18517
18518 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18521         (gst_ape_demux_stream_init):
18522           Forward tags, too.
18523
18524 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18525
18526         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18527           Let's make sure we're done typefinding when detecting tags.
18528
18529 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18530
18531         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18532         (gst_ebml_read_init), (gst_ebml_read_use_event),
18533         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18534         (gst_ebml_read_seek), (gst_ebml_read_skip),
18535         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18536         (gst_ebml_read_master):
18537         * gst/matroska/ebml-read.h:
18538         * gst/matroska/matroska-demux.c:
18539         (gst_matroska_demux_parse_contents),
18540         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18541           Disgustingly evil hack for working around INTERRUPT events and
18542           their extremely annoying habit of being a pain in the ass. We
18543           simply peek a cluster before reading any of it.
18544
18545 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18546
18547         * ext/musepack/gstmusepackdec.cpp:
18548           There's also floating point libmusepacks.
18549
18550 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18551
18552         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18553         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18554           Set DURATION even if source buffer didn't. Also use increasing
18555           timestamps.
18556         * gst-libs/gst/riff/riff-media.c:
18557         (gst_riff_create_audio_caps_with_data):
18558           Block_align can have larger values than 8192.
18559
18560 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18563         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18564         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18565         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18566           Fix caps.
18567
18568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18569
18570         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18571           Fix logic bug.
18572
18573 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18574
18575         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18576           Yay, another one.
18577
18578 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18579
18580         * ext/esd/esdsink.c: (gst_esdsink_chain):
18581           Make error actually say something useful (fixes #156798).
18582         * gst-libs/gst/riff/riff-media.c:
18583         (gst_riff_create_video_caps_with_data),
18584         (gst_riff_create_video_template_caps):
18585           Add Intel Video 5.0 fourcc (IV50).
18586
18587 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18588
18589         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18590         detection on mono and stereo mp3 files.
18591
18592 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18595           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18596           the contained stream).
18597
18598 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18599
18600         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18601           Oops, remove debug.
18602
18603 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18604
18605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * gst/law/alaw-decode.c: (alawdec_getcaps):
18608         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18609           Prevent warnings when negotiating caps (fixes #159338).
18610
18611 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18612
18613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18614         (gst_ffmpegcsp_chain):
18615           Remove old leftover that shouldn't be there...
18616
18617 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18618
18619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18622           Don't forward DISCONT events (fixes #159684).
18623
18624 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18627           Unlink manually since sometimes bin disposal (and therefore
18628           pad unlinking) is delayed, which will cause a new media file
18629           to not be able to start playing instantly.
18630
18631 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18632
18633         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18634           On mute of an unlinked stream, check for pad availability so
18635           we don't crash on unlinked pad.
18636
18637 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18640         (gst_avi_demux_massage_index):
18641           Fix quite humiliating bug in omitting 0-sized index chunks but
18642           forgetting to count them for timestamps.
18643
18644 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18645
18646         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18647           Actually leave the loop if we failed to sync. Don't crash.
18648
18649 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18650
18651         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18652         (gst_dvd_demux_process_private):
18653         * gst/mpegstream/gstdvddemux.h:
18654           Fix crash (#159759). Doesn't work, though. :-(.
18655
18656 2004-11-28  Benjamin Otte  <otte@gnome.org>
18657
18658         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18659           more overwriting protection due to modifying channels one by one
18660           instead of all at once
18661
18662 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18663
18664         * gst/audioconvert/gstchannelmix.c:
18665         (gst_audio_convert_fill_normalize):
18666           Normalize using absolute values.
18667
18668 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18669
18670         * configure.ac:
18671         * ext/Makefile.am:
18672         * ext/directfb/Makefile.am:
18673         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18674         (gst_directfbvideosink_get_pixel_format),
18675         (gst_directfbvideosink_get_format_from_fourcc),
18676         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18677         (gst_directfbvideosink_sink_link),
18678         (gst_directfbvideosink_change_state),
18679         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18680         (gst_directfbvideosink_buffer_alloc),
18681         (gst_directfbvideosink_interface_supported),
18682         (gst_directfbvideosink_interface_init),
18683         (gst_directfbvideosink_navigation_send_event),
18684         (gst_directfbvideosink_navigation_init),
18685         (gst_directfbvideosink_set_property),
18686         (gst_directfbvideosink_get_property),
18687         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18688         (gst_directfbvideosink_base_init),
18689         (gst_directfbvideosink_class_init),
18690         (gst_directfbvideosink_get_type), (plugin_init):
18691         * ext/directfb/directfbvideosink.h: Adding a first version of
18692         directfbvideosink.
18693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18694         more.
18695
18696 2004-11-28  Benjamin Otte  <otte@gnome.org>
18697
18698         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18699           walk the samples backwards if out_channels > in_channels so we don't
18700           overwrite data
18701
18702 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * gst/audioconvert/Makefile.am:
18705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18706         (gst_audio_convert_link), (gst_audio_convert_change_state),
18707         (gst_audio_convert_channels):
18708         * gst/audioconvert/gstchannelmix.c:
18709         (gst_audio_convert_unset_matrix),
18710         (gst_audio_convert_fill_identical),
18711         (gst_audio_convert_fill_compatible),
18712         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18713         (gst_audio_convert_fill_others),
18714         (gst_audio_convert_fill_normalize),
18715         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18716         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18717         * gst/audioconvert/gstchannelmix.h:
18718           Implement a channel mixer.
18719
18720 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18721
18722         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18723         * ext/alsa/gstalsa.h:
18724         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18725         Make alsasink actually honor gst_element_set_clock and use that
18726         clock instead of its internal one.
18727
18728 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18729
18730         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18731         (gst_play_base_bin_change_state): nullify source and decoder when
18732         going from READY to NULL so that we don't try to do weird stuff with
18733         them when going from NULL to READY
18734         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18735         instead of g_object_unref
18736         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18737         it should be correct
18738         (gst_play_bin_change_state): don't call remove_sinks if we are
18739         currently disposing the object
18740
18741 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18742
18743         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18744           Don't forget bass if it's there. Else left channel is silent...
18745
18746 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18747
18748         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18749         (gst_a52dec_change_state):
18750           Don't do sample adjusting anymore, we use float audio now.
18751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18752           Don't fixate to non-existing properties.
18753
18754 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18755
18756         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18757         (gst_a52dec_change_state):
18758           Advertise that we can do surround sound.
18759
18760 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18761
18762         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18763           Add buffer-frames=0.
18764         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18765         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18766         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18767         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18768         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18769         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18770         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18771         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18772         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18773         * ext/dvdread/dvdreadsrc.h:
18774           Add seeking, querying for bytes, sectors, title, angle and
18775           chapter. Handle multiple chapters. Relicense to LGPL because
18776           Billy agreed on that (thanks Billy!).
18777
18778 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18779
18780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18781         call parent dispose method
18782
18783 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18784
18785         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18786         (gst_audio_clock_get_internal_time):
18787         Fix active <-> inactive transitions: ensure time value always
18788         grows and avoid abrupt value changes.
18789
18790 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18791
18792         * configure.ac:
18793         * gst/tta/Makefile.am:
18794         * gst/tta/crc32.h:
18795         * gst/tta/filters.h:
18796         * gst/tta/gsttta.c:
18797         * gst/tta/gstttadec.c:
18798         * gst/tta/gstttadec.h:
18799         * gst/tta/gstttaparse.c:
18800         * gst/tta/gstttaparse.h:
18801         * gst/tta/ttadec.h:
18802           added TTA parser and decoder
18803
18804 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18807         (probe_triggered), (check_queue), (buffer_underrun),
18808         (buffer_running), (buffer_overrun), (gen_source_element),
18809         (setup_source):
18810         * gst/playback/gstplaybasebin.h:
18811           Implement buffering. Needs some more work.
18812
18813 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18814
18815         * ext/theora/theoradec.c: (theora_dec_chain):
18816           Fix ilog mask range overflow.
18817
18818 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18821           Don't omit the last (which in case of dmix is the only :) )
18822           channel count. Don't set channels if <= 2.
18823
18824 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18825
18826         * gst/playback/gstplaybin.c: (gen_video_element),
18827         (gen_audio_element): Removed 2 obsolete comments
18828
18829 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18830
18831         * ext/vorbis/oggvorbisenc.c
18832         * ext/vorbis/vorbisenc.c :
18833           change description fields of those plugins to differentiate them
18834           (pitivi show Encoders by description, they had the same one)
18835
18836 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18837
18838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18839
18840         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18841         (gst_play_bin_set_property), (gen_video_element),
18842         (gen_audio_element):
18843           Refcounting fixes for provided audio-/videosinks.
18844
18845 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * gst/playback/gstplaybin.c: (gen_video_element),
18848         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18849           Don't reference all sinks, but only the video- and audiosinks.
18850           The vis. element should be disposed when we're done with it.
18851           We don't have any reason to keep it around. This fixes warnings
18852           when reusing playbin for playing multiple audio files with
18853           vis. enabled. Also release audio device on pause - idea stolen
18854           from Rhythmbox.
18855
18856 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18857
18858         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18859         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18860         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18861         * ext/alsa/gstalsaplugin.c: (plugin_init):
18862         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18863         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18864         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18865         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18866         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18867         (gst_faad_change_state), (plugin_init):
18868         * ext/faad/gstfaad.h:
18869         * ext/vorbis/vorbis.c: (plugin_init):
18870         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18871         * gst-libs/gst/audio/Makefile.am:
18872         * gst-libs/gst/audio/audio.c: (plugin_init):
18873         * gst-libs/gst/audio/multichannel.c:
18874         (gst_audio_check_channel_positions),
18875         (gst_audio_get_channel_positions),
18876         (gst_audio_set_channel_positions),
18877         (gst_audio_set_structure_channel_positions_list),
18878         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18879         (gst_audio_fixate_channel_positions):
18880         * gst-libs/gst/audio/multichannel.h:
18881         * gst-libs/gst/audio/testchannels.c: (main):
18882         * gst/audioconvert/gstaudioconvert.c:
18883         (gst_audio_convert_class_init), (gst_audio_convert_init),
18884         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18885         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18886         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18887         * gst/audioconvert/plugin.c: (plugin_init):
18888           Surround sound support.
18889
18890 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18893           Fix position for discont if we're close as well. Nitpicking, but
18894           saves a few milliseconds of extra waiting or skipping.
18895
18896 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18897
18898         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18899           We sometimes need parsers for playback, so add those too.
18900
18901 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18902
18903         * configure.ac:
18904         * gst/apetag/Makefile.am:
18905         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18906         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18907         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18908         (gst_ape_demux_get_src_query_types),
18909         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18910         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18911         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18912         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18913         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18914         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18915         (gst_ape_demux_change_state):
18916         * gst/apetag/apedemux.h:
18917         * gst/apetag/apetag.c: (plugin_init):
18918         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18919         (plugin_init):
18920           APE v1/2 tag reader plus typefind function.
18921
18922 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18923
18924         * configure.ac:
18925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18926         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18927           Remove hacks for older core. Require newer core version
18928           accordingly.
18929
18930 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18931
18932         * gst/cdxaparse/Makefile.am:
18933         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18934         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18935         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18936         * gst/cdxaparse/gstcdxaparse.h:
18937         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18938         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18939         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18940         (gst_cdxastrip_get_src_query_types),
18941         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18942         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18943         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18944         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18945         * gst/cdxaparse/gstcdxastrip.h:
18946           SVCD/VCD header stripping separated from CDXA image parsing.
18947         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18948         (plugin_init):
18949           Add VCD/SVCD header typefinding for VCD/SVCD.
18950         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18951         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18952         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18953         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18954         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18955         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18956         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18957         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18958         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18959         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18960         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18961         * sys/vcd/vcdsrc.h:
18962           Fix up, add seeking, querying, URI interface. Works in totem now.
18963
18964 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18965
18966         * configure.ac:
18967           back to CVS
18968
18969 === release 0.8.6 ===
18970
18971 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18972
18973         * NEWS:
18974         * RELEASE:
18975         * configure.ac:
18976         * po/af.po:
18977         * po/az.po:
18978         * po/cs.po:
18979         * po/en_GB.po:
18980         * po/hu.po:
18981         * po/it.po:
18982         * po/nb.po:
18983         * po/nl.po:
18984         * po/or.po:
18985         * po/sq.po:
18986         * po/sr.po:
18987         * po/sv.po:
18988         * po/uk.po:
18989           releasing 0.8.6, "IOU Love"
18990
18991 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18994
18995         * gst/playback/gstplaybasebin.c:
18996           Fix unplayable files error handling.  Fixes #158365
18997
18998 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18999
19000         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19001
19002         * gst/typefind/gsttypefindfunctions.c:
19003           Fix broken mp3 typefinding.  Fixes #158375
19004
19005 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19008
19009         * ext/ogg/gstoggdemux.c:
19010           Fix sync on broken files.  Fixes #158976
19011
19012 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19013
19014         patch by: Edward Hervey <bilboed@bilboed.com>
19015
19016         * ext/libpng/gstpngenc.c:
19017           Copy over buffer properties.  Fixes #158832
19018
19019 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19020
19021         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19022
19023         * ext/dvdread/dvdreadsrc.c:
19024           Fixes invalid reads (#158462)
19025
19026 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * sys/v4l/gstv4lsrc.c:
19029         * sys/v4l/gstv4lsrc.h:
19030         * sys/v4l/v4lsrc_calls.c:
19031           Probe less and cache it.  Fixes #159187.
19032
19033 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19034
19035         * gst/videorate/gstvideorate.c:
19036           Handle all video formats. Fixes #159186.
19037
19038 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19039         * gst/synaesthesia/gstsynaesthesia.c:
19040         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19041         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19042         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19043         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19044         (gst_synaesthesia_change_state), (plugin_init):
19045         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19046         Force 320x200 output, as that's the only thing the underlying
19047         synaesthesia implementation supports. Still needs to be made
19048         re-entrant.
19049
19050 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19051
19052         * configure.ac:
19053           Fix mpeg2enc configure check (similar to mplex check below).
19054
19055 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19056
19057         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19060           Fix for gcc-2.95 (fixes #158221).
19061
19062 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19063
19064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19065           Re-add clock distribution hack (until new core is released).
19066           Fixes #158125.
19067
19068 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19069         * configure.ac:
19070           fix mplex configure check segfaulting on some systems (bug #140994)
19071
19072 2004-11-13  Benjamin Otte  <otte@gnome.org>
19073
19074         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19075           add debugging
19076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19077           do a wait when we enter the loop func with no data available to
19078           write instead of getting into an 100% CPU loop by just returning and
19079           being called again by the scheduler
19080
19081 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19082
19083         * configure.ac:
19084         * ext/libvisual/visual.c: (gst_visual_get_type),
19085         (libvisual_log_handler), (gst_visual_getcaps),
19086         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19087         (plugin_init):
19088           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19089         * ext/smoothwave/Makefile.am:
19090         * ext/smoothwave/demo-osssrc.c: (main):
19091         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19092         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19093         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19094         (plugin_init):
19095         * ext/smoothwave/gstsmoothwave.h:
19096           Make gstsmoothwave a working element in the 20th century.
19097
19098         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19099           Fix incorrect link function
19100
19101 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19102
19103         * gst/volume/gstvolume.c:
19104           Allow buffer-frames=0.
19105
19106 2004-11-12 Iain <iaingnome@gmail.com>
19107
19108         * configure.ac: Check for polypaudio
19109
19110         * ext/Makefile.am: Build the polyp dir
19111
19112         * ext/polyp: The polypsink sources.
19113
19114 2004-10-30 Iain <iaingnome@gmail.com>
19115
19116         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19117         caps to reflect the new number of channels.
19118
19119 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19120
19121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19122           Fix for negotiation order problem. This would show when the
19123           ALSA loopfuction was called before any other function. ALSA
19124           wouldn't do anything because we're not negotiated yet, leading
19125           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19126
19127 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19128
19129         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19130
19131         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19132           No warnings (#157986).
19133
19134 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19137           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19138
19139 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19142           Signal no-more-pads (so it works in playbin).
19143
19144 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * ext/musepack/gstmusepackreader.cpp:
19147           Workaround for older core.
19148
19149 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19152           Actually test for odd width/height rather than testing whether
19153           a temporary variable that was 0 before we subtracted 1 is now
19154           not equal to zero (which it always is).
19155
19156 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19157
19158         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19159         Fix compilation if HAVE_XVIDEO is not defined
19160
19161 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19162
19163         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19164         Fix compilation if HAVE_XVIDEO is not defined
19165
19166 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19167
19168         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19169         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19170         (gst_goom_change_state), (plugin_init):
19171         Use the bytestream adapter so goom doesn't depend on the input
19172         buffer size.
19173         Add a debug category
19174
19175 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19176
19177         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19178           Only set hardware parameters *after* negotiation. Before
19179           negotiation, it will set ANY and that seems to cause crashes
19180           (see e.g. #151288, #153227).
19181
19182 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19183
19184         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19185           This seems to be antique leftover. It needs to pass error
19186           checking.
19187         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19188         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19189         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19190         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19191           Fix GstXOverlay implementation (#151059).
19192
19193 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19196           Don't assert (#157853).
19197
19198 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19201           Fix bytes/samples confustion.
19202         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19203           Fix for underrun (#144389).
19204
19205 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19208           Disable halfway-seek for pending release (since it needs a new
19209           core release).
19210
19211 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * sys/v4l/gstv4lsrc.c:
19214         * sys/v4l/gstv4lsrc.h:
19215         * sys/v4l/v4lsrc_calls.c:
19216           add autoprobe-fps property so we can separate autoprobing parts
19217
19218 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         * sys/v4l/gstv4lsrc.c:
19221         * sys/v4l/v4lsrc_calls.c:
19222         initialise fourcc to catch unset fourcc's, and debug
19223
19224 2004-11-09  Wim Taymans  <wim@fluendo.com>
19225
19226         * gst/playback/README:
19227         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19228         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19229         (gst_play_bin_dispose), (gst_play_bin_set_property),
19230         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19231         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19232         (gst_play_bin_get_formats), (gst_play_bin_convert),
19233         (gst_play_bin_get_query_types), (gst_play_bin_query):
19234         Cleanups and some more documentation.
19235
19236 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19237
19238         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19239         (gst_cacasink_init), (gst_cacasink_chain):
19240         * ext/libcaca/gstcacasink.h:
19241         Cacasink inherits from VideoSink, so let that store the clock.
19242
19243 2004-11-09  Wim Taymans  <wim@fluendo.com>
19244
19245         * gst/playback/README:
19246         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19247         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19248         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19249         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19250         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19251         (setup_sinks):
19252         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19253         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19254         * gst/playback/gststreaminfo.h:
19255         Updated README.
19256         Only switch groups if all streams have muted (EOSed).
19257         Send Tags in sync with the stream playback instead of in
19258         the playback/preroll phase.
19259         Some cleanups, free the fakesrc elements.
19260
19261 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19262
19263         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19264           buffer-frames property was missing
19265         * ext/arts/gst_arts.c:
19266           rate missing from sinkcaps
19267         * ext/audiofile/gstafparse.c:
19268         * ext/audiofile/gstafsink.c:
19269         * ext/audiofile/gstafsrc.c:
19270         * ext/swfdec/gstswfdec.c:
19271           int audio doesn't know buffer-frames
19272         * ext/cdparanoia/gstcdparanoia.c:
19273           int audio doesn't know chunksize either
19274         * ext/nas/nassink.c:
19275           it's endianness, not endianess
19276         * gst-libs/gst/audio/audio.h:
19277           make float standard pad template caps really describe float
19278         * gst/law/mulaw.c: (linear_factory):
19279           signed only, please
19280         * gst/mpegstream/gstdvddemux.c:
19281           widths of 20 are not valid
19282
19283 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19284
19285         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19286
19287         * po/LINGUAS:
19288         * po/it.po:
19289           Add Italian
19290
19291 2004-11-08  Wim Taymans  <wim@fluendo.com>
19292
19293         * gst/playback/README:
19294         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19295         * gst/playback/gstplaybasebin.c: (probe_triggered),
19296         (gst_play_base_bin_change_state):
19297         Updated README, added more comments for fixmes etc..
19298
19299 2004-11-08  Wim Taymans  <wim@fluendo.com>
19300
19301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19302         We can remove this hack now.
19303
19304 2004-11-08  Wim Taymans  <wim@fluendo.com>
19305
19306         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19307         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19308         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19309         Only mix AYUV for maximum quality.
19310
19311 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19312
19313         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19314         (gst_ogg_demux_push), (gst_ogg_pad_push):
19315           Let's act as if we're synchronized now! :).
19316         * ext/theora/theoradec.c: (theora_dec_chain):
19317           Add some debug.
19318
19319 2004-11-08  Wim Taymans  <wim@fluendo.com>
19320
19321         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19322         (gst_alpha_set_property), (gst_alpha_sink_link),
19323         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19324         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19325         (gst_alpha_init_params), (gst_alpha_chain):
19326         Implement alpha functions for AYUV too, this increases
19327         accuracy quite a bit.
19328
19329 2004-11-08  Wim Taymans  <wim@fluendo.com>
19330
19331         * gst/ffmpegcolorspace/avcodec.h:
19332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19333         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19334         (gst_ffmpegcsp_avpicture_fill):
19335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19336         (gst_ffmpegcsp_caps_remove_format_info):
19337         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19338         (shrink12), (img_get_alpha_info), (deinterlace_line),
19339         (deinterlace_line_inplace):
19340         * gst/ffmpegcolorspace/imgconvert_template.h:
19341         Added AYUV colorspace and handle RGBA a bit more respectful.
19342
19343 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19346           Actually always send a discont (cornercase when resending the
19347           same serial-tagged chain twice).
19348
19349 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19350
19351         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19352         (gst_ximagesink_finalize):
19353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19354         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19355
19356 2004-11-08  Wim Taymans  <wim@fluendo.com>
19357
19358         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19359         Don't segfault on NULL data.
19360
19361 2004-11-08  Wim Taymans  <wim@fluendo.com>
19362
19363         * gst/playback/gstdecodebin.c: (unlinked):
19364         * gst/playback/gstplay-marshal.list:
19365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19366         (gst_play_base_bin_init), (group_create), (get_active_group),
19367         (get_building_group), (group_destroy), (group_commit),
19368         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19369         (add_element_stream), (no_more_pads), (probe_triggered),
19370         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19371         (state_change), (setup_source), (gst_play_base_bin_get_property),
19372         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19373         (gst_play_base_bin_link_stream),
19374         (gst_play_base_bin_get_streaminfo):
19375         * gst/playback/gstplaybasebin.h:
19376         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19377         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19378         Add support for chained ogg files. Prepare for playlist
19379         support. This patch introduces the concept of pad groups, which
19380         together compose one playable media file.
19381
19382 2004-11-07  David Schleef  <ds@schleef.org>
19383
19384         * testsuite/gst-lint: Check for pad templates that aren't statically
19385         scoped.
19386
19387 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * configure.ac:
19390         * ext/Makefile.am:
19391         * ext/musepack/Makefile.am:
19392         * ext/musepack/gstmusepackdec.cpp:
19393         * ext/musepack/gstmusepackdec.h:
19394         * ext/musepack/gstmusepackreader.cpp:
19395         * ext/musepack/gstmusepackreader.h:
19396           Add musepack decoder.
19397         * ext/faad/gstfaad.c: (gst_faad_base_init):
19398           Make pad templates static.
19399         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19400         (plugin_init):
19401           Add musepack typefinder, make mp3 typefinding work halfway stream,
19402           which doesn't actually work yet because id3demux doesn't implement
19403           _get_length().
19404
19405 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19408         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19409           Fix interrupt event handling (#144436).
19410
19411 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19414           Hide unused glory.
19415
19416 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19417
19418         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19421           Fix weird caps (#157548).
19422
19423 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19424
19425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19426
19427         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19428           Add missing NULL terminator (#157543).
19429
19430 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * gst/tcp/gsttcp.h:
19433         * gst/tcp/gsttcpclientsink.c:
19434         * gst/tcp/gsttcpclientsrc.c:
19435         * gst/tcp/gsttcpserversink.c:
19436         * gst/tcp/gsttcpserversrc.c:
19437           ports can go up to 65535.  Move common defines to gsttcp.h
19438
19439 2004-11-05  Wim Taymans  <wim@fluendo.com>
19440
19441         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19442         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19443         Added two more colorspaces.
19444
19445 2004-11-05  Wim Taymans  <wim@fluendo.com>
19446
19447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19448         (gst_ffmpegcsp_avpicture_fill):
19449         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19450         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19451         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19452         More stride fixes.
19453
19454 2004-11-05  Wim Taymans  <wim@fluendo.com>
19455
19456         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19457         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19458         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19459         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19460         (gst_videomixer_loop):
19461         More stride fixes.
19462
19463 2004-11-05  Benjamin Otte  <otte@gnome.org>
19464
19465         * ext/mad/gstmad.c: (gst_mad_chain):
19466           don't overflow data buffer. Flush not needed sync data when syncing
19467           failed.
19468
19469 2004-11-04  Wim Taymans  <wim@fluendo.com>
19470
19471         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19472         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19473         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19474         (gst_alpha_init_params), (gst_alpha_chain),
19475         (gst_alpha_change_state):
19476         Updated the chroma keying algorithm with something more
19477         sophisticated.
19478
19479 2004-11-03  Wim Taymans  <wim@fluendo.com>
19480
19481         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19482         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19483         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19484         Fix stride issues. Does not completely work for odd
19485         heights.
19486
19487 2004-11-03  Wim Taymans  <wim@fluendo.com>
19488
19489         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19490         (gst_alpha_chroma_key), (gst_alpha_chain):
19491         Fix stride issues. Does not completely work for odd
19492         heights.
19493
19494 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19495
19496         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19497         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19498         leak fixes
19499
19500 2004-11-03  Wim Taymans  <wim@fluendo.com>
19501
19502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19503         (gst_ffmpegcsp_avpicture_fill):
19504         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19505         (avpicture_alloc):
19506         * gst/ffmpegcolorspace/imgconvert_template.h:
19507         Use correct _fill function to get correct strides.
19508
19509 2004-11-02  David Schleef  <ds@schleef.org>
19510
19511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19512         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19513         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19514         Change all g_print()s to debugging.  Add a bunch of consistency
19515         checks.
19516
19517 2004-11-02  Wim Taymans  <wim@fluendo.com>
19518
19519         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19520         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19521         (unlinked), (no_more_pads), (close_link):
19522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19523         (unknown_type), (add_element_stream), (new_decoded_pad),
19524         (removed_decoded_pad), (setup_source):
19525         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19526         (gst_stream_info_class_init), (gst_stream_info_init),
19527         (gst_stream_info_new), (gst_stream_info_dispose),
19528         (stream_info_mute_pad), (gst_stream_info_set_property),
19529         (gst_stream_info_get_property):
19530         * gst/playback/gststreaminfo.h:
19531         Fix playback of multiple files.
19532         a slightly different approach to handling dynamic pad removals.
19533         This one only looks at pads that we have linked.
19534
19535 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19536
19537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19538         free" warning from libc.
19539
19540 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19543         (get_unconnected_element), (remove_starting_from), (pad_removed),
19544         (close_link):
19545           Implement support for dynamic pad changing. We listen to "live"
19546           pad removals (i.e. while playing) and re-setup autoplugging
19547           after that. Playbasebin/playbin need some more work for this
19548           to finally work, but decodebin supports (and replugs) chained
19549           ogg now.
19550
19551 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19552
19553         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19554         (gst_alsa_finalize):
19555         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19556         (gst_cdaudio_finalize):
19557         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19558         (cdparanoia_finalize):
19559         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19560         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19561         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19562         (dvdreadsrc_finalize):
19563         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19564         (gst_flacdec_finalize):
19565         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19566         (gst_flacenc_finalize):
19567         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19568         (gst_gnomevfssink_finalize):
19569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19570         (gst_gnomevfssrc_finalize):
19571         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19572         (gst_fameenc_finalize):
19573         * ext/nas/nassink.c: (gst_nassink_class_init),
19574         (gst_nassink_finalize):
19575         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19576         (gst_sdlvideosink_class_init):
19577         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19578         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19579         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19580         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19581         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19582         (gst_x_window_listener_dispose):
19583         * gst/audioscale/gstaudioscale.c:
19584         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19585         (play_on_demand_finalize):
19586         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19588         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19589         (cdplayer_finalize):
19590         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19591         (gst_glimagesink_class_init):
19592         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19593         (gst_osselement_finalize):
19594         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19595         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19596         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19597           Fixes a bunch of problems with finalize and dispose functions,
19598           either assumptions that dispose is only called once, or not calling
19599           the parent class dispose/finalize function
19600
19601 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19602
19603         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19604           added two api precondition guards
19605           use g_strdup with getenv to fix crash when using ENVVAR
19606
19607 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19608         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19609         (gst_esdsink_finalize):
19610         Use a finalize function, not dispose, and more importantly,
19611         call the parent class finalize function too
19612
19613 2004-11-01  Johan Dahlin  <johan@gnome.org>
19614
19615         * ext/ogg/gstoggdemux.c:
19616         * gst/tags/gstvorbistag.c:
19617         Plug leaks.
19618
19619 2004-10-31  Benjamin Otte  <otte@gnome.org>
19620
19621         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19622           lotsa memleaks today. But they're all small...
19623
19624 2004-10-31  Benjamin Otte  <otte@gnome.org>
19625
19626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19627           another memleak crushed
19628
19629 2004-10-31  Benjamin Otte  <otte@gnome.org>
19630
19631         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19632           fix memleak
19633
19634 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19637           Hack to prevent crash when going to READY inside signal handler
19638           while this function is active.
19639
19640 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * gst/ffmpegcolorspace/Makefile.am:
19643         * gst/ffmpegcolorspace/avcodec.h:
19644         * gst/ffmpegcolorspace/common.h:
19645         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19646         * gst/ffmpegcolorspace/dsputil.h:
19647         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19648         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19649         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19650         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19651         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19652         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19653         (gst_ffmpegcsp_avpicture_fill):
19654         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19656         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19657         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19658         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19659         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19660         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19661         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19662         * gst/ffmpegcolorspace/imgconvert.c:
19663         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19664         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19665         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19666         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19667         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19668         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19669         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19670         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19671         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19672         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19673         (grow21), (grow22), (grow41), (grow44), (conv411),
19674         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19675         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19676         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19677         (avpicture_free), (is_yuv_planar), (img_convert),
19678         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19679         (deinterlace_line_inplace), (deinterlace_bottom_field),
19680         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19681         * gst/ffmpegcolorspace/imgconvert_template.h:
19682         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19683         * gst/ffmpegcolorspace/mmx.h:
19684         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19685         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19686         (av_freep), (avcodec_get_context_defaults),
19687         (avcodec_alloc_context), (avcodec_init):
19688           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19689           handling plus update from ffmpeg CVS. Large clean-up.
19690
19691 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19692
19693         * gst/playback/Makefile.am:
19694           We need the marshallers for decodebin, too.
19695
19696 2004-10-30  David Schleef  <ds@schleef.org>
19697
19698         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19699           quicktime typefinding work with 64-bit offsets.
19700
19701 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19702
19703         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19704           Set EOS on the element when processing an EOS event.
19705         * ext/speex/gstspeexdec.h:
19706         * ext/speex/gstspeexenc.h:
19707           Only keep a const ptr to the mode
19708         * gst-libs/gst/riff/riff-media.c:
19709         (gst_riff_create_audio_caps_with_data),
19710         (gst_riff_create_audio_template_caps):
19711           Allow WMAV3, with up to 6 channels.
19712         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19713           Don't call gst_pad_set_event_function on a sink pad.
19714         * gst/mpegstream/gstdvddemux.c:
19715         (gst_dvd_demux_get_subpicture_stream),
19716         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19717           Copy the explicit caps that were set across to the cur_* pads,
19718           instead of trying to use a possibly non-existent negotiated caps.
19719           Reset the type of subpicture pads to UNKNOWN after calling
19720           init_stream, so that the caps get set.
19721
19722 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19723
19724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19725
19726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19727           Don't touch buffer if it is of size 0 (fixes #151064).
19728
19729 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19730
19731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19732           Synchronized discont handling.
19733
19734 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19735
19736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19737         (gst_ogg_demux_push):
19738           Make seeking sort-of exact again (fixes #156387).
19739
19740 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * gst/playback/gstplaybasebin.c: (unknown_type),
19743         (add_element_stream), (new_decoded_pad),
19744         (gst_play_base_bin_change_state):
19745         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19746         (gst_stream_info_init), (gst_stream_info_new),
19747         (gst_stream_info_dispose), (gst_stream_info_get_property):
19748         * gst/playback/gststreaminfo.h:
19749           Make caps explicitely available. Makes testing for unsupported
19750           types possible. Improves error reporting.
19751
19752 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19753
19754         * gst/audioconvert/gstaudioconvert.c:
19755         (gst_audio_convert_buffer_to_default_format):
19756           Really don't touch read-only buffers (#156563).
19757
19758 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19759
19760         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19763           Fix memleak (#155223).
19764
19765 2004-10-29  Wim Taymans  <wim@fluendo.com>
19766
19767         * gst/tcp/.cvsignore:
19768         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19769         (gst_multifdsink_class_init), (gst_multifdsink_init),
19770         (gst_multifdsink_add), (gst_multifdsink_remove),
19771         (gst_multifdsink_remove_client_link), (is_sync_frame),
19772         (gst_multifdsink_new_client),
19773         (gst_multifdsink_handle_client_write),
19774         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19775         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19776         (gst_multifdsink_get_property):
19777         * gst/tcp/gstmultifdsink.h:
19778         Added burst on connect sync_method, deprecated sync_clients,
19779         streamlined the sync code some more.
19780
19781 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19784         (gst_play_base_bin_change_state):
19785           Improve error reporting.
19786
19787 2004-10-28  Wim Taymans  <wim@fluendo.com>
19788
19789         * gst/tcp/Makefile.am:
19790         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19791         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19792         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19793         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19794         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19795         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19796         (gst_fdset_wait):
19797         Added more locks around fdset structures. Fixed/reworked
19798         the poll array resizing code.
19799         Added stress test for fdset.
19800
19801 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19802
19803         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19804         fix build
19805
19806 2004-10-28  Benjamin Otte  <otte@gnome.org>
19807
19808         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19809           fix link function to always query channels and query width for
19810           floats
19811         * configure.ac:
19812           add equalizer dir
19813         * gst/equalizer/Makefile.am:
19814         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19815         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19816         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19817         (arg_to_scale), (setup_filter),
19818         (gst_iir_equalizer_compute_frequencies),
19819         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19820         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19821         (plugin_init):
19822           add an equalizer
19823
19824 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19825
19826         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19827
19828         * po/LINGUAS:
19829         * po/nb.po:
19830           Added Norwegian Bokmaal translation
19831
19832 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19833
19834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19835           Don't break on options (fixes #156488).
19836
19837 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19838
19839         * configure.ac:
19840         * ext/cdaudio/Makefile.am:
19841         * sys/Makefile.am:
19842           fix build on older automake
19843
19844 2004-10-26  Wim Taymans  <wim@fluendo.com>
19845
19846         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19847         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19848         Allow a little margin when negotiating the framerate.
19849
19850 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19851
19852         * gst/level/gstlevel.c:
19853           synchonised naming of pads and pad-templates
19854
19855 2004-10-26  Wim Taymans  <wim@fluendo.com>
19856
19857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19858         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19859         (_find_streams_check), (gst_ogg_demux_push):
19860         Fix EOS again. Needs to be done in a better way. We should not
19861         remove the pad if there is no new chained stream.
19862
19863 2004-10-26 Iain <iaingnome@gmail.com>
19864
19865         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19866         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19867         of the caps.
19868         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19869         pad.
19870         (interleave_release_pad): Remove the pad.
19871         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19872         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19873         the set device.
19874         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19875         attrs
19876         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19877         (gst_xvimagesink_finalize): Free the par.
19878
19879 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19880
19881         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19882         (gst_avimux_stop_file):
19883           First calculate the rate, and only then use it. Hdr.rate is a
19884           multiple and not a derivative of hdr.scale. Scale is not the
19885           same as blockalign but is solely related to rate.
19886
19887 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19890         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19891           Implement seeking.
19892
19893 2004-10-25  James Henstridge  <james@jamesh.id.au>
19894
19895         Reviewed by:  David Schleef  <ds@schleef.org>
19896
19897         * examples/gstplay/player.c: (got_stream_length), (main):
19898         * examples/seeking/cdplayer.c: (update_scale):
19899         * examples/seeking/seek.c: (format_value), (update_scale):
19900         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19901         (stop_seek):
19902         Build fixes on AMD64.
19903
19904 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19905
19906         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19907
19908         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19909         Fix for some v4l cards which hang in v4lsrc
19910
19911 2004-10-25  Wim Taymans  <wim@fluendo.com>
19912
19913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19914         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19915         Make sure to remove the pad when a new chain is
19916         encountered. Set some vars to NULL so we don't try
19917         to reference freed memory.
19918
19919 2004-10-25  Wim Taymans  <wim@fluendo.com>
19920
19921         * examples/seeking/Makefile.am:
19922         * examples/seeking/cdplayer.c: (update_scale):
19923         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19924         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19925         (format_value), (update_scale), (iterate), (start_seek),
19926         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19927         (print_usage), (main):
19928         Added some more examples, update others.
19929
19930 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19931
19932         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19933         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19934         * ext/theora/theoradec.c: (theora_dec_chain):
19935         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19936           Add codec-name metadata.
19937
19938 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19939
19940         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19943         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19944         * ext/alsa/gstalsamixertrack.h:
19945         * po/POTFILES.in:
19946           ALSA mixer track label internationalization (#154054).
19947
19948 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * ext/theora/theoradec.c: (theora_dec_chain):
19951           Export bitrate as metadata.
19952
19953 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19954
19955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19956         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19957         * ext/alsa/gstalsamixertrack.h:
19958           Fix names, fix loop.
19959
19960 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19963         (speex_dec_convert):
19964           sinkconvert function so oggdemux can get the file length (totem).
19965
19966 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19967
19968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19971           Don't push incomplete packets.
19972         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19973           Fix MPEG-4 audio typefinding.
19974
19975 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * sys/v4l/Makefile.am:
19978         * sys/v4l/gstv4l.c: (plugin_init):
19979         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19980         (gst_v4lelement_init), (gst_v4lelement_dispose),
19981         (gst_v4lelement_change_state):
19982         * sys/v4l/gstv4lelement.h:
19983         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19984         (gst_v4l_xoverlay_close), (idle_refresh),
19985         (gst_v4l_xoverlay_set_xwindow_id):
19986         * sys/v4l/gstv4lxoverlay.h:
19987         * sys/v4l/v4l-overlay_calls.c:
19988         * sys/v4l/v4l_calls.h:
19989         * sys/v4l2/Makefile.am:
19990         * sys/v4l2/gstv4l2.c: (plugin_init):
19991         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19992         (gst_v4l2element_init), (gst_v4l2element_dispose),
19993         (gst_v4l2element_change_state):
19994         * sys/v4l2/gstv4l2element.h:
19995         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19996         (gst_v4l2_xoverlay_close), (idle_refresh),
19997         (gst_v4l2_xoverlay_set_xwindow_id):
19998         * sys/v4l2/gstv4l2xoverlay.h:
19999         * sys/v4l2/v4l2-overlay_calls.c:
20000         * sys/v4l2/v4l2_calls.h:
20001           Remove client-side overlay handling, use the X-server v4l plugin
20002           for that. Nicer overlay, less code. Also make the plugin
20003           compileable without X (but then without overlay, obviously).
20004           Makes xwindowlistener obsolete, should we remove that?
20005
20006 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20007
20008         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20009         (gst_osssrc_src_query):
20010         * sys/oss/gstosssrc.h:
20011           OK, so people want offset in DEFAULT. This time, actually fix all
20012           cases.
20013         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20014           Add FPS properly.
20015
20016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20017
20018         * gst/asfdemux/gstasfmux.c:
20019         * gst/avi/gstavimux.c:
20020           Framerate.
20021
20022 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20023
20024         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20025           Fix properties (channel, norm, frequency).
20026
20027 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20028
20029         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20030           Flag typo.
20031         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20032           No warnings.
20033
20034 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20035
20036         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20037           Fix hang.
20038
20039 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * sys/v4l2/gstv4l2element.h:
20042           Yet Another Hack (tm) for kernel header borkedness.
20043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20044         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20045         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20046         (gst_v4l2src_change_state):
20047         * sys/v4l2/gstv4l2src.h:
20048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20049         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20050           Fix caps, keep track of state, work.
20051
20052 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20055           Quiet.
20056
20057 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20058
20059         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20060           Don't mix bytes and samples.
20061
20062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * ext/ogg/gstoggmux.c:
20065           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20066           and theora. Any is incorrect.
20067         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20068           Fix caps.
20069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20071         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20072         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20073         * sys/v4l/gstv4lmjpegsrc.h:
20074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20075         (gst_v4lsrc_change_state):
20076         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20077         (gst_v4lmjpegsrc_capture_stop):
20078           Fix caps. Keep track of internal state. Work.
20079
20080 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * ext/Makefile.am:
20083           Fix the build fixes.
20084
20085 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20086
20087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20088         (gst_ogg_demux_src_event), (_find_chain_seek),
20089         (gst_ogg_pad_push):
20090           Check for pad availability before using it.
20091         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20092           Fix parsing of chained ogg. Needs more work on the decoder side.
20093
20094 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20095
20096         * gst/spectrum/Makefile.am:
20097         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20098         (idle_func):
20099           Fix demo and reenable it. Yes, I'm currently playing with audio
20100           analysis tools
20101
20102 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20105           We love it if files that start at zero work too...
20106
20107 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20108
20109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20110           Handle files with missing EOS headers.
20111
20112 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20113
20114         * gst/tcp/gsttcpserversink.c:
20115         (gst_tcpserversink_handle_server_read),
20116         (gst_tcpserversink_init_send):
20117         Zero some variables first (need for accept not to return EINVAL)
20118
20119 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20120
20121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20122         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20123         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20124         (theora_dec_chain):
20125         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20126         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20127           Seeking and querying finetune.
20128
20129 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20130
20131         * configure.ac:
20132         * ext/Makefile.am:
20133         * ext/raw1394/Makefile.am:
20134           fix the build
20135
20136 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20137
20138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20139           Wrong return.
20140         * gst/playback/Makefile.am:
20141         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20142         * gst/playback/gstplay-marshal.list:
20143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20144           Fix marshallers.
20145
20146 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20147
20148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20149           Silence.
20150
20151 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20154         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20155         (gst_ogg_pad_push):
20156           Yay for non-lineair granulepos in theora.
20157
20158 2004-10-18  Wim Taymans  <wim@fluendo.com>
20159
20160         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20161         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20162         * ext/dv/gstdvdec.h:
20163         Make sure we renegotiate aspect ratio when the camera switches.
20164
20165 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20168         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20169           Start at zero.
20170         * ext/theora/theoradec.c: (theora_dec_chain):
20171           Skip headers. Bad idea for chained ogg, but fixes seeking.
20172
20173 2004-10-18  Wim Taymans  <wim@fluendo.com>
20174
20175         * configure.ac:
20176         I swear, this is the last time I touch this.
20177
20178 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20181         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20182         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20183           Faster seeking.
20184         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20185           Time-to-default conversion.
20186         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20187           Don't error on unknown packets, just skip. We should probably
20188           read them if we want to support chained ogg.
20189
20190 2004-10-18  Wim Taymans  <wim@fluendo.com>
20191
20192         * configure.ac:
20193         Added cdaudio to wrong list.
20194
20195 2004-10-18  Wim Taymans  <wim@fluendo.com>
20196
20197         * configure.ac:
20198         Revive cdaudio.
20199
20200 2004-10-18  Wim Taymans  <wim@fluendo.com>
20201
20202         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20203         (gst_dvdec_video_link), (gst_dvdec_push):
20204         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20205         (gst_smokeenc_resync), (gst_smokeenc_chain):
20206         Fix mimetype on smoke encoder.
20207         Add aspect ratio to dvdec. Not sure if these
20208         values are correct though....
20209
20210 2004-10-18  Wim Taymans  <wim@fluendo.com>
20211
20212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20213         Fix vorbis property descriptions and ranges.
20214
20215 2004-10-18  Wim Taymans  <wim@fluendo.com>
20216
20217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20218         Really do nothing when no data is available.
20219         Go to the playing state when the stream is not seekable
20220         instead of failing.
20221
20222 2004-10-18  Wim Taymans  <wim@fluendo.com>
20223
20224         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20225         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20226         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20227         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20228         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20229         Added uri handler for cd://
20230         Port to new API.
20231
20232 2004-10-18  Wim Taymans  <wim@fluendo.com>
20233
20234         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20235         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20236         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20237         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20238         (remove_prerolls), (unknown_type), (add_element_stream),
20239         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20240         (gst_play_base_bin_remove_element),
20241         (gst_play_base_bin_link_stream):
20242         * gst/playback/gstplaybin.c: (gen_video_element),
20243         (gen_vis_element), (remove_sinks), (setup_sinks):
20244         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20245         (gst_stream_info_get_type), (gst_stream_info_class_init),
20246         (gst_stream_info_init), (gst_stream_info_new),
20247         (gst_stream_info_dispose), (stream_info_mute_pad),
20248         (gst_stream_info_set_property), (gst_stream_info_get_property):
20249         * gst/playback/gststreaminfo.h:
20250         Add sink padtemplate to decodebin.
20251         Added some more comments.
20252         Make queue size configurable in playbasebin.
20253         Added possibility to use elements as sinks (ex cdaudio).
20254
20255 2004-10-15  Wim Taymans  <wim@fluendo.com>
20256
20257         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20258         (gst_speexenc_chain):
20259         Fix speex timestamps so that it gets muxed properly.
20260
20261 2004-10-15  Wim Taymans  <wim@fluendo.com>
20262
20263         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20264         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20265         (gst_dv1394src_init), (gst_dv1394src_dispose),
20266         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20267         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20268         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20269         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20270         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20271         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20272         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20273         * ext/raw1394/gstdv1394src.h:
20274         Added conversion/query functions.
20275         Update buffer timestamps,
20276         Added signals.
20277         Added uri dv:// so it might play from the firewire in playbin.
20278         Fix a possible leak.
20279         Added debugging.
20280
20281 2004-10-15  Wim Taymans  <wim@fluendo.com>
20282
20283         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20284         (gst_dv1394src_init), (gst_dv1394src_set_property),
20285         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20286         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20287         * ext/raw1394/gstdv1394src.h:
20288         Added AV/C VTR control support needed for some cameras.
20289         Added automatic port detection.
20290         Added properties for selecting the channel.
20291         The configure.ac script is not yet updated to reflect the
20292         new libavc1394 and librom1394 dependencies.
20293
20294 2004-10-15  Wim Taymans  <wim@fluendo.com>
20295
20296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20297         (qtdemux_parse), (gst_qtdemux_handle_esds):
20298         An esds box is not a container.
20299         Fix parsing of mp4v boxes.
20300         Do not try to renegotiate fps for each frame. Need to
20301         find a better method. This should fix mp4 playback.
20302
20303 2004-10-14  David Schleef  <ds@schleef.org>
20304
20305         * configure.ac: update for swfdec-0.3 and liboil-0.2
20306         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20307         * ext/swfdec/gstswfdec.h: same
20308         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20309         * gst/videotestsrc/videotestsrc.c: same
20310
20311 2004-10-14  Wim Taymans  <wim@fluendo.com>
20312
20313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20314         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20315         (is_sync_frame), (gst_multifdsink_new_client),
20316         (gst_multifdsink_handle_client_write),
20317         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20318         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20319         Turn warnings into info.
20320         Don't allow a state change in the streaming thread.
20321
20322 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20323
20324         * ext/vorbis/oggvorbisenc.c:
20325         * ext/vorbis/vorbisdec.c:
20326           fix template sample rate
20327
20328 2004-10-13  Wim Taymans  <wim@fluendo.com>
20329
20330         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20331         Decoding the header first fixes some problems in resyncing
20332         in more mp3s.
20333
20334 2004-10-12  Wim Taymans  <wim@fluendo.com>
20335
20336         * gst/playback/gstplaybin.c: (gen_video_element),
20337         (gen_vis_element), (remove_sinks), (setup_sinks):
20338         Added vis plugin support, need to configure the vis
20339         element to activate it.
20340
20341 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20342
20343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20344         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20345           Some debug.
20346         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20347         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20348         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20349         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20350         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20351         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20352         * gst/avi/gstavidemux.h:
20353           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20354           recovery (where, if part of the index is broken, we will still read
20355           the rest of the index and recover the broken part by stream
20356           scanning). More broken media support. EOS workarounds. General AVI
20357           braindamage headache recovery. Aspirin included.
20358
20359 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20360
20361         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20362         (cdparanoia_event), (cdparanoia_query):
20363           Get rid of hideous lead-in.
20364
20365 2004-10-11  Wim Taymans  <wim@fluendo.com>
20366
20367         * gst/playback/gstplaybasebin.c: (setup_source):
20368         Wrong var used to get g_list_next.
20369
20370 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20371
20372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20373         (cdparanoia_get), (cdparanoia_open):
20374           Report discid as metadata, add duration.
20375
20376 2004-10-11  Wim Taymans  <wim@fluendo.com>
20377
20378         * gst/playback/gstplaybasebin.c: (setup_source):
20379         Cleanup the previous pipeline a little earlier for the
20380         case that a source element provides raw data.
20381
20382 2004-10-11  Benjamin Otte  <otte@gnome.org>
20383
20384         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20385           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20386           consuming the last 128 bytes, even though it was valid mp3 data.
20387
20388 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20389
20390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20391         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20392         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20393         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20394
20395 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20396
20397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20398         Fix for webcams that support only specific width or height
20399
20400 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20401
20402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20403
20404         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20405           Fix wrong discont event setup (fixes #154967).
20406
20407 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20408
20409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20412           Error out on invalid data (fixes #154807).
20413
20414 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20415
20416         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * ext/dvdread/dvdreadsrc.c: (_read):
20419           Make titles > 0 work again (fixes #154834).
20420
20421 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * gst-libs/gst/riff/riff-media.c:
20424         (gst_riff_create_video_template_caps):
20425           WMV3 missing in template caps.
20426
20427 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20430           OK, so the original code was too strict. It makes random AVI files
20431           hang for seconds upon opening, which is unacceptable and is far
20432           beyond the original goal of getting multiple chunks for one-chunk
20433           sounc stream files. So now do just that.
20434
20435 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * gst/playback/gstplaybasebin.c: (setup_source),
20438         (gst_play_base_bin_change_state):
20439           Actually clean up streaminfo if output fails. This would trigger
20440           if, for example, there was no CD in the drive. No preroll, so
20441           a streaminfo structure is created, but the subsequent state change
20442           of the thread fails.
20443         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20444           Don't change state if parent failed.
20445
20446 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20449         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20450         (gen_video_element), (remove_sinks):
20451           Add small bits of code for screenshot handling.
20452
20453 2004-10-08  Wim Taymans  <wim@fluendo.com>
20454
20455         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20456         (gen_video_element), (gen_audio_element), (setup_sinks):
20457         Don't assume the user provided sinks are named "sink"...
20458
20459 2004-10-08  Wim Taymans  <wim@fluendo.com>
20460
20461         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20462         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20463         (gst_play_base_bin_link_stream):
20464         Do not try to autoplug sources that generate raw streams like
20465         cdparanoia.
20466         disconnect the preroll overrun signal when we don't need it anymore.
20467
20468 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20469
20470         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20471         Added reworked patch from #154903 from milosz derezynski (deadchip).
20472
20473 2004-10-08  Wim Taymans  <wim@fluendo.com>
20474
20475         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20476         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20477         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20478         (cdparanoia_convert), (cdparanoia_uri_get_type),
20479         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20480         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20481         * ext/cdparanoia/gstcdparanoia.h:
20482         This adds the cdda://<tracknum> uri.
20483
20484 2004-10-08  Wim Taymans  <wim@fluendo.com>
20485
20486         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20487         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20488         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20490         (unknown_type), (gst_play_base_bin_remove_element),
20491         (gst_play_base_bin_link_stream):
20492         * gst/playback/gstplaybasebin.h:
20493         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20494         (gst_play_bin_set_property), (gen_video_element),
20495         (gen_audio_element), (setup_sinks):
20496         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20497         (gst_stream_info_get_type), (gst_stream_info_class_init),
20498         (gst_stream_info_init), (gst_stream_info_new),
20499         (gst_stream_info_dispose), (stream_info_mute_pad),
20500         (gst_stream_info_set_property), (gst_stream_info_get_property):
20501         * gst/playback/gststreaminfo.h:
20502         Reuse the audio and video bins.
20503         Some internal cleanups in the stream selection code.
20504
20505 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20506
20507         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20508         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20509         * sys/ximage/ximagesink.h:
20510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20511         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20512         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20513         not coming from those elements. Moreover these elements should not keep
20514         the xid they have been given when in NULL state.
20515
20516 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20517
20518         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20519         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20520         * sys/ximage/ximagesink.h:
20521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20522         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20523         * sys/xvimage/xvimagesink.h:
20524           Actually only create a new toplevel window if we're not gonna
20525           embed it right after.
20526
20527 2004-10-07  Wim Taymans  <wim@fluendo.com>
20528
20529         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20530         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20531         * gst/playback/gstplaybin.c: (setup_sinks):
20532         Implement muting/unmuting of streams, mute streams that are not
20533         used.
20534
20535 2004-10-07  Wim Taymans  <wim@fluendo.com>
20536
20537         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20538         (plugin_init):
20539         Added lame audio/x-ac3 typefind function.
20540
20541 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20542
20543         * configure.ac:
20544           bump nano to cvs
20545
20546 === release 0.8.5 ===
20547
20548 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20549
20550         * NEWS:
20551         * RELEASE:
20552         * configure.ac:
20553           releasing 0.8.5, "Take You On"
20554
20555 2004-10-06  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20558         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20559         (no_more_pads), (close_link), (type_found):
20560         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20561         * gst/playback/gstplaybin.c: (gen_video_element):
20562         Do not signal the no_more_pads after the first pad when
20563         we are plugging a non dynamic element with multiple
20564         output pads (like swfdec, dvdec, ...).
20565
20566 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20567
20568         * configure.ac:
20569           bump for prerelease
20570
20571 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20572
20573         * gst/wavparse/gstwavparse.c:
20574           add ATRAC3 to STATIC CAPS to fix a warning
20575
20576         * gst/matroska/ebml-read.c:
20577         * gst-libs/gst/riff/riff-read.c:
20578           fix typos
20579
20580 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20581
20582         * gst-libs/gst/riff/riff-media.c:
20583           generate caps for ATRAC3 audio streams
20584
20585         * gst/realmedia/rmdemux.c:
20586           generate caps for ATRAC3 audio streams
20587
20588 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20589
20590         * gst/wavparse/Makefile.am
20591         * gst/wavparse/riff.h
20592         * gst/wavparse/wavparse.vcproj
20593           riff.h removal (unused and duplication with riff-ids.h)
20594
20595 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20596
20597         * gst/wavparse/gstwavparse.h
20598           remove duplicated defines for audio codec codes
20599
20600         * gst-libs/gst/riff/riff-ids.h
20601         * gst/wavenc/riff.h:
20602           add "4CC" code for ATRAC3 audio streams
20603           add "4CC" code for ITU_G721_ADPCM (unused for now)
20604
20605 2004-10-06  Wim Taymans  <wim@fluendo.com>
20606
20607         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20608         Actually _do_ negotiation. Pass gdouble as arg instead
20609         of guint64 for the framerate.
20610
20611 2004-10-06  Wim Taymans  <wim@fluendo.com>
20612
20613         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20614         (find_compatibles), (close_pad_link), (try_to_link_1),
20615         (no_more_pads), (close_link), (type_found):
20616         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20617         * gst/playback/gstplaybin.c: (gen_video_element),
20618         (gen_audio_element):
20619         Set state on newly added element to READY so that negotiation
20620         can happen ASAP.
20621         Addes some more debug info.
20622         Do not try to plug pads with multiple caps structures or ANY
20623         because it is too dangerous since we do not do dynamic
20624         replugging.
20625
20626 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20627
20628         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20629
20630         * po/LINGUAS:
20631         * po/or.po:
20632           add Oriya translation
20633
20634 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20635
20636         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20637           Prevent overwrite of size member. Makes audio sound crappy.
20638
20639 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20640
20641         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20642         Add rmvb to the list of known RealMedia extensions
20643
20644 2004-10-05  Wim Taymans  <wim@fluendo.com>
20645
20646         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20647         (mngdec_openstream), (mngdec_closestream),
20648         (mngdec_handle_sink_event), (mngdec_readdata),
20649         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20650         (mngdec_getcanvasline), (mngdec_refresh),
20651         (gst_mngdec_change_state):
20652         Set the framerate correctly.
20653
20654 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20655
20656         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20657           There was something wrong with the index massaging.
20658
20659 2004-10-04  Wim Taymans  <wim@fluendo.com>
20660
20661         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20662         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20663         (gst_smokedec_chain):
20664         * ext/jpeg/gstsmokedec.h:
20665         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20666         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20667         * ext/jpeg/gstsmokeenc.h:
20668         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20669         (smokecodec_decode_new), (smokecodec_info_free),
20670         (smokecodec_set_quality), (smokecodec_get_quality),
20671         (smokecodec_set_threshold), (smokecodec_get_threshold),
20672         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20673         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20674         (smokecodec_encode), (smokecodec_parse_id),
20675         (smokecodec_parse_header), (smokecodec_decode):
20676         * ext/jpeg/smokecodec.h:
20677         * ext/jpeg/smokeformat.h:
20678         Updated smoke, new bitstream, allows embedding in ogg.
20679
20680 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20683           Fix seeking in some files. All this code is no longer needed (and
20684           actually breaks stuff) because we now synchronize the full index
20685           right when reading the header.
20686
20687 2004-10-04  Wim Taymans  <wim@fluendo.com>
20688
20689         * configure.ac:
20690         configure update for libmng.
20691
20692 2004-10-04  Wim Taymans  <wim@fluendo.com>
20693
20694         * ext/libmng/Makefile.am:
20695         * ext/libmng/gstmng.c: (plugin_init):
20696         * ext/libmng/gstmng.h:
20697         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20698         (gst_mngdec_base_init), (gst_mngdec_class_init),
20699         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20700         (gst_mngdec_loop), (gst_mngdec_get_property),
20701         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20702         (mngdec_closestream), (mngdec_handle_sink_event),
20703         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20704         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20705         (gst_mngdec_change_state):
20706         * ext/libmng/gstmngdec.h:
20707         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20708         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20709         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20710         (gst_mngenc_chain), (gst_mngenc_get_property),
20711         (gst_mngenc_set_property):
20712         * ext/libmng/gstmngenc.h:
20713         Added basic MNG decoder. Needs more work. The encoder does
20714         not work yet.
20715
20716 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20717
20718         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20719         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20720         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20721           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20722           no-more-pads.
20723
20724 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20725
20726         * configure.ac:
20727           you need at least 1.0.4 of speex
20728
20729 2004-10-04 Iain <iaingnome@gmail.com>
20730
20731         * ext/speex/gstspeexdec.h: Revert the includes changes.
20732
20733         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20734
20735 2004-09-30 Iain <iaingnome@gmail.com>
20736
20737         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20738         found during init or set as a property instead of hardcoding /dev/audio
20739
20740 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20743         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20744         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20745         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20746         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20747         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20748         (gst_rmdemux_dump_data):
20749           Use debug category, fix EOS handling. filesrc ! rmdemux now
20750           works.
20751
20752 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20753
20754         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20755         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20756         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20757           Improve allocation, cutting and sorting of the index. How takes a
20758           few seconds instead of minutes.
20759
20760 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20761
20762         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20763           fixed compilation
20764
20765 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * gst-libs/gst/riff/riff-media.c:
20768         (gst_riff_create_video_caps_with_data),
20769         (gst_riff_create_video_template_caps):
20770           Add wing commander format mimetype/fourccs.
20771         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20772           Don't crash if some value is 0.
20773
20774 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20775
20776         * gst-libs/gst/riff/riff-media.c:
20777         (gst_riff_create_video_caps_with_data),
20778         (gst_riff_create_video_template_caps):
20779           Add DIB fourcc (raw, palettized 8-bit RGB).
20780         * gst-libs/gst/riff/riff-read.c:
20781         (gst_riff_read_strf_vids_with_data):
20782           Oops, fix strf_data reading bug.
20783         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20784           Use a non-NULL tag.
20785         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20786           Time for hacks. Sorry Dave. At least one quicktime movie (a
20787           trailer) that I've encountered contains multiple video tracks.
20788           One of those is the actual video track, the other are one-frame
20789           tracks (images). Unfortunately, the number of frames according
20790           to the trak header is 1 for each, so that doesn't help. So
20791           instead, I look at the duration and discard tracks with a
20792           duration shorter than 20% of the length of the stream. Better
20793           than nothing.
20794
20795 2004-10-01  Christian Schaller <christian@fluendo.com>
20796
20797         * ext/ivorbis/vorbis.c:
20798           Patch from Phil Blundell (Bug 152341)
20799
20800 2004-10-01  Wim Taymans  <wim@fluendo.com>
20801
20802         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20803         (speex_dec_get_formats), (speex_dec_convert),
20804         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20805         (speex_dec_chain), (gst_speexdec_get_property),
20806         (gst_speexdec_set_property):
20807         Small cleanups.
20808
20809 2004-10-01  Wim Taymans  <wim@fluendo.com>
20810
20811         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20812         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20813         (gst_wavparse_other), (gst_wavparse_loop),
20814         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20815         (gst_wavparse_srcpad_event):
20816         * gst/wavparse/gstwavparse.h:
20817         Added some more debugging info.
20818         Fix the case where the length of the file is 0.
20819         Make sure we seek to sample borders.
20820
20821 2004-10-01  Wim Taymans  <wim@fluendo.com>
20822
20823         * gst/playback/README:
20824         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20825         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20826         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20827         Add some debug info to decodebin, update README
20828
20829 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20832           Don't use g_print(); use GST_DEBUG().
20833
20834 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20837         (gst_ogg_mux_queue_pads):
20838           Handle EOS properly.
20839
20840 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20841
20842         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20845         (gst_faad_chain), (gst_faad_change_state):
20846         * ext/faad/gstfaad.h:
20847           Allow playback of raw (unframed) MPEG AAC files (#148993).
20848
20849 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20850
20851         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20852
20853         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20854           Throw error if we didn't recognize the stream. Fixes #152289.
20855
20856 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20859           Fix negotiation.
20860
20861 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20862
20863         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20866           Fix memleak.
20867
20868 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20869
20870         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20873           Solve #152805.
20874         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20875           Solve 152806.
20876
20877 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20878
20879         * gst-libs/gst/riff/riff-media.c:
20880         (gst_riff_create_video_caps_with_data),
20881         (gst_riff_create_audio_caps_with_data):
20882           Add codec_data handling (like asfdemux used to do).
20883         * gst/asfdemux/gstasf.c: (plugin_init):
20884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20885         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20886           Use riff-media for caps creation instead of our own (mostly
20887           broken) copy of its functions.
20888
20889 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20890
20891         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20892           Don't actually error out if we get another return value than
20893           -EINVAL. Opposite to what I first thought, drivers have random
20894           return values for this, although -EINVAL is the expected return
20895           value. Since this is not fatal, we shouldn't use
20896           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20897
20898 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20899
20900         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20901         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20902         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20903         (dvdreadsrc_get), (dvdreadsrc_open_file),
20904         (dvdreadsrc_change_state):
20905           Fix. Don't do one big huge loop around the whole DVD, that will
20906           cache all data and thus eat sizeof(dvd) (several GB) before we
20907           see something.
20908         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20909           Actually NULL'ify event after using it.
20910         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20911         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20912         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20913         (gst_ebml_read_seek), (gst_ebml_read_skip):
20914           Handle events.
20915         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20916         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20917         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20918           Fix timing (this will probably break if I seek using menus, but
20919           I didn't get there yet). VOBs and normal DVDs should now work.
20920           Add a mpeg2-only pad with high rank so this get autoplugged for
20921           MPEG-2 movies.
20922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20923         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20924         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20925         (gst_mpeg_demux_get_audio_stream),
20926         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20927         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20928           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20929           MPEG-1 but use dvddemux for MPEG-2.
20930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20931         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20932         (gst_mpeg_parse_parse_packhead):
20933           Timing. Only add pad template if it exists. Add sink template from
20934           class and not from ourselves. This means we will always use the
20935           correct sink template even if it is not the one defined in this
20936           file.
20937
20938 2004-09-29  Wim Taymans  <wim@fluendo.com>
20939
20940         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20941         (gst_mpeg_demux_parse_pes):
20942         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20943         Fix playback of mpeg again, timestamps where screwed up by
20944         patch 1.61.
20945
20946 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20949           Only return true if we actually filled something in. Prevents
20950           player applications from showing a random length for flac files.
20951         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20952         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20953         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20954         (gst_riff_read_strf_vids_with_data),
20955         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20956           OK, ok, so I implemented event handling. Apparently it's normal
20957           that we receive random events at random points without asking
20958           for it.
20959         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20960         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20961         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20962         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20963         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20964         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20965         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20966         * gst/avi/gstavidemux.h:
20967           Implement non-lineair chunk handling and subchunk processing.
20968           The first solves playback of AVI files where the audio and video
20969           data of individual buffers that we read are not synchronized.
20970           This should not happen according to the wonderful AVI specs, but
20971           of course it does happen in reality. It is also a prerequisite for
20972           the second. Subchunk processing allows us to cut chunks in small
20973           pieces and process each of these pieces separately. This is
20974           required because I've seen several AVI files with incredibly large
20975           audio chunks, even some files with only one audio chunk for the
20976           whole file. This allows for proper playback including seeking.
20977           This patch is supposed to fix all AVI A/V sync issues.
20978         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20979         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20980           Work.
20981         * gst/modplug/gstmodplug.cc:
20982           Proper return value setting for the query() function.
20983         * gst/playback/gstplaybasebin.c: (setup_source):
20984           Being in non-playing state (after, e.g., EOS) is not necessarily
20985           a bad thing. Allow for that. This fixes playback of short files.
20986           They don't actually playback fully now, because the clock already
20987           runs. This means that small files (<500kB) with a small length
20988           (<2sec) will still not or barely play. Other files, such as mod
20989           or flx, will work correctly, however.
20990
20991 2004-09-28  Wim Taymans  <wim@fluendo.com>
20992
20993         * ext/speex/gstspeex.c: (plugin_init):
20994         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20995         (gst_speex_dec_class_init), (speex_dec_get_formats),
20996         (speex_get_event_masks), (speex_get_query_types),
20997         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20998         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20999         (gst_speexdec_get_property), (gst_speexdec_set_property),
21000         (speex_dec_change_state):
21001         * ext/speex/gstspeexdec.h:
21002         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21003         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21004         (gst_speexenc_base_init), (gst_speexenc_class_init),
21005         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21006         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21007         (gst_speexenc_src_query), (gst_speexenc_init),
21008         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21009         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21010         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21011         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21012         (gst_speexenc_chain), (gst_speexenc_get_property),
21013         (gst_speexenc_set_property), (gst_speexenc_change_state):
21014         * ext/speex/gstspeexenc.h:
21015         Rewrote speex encoder, make sure it can be embedded in ogg.
21016         Implemented speex decoder.
21017
21018 2004-09-28  Christian Schaller <christian@fluendo.com>
21019
21020         * configure.ac:
21021         Remove kioslave plugin. Markey is brewing a new working one
21022         * ext/Makefile.am: Remove kioslave plugin
21023         * ext/kio: remove
21024         * gst-plugins.spec.in: remove kio plugin from spec
21025
21026 2004-09-27  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21029         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21030         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21031         (gst_multifdsink_new_client),
21032         (gst_multifdsink_handle_client_write),
21033         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21034         (gst_multifdsink_handle_clients):
21035         * gst/tcp/gstmultifdsink.h:
21036         Make syncing to keyframes actually work for new clients and lagging
21037         clients.
21038
21039 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21040
21041         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21042         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21043         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21044         * gst/debug/gstnavigationtest.h:
21045           make navigationtest display button-press and button-release events
21046
21047 2004-09-26 Iain <iaingnome@gmail.com>
21048
21049         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21050         the channels have received a new media event.
21051         (interleave_buffered_loop): Compresses a new media event on all
21052         channels into one.
21053
21054 2004-09-26 Iain <iaingnome@gmail.com>
21055
21056         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21057         call the sinkpad's default event handler and not the srcpads. He also
21058         says this is confusing :)
21059         (gst_wavenc_stop_file): Company says that seek events only go upstream
21060         we should send a discontinuous downstream instead.
21061
21062 2004-09-25  Christian Schaller <christian@fluendo.com>
21063
21064         * Update SPEC file to be usable in conjunction with Fedora Core,
21065           Fedora.us and freshrpms packages
21066         * Fix typo in multifilesrc test Makefile
21067
21068 2004-09-24  Wim Taymans  <wim@fluendo.com>
21069
21070         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21071         Only signal the no_more_pads signal when we have
21072         added the stream to our list.
21073
21074 2004-09-24  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21077         (new_decoded_pad):
21078         * gst/playback/gstplaybasebin.h:
21079         * gst/playback/gstplaybin.c: (setup_sinks):
21080         Don't try to preroll or decode more than one audio/video
21081         track.
21082
21083 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21086           Throw error if we failed to find a suitable output. This should
21087           throw an error if we successfully set up a pipeline (e.g. because
21088           we recognized a media file) but found no decodable streams in it
21089           (e.g. because it contains only media stream types for which we
21090           have no decoders, or because it's not a media type).
21091
21092 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * ext/dirac/Makefile.am:
21095         * ext/dirac/gstdirac.cc:
21096         * ext/dirac/gstdiracdec.cc:
21097         * ext/dirac/gstdiracdec.h:
21098           Do something. Don't actually know if this works because I don't
21099           have a demuxer yet.
21100         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21101           Add channels=1 to caps returned from _getcaps().
21102         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21103         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21104         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21105         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21106         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21107         (gst_ogm_parse_change_state):
21108           Separate between audio/video so ogmaudioparse actually uses the
21109           audio pad templates. Both audio and video work now, including
21110           autoplugging. Also use sometimes-srcpad hack.
21111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21112           Handle events better. Don't hang on infinite loops.
21113         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21114         (gst_avi_demux_init), (gst_avi_demux_reset),
21115         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21116         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21117         (gst_avi_demux_change_state):
21118         * gst/avi/gstavidemux.h:
21119           Improve A/V sync. Still not perfect.
21120         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21121         (gst_ebml_read_skip):
21122           Handle events better.
21123         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21124         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21125         (qtdemux_audio_caps):
21126           Add IMA4. Improve event handling. Save offset after a seek when
21127           the headers are at the end of the file so that we don't end up in
21128           an infinite loop.
21129         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21130           Add low-priority typefind support for files with no length.
21131
21132 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21133
21134         * testsuite/multifilesink/Makefile.am:
21135         fix typo
21136
21137 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21138
21139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21141         mistakes from thaytan's patches.
21142
21143 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21144
21145         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21146           For completeness, XSync in the destroy function as xvimage does.
21147
21148 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21149
21150         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21151            Correct caps negotiation
21152         * gst/volume/gstvolume.c: (volume_chain_float),
21153         (volume_chain_int16):
21154            Modify debug output to be little more informative
21155         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21157         (gst_xvimagesink_xvimage_destroy):
21158           Add XSync calls after detaching from the shared memory segment to
21159           avoid a crash.
21160
21161 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21162
21163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21164         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21165         * ext/vorbis/vorbis.c: (plugin_init):
21166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21167         (gst_vorbisenc_chain):
21168         * ext/vorbis/vorbisenc.h:
21169         remove explicit newmedia support from oggmux and vorbisenc
21170         add debug category to vorbisenc
21171         * gst/multifilesink/gstmultifilesink.c:
21172         (gst_multifilesink_class_init), (gst_multifilesink_init),
21173         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21174         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21175         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21176         (plugin_init):
21177         * gst/multifilesink/gstmultifilesink.h:
21178         add support for streamheader in multifilesink
21179
21180 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21181
21182         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21183         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21184         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21185           Prevent infinite loops. More correct error reporting.
21186         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21187           Error out if negotiation fails.
21188         * gst/playback/gstplaybasebin.c: (setup_source),
21189         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21190         (gst_play_base_bin_found_tag):
21191           Error/tag forwarding. Pre-roll fixes for source errors on state
21192           changes (e.g. "file does not exist") to prevent hangs.
21193
21194 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21195
21196         * testsuite/multifilesink/Makefile.am:
21197         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21198         (gst_newmedia_class_init), (gst_newmedia_init),
21199         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21200         (newfile_signal), (test_signal), (main):
21201         * testsuite/multifilesink/multifilesrc_test.c: (main):
21202         * testsuite/multifilesink/oggtheora_test.c:
21203         (gst_newmedia_base_init), (gst_newmedia_class_init),
21204         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21205         (test_format), (newfile_signal), (test_signal), (main):
21206         * testsuite/multifilesink/oggvorbis_test.c:
21207         (gst_newmedia_base_init), (gst_newmedia_class_init),
21208         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21209         (test_format), (newfile_signal), (test_signal), (main):
21210         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21211         (gst_newmedia_class_init), (gst_newmedia_init),
21212         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21213         (newfile_signal), (test_signal), (main):
21214         New media tests
21215
21216 2004-09-20  Christian Schaller <christian@fluendo.com>
21217
21218         * Fix mikmod license to LGPL as they have relicensed
21219         * Move Dirac and Effectv into LGPL section of README_license
21220
21221 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21224         (gst_mad_change_state):
21225           Allow for mp3 rate/channels changes. However, only very
21226           conservatively. Reason that we *have* to enable this is smiply
21227           because the mad find_sync() function is not good enough, it will
21228           regularly sync on random data as valid frames and therefore make
21229           us provide random caps as *final* caps of the stream. The best fix
21230           I could think of is to simply require several of the same stream
21231           changes in a row before we change caps.
21232           The actual testcase that works now is #
21233         * ext/ogg/Makefile.am:
21234         * ext/ogg/gstogg.c: (plugin_init):
21235         * ext/ogg/gstogmparse.c:
21236           OGM support (video only for now; I need an audio sample file).
21237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21238         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21239         (gst_asf_demux_add_video_stream):
21240           WMV extradata.
21241         * gst/playback/gstplaybasebin.c: (unknown_type):
21242           Don't error out on single unknown-types after all. It's wrong.
21243           If we found type of video and audio but not of a subtitle stream,
21244           it will still error out (which is unwanted). Will find a better fix
21245           later on.
21246         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21247         (ogmaudio_type_find), (plugin_init):
21248           OGM support.
21249
21250 2004-09-20  Johan Dahlin  <johan@gnome.org>
21251
21252         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21253         after setting caps.
21254
21255 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21256
21257         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21258         * gst/wavenc/gstwavenc.h:
21259         Added newmedia support to wavenc
21260
21261 2004-09-17  Wim Taymans  <wim@fluendo.com>
21262
21263         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21264         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21265         (gst_fdset_fd_can_write), (gst_fdset_wait):
21266         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21267         (gst_multifdsink_init), (gst_multifdsink_add),
21268         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21269         (gst_multifdsink_remove_client_link),
21270         (gst_multifdsink_client_queue_buffer),
21271         (gst_multifdsink_handle_client_write),
21272         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21273         (gst_multifdsink_close), (gst_multifdsink_change_state):
21274         * gst/tcp/gstmultifdsink.h:
21275         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21276         (gst_tcpserversink_removed):
21277         Small cleanups in fdset.c
21278         Use a hastable to map fd to the client structure for faster
21279         lookup in _remove and get_stats.
21280         Added virtual function to close the fds.
21281         Handle clients even when the select/poll call was unblocked because
21282         of a command.
21283         Implement syncing to keyframe in the recovery procedure.
21284
21285 2004-09-16 Iain <iaingnome@gmail.com>
21286
21287         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21288         try caps.
21289
21290 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21291
21292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21293           Caps are only set if the type of the stream is unknown, but this
21294           is initialized in ->init_stream(), so set to UNKNOWN after calling
21295           ->init_stream() so that capsnego starts.
21296
21297 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21298
21299         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21300         (gst_avi_demux_stream_data):
21301           Just hardcode for raw audio then. AVI audio sucks.
21302
21303 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21304
21305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21306         * gst/matroska/matroska-mux.c: (audiosink_templ),
21307         (gst_matroska_mux_audio_pad_link):
21308         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21309         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21310
21311 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21314         (gst_avi_demux_stream_data):
21315           Try to fix a/v sync issues.
21316
21317 2004-09-15  David Schleef  <ds@schleef.org>
21318
21319         * configure.ac: remove NASM check, since we don't use it.  Update
21320         dirac check to 0.4
21321         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21323         Initialized variables.
21324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21325         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21326         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21327         SVQ3 format
21328
21329 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21330
21331         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21332         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21333         * gst/avi/gstavidemux.h:
21334           Fix for compressed audio (mp3) timestamp generation. How did this
21335           ever work?
21336
21337 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21338
21339         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21340           Volume is a double not a float.
21341
21342 2004-09-15  Wim Taymans  <wim@fluendo.com>
21343
21344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21345         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21346         Don't close the fd in multifdsink as we didn't open it in the
21347         first place. Some cleanups.
21348
21349 2004-09-15  Wim Taymans  <wim@fluendo.com>
21350
21351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21353         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21354         Fix the case where the muxer would mark pages as delta
21355         frames when they are not (vorbis only ogg).
21356
21357 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21360         (gst_play_base_bin_change_state):
21361           Handle the case where we failed to setup a clear pipeline. This
21362           will throw an error (or EOS, another nice case) and if you don't
21363           catch that, the app will wait for the signal forever (and thus
21364           hang).
21365
21366 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21367
21368         * ext/gnomevfs/gstgnomevfssink.c:
21369         (gst_gnomevfssink_uri_get_protocols):
21370         * ext/gnomevfs/gstgnomevfssrc.c:
21371         (gst_gnomevfssrc_uri_get_protocols):
21372         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21373         * ext/gnomevfs/gstgnomevfsuri.h:
21374           Use _uri_new() instead of _open(), so it doesn't take as long and
21375           Christophe's computer won't hang.
21376         * gst/playback/gstplaybasebin.c: (unknown_type):
21377           Throw error on unknown media type, so apps actually display it.
21378
21379 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21380
21381         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21382           this script to work on Solaris since bash shell handles echo
21383           differenly than bash.
21384
21385 2004-09-17  Wim Taymans  <wim@fluendo.com>
21386
21387         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21388         (setup_source), (gst_play_base_bin_set_property),
21389         (gst_play_base_bin_add_element):
21390         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21391         Some more work on making sure seeking pauses the pipeline and
21392         that changing the uri actually does something.
21393
21394 2004-09-17  Wim Taymans  <wim@fluendo.com>
21395
21396         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21397         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21398         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21399         (gst_tcpserversink_close):
21400         Be a bit more paranoid when freeing memory.
21401
21402 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21403
21404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21405         (qtdemux_parse_trak):
21406           Don't crash by dividing by zero (see sample movie in #126922).
21407
21408 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21411           Don't touch non-existing data (fixes crash on file in #140147).
21412
21413 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21414
21415         * gst/playback/gstplaybasebin.c:
21416         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21417           Handle double disposals, and proper change of URIs.
21418
21419 2004-09-13  Martin Eikermann <meiker@upb.de>
21420
21421         * gst/mpegstream/gstmpegparse.c:
21422           fix synchronistation for streams recorded from digital PCR
21423           fixes bug #119376
21424
21425 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21426
21427         * ext/gnomevfs/Makefile.am:
21428         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21429         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21430         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21431         (gst_gnomevfssink_uri_get_type),
21432         (gst_gnomevfssink_uri_get_protocols),
21433         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21434         (gst_gnomevfssink_uri_handler_init),
21435         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21436         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21438         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21439         (gst_gnomevfssrc_uri_get_type),
21440         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21441         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21442         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21443         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21444         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21445         * ext/gnomevfs/gstgnomevfsuri.h:
21446           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21447           of fake URIs to see which this version of Gnome-VFS likes, and
21448           uses that for the Gst-URI interface. Makes playbin support http://
21449           streams. Also fix up some stupid behaviour in gnomevfssrc.
21450
21451 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21452
21453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21454         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21455         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21456         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21457           Update mixer (to sync with other sessions) if we try to obtain
21458           a new value. This makes alsamixer work accross applications.
21459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21460           Only call sync functions if we're running, else alsalib asserts.
21461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21462           Sometimes fails to compile. Possibly a gcc bug.
21463         * gst/playback/gstplaybin.c: (gen_video_element),
21464         (gen_audio_element):
21465           Add a reference to an application-provided object, because we lose
21466           this same reference if we add it to the bin. If we don't do this,
21467           we can only use this object once and thus crash if we go from
21468           ready to playing, back to ready and back to playing again.
21469           Also add an audioscale element because several cheap soundcards -
21470           like mine - don't support all samplerates.
21471         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21472         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21473           Fix wrong order or PAR calls. Makes automatically obtained PAR
21474           from the X server atually being used.
21475
21476 2004-09-12  David Schleef  <ds@schleef.org>
21477
21478         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21479         #151887, #152102, #152247.
21480         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21481         * examples/seeking/cdparanoia.c: same
21482         * examples/seeking/cdplayer.c: same
21483         * examples/seeking/seek.c: same
21484         * examples/seeking/spider_seek.c: same
21485         * examples/seeking/vorbisfile.c: same
21486         * examples/stats/mp2ogg.c: same
21487         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21488         (gst_esdsink_dispose): Dispose of element properly.
21489         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21490         fixes.
21491         * ext/nas/nassink.c: (gst_nassink_class_init),
21492         (gst_nassink_dispose): Dispose of element correctly.
21493         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21494         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21495         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21496         Fix 64-bit warning.
21497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21498         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21499         Fix 64-bit warning.
21500
21501 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21502
21503         * configure.ac : change speex detection as 1.1.6 now uses
21504           .pc/pkg-config and they changed their headers location.
21505
21506 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21507
21508         * gst/matroska/matroska-mux.h:
21509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21510         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21511         (gst_matroska_mux_write_data):
21512           Write multiple blocks/frames per cluster.
21513                 Write meta-seek information (seek heads).
21514
21515 2004-09-09  Scott Wheeler <wheeler@kde.org>
21516
21517         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21518         (gst_play_bin_set_property), (gst_play_bin_get_property),
21519         (gen_audio_element), (gen_audio_element):
21520           Add a volume element / property to the pipeline.
21521
21522 2004-09-07  Wim Taymans  <wim@fluendo.com>
21523
21524         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21525         Copy timestamps from the master pad to the output buffers.
21526
21527 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21528
21529         * ext/raw1394/gstdv1394src.c:
21530           throw errors when applicable
21531
21532 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21533
21534         * gst/matroska/ebml-ids.h:
21535         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21536         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21538           automatically convert unix time <-> ebml time when reading/writing
21539           a date, use gst_ebml_write_uint to write CUETIME,
21540           not gst_ebml_write_date.
21541         * gst/matroska/matroska-ids.h:
21542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21543         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21544         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21545         (gst_matroska_mux_write_data):
21546           Write track and segment UIDs, write muxing date, write
21547           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21548           Create cues for audio only files.
21549
21550 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21551
21552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21553         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21554           Re-commit ALSA switches.
21555         * gst/adder/gstadder.c: (gst_adder_loop):
21556           64-bit fix (#151416).
21557         * gst/debug/progressreport.c: (gst_progressreport_report):
21558           64-bit fix (#151419).
21559         * gst/matroska/matroska-demux.c:
21560         (gst_matroska_demux_parse_contents):
21561           64-bit fix (#151420).
21562         * gst/playback/test3.c: (update_scale):
21563           64-bit fix (#151421).
21564
21565 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21566
21567         * configure.ac:
21568           bump nano to cvs
21569
21570 === release 0.8.4 ===
21571
21572 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21573
21574         * configure.ac: releasing 0.8.4, "Alias"
21575
21576 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21577
21578         * ext/theora/Makefile.am:
21579           fix makefile.  Fixes #151462.
21580
21581 2004-08-30  Wim Taymans  <wim@fluendo.com>
21582
21583         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21585         (gst_multifdsink_remove_client_link),
21586         (gst_multifdsink_client_queue_buffer),
21587         (gst_multifdsink_handle_client_write):
21588         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21590         Fix some memory leaks.
21591
21592 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         Patch by: David Schleef
21595
21596         * configure.ac:
21597         * sys/Makefile.am:
21598           rename our detection macro for V4L2.  Fixes #151236.
21599
21600 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21601
21602         Patch by: David Schleef
21603
21604         * configure.ac:
21605           check to define LAMEPRESET.  Fixes #151232.
21606
21607 2004-08-27  David Schleef  <ds@schleef.org>
21608
21609         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21610         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21611         (gst_glimagesink_fixate):  Move local variable declarations to
21612         make gcc-2.95 happy.
21613
21614 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21615
21616         * configure.ac:
21617           bump nano for prerelease
21618
21619 2004-08-27  David Schleef  <ds@schleef.org>
21620
21621         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21622         * sys/sunaudio/gstsunaudiosrc.c:
21623         * sys/sunaudio/gstsunaudiosrc.h:
21624
21625 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21626
21627         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21628         handle EOS correctly
21629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21630         * gst/matroska/matroska-mux.h:
21631         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21632         VFW compatibility mode
21633
21634 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21635
21636         patch by: Zaheer Abbas Merali
21637
21638         * ext/ogg/gstoggmux.c:
21639         * ext/vorbis/vorbisenc.c:
21640         * ext/vorbis/vorbisenc.h:
21641           handle NEWMEDIA
21642
21643 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21644
21645         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21646         fix byte order reversion on little endian machines.
21647         * gst/matroska/matroska-mux.c: (audiosink_templ),
21648         (gst_matroska_mux_audio_pad_link):
21649         add TTA codec to the list of supported codecs.
21650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21651         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21652         (gst_matroska_mux_write_data):
21653         * gst/matroska/matroska-mux.h:
21654         write segment duration correctly, write muxing app string, fixes bugs
21655         #140897 and #140898.
21656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21657         wait for all pads to be negotiated before starting to mux.
21658
21659 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21660
21661         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21662         * ext/lame/gstlame.h:
21663         Added new media support to lame
21664
21665 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21666
21667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21668         send vorbis headers at the beginning of a stream, fixes bug #141554.
21669         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21670         bug #148950.
21671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21672         (gst_matroska_demux_plugin_init):
21673         * gst/matroska/matroska-ids.h:
21674         enable demuxing of TTA audio streams, fixes bug #148951.
21675         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21676         enable typefinding for TTA audio files, fixes bug #148711.
21677         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21678         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21679         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21680
21681 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21682
21683         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21684         (gst_riff_read_element_data), (gst_riff_read_seek),
21685         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21686         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21687         <teuf@gnome.org>
21688
21689 2004-08-23 Iain <iaingnome@gmail.com>
21690
21691         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21692         tags. They appear to be handled differently to normal.
21693         (tag_list_to_id3_tag_foreach): Ditto.
21694
21695 2004-08-22  Wim Taymans  <wim@fluendo.com>
21696
21697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21698         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21699         Make sure we never send -1 granulepos.
21700
21701 2004-08-20  Wim Taymans  <wim@fluendo.com>
21702
21703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21704         (gst_ogg_mux_loop):
21705         I will accept bitchslappings with non sharp objects.
21706
21707 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21708
21709         * configure.ac:
21710         Clean up the test for lame presets
21711
21712 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21713
21714         * configure.ac:
21715         * ext/lame/Makefile.am:
21716         * ext/lame/gstlame.c: (gst_lame_class_init),
21717         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21718         Only enable lame presets if version of lame has presets in API
21719
21720 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21721         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21722         * gst/udp/gstudpsrc.h:
21723           Don't call gst_pad_push in a get function. Fixes #150449
21724
21725 2004-08-18  Wim Taymans  <wim@fluendo.com>
21726
21727         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21728         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21729         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21730         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21731         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21732         (gst_fdset_wait):
21733         * gst/tcp/gstfdset.h:
21734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21735         (gst_multifdsink_client_queue_buffer),
21736         (gst_multifdsink_handle_client_write):
21737         * gst/tcp/gstmultifdsink.h:
21738         Some extra checks in gstfdset.
21739         Only use send() when the fd is a socket. Don't try to
21740         read from write only fds.
21741
21742 2004-08-18  Wim Taymans  <wim@fluendo.com>
21743
21744         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21745         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21746         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21747         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21748         (gst_fdset_wait):
21749         Add more locking and bounds checking.
21750
21751 2004-08-18  Wim Taymans  <wim@fluendo.com>
21752
21753         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21754         Realloc test fdset in the lock and right before starting
21755         the poll call. Bump the limit to 4096.
21756
21757 2004-08-17  David Schleef  <ds@schleef.org>
21758
21759         * sys/sunaudio/Makefile.am:
21760         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21761         of rates and channels.  Make debugging less obnoxious.
21762
21763         Patch from Balamurali Viswanathan implementing a mixer for
21764         Sun audio.  (bug #144091):
21765         * sys/sunaudio/gstsunelement.c:
21766         * sys/sunaudio/gstsunelement.h:
21767         * sys/sunaudio/gstsunmixer.c:
21768         * sys/sunaudio/gstsunmixer.h:
21769
21770 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21771
21772         * gst/audioscale/gstaudioscale.c:
21773         * gst/audioscale/gstaudioscale.h:
21774         made audioscale resample from any sample rate to any sample rate
21775
21776 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21777
21778         * ext/libpng/gstpngdec.c:
21779           error out on unsupported types
21780
21781 2004-08-17  Iain <iaingnome@gmail.com>
21782
21783         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21784         mid_side and loose_mid_side properties if its a stereo stream.
21785
21786 2004-08-17  Wim Taymans  <wim@fluendo.com>
21787
21788         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21789         (theora_get_formats), (theora_dec_src_convert),
21790         (theora_dec_sink_convert), (theora_dec_src_query),
21791         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21792         Add a debug line.
21793
21794 2004-08-17  Wim Taymans  <wim@fluendo.com>
21795
21796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21797         (gst_ogg_pad_push):
21798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21799         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21800         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21801         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21802         Mark delta units in the muxer.
21803         Try to decode the packet after an out-of-sync error from
21804         libogg.
21805
21806 2004-08-17  Wim Taymans  <wim@fluendo.com>
21807
21808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21809         (gst_multifdsink_init), (gst_multifdsink_add),
21810         (gst_multifdsink_client_queue_buffer),
21811         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21812         * gst/tcp/gstmultifdsink.h:
21813         Added option to send a keyframe to clients as the first buffer.
21814         Make timeout property writable.
21815
21816 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         patch by: Wim Taymans
21819
21820         * gst/tcp/gstfdset.c:
21821         * gst/tcp/gstmultifdsink.c:
21822           fix index comparison, should include 0
21823
21824 2004-08-16  Wim Taymans  <wim@fluendo.com>
21825
21826         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21827         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21828         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21829         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21830         (gst_fdset_wait):
21831           copy when reallocing for poll so the select arguments don't get
21832           changed during the call
21833
21834 2004-08-16  Wim Taymans  <wim@fluendo.com>
21835
21836         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21837         (gst_theora_enc_class_init), (theora_enc_sink_link),
21838         (theora_buffer_from_packet), (theora_enc_chain):
21839         Fix bug where buffers were not marked as keyframes
21840         correctly.
21841
21842 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21843
21844         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21845         (gst_lame_preset_get_type), (gst_lame_class_init):
21846         describe the enum values for vbr mode and presets more verbosely
21847
21848 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21849
21850         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21851         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21852         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21853         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21854         * ext/lame/gstlame.h:
21855         add preset property to lame so it can use lame presets
21856
21857 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21858
21859         * ext/lame/gstlame.c: (gst_lame_get_property):
21860         whoops forgot break, thanks teuf
21861
21862 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21863
21864         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21865         (gst_lame_class_init), (gst_lame_src_getcaps),
21866         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21867         (gst_lame_get_property), (gst_lame_setup):
21868         * ext/lame/gstlame.h:
21869         fix lame's broken vbr stuff, allow it to resample if need be, and also
21870         make xing header optional
21871
21872 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21873
21874         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21875         added getcaps function so samplerate doesnt get fixated to silly values
21876
21877 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21878
21879         * ext/lame/gstlame.c: (gst_lame_src_link):
21880         revert previous fix
21881
21882 2004-08-12  Johan Dahlin  <johan@gnome.org>
21883
21884         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21885         checks. Doesn't matter what state we are in. Interfaces are a
21886         compile time thing, not runtime. It also broke the python bindings.
21887
21888 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21889
21890         * ext/lame/gstlame.c: (gst_lame_src_link):
21891         made source pad link function check if sinkpad is ok..fixes the problem
21892         where core fixates the output rate of lame stupidly
21893
21894 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21895
21896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21897         * sys/v4l/v4l_calls.c:
21898         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21899           fix fixate function to handle nonsimple caps.
21900           remove bogus check in _link
21901           cleanups
21902
21903 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21904
21905         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21906         set default compression ratio parameter to 0.0 so bitrate parameter
21907         works :)
21908
21909 2004-08-11  David Schleef  <ds@schleef.org>
21910
21911         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21912
21913 2004-08-11  David Schleef  <ds@schleef.org>
21914
21915         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21916         before.
21917
21918 2004-08-11  David Schleef  <ds@schleef.org>
21919
21920         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21921
21922 2004-08-11  David Schleef  <ds@schleef.org>
21923
21924         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21925           license field
21926         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21927         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21928           LGPL.
21929         * gst/auparse/gstauparse.c: Fix plugin license field.
21930         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21931         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21932         * gst/rtp/gstrtp.c: Fix plugin license field.
21933
21934 2004-08-11  Wim Taymans  <wim@fluendo.com>
21935
21936         * gst/tcp/Makefile.am:
21937         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21938         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21939         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21940         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21941         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21942         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21943         (gst_fdset_fd_can_write), (gst_fdset_wait):
21944         * gst/tcp/gstfdset.h:
21945         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21946         (gst_multifdsink_class_init), (gst_multifdsink_init),
21947         (gst_multifdsink_add), (gst_multifdsink_remove),
21948         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21949         (gst_multifdsink_remove_client_link),
21950         (gst_multifdsink_handle_client_read),
21951         (gst_multifdsink_client_queue_data),
21952         (gst_multifdsink_client_queue_caps),
21953         (gst_multifdsink_client_queue_buffer),
21954         (gst_multifdsink_handle_client_write),
21955         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21956         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21957         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21958         (gst_multifdsink_close):
21959         * gst/tcp/gstmultifdsink.h:
21960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21961         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21962         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21963         (gst_tcpserversink_close):
21964         * gst/tcp/gsttcpserversink.h:
21965         Abstracted away the select call, implemented poll (yes we ran into
21966         the 1024 limit in production).
21967
21968 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21969
21970         * gst/tcp/gsttcp.c:
21971         * gst/tcp/gsttcpplugin.c:
21972           improve debuggging, remove assert
21973
21974 2004-08-10  Wim Taymans  <wim@fluendo.com>
21975
21976         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21977         (gst_client_status_get_type), (gst_multifdsink_class_init),
21978         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21979         (gst_multifdsink_handle_client_read),
21980         (gst_multifdsink_handle_client_write),
21981         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21982         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21983         (gst_multifdsink_get_property):
21984         * gst/tcp/gstmultifdsink.h:
21985         * gst/tcp/gsttcp-marshal.list:
21986         Starting to prepare for specifying buffer time in other units
21987         than buffers. Expose remove reason in signal.
21988
21989 2004-08-10  Wim Taymans  <wim@fluendo.com>
21990
21991         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21992         (gst_multifdsink_remove), (gst_multifdsink_clear),
21993         (gst_multifdsink_remove_client_link),
21994         (gst_multifdsink_handle_client_read),
21995         (gst_multifdsink_client_queue_data),
21996         (gst_multifdsink_client_queue_buffer),
21997         (gst_multifdsink_handle_client_write),
21998         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21999         (gst_multifdsink_chain), (gst_multifdsink_close):
22000         * gst/tcp/gstmultifdsink.h:
22001         Added more debugging info. Changed the way clients are
22002         removed from the lists. Fixed a bug where a bad file descriptor
22003         could cause many clients to be removed.
22004
22005 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22006
22007         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22008           allow all pixel-aspect-ratios, not just 1:1
22009
22010 2004-08-09  David Schleef  <ds@schleef.org>
22011
22012         * sys/glsink/ARB_multitexture.h:  Remove old files.
22013         * sys/glsink/EXT_paletted_texture.h:
22014         * sys/glsink/NV_register_combiners.h:
22015         * sys/glsink/gstgl_nvimage.c:
22016         * sys/glsink/gstgl_pdrimage.c:
22017         * sys/glsink/gstgl_rgbimage.c:
22018         * sys/glsink/gstglsink.c:
22019         * sys/glsink/gstglsink.h:
22020         * sys/glsink/gstglxwindow.c:
22021         * sys/glsink/regcomb_yuvrgb.c:
22022
22023 2004-08-09  David Schleef  <ds@schleef.org>
22024
22025         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22026         GL sink plugin.  (Bug #147302)
22027
22028         * configure.ac: Test for OpenGL
22029         * sys/Makefile.am: Use test for OpenGL
22030         * sys/glsink/Makefile.am:
22031         * sys/glsink/glimagesink.c: rewrite
22032         * sys/glsink/glimagesink.h: rewrite
22033
22034 2004-08-09  David Schleef  <ds@schleef.org>
22035
22036         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22037         sane framerates.
22038         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22040         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22041
22042 2004-08-09  Wim Taymans  <wim@fluendo.com>
22043
22044         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22045         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22046         (gst_multifdsink_client_remove),
22047         (gst_multifdsink_handle_client_read),
22048         (gst_multifdsink_handle_client_write),
22049         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22050         Do a bit more logging, make the client_read code more robust.
22051
22052 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22053
22054         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22055         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22056         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22057         (gst_jpegdec_init), (gst_jpegdec_chain):
22058         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22059         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22060           cleanups, debugging fixes and memleak plugging
22061
22062 2004-08-09  Wim Taymans  <wim@fluendo.com>
22063
22064         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22065         (theora_get_formats), (theora_dec_src_convert),
22066         (theora_dec_sink_convert), (theora_dec_src_query),
22067         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22068         (theora_dec_change_state):
22069         Don't crash on missing header packets.
22070
22071 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22072
22073         * po/LINGUAS:
22074         * po/sq.po:
22075           Added Albanian translation (Laurent Dhima)
22076         * po/cs.po:
22077           updated
22078
22079 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22080
22081         * ext/lame/gstlame.c:
22082           fix/add debugging
22083
22084 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22085
22086         * sys/ximage/ximagesink.c:
22087         * sys/xvimage/xvimagesink.c:
22088           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22089
22090 2004-08-06  Wim Taymans  <wim@fluendo.com>
22091
22092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22093         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22094         (gst_multifdsink_client_remove),
22095         (gst_multifdsink_handle_client_read),
22096         (gst_multifdsink_handle_client_write),
22097         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22098         Make sure we don't try to read more from a client that what
22099         ioctl says us or we deadlock.
22100
22101 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22102
22103         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22104         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22105         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22106           decouple running_time and n_frames so it can handle changing
22107           framerate while running
22108
22109 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22110
22111         * po/nl.po:
22112         * po/sv.po:
22113           updated translations
22114
22115 2004-08-04  Benjamin Otte  <otte@gnome.org>
22116
22117         * gst/videotestsrc/gstvideotestsrc.c:
22118         (gst_videotestsrc_get_capslist), (generate_capslist),
22119         (plugin_init):
22120           generate the list of supported caps at startup and reuse it instead
22121           of always generating it
22122
22123 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22124
22125         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22126           whoops, last checkin broke normal build
22127
22128 2004-08-03  Benjamin Otte  <otte@gnome.org>
22129
22130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22131         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22132         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22133         (gst_alsa_mixer_get_option):
22134         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22135         (dvdnavsrc_print_event):
22136         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22138         (gst_ogg_mux_pad_unlink):
22139         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22140         (gst_multipart_mux_pad_unlink):
22141         * gst/videofilter/gstvideobalance.c:
22142         (gst_videobalance_colorbalance_set_value):
22143         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22144         (gst_videomixer_pad_unlink):
22145         * po/uk.po:
22146         * sys/oss/gstossmixer.c:
22147         * sys/v4l/gstv4lcolorbalance.c:
22148         * sys/v4l/gstv4ltuner.c:
22149         * sys/v4l/v4lsrc_calls.c:
22150         * sys/v4l2/gstv4l2colorbalance.c:
22151         * sys/v4l2/gstv4l2tuner.c:
22152           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22153
22154 2004-08-03  Benjamin Otte  <otte@gnome.org>
22155
22156         * examples/dynparams/filter.c: (ui_control_create):
22157         * examples/gstplay/player.c: (print_tag):
22158         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22159         * ext/gdk_pixbuf/gstgdkanimation.c:
22160         (gst_gdk_animation_iter_may_advance):
22161         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22162         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22163         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22164         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22166         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22167         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22168         * gst/sine/demo-dparams.c: (main):
22169         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22170         * testsuite/alsa/formats.c: (create_pipeline):
22171         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22172           fixes for G_DISABLE_ASSERT and friends
22173         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22174         (mp3_type_frame_length_from_header), (mp3_type_find),
22175         (plugin_init):
22176           require mp3 typefinding to have at least MIN_HEADERS valid headers
22177           add typefinding for AAC adts files
22178
22179 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22180
22181         * sys/ximage/ximagesink.c:
22182         (gst_ximagesink_calculate_pixel_aspect_ratio):
22183         * sys/xvimage/xvimagesink.c:
22184         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22185         Make sure we calculate pixel-aspect-ratio using floating point maths
22186
22187 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22188
22189         * po/uk.po:
22190           updated translation
22191
22192 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22193
22194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22196           add debugging for display PAR calculation
22197
22198 2004-08-02  David Schleef  <ds@schleef.org>
22199
22200         * configure.ac: Fix mikmod CFLAGS.
22201
22202 2004-07-27  Benjamin Otte  <otte@gnome.org>
22203
22204         * gst/audioscale/gstaudioscale.c:
22205         - fix templates to only support S16, it's the only format that works
22206         - make caps nego code use try_set_caps_nonfixed and fixation instead
22207         of try_set_caps twice, which is not nice for autopluggers
22208         - change rank to secondary, so autopluggers can pick it up after
22209         audioconvert
22210
22211 2004-08-02  Iain <iain@prettypeople.org>
22212
22213         * gst/interleave/interleave.c (interleave_init),
22214         (interleave_request_new_pad),
22215         (interleave_pad_removed),
22216         (interleave_buffered_loop): Use the real pad count, not the artificial
22217         one.
22218
22219 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22220
22221         * configure.ac: bump nano back to development
22222
22223 === release 0.8.3 ===
22224
22225 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22226
22227         * configure.ac: releasing 0.8.3, "Water"
22228
22229 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22230
22231         * sys/xvimage/xvimagesink.c:
22232         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22233         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22234         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22235         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22236         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22237         * sys/xvimage/xvimagesink.h:
22238           apply similar PAR fixes as to ximagesink
22239
22240 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22241
22242         patch from: Benjamin Otte
22243
22244         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22245           add link function to lame.  Fixes #148986.
22246
22247 2004-08-02  Johan Dahlin  <johan@gnome.org>
22248
22249         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22250         fix debugging log
22251
22252 2004-07-30  David Schleef  <ds@schleef.org>
22253
22254         * gst/videomixer/Makefile.am: Fix things that should have been
22255         fixed in the last checkin.
22256
22257 2004-07-30  David Schleef  <ds@schleef.org>
22258
22259         * gst/multipart/Makefile.am: Fix things that should have been
22260         fixed in the last checkin.
22261
22262 2004-07-30  David Schleef  <ds@schleef.org>
22263
22264         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22265
22266 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22267
22268         * configure.ac:
22269           bump nano for prerelease
22270         * po/af.po:
22271         * po/az.po:
22272         * po/cs.po:
22273         * po/en_GB.po:
22274         * po/hu.po:
22275         * po/nl.po:
22276         * po/sr.po:
22277         * po/sv.po:
22278         * po/uk.po:
22279           updates
22280
22281 2004-07-30  Wim Taymans  <wim@fluendo.com>
22282
22283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22284         (gst_multifdsink_add), (gst_multifdsink_remove),
22285         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22286         (gst_multifdsink_client_remove),
22287         (gst_multifdsink_handle_client_write),
22288         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22289         * gst/tcp/gstmultifdsink.h:
22290         Recover from a select with a bad file descriptor by removing
22291         the client.
22292
22293 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22294
22295         * configure.ac:
22296           fix requirement of core
22297         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22298         (gst_play_pipeline_setup):
22299           don't use colorspace element.  do use hermescolorspace element.
22300           make macro to get a colorspace element.
22301           mark strings for translation.
22302         * po/POTFILES.in:
22303           add play.c
22304         * po/af.po:
22305         * po/az.po:
22306         * po/cs.po:
22307         * po/en_GB.po:
22308         * po/hu.po:
22309         * po/nl.po:
22310         * po/sr.po:
22311         * po/sv.po:
22312         * po/uk.po:
22313           update translations
22314
22315 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22316
22317         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22318         fix default for newmedia flag
22319
22320 2004-07-30  Wim Taymans  <wim@fluendo.com>
22321
22322         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22323         (gst_theora_dec_init), (theora_get_formats),
22324         (theora_dec_src_convert), (theora_dec_sink_convert),
22325         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22326         (theora_dec_chain), (theora_dec_set_property),
22327         (theora_dec_get_property):
22328         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22329         (gst_theora_enc_class_init), (gst_theora_enc_init),
22330         (theora_enc_sink_link), (theora_enc_chain),
22331         (theora_enc_set_property), (theora_enc_get_property):
22332         Added cropping option to theora decoder.
22333         Added border option to theora encoder.
22334
22335 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22336
22337         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22338         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22339         (gst_pngenc_set_property):
22340         * ext/libpng/gstpngenc.h:
22341         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
22342
22343 2004-07-30  Wim Taymans  <wim@fluendo.com>
22344
22345         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22346         (theora_enc_sink_link), (theora_enc_chain),
22347         (theora_enc_set_property), (theora_enc_get_property):
22348         Fix encoding of non-multiple-of-16 video.
22349
22350 2004-07-29  David Schleef  <ds@schleef.org>
22351
22352         * configure.ac: make test for audiofile more strict
22353
22354 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22355
22356         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22357           give different names to typefind functions
22358
22359 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22362         (gst_ximagesink_calculate_pixel_aspect_ratio),
22363         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22364         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22365         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22366         (gst_ximagesink_get_property), (gst_ximagesink_init):
22367         * sys/ximage/ximagesink.h:
22368           allocate PAR's dynamically.
22369           use autodetected PAR if no object-set PAR is given.
22370           add workaround for directfb's X not setting physical size.
22371           fix to xvimagesink will follow tomorrow.
22372
22373 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22374
22375         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22376         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22377         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22378         (gst_shout2send_class_init), (gst_shout2send_init),
22379         (set_shout_metadata), (gst_shout2send_set_metadata),
22380         (gst_shout2send_chain), (gst_shout2send_set_property),
22381         (gst_shout2send_get_property), (gst_shout2send_connect),
22382         (gst_shout2send_change_state):
22383         * ext/shout2/gstshout2.h:
22384         - fix for sending mp3 audio to icecast2 server, if pad link function not
22385         called before PAUSED state
22386         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22387         - added tagging support for mp3 audio broadcasted
22388         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22389         debug info
22390
22391 2004-07-28  Wim Taymans  <wim@fluendo.com>
22392
22393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22394         (gst_ogg_demux_push):
22395         Return query failure when we don't know the length of
22396         an ogg stream insteda of returning TRUE with a bogus value.
22397
22398 2004-07-28  Wim Taymans  <wim@fluendo.com>
22399
22400         * ext/theora/theoradec.c: (theora_get_formats),
22401         (theora_dec_src_convert), (theora_dec_sink_convert),
22402         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22403         (theora_dec_chain):
22404         Don't screw up the 1 Chroma for 1 luma sample situation when we
22405         have an odd offset/width by adding a black border in those cases.
22406
22407 2004-07-28  Wim Taymans  <wim@fluendo.com>
22408
22409         * ext/theora/theoradec.c: (theora_get_formats),
22410         (theora_dec_src_convert), (theora_dec_sink_convert),
22411         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22412         (theora_dec_chain):
22413         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22414         Added first attempt at cropping of the image as required by the
22415         theora spec. We need more properties in the caps (offset_x,
22416         offset_y,stride) to implement this correctly.
22417
22418 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22419
22420         * ext/dvdnav/README:
22421           Update the README to use dvddemux
22422         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22423           Ensure getcaps returns a subset of the template caps
22424         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22425         (gst_mpeg2subt_init):
22426           Ensure getcaps returns a subset of the template caps
22427         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22428         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22429         (gst_dvd_demux_get_subpicture_stream),
22430         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22431         * gst/mpegstream/gstdvddemux.h:
22432           Set the explicit caps on the current_video pad before pushing
22433           anything
22434         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22435         (gst_mpeg_demux_get_audio_stream):
22436           Free caps used to gst_pad_set_explicit_caps, which takes a const
22437           GstCaps *
22438
22439 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * configure.ac: update GStreamer requirement to 0.8.4 because of
22442           GstFraction.
22443
22444 2004-07-28  Wim Taymans  <wim@fluendo.com>
22445
22446         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22447         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22448         Add the pad to the element after setting up the caps. This
22449         makes it a lot easier to autoplug.
22450
22451 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22452
22453         * gst/median/gstmedian.c:
22454         * gst/mpeg2subt/gstmpeg2subt.c:
22455         * gst/mpegaudioparse/gstmpegaudioparse.c:
22456         * gst/mpegstream/gstdvddemux.c:
22457         * gst/mpegstream/gstmpegdemux.c:
22458         * gst/mpegstream/gstmpegpacketize.c:
22459         * gst/rtjpeg/gstrtjpeg.c:
22460         * gst/rtjpeg/gstrtjpegdec.c:
22461         * gst/rtjpeg/gstrtjpegenc.c:
22462         * gst/sine/gstsinesrc.c:
22463         * gst/smooth/gstsmooth.c:
22464         * gst/smpte/gstsmpte.c:
22465         * gst/smpte/gstsmpte.h:
22466         * gst/stereo/gststereo.c:
22467         * gst/videofilter/gstgamma.c:
22468         * gst/videofilter/gstvideobalance.c:
22469         * gst/videofilter/gstvideofilter.c:
22470         * gst/videofilter/gstvideoflip.c:
22471         * gst/videoscale/gstvideoscale.c:
22472         * gst/videoscale/videoscale.c:
22473         * gst/videotestsrc/gstvideotestsrc.c:
22474         * gst/videotestsrc/videotestsrc.c:
22475         * gst/wavenc/gstwavenc.c:
22476         * gst/wavparse/gstwavparse.c:
22477           fix local includes and 64 bits constants
22478
22479 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22480
22481         * win32/gst.sln:
22482         * gst-libs/gst/*/*.vcproj:
22483         * gst/*/*.vcproj:
22484           more working plugins
22485
22486 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22487
22488         * testsuite/alsa/Makefile.am:
22489         * testsuite/alsa/srcstate.c:
22490         add test for alsasrc changing state
22491
22492 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22493
22494         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22495         (gst_silence_get):
22496         * gst/silence/gstsilence.h:
22497         fix silence generation for 16bit raw audio
22498
22499 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * gst/matroska/matroska-demux.c:
22502         (gst_matroska_demux_parse_metadata),
22503         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22504         * gst/mpegaudio/common.c:
22505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22506         (gst_videoscale_getcaps), (gst_videoscale_link),
22507         (gst_videoscale_src_fixate), (gst_videoscale_init),
22508         (gst_videoscale_finalize):
22509         * gst/videoscale/gstvideoscale.h:
22510         * gst/videotestsrc/gstvideotestsrc.c:
22511         (gst_videotestsrc_get_capslist):
22512         * gst/wavenc/gstwavenc.c:
22513         * sys/oss/gstossmixer.c: (fill_labels):
22514         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22515         (gst_ximagesink_handle_xevents),
22516         (gst_ximagesink_calculate_pixel_aspect_ratio),
22517         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22518         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22519         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22520         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22521         (gst_ximagesink_init), (gst_ximagesink_class_init):
22522         * sys/ximage/ximagesink.h:
22523         * sys/xvimage/xvimagesink.c:
22524         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22525         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22526         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22527         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22528         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22529         * sys/xvimage/xvimagesink.h:
22530           first batch of pixel aspect ratio commits.
22531
22532 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22533
22534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22535         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22536         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22537           handle stride, needs work if we want to move stride handling
22538           upstream, but works correctly for our purposes.
22539
22540 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * gst/videoscale/README:
22543           add testing examples
22544         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22545         (gst_videoscale_chain):
22546         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22547         (gst_videoscale_get_size):
22548           add get_size function that handles stride like videotestsrc.
22549           fixes conversion for YUV formats for as much as I can test them.
22550
22551 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22552
22553         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22554         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22556         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22557         (gst_xvimagesink_xvimage_put):
22558           further cleanups, logging, error handling and synchronizing
22559
22560 2004-07-27  Wim Taymans  <wim@fluendo.com>
22561
22562         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22563         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22564         (gst_videomixer_pad_set_property),
22565         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22566         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22567         (gst_videomixer_class_init), (gst_videomixer_init),
22568         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22569         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22570         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22571         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22572         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22573         (gst_videomixer_loop), (plugin_init):
22574         Be a nicer negotiation citizen and provide a getcaps function on
22575         the srcpad. This also fixes a crash when resizing.
22576
22577 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22578
22579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22580         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22581
22582 2004-07-27  Wim Taymans  <wim@fluendo.com>
22583
22584         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22585         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22586         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22587         (gst_pngenc_set_property):
22588         * ext/libpng/gstpngenc.h:
22589         Added snapshot property to pngenc.
22590         removed g_print from pngdec
22591
22592 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22593
22594         * gst/ac3parse/ac3parse.vcproj
22595         * gst/adder/adder.vcproj
22596         * gst/alpha/alpha.vcproj
22597         * gst/alpha/alphacolor.vcproj
22598         * gst/asfdemux/asf.vcproj
22599         * gst/audioconvert/audioconvert.vcproj
22600         * gst/audiorate/audiorate.vcproj
22601         * gst/audioscale/audioscale.vcproj
22602         * gst/auparse/auparse.vcproj
22603         * gst/avi/avi.vcproj
22604         * gst/cdxaparse/cdxaparse.vcproj
22605         * gst/chart/chart.vcproj
22606         * gst/colorspace/colorspace.vcproj
22607         * gst/cutter/cutter.vcproj
22608         * gst/debug/debug.vcproj
22609         * gst/debug/efence.vcproj
22610         * gst/debug/navigationtest.vcproj
22611         * gst/deinterlace/deinterlace.vcproj
22612         * gst/effectv/effectv.vcproj
22613         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22614         * gst/filter/filter.vcproj
22615         * gst/flx/flxdec.vcproj
22616         * gst/goom/goom.vcproj
22617         * gst/interleave/interleave.vcproj
22618         * gst/law/alaw.vcproj
22619         * gst/law/mulaw.vcproj
22620         * gst/matroska/matroska.vcproj
22621         * gst/median/median.vcproj
22622         * gst/mixmatrix/mixmatrix.vcproj
22623         * gst/mpeg1sys/mpeg1systemencode.vcproj
22624         * gst/mpeg1videoparse/mp1videoparse.vcproj
22625         * gst/mpeg2sub/mpeg2subt.vcproj
22626         * gst/mpegaudio/mpegaudio.vcproj
22627         * gst/mpegaudioparse/mpegaudioparse.vcproj
22628         * gst/mpegstream/mpegstream.vcproj
22629         * gst/multifilesink/multifilesink.vcproj
22630         * gst/multipart/multipart.vcproj
22631         * gst/oneton/oneton.vcproj
22632         * gst/overlay/overlay.vcproj
22633         * gst/passthrough/passthrough.vcproj
22634         * gst/qtdemux/qtdemux.vcproj
22635         * gst/realmedia/rmdemux.vcproj
22636         * gst/rtjpeg/rtjpeg.vcproj
22637         * gst/rtp/rtp.vcproj
22638         * gst/silence/silence.vcproj
22639         * gst/sine/sinesrc.vcproj
22640         * gst/smooth/smooth.vcproj
22641         * gst/smpte/smpte.vcproj
22642         * gst/spectrum/spectrum.vcproj
22643         * gst/speed/speed.vcproj
22644         * gst/stereo/stereo.vcproj
22645         * gst/switch/switch.vcproj
22646         * gst/tags/tagedit.vcproj
22647         * gst/tcp/tcp.vcproj
22648         * gst/typefind/typefindfunctions.vcproj
22649         * gst/udp/udp.vcproj
22650         * gst/videobox/videobox.vcproj
22651         * gst/videocrop/videocrop.vcproj
22652         * gst/videodrop/videodrop.vcproj
22653         * gst/videofilter/gamma.vcproj
22654         * gst/videofilter/videobalance.vcproj
22655         * gst/videofilter/videofilter.vcproj
22656         * gst/videofilter/videoflip.vcproj
22657         * gst/videoflip/videoflip.vcproj
22658         * gst/videomixer/videomixer.vcproj
22659         * gst/videorate/videorate.vcproj
22660         * gst/videoscale/videoscale.vcproj
22661         * gst/videotestsrc/videotestsrc.vcproj
22662         * gst/virtualdub/virtualdub.vcproj
22663         * gst/volenv/volenv.vcproj
22664         * gst/volume/volume.vcproj
22665         * gst/wavenc/wavenc.vcproj
22666         * gst/wavparse/wavparse.vcproj
22667         * gst/y4m/y4menc.vcproj
22668         * gst-libs/gst/audio/audio.vcproj
22669         * gst-libs/gst/audio/audiofilter.vcproj
22670         * gst-libs/gst/colorbalance/colorbalance.vcproj
22671         * gst-libs/gst/idct/idtc.vcproj
22672         * gst-libs/gst/media-info/media-info.vcproj
22673         * gst-libs/gst/mixer/mixer.vcproj
22674         * gst-libs/gst/navigation/navigation.vcproj
22675         * gst-libs/gst/play/play.vcproj
22676         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22677         * gst-libs/gst/resample/resample.vcproj
22678         * gst-libs/gst/riff/riff.vcproj
22679         * gst-libs/gst/tuner/tuner.vcproj
22680         * gst-libs/gst/video/video.vcproj
22681         * gst-libs/gst/xoverlay/xoverlay.vcproj
22682           avoid problems with math.h, fix release dependancy
22683           rename GStreamer-0.8.lib to libgstreamer.lib
22684
22685 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22686
22687         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22689         the atom is not available we have to unlock the mutex. Fixes #148023
22690
22691 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22692
22693         * gst-libs/gst/media-info/media-info.h:
22694           issue for a vararg macro with MSVC
22695
22696 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22697
22698         * gst/effectv/effectv.vcproj
22699         * gst-libs/gst/idct/idct.vcproj:
22700         * gst-libs/gst/media-info/media-info.vcproj:
22701         * gst-libs/gst/navigation/navigation.vcproj:
22702         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22703         * gst-libs/gst/video/video.vcproj:
22704         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22705           fixes for build problems
22706
22707 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22708
22709         * gst-libs/gst/audio/audio.def:
22710         * gst-libs/gst/audio/riff.def:
22711           add some definitions needed by plugins
22712
22713 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22714
22715         * gst/asfdemux/gstasfmux.c
22716           Fix some 64 bits constants to be glib friendly
22717
22718 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22719
22720         * gst/ac3parse/gstac3parse.c
22721         * gst/audioscale/gstaudioscale.c
22722         * gst/auparse/gstauparse.c
22723         * gst/colorspace/gstcolorspace.c
22724         * gst/colorspace/yuv2rgb.h
22725           local include fixes
22726
22727 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22728
22729         * win32/gst.sln
22730           add more plugins to the build
22731
22732 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22733
22734         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22735         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22736
22737 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22738
22739         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22740         (gst_level_set_property), (gst_level_get_property),
22741         (gst_level_base_init), (gst_level_class_init):
22742           add debugging categories.  cleanups.
22743
22744 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22745
22746         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22747         (gst_videoscale_planar411), (gst_videoscale_planar400),
22748         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22749         (gst_videoscale_scale_nearest_str1),
22750         (gst_videoscale_scale_nearest_str2),
22751         (gst_videoscale_scale_nearest_str4),
22752         (gst_videoscale_scale_nearest_16bit),
22753         (gst_videoscale_scale_nearest_24bit):
22754           fixed stride issues
22755           tested with 320x240 -> 321, 322, 324 x240
22756           tested with YV12, I420, YUY2, UYVY
22757           fixed packed422rev (don't think it could have worked before)
22758           by testing with UYVY
22759
22760 2004-07-26  Benjamin Otte  <otte@gnome.org>
22761
22762         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22763         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22764         (plugin_init):
22765           add debugging category, add error checks like checking return values
22766           of setup calls, make sure it still works after
22767           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22768
22769 2004-07-26  Wim Taymans  <wim@fluendo.com>
22770
22771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22772         (gst_mpeg_demux_get_audio_stream),
22773         (gst_mpeg_demux_process_private):
22774         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22775         Check for error codes from the negotiation functions. Make sure
22776         we really set the pad caps when a new pad is created.
22777
22778 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22779
22780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22781         (gst_ffmpeg_caps_to_pix_fmt):
22782         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22784         (gst_ffmpegcolorspace_pad_link):
22785           don't make function do two things at the same time without reason.
22786
22787 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22788
22789         * gst/ac3parse/ac3parse.vcproj
22790         * gst/adder/adder.vcproj
22791         * gst/alpha/alpha.vcproj
22792         * gst/alpha/alphacolor.vcproj
22793         * gst/asfdemux/asf.vcproj
22794         * gst/audioconvert/audioconvert.vcproj
22795         * gst/audiorate/audiorate.vcproj
22796         * gst/audioscale/audioscale.vcproj
22797         * gst/auparse/auparse.vcproj
22798         * gst/avi/avi.vcproj
22799         * gst/cdxaparse/cdxaparse.vcproj
22800         * gst/chart/chart.vcproj
22801         * gst/colorspace/colorspace.vcproj
22802         * gst/cutter/cutter.vcproj
22803         * gst/debug/debug.vcproj
22804         * gst/debug/efence.vcproj
22805         * gst/debug/navigationtest.vcproj
22806         * gst/deinterlace/deinterlace.vcproj
22807         * gst/effectv/effectv.vcproj
22808         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22809         * gst/filter/filter.vcproj
22810         * gst/flx/flxdec.vcproj
22811         * gst/goom/goom.vcproj
22812         * gst/interleave/interleave.vcproj
22813         * gst/law/alaw.vcproj
22814         * gst/law/mulaw.vcproj
22815         * gst/matroska/matroska.vcproj
22816         * gst/median/median.vcproj
22817         * gst/mixmatrix/mixmatrix.vcproj
22818         * gst/mpeg1sys/mpeg1systemencode.vcproj
22819         * gst/mpeg1videoparse/mp1videoparse.vcproj
22820         * gst/mpeg2sub/mpeg2subt.vcproj
22821         * gst/mpegaudio/mpegaudio.vcproj
22822         * gst/mpegaudioparse/mpegaudioparse.vcproj
22823         * gst/mpegstream/mpegstream.vcproj
22824         * gst/multifilesink/multifilesink.vcproj
22825         * gst/multipart/multipart.vcproj
22826         * gst/oneton/oneton.vcproj
22827         * gst/overlay/overlay.vcproj
22828         * gst/passthrough/passthrough.vcproj
22829         * gst/qtdemux/qtdemux.vcproj
22830         * gst/realmedia/rmdemux.vcproj
22831         * gst/rtjpeg/rtjpeg.vcproj
22832         * gst/rtp/rtp.vcproj
22833         * gst/silence/silence.vcproj
22834         * gst/sine/sinesrc.vcproj
22835         * gst/smooth/smooth.vcproj
22836         * gst/smpte/smpte.vcproj
22837         * gst/spectrum/spectrum.vcproj
22838         * gst/speed/speed.vcproj
22839         * gst/stereo/stereo.vcproj
22840         * gst/switch/switch.vcproj
22841         * gst/tags/tagedit.vcproj
22842         * gst/tcp/tcp.vcproj
22843         * gst/typefind/typefindfunctions.vcproj
22844         * gst/udp/udp.vcproj
22845         * gst/videobox/videobox.vcproj
22846         * gst/videocrop/videocrop.vcproj
22847         * gst/videodrop/videodrop.vcproj
22848         * gst/videofilter/gamma.vcproj
22849         * gst/videofilter/videobalance.vcproj
22850         * gst/videofilter/videofilter.vcproj
22851         * gst/videofilter/videoflip.vcproj
22852         * gst/videoflip/videoflip.vcproj
22853         * gst/videomixer/videomixer.vcproj
22854         * gst/videorate/videorate.vcproj
22855         * gst/videoscale/videoscale.vcproj
22856         * gst/videotestsrc/videotestsrc.vcproj
22857         * gst/virtualdub/virtualdub.vcproj
22858         * gst/volenv/volenv.vcproj
22859         * gst/volume/volume.vcproj
22860         * gst/wavenc/wavenc.vcproj
22861         * gst/wavparse/wavparse.vcproj
22862         * gst/y4m/y4menc.vcproj
22863           more plugins supported under windows
22864
22865 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22866
22867         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22868         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22869         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22871         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22872           Add debugging statements.  Use the sizes as returned by the
22873           *CreateImage calls.
22874
22875 2004-07-26  Johan Dahlin  <johan@gnome.org>
22876
22877         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22878         the pad is negotiated.
22879
22880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22881
22882 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22883
22884         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22885         * gst-libs/gst/idct/idct.vcproj:
22886         * gst-libs/gst/media-info/media-info.vcproj:
22887         * gst-libs/gst/mixer/mixer.vcproj:
22888         * gst-libs/gst/navigation/navigation.vcproj:
22889         * gst-libs/gst/play/play.vcproj:
22890         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22891         * gst-libs/gst/resample/resample.vcproj:
22892         * gst-libs/gst/tuner/tuner.vcproj:
22893         * gst-libs/gst/video/video.vcproj:
22894         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22895           more plugins supported under windows
22896
22897 2004-07-25 Iain <iain@prettypeople.org>
22898
22899         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22900         pad now rather than when the pad is created because state changes wipe
22901         explicit caps (fixes #148043).
22902
22903 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22904
22905         reviewed by Benjamin Otte  <otte@gnome.org>
22906
22907         * ext/mad/gstmad.c:
22908           fix mad plugin crashing on Sun (fixes #148289)
22909
22910 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22911
22912         * gst/avi/avi.def:
22913         * gst/avi/avi.vcproj:
22914         * gst/matroska/matroska.def:
22915         * gst/matroska/matroska.vcproj:
22916           remove unused .def files
22917
22918 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22919
22920         * gst-libs/gst/audio/gstaudiofilter.c:
22921           Clean the local include
22922
22923 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22924
22925         * win32/gst.sln:
22926         * gst-libs/gst/audio/audio.def:
22927         * gst-libs/gst/audio/audio.vcproj:
22928         * gst-libs/gst/audio/audiofilter.vcproj:
22929         * gst-libs/gst/audio/riff.def:
22930         * gst-libs/gst/audio/riff.vcproj:
22931         * gst-libs/gst/gst-libs.def:
22932         * gst-libs/gst/gst-libs.vcproj:
22933         * gst/avi/avi.vcproj:
22934         * gst/avi/avi.vcproj:
22935           Copy the files where needed after building, cleaner projects
22936
22937 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22938
22939         * gst/matroska/ebml-write.c:
22940           Fix some 64 bits constants to be glib friendly
22941
22942 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22943
22944         * win32/gst.sln:
22945         * gst-libs/gst/gst-libs.def:
22946         * gst-libs/gst/gst-libs.vcproj:
22947         * gst/matroska/matroska.def:
22948         * gst/matroska/matroska.vcproj:
22949           Add the preliminary canvas to build plugins on Win32
22950
22951 2004-07-23  Benjamin Otte  <otte@gnome.org>
22952
22953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22954           don't enfore negotiation from source side, it breaks
22955           sinesrc ! audioconvert ! osssink
22956
22957 2004-07-22  David Schleef  <ds@schleef.org>
22958
22959         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22960         for ELF files, since they can easily be recognized as audio/mpeg.
22961         (bug #147441)
22962
22963 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22964
22965         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22966         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22967         (gst_videoscale_scale_nearest_24bit),
22968         (gst_videoscale_scale_nearest_16bit):
22969           fix 16bit and 24bit for stride (24bit might need testing)
22970           don't pretend we do more than one algorithm
22971
22972 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22973
22974         * configure.ac:
22975         * gst/Makefile.am:
22976         * gst/multifilesink/Makefile.am:
22977         * gst/multifilesink/gstmultifilesink.c:
22978         (gst_multifilesink_get_formats),
22979         (gst_multifilesink_get_query_types), (_do_init),
22980         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22981         (gst_multifilesink_init), (gst_multifilesink_dispose),
22982         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22983         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22984         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22985         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22986         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22987         (gst_multifilesink_uri_get_type),
22988         (gst_multifilesink_uri_get_protocols),
22989         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22990         (gst_multifilesink_uri_handler_init), (plugin_init):
22991         * gst/multifilesink/gstmultifilesink.h:
22992         * testsuite/Makefile.am:
22993         * testsuite/multifilesink/Makefile.am:
22994         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22995         (gst_newmedia_class_init), (gst_newmedia_init),
22996         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22997         (newfile_signal), (test_signal), (main):
22998         multifilesink plugin for creating new files every time a new media
22999         discontinuity event occurs
23000
23001 2004-07-22  Wim Taymans  <wim@fluendo.com>
23002
23003         * gst/alpha/Makefile.am:
23004         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23005         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23006         (gst_alpha_color_init), (gst_alpha_color_set_property),
23007         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23008         (transform), (gst_alpha_color_chain),
23009         (gst_alpha_color_change_state), (plugin_init):
23010         Stupid plugin to to RGBA to AYUV conversion because none of
23011         the colorspace plugins can handle that yet.
23012
23013 2004-07-22  Wim Taymans  <wim@fluendo.com>
23014
23015         * examples/seeking/seek.c: (update_scale), (main):
23016         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23017         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23018         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23019         (gst_decode_bin_init), (gst_decode_bin_dispose),
23020         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23021         (no_more_pads), (close_link), (type_found),
23022         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23023         (plugin_init):
23024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23025         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23026         (gst_play_base_bin_dispose), (queue_overrun),
23027         (gen_preroll_element), (remove_prerolls), (unknown_type),
23028         (no_more_pads), (new_stream), (setup_source),
23029         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23030         (play_base_eos), (gst_play_base_bin_change_state),
23031         (gst_play_base_bin_add_element),
23032         (gst_play_base_bin_remove_element),
23033         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23034         (gst_play_base_bin_unlink_stream),
23035         (gst_play_base_bin_get_streaminfo):
23036         * gst/playback/gstplaybin.c: (gen_video_element),
23037         (gen_audio_element):
23038         * gst/playback/gststreaminfo.h:
23039         More playback updates, attempt to fix things after the state change
23040         breakage.
23041
23042 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23043
23044         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23045         (gst_videoscale_scale_nearest_16bit):
23046           comment algorithm
23047
23048 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23049
23050         * gst/videotestsrc/gstvideotestsrc.c:
23051         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23052         (gst_videotestsrc_init), (gst_videotestsrc_get),
23053         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23054         (gst_videotestsrc_get_property):
23055         * gst/videotestsrc/gstvideotestsrc.h:
23056         * gst/videotestsrc/videotestsrc.c:
23057         * gst/videotestsrc/videotestsrc.h:
23058           cleanup and commenting
23059
23060 2004-07-21  Wim Taymans  <wim@fluendo.com>
23061
23062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23063         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23064         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23065         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23066         (_find_chain_get_unknown_part), (_find_streams_check),
23067         (gst_ogg_demux_push), (gst_ogg_pad_push):
23068         * ext/theora/theoradec.c: (theora_get_formats),
23069         (theora_dec_src_convert), (theora_dec_sink_convert),
23070         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23071         (theora_dec_chain):
23072         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23073         (vorbis_dec_convert), (vorbis_dec_src_query),
23074         (vorbis_dec_src_event), (vorbis_dec_event):
23075         More seeking fixes, oggdemux now supports seeking to time and
23076         uses the downstream element to convert granulepos to time.
23077         Seeking in theora-only ogg files now works.
23078
23079 2004-07-21  Wim Taymans  <wim@fluendo.com>
23080
23081         * ext/theora/theoradec.c: (gst_theora_dec_init),
23082         (theora_get_formats), (theora_get_event_masks),
23083         (theora_get_query_types), (theora_dec_src_convert),
23084         (theora_dec_sink_convert), (theora_dec_src_query),
23085         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23086         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23087         (vorbis_get_event_masks), (vorbis_get_query_types),
23088         (gst_vorbis_dec_init), (vorbis_dec_convert),
23089         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23090         Added query/convert/formats functions to vorbis and theora decoders
23091         so that the outside world can use them too. Fixed seeking on an
23092         ogg/theora/vorbis file by disabling the seeking seeking on the
23093         theora srcpad.
23094
23095 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23096
23097         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23098         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23099         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23100         images creation for both elements. We don't create the image on caps
23101         nego or renego, we just destroy the internal one if present if it does
23102         not match the needs. The chain function takes care of creating a new
23103         image when needed.
23104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23105         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23106         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23107         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23108         the image format information. The buffer pool checks for the context
23109         image format and discard images with different formats.
23110         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23111
23112 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23113
23114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23115         (gst_ffmpegcolorspace_chain):
23116           no point in doing any chaining if the pad we want to push from
23117           isn't usable.
23118
23119 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * gst-libs/gst/riff/riff-media.c:
23122         (gst_riff_create_audio_caps_with_data):
23123           Fix double end-to-native symbol conversion (#148021).
23124
23125 2004-07-20  David Schleef  <ds@schleef.org>
23126
23127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23128         Don't use an Atom that doesn't exist.
23129
23130 2004-07-20  Wim Taymans  <wim@fluendo.com>
23131
23132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23133         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23134         (gst_multifdsink_client_remove),
23135         (gst_multifdsink_handle_client_write),
23136         (gst_multifdsink_queue_buffer):
23137         * gst/tcp/gstmultifdsink.h:
23138         More multifdsink stats. Avoid deadlock by releasing locks
23139         before sending out a signal.
23140
23141 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23142
23143         * po/LINGUAS:
23144         * po/hu.po:
23145           added Hungarian translation (Laszlo Dvornik)
23146
23147 2004-07-20  Wim Taymans  <wim@fluendo.com>
23148
23149         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23150         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23151         (gst_multifdsink_handle_client_write),
23152         (gst_multifdsink_queue_buffer):
23153         * gst/tcp/gsttcp-marshal.list:
23154         Fixed the stupid marshal definition.
23155
23156 2004-07-20  Wim Taymans  <wim@fluendo.com>
23157
23158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23159         (gst_multifdsink_init), (gst_multifdsink_add),
23160         (gst_multifdsink_client_remove),
23161         (gst_multifdsink_handle_client_write),
23162         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23163         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23164         (gst_multifdsink_init_send):
23165         * gst/tcp/gstmultifdsink.h:
23166         Added more stats, added timeout for a client, fixed some typos
23167         and added some comments.
23168
23169 2004-07-20  Wim Taymans  <wim@fluendo.com>
23170
23171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23172         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23173         (gst_multifdsink_client_remove),
23174         (gst_multifdsink_handle_client_write):
23175         * gst/tcp/gstmultifdsink.h:
23176         * gst/tcp/gsttcp-marshal.list:
23177         Added get_stats method that returns a GValueArray of
23178         stats values.
23179
23180 2004-07-19  Benjamin Otte  <otte@gnome.org>
23181
23182         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23183           make sure longname, description and author are valid UTF-8
23184
23185 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23186
23187         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23188         (gst_ximagesink_set_property):
23189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23190         (gst_xvimagesink_set_property):
23191           make sure SYNCHRONOUS is respected after getting the X context
23192
23193 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23194
23195         * gst/matroska/matroska-demux.c:
23196         (gst_matroska_demux_handle_src_event),
23197         (gst_matroska_demux_parse_blockgroup):
23198         * gst/matroska/matroska-ids.h:
23199           add BlockReference tag and ignore it to clear out log.
23200           ignore NAVIGATION events to clear out log.
23201
23202 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23203
23204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23205         (gst_matroska_demux_add_stream):
23206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23207           add debug categories
23208
23209 2004-07-16  Wim Taymans  <wim@fluendo.com>
23210
23211         * ext/libpng/Makefile.am:
23212         * ext/libpng/gstpng.c: (plugin_init):
23213         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23214         (gst_pngdec_get_type), (gst_pngdec_base_init),
23215         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23216         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23217         * ext/libpng/gstpngdec.h:
23218         Added png decoder.
23219
23220 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23221
23222         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23223         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23224         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23225         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23226         (gst_ximagesink_buffer_alloc):
23227         * sys/ximage/ximagesink.h:
23228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23229         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23230         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23231         (gst_xvimagesink_buffer_alloc):
23232         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23233         again. Using internal data pointer of the x(v)image to store image's
23234         data to be coherent with the buffer alloc mechanism. Investigated the
23235         image destruction code to be sure that everything gets freed correctly.
23236
23237 2004-07-16  Wim Taymans  <wim@fluendo.com>
23238
23239         * gst-libs/gst/riff/riff-read.c:
23240         (gst_riff_read_strf_vids_with_data),
23241         (gst_riff_read_strf_auds_with_data):
23242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23243         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23244         Make sure we don't create 0 sized subbuffers in riff-read.
23245         Signal the no more pads signal after reading the avi header.
23246
23247 2004-07-16  Wim Taymans  <wim@fluendo.com>
23248
23249         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23250         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23251         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23252         (gst_decode_bin_init), (gst_decode_bin_dispose),
23253         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23254         (no_more_pads), (close_link), (type_found),
23255         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23256         (gst_decode_bin_change_state), (plugin_init):
23257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23258         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23259         (gst_play_base_bin_dispose), (queue_overrun),
23260         (gen_preroll_element), (remove_prerolls), (unknown_type),
23261         (no_more_pads), (new_stream), (setup_source),
23262         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23263         (play_base_eos), (gst_play_base_bin_change_state),
23264         (gst_play_base_bin_add_element),
23265         (gst_play_base_bin_remove_element),
23266         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23267         (gst_play_base_bin_unlink_stream),
23268         (gst_play_base_bin_get_streaminfo):
23269         * gst/playback/gstplaybasebin.h:
23270         Better error recovery. Added configurable preroll queue size. Faster
23271         detection of no-more-pads.
23272
23273 2004-07-16  Wim Taymans  <wim@fluendo.com>
23274
23275         * gst-libs/gst/video/video.h:
23276         Added 32 bits RGBA. Not sure if we should use another mime-type
23277         for alpha rgb. Currently the presence of the alpha_mask property
23278         signals an alpha channel.
23279
23280 2004-07-16  Wim Taymans  <wim@fluendo.com>
23281
23282         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23284         FPS seems to be 0.0 to MAX everywhere else.
23285
23286 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23287
23288         * gst-libs/gst/riff/riff-media.c:
23289         (gst_riff_create_video_caps_with_data):
23290           mp42/mp43 (no caps) exist too.
23291         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23292           Set pixel_width/height; we've got them in-caps.
23293         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23294         * gst/wavparse/gstwavparse.c: (plugin_init):
23295           Both are valid primary.
23296         * sys/oss/gstossmixer.c:
23297           Remove i18n hack and enable translations.
23298
23299 2004-07-15  Benjamin Otte  <otte@gnome.org>
23300
23301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23302         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23303           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23304
23305 2004-07-15  Benjamin Otte  <otte@gnome.org>
23306
23307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23308         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23309         (gst_alsa_close_audio):
23310           disable some of the debugging code for now. Writing debugging to a
23311           buffer is broken in current alsalib releases.
23312
23313 2004-07-12  Benjamin Otte  <otte@gnome.org>
23314
23315         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23316           use bufferpools
23317
23318 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23319
23320         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23321         (theora_dec_src_query), (theora_dec_event):
23322         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23323           add debugging categories.  Remove \n's.
23324
23325 2004-07-13  Johan Dahlin  <johan@gnome.org>
23326
23327         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23328         (gst_play_bin_get_property): Impl.
23329
23330 2004-07-13  Wim Taymans  <wim@fluendo.com>
23331
23332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23333         When trying to find the stream length, seek back N pages
23334         instead of just one, where N is the number of streams in
23335         the current chain.
23336
23337 2004-07-13  Wim Taymans  <wim@fluendo.com>
23338
23339         * gst-libs/gst/riff/riff-media.c:
23340         (gst_riff_create_audio_caps_with_data),
23341         (gst_riff_create_audio_caps),
23342         (gst_riff_create_audio_template_caps):
23343         * gst-libs/gst/riff/riff-media.h:
23344         * gst-libs/gst/riff/riff-read.c:
23345         (gst_riff_read_strf_vids_with_data),
23346         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23347         * gst-libs/gst/riff/riff-read.h:
23348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23349         (gst_avi_demux_add_stream):
23350         Set codec_data on caps for avidemuxer.
23351
23352 2004-07-12  David Schleef  <ds@schleef.org>
23353
23354         * configure.ac: Fix test for Objective C
23355
23356 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23358         (gst_gdk_pixbuf_chain):
23359           Add svg and pcx to template caps, and ensure that getcaps returns a
23360           subset of the template caps.
23361           Copy each row manually for output, as gdkpixbuf may pad the
23362           rowstride to a 32-bit word boundary.
23363
23364 2004-07-12  Wim Taymans  <wim@fluendo.com>
23365
23366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23367         (gst_riff_create_video_template_caps):
23368         Fix the template caps to include some more media types.
23369
23370 2004-07-12  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23373         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23374         (compare_ranks), (print_feature), (gst_decode_bin_init),
23375         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23376         (try_to_link_1), (new_pad), (close_link), (type_found),
23377         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23378         (gst_decode_bin_change_state), (plugin_init):
23379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23380         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23381         (gst_play_base_bin_dispose), (queue_overrun),
23382         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23383         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23384         (gst_play_base_bin_get_property), (play_base_eos),
23385         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23386         (gst_play_base_bin_remove_element),
23387         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23388         (gst_play_base_bin_unlink_stream),
23389         (gst_play_base_bin_get_streaminfo):
23390         * gst/playback/gstplaybasebin.h:
23391         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23392         (gst_play_bin_class_init), (gst_play_bin_init),
23393         (gst_play_bin_dispose), (gst_play_bin_set_property),
23394         (gst_play_bin_get_property), (gen_video_element),
23395         (gen_audio_element), (remove_sinks), (setup_sinks),
23396         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23397         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23398         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23399         (gst_play_bin_query), (plugin_init):
23400         * gst/playback/test4.c: (main):
23401         More fixes on reusing of the element.
23402
23403 2004-07-11  Benjamin Otte  <otte@gnome.org>
23404
23405         * ext/mad/gstmad.c: (normal_seek):
23406           allow seeking for other methods than just SET
23407
23408 2004-07-11  Andy Wingo  <wingo@pobox.com>
23409
23410         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23411         float, "any" caps -> buffer_frames=[0,MAX].
23412
23413         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23414         doesn't intersect our caps with the template any more. Do it
23415         ourselves.
23416         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23417
23418 2004-07-09  Wim Taymans  <wim@fluendo.com>
23419
23420         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23421         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23422         (compare_ranks), (print_feature), (gst_decode_bin_init),
23423         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23424         (try_to_link_1), (new_pad), (close_link), (type_found),
23425         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23426         (gst_decode_bin_change_state), (plugin_init):
23427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23428         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23429         (gst_play_base_bin_dispose), (queue_overrun),
23430         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23431         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23432         (gst_play_base_bin_get_property), (play_base_eos),
23433         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23434         (gst_play_base_bin_remove_element),
23435         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23436         (gst_play_base_bin_unlink_stream),
23437         (gst_play_base_bin_get_streaminfo):
23438         * gst/playback/gstplaybasebin.h:
23439         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23440         (gst_play_bin_class_init), (gst_play_bin_init),
23441         (gst_play_bin_dispose), (gst_play_bin_set_property),
23442         (gst_play_bin_get_property), (gen_video_element),
23443         (gen_audio_element), (remove_sinks), (setup_sinks),
23444         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23445         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23446         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23447         (gst_play_bin_query), (plugin_init):
23448         * gst/playback/test4.c: (main):
23449         Work on object reuse and seeking.
23450
23451 2004-07-09  Wim Taymans  <wim@fluendo.com>
23452
23453         * examples/seeking/seek.c: (iterate):
23454         Don't consume all CPU in the idle loop.
23455
23456 2004-07-09  Wim Taymans  <wim@fluendo.com>
23457
23458         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23459         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23460         Add pad to element *after* setting the pad functions so that
23461         the scheduler can use the correct ones.
23462
23463 2004-07-09  Wim Taymans  <wim@fluendo.com>
23464
23465         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23466         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23467         Sync to keyframe after seek
23468
23469 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23470
23471         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23473         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23474         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23475         * ext/libvisual/visual.c: (gst_visual_change_state):
23476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23477         * ext/theora/theoradec.c: (theora_dec_change_state):
23478         * ext/theora/theoraenc.c: (theora_enc_change_state):
23479         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23480         * gst-libs/gst/navigation/navigation.c:
23481         * gst/adder/gstadder.c: (gst_adder_change_state):
23482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23483         (gst_audio_convert_get_buffer):
23484         * gst/multipart/multipartdemux.c:
23485         (gst_multipart_demux_change_state):
23486         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23488         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23489         * gst/videoscale/gstvideoscale.c:
23490         (gst_videoscale_handle_src_event):
23491         * gst/volume/gstvolume.c: (volume_chain_int16):
23492           don't assert in state change, this should be done by the base
23493           GstElement class.
23494           various debugging fixes.
23495
23496 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23497
23498         * configure.ac:
23499         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23500         (gst_play_dispose), (gst_play_set_location),
23501         (gst_play_set_data_src), (gst_play_set_video_sink),
23502         (gst_play_set_audio_sink), (gst_play_set_visualization),
23503         (gst_play_connect_visualization), (gst_play_get_sink_element),
23504         (gst_play_get_all_by_interface):
23505         * gst-libs/gst/play/play.h:
23506           add new method to get elements implementing an interface.
23507           add various error logging
23508
23509 2004-07-08  Wim Taymans  <wim@fluendo.com>
23510
23511         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23512         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23513         (make_playerbin_pipeline), (query_durations_elems),
23514         (query_durations_pads), (query_positions_elems),
23515         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23516         (main):
23517         Added playbin seeking example.
23518
23519 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23520
23521         * gst-libs/gst/play/play.c: (gst_play_set_location),
23522         (gst_play_set_data_src), (gst_play_set_video_sink),
23523         (gst_play_set_audio_sink), (gst_play_set_visualization),
23524         (gst_play_connect_visualization), (gst_play_get_framerate):
23525           use a macro to look up elements from hash table
23526
23527 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23528
23529         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23530         (gst_play_get_length_callback), (gst_play_set_location),
23531         (gst_play_seek_to_time), (gst_play_set_data_src),
23532         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23533         (gst_play_set_visualization), (gst_play_connect_visualization),
23534         (gst_play_get_sink_element):
23535         - add debugging info
23536         - fix looking up sink elements by iterating over complete caps
23537         - put everything except for source and autoplugger in a complete bin
23538
23539 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23540
23541         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23543         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23544         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23545         * ext/alsa/gstalsasink.h:
23546         - add debugging info
23547         - clean up schizophrenia of data/buffer/event
23548         - fix double event unref error
23549
23550 2004-07-08  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst/playback/Makefile.am:
23553         Add headers to noinst
23554
23555 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23556
23557         * tools/gst-launch-ext-m.m:
23558         * tools/gst-launch-ext.1.in:
23559           convert to the third millenium
23560
23561 2004-07-07  David Schleef  <ds@schleef.org>
23562
23563         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23564
23565 2004-07-07  Wim Taymans  <wim@fluendo.com>
23566
23567         * gst/playback/Makefile.am:
23568         * gst/playback/README:
23569         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23570         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23571         (compare_ranks), (print_feature), (gst_decode_bin_init),
23572         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23573         (try_to_link_1), (new_pad), (close_link), (type_found),
23574         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23575         (plugin_init):
23576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23577         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23578         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23579         (gen_preroll_element), (no_more_pads), (new_stream),
23580         (setup_source), (gst_play_base_bin_set_property),
23581         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23582         (gst_play_base_bin_add_element),
23583         (gst_play_base_bin_remove_element),
23584         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23585         (gst_play_base_bin_unlink_stream),
23586         (gst_play_base_bin_get_streaminfo):
23587         * gst/playback/gstplaybasebin.h:
23588         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23589         (gst_play_bin_class_init), (gst_play_bin_init),
23590         (gst_play_bin_dispose), (gst_play_bin_set_property),
23591         (gst_play_bin_get_property), (gen_video_element),
23592         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23593         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23594         (gst_play_bin_get_formats), (gst_play_bin_convert),
23595         (gst_play_bin_get_query_types), (gst_play_bin_query),
23596         (plugin_init):
23597         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23598         (gst_stream_info_get_type), (gst_stream_info_class_init),
23599         (gst_stream_info_init), (gst_stream_info_new),
23600         (gst_stream_info_dispose), (gst_stream_info_set_property),
23601         (gst_stream_info_get_property):
23602         * gst/playback/gststreaminfo.h:
23603         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23604         (main):
23605         * gst/playback/test2.c: (main):
23606         * gst/playback/test3.c: (update_scale), (main):
23607         More playbin fixes. Added README. Do better element filtering.
23608         Added base class to preroll media. Added test apps.
23609
23610 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23611
23612         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23613         * ext/mpeg2dec/gstmpeg2dec.h:
23614           various debugging improvements.  Reset stream to next picture
23615           instead of sequence header, otherwise seeks cannot work.
23616
23617 2004-07-07  Wim Taymans  <wim@fluendo.com>
23618
23619         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23620         (gst_video_box_class_init), (gst_video_box_set_property),
23621         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23622         Use pad_alloc where possible.
23623
23624 2004-07-07  Wim Taymans  <wim@fluendo.com>
23625
23626         * sys/oss/gstosselement.c: (gst_osselement_reset),
23627         (gst_osselement_parse_caps):
23628         * sys/oss/gstosselement.h:
23629         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23630         Fix offset on osssrc.
23631
23632 2004-07-07  Wim Taymans  <wim@fluendo.com>
23633
23634         * ext/theora/theora.c: (plugin_init):
23635         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23636         (theora_dec_src_query), (theora_dec_chain):
23637         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23638         (theora_enc_sink_link), (theora_buffer_from_packet),
23639         (theora_push_packet), (theora_enc_chain):
23640         Fix theora granulepos calculation.
23641         Fix overflow in duration/position calculation.
23642         Bump rank to PRIMARY for theoradec.
23643         Use granulepos of last packet to calculate position.
23644         Set keyframe flag on buffers when needed.
23645
23646 2004-07-06  David Schleef  <ds@schleef.org>
23647
23648         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23649         serious?  (Fixed, obviously.)
23650
23651 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23652
23653         * po/LINGUAS:
23654         * po/cs.po:
23655           added Czech translation (Miloslav Trmac)
23656
23657 2004-07-05  Wim Taymans  <wim@fluendo.com>
23658
23659         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23660         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23661         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23662         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23663         (close_link), (type_found), (gst_decode_bin_set_property),
23664         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23665         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23666         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23667         (gst_decode_bin_query), (plugin_init):
23668         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23669         (gst_play_bin_class_init), (gst_play_bin_init),
23670         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23671         (get_video_element), (new_pad), (setup_source),
23672         (gst_play_bin_set_property), (gst_play_bin_get_property),
23673         (gst_play_bin_change_state), (gst_play_bin_add_element),
23674         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23675         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23676         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23677         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23678         * gst/playback/test.c: (main):
23679         More fixes, cleaned up playbin, make it use decodebin. Added
23680         threaded property to playbin.
23681
23682 2004-07-05  Wim Taymans  <wim@fluendo.com>
23683
23684         * configure.ac:
23685         * gst/playback/Makefile.am:
23686         * gst/playback/decodetest.c: (main):
23687         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23688         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23689         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23690         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23691         (close_link), (type_found), (gst_decode_bin_set_property),
23692         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23693         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23694         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23695         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23696         (plugin_init):
23697         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23698         (gst_play_bin_class_init), (gst_play_bin_init),
23699         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23700         (collect_sink_pads), (find_compatibles), (close_pad_link),
23701         (try_to_link_1), (new_pad), (close_link), (type_found),
23702         (setup_source), (gst_play_bin_set_property),
23703         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23704         (compare_ranks), (gst_play_bin_collect_factories),
23705         (gst_play_bin_change_state), (gst_play_bin_add_element),
23706         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23707         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23708         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23709         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23710         * gst/playback/test.c: (main):
23711         Added some playback helper elements and some test apps, very alpha
23712         still.
23713
23714 2004-07-04  Benjamin Otte  <otte@gnome.org>
23715
23716         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23717           only restart audio when we indeed have an xrun to fix repeated
23718           xruns. Fix suggested by Giuliano Pochini.
23719
23720 2004-07-03  David Schleef  <ds@schleef.org>
23721
23722         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23723         call to gst_debug_log() if debugging is disabled (bug #145118)
23724
23725 2004-07-03  Benjamin Otte  <otte@gnome.org>
23726
23727         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23728           use our own functions for restarting the alsa device.
23729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23730           I should apply patches myself - use MIN for the third argument, not
23731           the second, this fixes seeking
23732
23733 2004-07-02  David Schleef  <ds@schleef.org>
23734
23735         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23736         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23737         do with the logic.
23738
23739 2004-07-02  David Schleef  <ds@schleef.org>
23740
23741         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23742         output buffers.  Fix logic mistake.  (bug #144866)
23743
23744 2004-07-02  David Schleef  <ds@schleef.org>
23745
23746         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23747         on X.  (bug #144753)
23748
23749 2004-07-02  David Schleef  <ds@schleef.org>
23750
23751         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23752         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23753         (bug #144624)
23754         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23755         (gst_osselement_rate_probe_check): Add another workaround for
23756         buggy drivers (bug #145336)
23757
23758 2004-07-02  David Schleef  <ds@schleef.org>
23759
23760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23761         Most systems don't have MSG_NOSIGNAL.
23762
23763 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23764
23765         * Makefile.am:
23766         * gst-libs/gst/colorbalance/Makefile.am:
23767         * gst-libs/gst/mixer/Makefile.am:
23768         * gst-libs/gst/play/Makefile.am:
23769         * gst-libs/gst/tuner/Makefile.am:
23770           (hopefully) fix both install and dist and make error message useful.
23771           needs testing across automakes.
23772
23773 2004-07-02  Benjamin Otte  <otte@gnome.org>
23774
23775         * ext/ogg/gstogg.c: (plugin_init):
23776           we require bytestream now
23777         * ext/ogg/gstoggdemux.c:
23778           huge diff to implement chain setup in a fast and generic way. This
23779           improves tag reading and startup of huge files (read: Theora videos)
23780           quite a bit. It probably contains bugs, too, so please test.
23781           Seeking is not improved to the fast method.
23782
23783 2004-06-29  Wim Taymans  <wim@fluendo.com>
23784
23785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23786         * ext/ogg/gstoggmux.c:
23787         Fix memleak in oggdemux when running unconnected pads.
23788         doc update in mux, start working on keyframe mode.
23789
23790 2004-06-29  Benjamin Otte  <otte@gnome.org>
23791
23792         * sys/oss/gstosssink.c:
23793         * sys/oss/gstosssrc.c:
23794           advertise correct template caps - we indeed do non-native endianness
23795           and 8bit audio has no endianness
23796         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23798           avoid (wrong) duplications in getcaps function and return
23799           template caps
23800
23801 2004-06-29  Wim Taymans  <wim@fluendo.com>
23802
23803         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23804         (gst_multifdsink_class_init), (gst_multifdsink_add),
23805         (gst_multifdsink_remove), (gst_multifdsink_clear),
23806         (gst_multifdsink_client_remove),
23807         (gst_multifdsink_handle_client_read),
23808         (gst_multifdsink_client_queue_data),
23809         (gst_multifdsink_client_queue_caps),
23810         (gst_multifdsink_client_queue_buffer),
23811         (gst_multifdsink_handle_client_write),
23812         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23813         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23814         (gst_multifdsink_init_send), (gst_multifdsink_close):
23815         Fix wrong GList iteration that could crash the server when
23816         more then 2 clients disconnect at the same time. Read all the
23817         pending commands in one batch to recover from command storms under
23818         very heavy load.
23819
23820 2004-06-28  Wim Taymans  <wim@fluendo.com>
23821
23822         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23823         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23824         (gst_videomixer_pad_set_property),
23825         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23826         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23827         (gst_videomixer_class_init), (gst_videomixer_init),
23828         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23829         (pad_zorder_compare), (gst_videomixer_sort_pads),
23830         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23831         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23832         (gst_videomixer_update_queues), (gst_videomixer_loop),
23833         (plugin_init):
23834         Avoid divide by zero, choose masterpad as the pad with the highest
23835         framerate.
23836
23837 2004-06-27  Julien Moutte  <julien@moutte.net>
23838
23839         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23840         (gst_ximagesink_xwindow_new):
23841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23842         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23843         function directly. We might want to call it from somewhere else one day.
23844
23845 2004-06-27  Julien Moutte  <julien@moutte.net>
23846
23847         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23848         (gst_ximagesink_xwindow_new):
23849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23850         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23851         window decorations.
23852
23853 2004-06-27  Wim Taymans  <wim@fluendo.com>
23854
23855         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23856         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23857         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23858         (gst_dvdec_set_property), (gst_dvdec_get_property):
23859         * ext/dv/gstdvdec.h:
23860         Implement drop_factor property to lower the framerate with
23861         a factor.
23862
23863 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23864
23865         * gst-libs/gst/colorbalance/Makefile.am:
23866         * gst-libs/gst/mixer/Makefile.am:
23867         * gst-libs/gst/play/Makefile.am:
23868         * gst-libs/gst/tuner/Makefile.am:
23869           unbreak Company's fix that didn't install the -enum.h files
23870
23871 2004-06-27  Wim Taymans  <wim@fluendo.com>
23872
23873         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23874         (gst_dvdec_change_state):
23875         * ext/dv/gstdvdec.h:
23876         Fix timestamp, duration and offset of the buffers.
23877
23878 2004-06-27  Wim Taymans  <wim@fluendo.com>
23879
23880         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23881         (gst_multifdsink_class_init), (gst_multifdsink_add),
23882         (gst_multifdsink_remove), (gst_multifdsink_clear),
23883         (gst_multifdsink_client_remove),
23884         (gst_multifdsink_handle_client_read),
23885         (gst_multifdsink_client_queue_data),
23886         (gst_multifdsink_client_queue_caps),
23887         (gst_multifdsink_client_queue_buffer),
23888         (gst_multifdsink_handle_client_write),
23889         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23890         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23891         (gst_multifdsink_init_send), (gst_multifdsink_close):
23892         * gst/tcp/gstmultifdsink.h:
23893         * gst/tcp/gsttcpserversink.c:
23894         (gst_tcpserversink_handle_server_read),
23895         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23896         More multifdsink fixes, more recovery policy fixes.
23897         Removed stupid g_print
23898
23899 2004-06-26  Wim Taymans  <wim@fluendo.com>
23900
23901         * gst/tcp/Makefile.am:
23902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23903         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23904         (gst_multifdsink_class_init), (gst_multifdsink_init),
23905         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23906         (gst_multifdsink_handle_client_read),
23907         (gst_multifdsink_client_queue_data),
23908         (gst_multifdsink_client_queue_caps),
23909         (gst_multifdsink_client_queue_buffer),
23910         (gst_multifdsink_handle_client_write),
23911         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23912         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23913         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23914         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23915         (gst_multifdsink_close), (gst_multifdsink_change_state):
23916         * gst/tcp/gstmultifdsink.h:
23917         * gst/tcp/gsttcpplugin.c: (plugin_init):
23918         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23919         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23920         (gst_tcpserversink_handle_server_read),
23921         (gst_tcpserversink_handle_select),
23922         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23923         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23924         * gst/tcp/gsttcpserversink.h:
23925         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23926         one of the locks, added recovery policy to multifdsink.
23927
23928 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23929
23930         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23931           fix decision for when getting frames with same timestamp
23932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23933         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23934         (gst_v4lsrc_get_property):
23935         * sys/v4l/gstv4lsrc.h:
23936           add latency offset property
23937
23938 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23939
23940         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23941         (plugin_init):
23942           fix debugging. add category.
23943
23944 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23945
23946         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23947           fix wrong offsets
23948
23949 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23950
23951         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23952         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23953         (gst_alsa_src_change_state):
23954           return a time that is in sync with the element's processing
23955
23956 2004-06-25  Wim Taymans  <wim@fluendo.com>
23957
23958         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23959         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23960         (gst_tcpserversink_client_remove),
23961         (gst_tcpserversink_handle_client_read),
23962         (gst_tcpserversink_client_queue_data),
23963         (gst_tcpserversink_client_queue_caps),
23964         (gst_tcpserversink_client_queue_buffer),
23965         (gst_tcpserversink_handle_client_write),
23966         (gst_tcpserversink_queue_buffer),
23967         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23968         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23969         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23970         (gst_tcpserversink_close):
23971         * gst/tcp/gsttcpserversink.h:
23972         Serversink rewrite. Really do non blocking writes to clients and
23973         maintain an internal queue to handle slower clients while not
23974         disturbing fast clients.
23975
23976 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23977
23978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23979           better debug, don't override OFFSET and OFFSET_END
23980
23981 2004-06-25  Iain <iain@prettypeople.org>
23982
23983         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23984         name=source for the wavparse pipeline.
23985
23986 2004-06-24  Johan Dahlin  <johan@gnome.org>
23987
23988         * ext/theora/theoraenc.c (theora_enc_chain): Call
23989         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23990         streamheader caps are set correctly.
23991
23992 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23993
23994         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23995         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23996           respect minimum bitrate; same could be done for max bitrate
23997
23998 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24001         (gst_vorbisenc_setup):
24002           fix sample rate range
24003
24004 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24007         (gst_oggvorbisenc_setup):
24008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24009         (gst_vorbisenc_setup):
24010           resolve ambiguities in code and description
24011
24012 2004-06-24  Wim Taymans  <wim@fluendo.com>
24013
24014         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24015         * ext/alsa/gstalsa.h:
24016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24017         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24018         Use alsa trigger_tstamp to get the timestamp of the first
24019         sample in the buffer for more precise sync. Some cleanups.
24020
24021 2004-06-24  Wim Taymans  <wim@fluendo.com>
24022
24023         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24024         (gst_audiorate_init), (gst_audiorate_chain),
24025         (gst_audiorate_set_property), (gst_audiorate_get_property):
24026         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24027         (gst_videorate_chain):
24028         Added some logging, fixed an overflow bug in videorate.
24029
24030 2004-06-24  Benjamin Otte  <otte@gnome.org>
24031
24032         * ext/kio/Makefile.am:
24033           fix for builddir != srcdir and distcheck
24034
24035 2004-06-24  Benjamin Otte  <otte@gnome.org>
24036
24037         * gst-libs/gst/colorbalance/Makefile.am:
24038         * gst-libs/gst/mixer/Makefile.am:
24039         * gst-libs/gst/play/Makefile.am:
24040         * gst-libs/gst/tuner/Makefile.am:
24041         * gst/tcp/Makefile.am:
24042         * sys/dxr3/Makefile.am:
24043           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24044           tarball.
24045           Also add all *.list files that were missing.
24046         * Makefile.am:
24047           add a distcheck hook to ensure the above doesn't happen again.
24048
24049 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24050
24051         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24052
24053 2004-06-23  Colin Walters  <walters@redhat.com>
24054
24055         * m4/Makefile.am: Distribute gst-fionread.m4.
24056
24057 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24058
24059         * configure.ac: back to dev
24060
24061 2004-06-23  Wim Taymans  <wim@fluendo.com>
24062
24063         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24064         (gst_alsa_xrun_recovery):
24065         * ext/alsa/gstalsa.h:
24066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24067         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24069         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24070         (gst_alsa_src_loop):
24071         Add clock to alsasrc. Take new capture timestamp when
24072         restarting after an overrun. Split up some functions between
24073         alsasrc and alsasink.
24074
24075 === release 0.8.2 ===
24076
24077 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24078
24079         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24080         (gst_alsa_change_state), (gst_alsa_update_avail),
24081         (gst_alsa_xrun_recovery):
24082         * ext/alsa/gstalsa.h:
24083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24084           merge back changes from release
24085
24086 2004-06-23  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24089         (gst_audiorate_init), (gst_audiorate_chain),
24090         (gst_audiorate_set_property), (gst_audiorate_get_property):
24091         Implement sample dropping and notify
24092
24093 2004-06-22  Wim Taymans  <wim@fluendo.com>
24094
24095         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24096         (theora_enc_sink_link), (theora_buffer_from_packet),
24097         (theora_push_packet), (theora_enc_chain):
24098         Some cleanups, make sure the timestamps are correct.
24099
24100 2004-06-22  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24103         (gst_alsa_change_state), (gst_alsa_update_avail),
24104         (gst_alsa_xrun_recovery):
24105         * ext/alsa/gstalsa.h:
24106         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24107         Cleanups, take queued samples into account when reporting
24108         the time.
24109
24110 2004-06-22  Wim Taymans  <wim@fluendo.com>
24111
24112         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24113         (gst_videorate_init):
24114         Initialize the property as well.
24115
24116 2004-06-22  Wim Taymans  <wim@fluendo.com>
24117
24118         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24119         (gst_videorate_init), (gst_videorate_chain),
24120         (gst_videorate_set_property), (gst_videorate_get_property):
24121         Add property to make videorate silent.
24122         Add property to prefer new frames over old ones.
24123
24124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24125
24126         * sys/osxvideo/Makefile.am:
24127         Workaround so that the osxvideo .so file gets linked with the
24128         Cocoa, OpenGL and QuickTime frameworks
24129
24130 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24131
24132         * sys/osxaudio/Makefile.am:
24133         Workaround so that the osxaudio .so file gets linked with the
24134         CoreAudio framework
24135
24136 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24137
24138         * configure.ac:
24139         Whoops, my fault...fixed build issues
24140
24141 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24142
24143         * configure.ac:
24144         Add objective-c support if running in Darwin/Mac OS X
24145         * sys/Makefile.am:
24146         * sys/osxvideo:
24147         * sys/osxvideo/Makefile.am:
24148         * sys/osxvideo/osxvideosink.h:
24149         * sys/osxvideo/osxvideosink.m:
24150         * sys/osxvideo/cocoawindow.h:
24151         * sys/osxvideo/cocoawindow.m:
24152         Add osxvideosink, a cocoa-based osx video sink
24153
24154
24155 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24156         * ext/dvdnav/gst-dvd:
24157         Grab the gconf key from the right spot
24158         * gst/debug/gstnavseek.c: (gst_navseek_init),
24159         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24160         (gst_navseek_chain):
24161         * gst/debug/gstnavseek.h:
24162           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24163           and loop parameters of a segment seek.
24164         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24165         (gst_videotestsrc_get_event_masks),
24166         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24167         * gst/videotestsrc/gstvideotestsrc.h:
24168           Add seeking support to videotestsrc
24169           Initialise the timestamp_offset variable.
24170
24171 2004-06-18  Wim Taymans  <wim@fluendo.com>
24172
24173         * ext/sidplay/gstsiddec.cc:
24174         Fix negotiation and set correct end offset.
24175
24176 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24177
24178         * configure.ac: branch and prerelease
24179
24180 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24181
24182         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24183         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24184         (gst_tcpclientsrc_init_receive):
24185         * gst/tcp/gsttcpclientsrc.h:
24186           read caps when connecting to server for GDP so we set them correctly
24187
24188 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24189
24190         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24191           notify drops and duplicates
24192         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24193           no good reason to limit ourselves to 100x100
24194
24195 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24196
24197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24198         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24199         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24200         (gst_v4lsrc_get_property):
24201         * sys/v4l/gstv4lsrc.h:
24202         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24203         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24204         (gst_v4l_set_audio):
24205         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24206         (gst_v4lsrc_try_capture):
24207         * sys/v4l/v4lsrc_calls.h:
24208           change try_palette to more general try_capture
24209           add autoprobe option so we can turn off autoprobing
24210           various fixes
24211
24212 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24213
24214         * configure.ac:
24215           add videorate
24216         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24217         (gst_ximagesink_class_init):
24218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24219         (gst_xvimagesink_class_init):
24220           run them as finalize, not dispose, since dispose can be invoked
24221           multiple times
24222
24223 2004-06-17  Wim Taymans  <wim@fluendo.com>
24224
24225         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24226         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24227         * ext/alsa/gstalsa.h:
24228         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24229         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24230         (gst_alsa_src_change_state):
24231         * ext/alsa/gstalsasrc.h:
24232         Make the xrun code timestamp and offset the buffers correctly.
24233         moved the clock to the base class, use alsa methods to get time.
24234         Do correct timestamping on outgoing buffers.
24235
24236 2004-06-17  Wim Taymans  <wim@fluendo.com>
24237
24238         * gst/audiorate/Makefile.am:
24239         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24240         (gst_audiorate_base_init), (gst_audiorate_class_init),
24241         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24242         (gst_audiorate_set_property), (gst_audiorate_get_property),
24243         (gst_audiorate_change_state), (plugin_init):
24244         Added an audiorate converter that fills in gaps.
24245
24246 2004-06-17  Johan Dahlin  <johan@gnome.org>
24247
24248         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24249
24250 2004-06-16  Wim Taymans  <wim@fluendo.com>
24251
24252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24254         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24255         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24256         (gst_v4lsrc_get_property):
24257         * sys/v4l/gstv4lsrc.h:
24258         Added a copy mode to v4lsrc where it will output a copied version
24259         of its internal hardware buffer.
24260         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24261         can't | them.
24262
24263 2004-06-16  Wim Taymans  <wim@fluendo.com>
24264
24265         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24266         Timestamp fixes.
24267
24268 2004-06-16  Wim Taymans  <wim@fluendo.com>
24269
24270         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24271         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24272         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24273         (gst_v4lsrc_get_property):
24274         * sys/v4l/gstv4lsrc.h:
24275         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24276         Added a sync mode enum property to control v4lsrc timestamp method
24277         Removed the use-fixed-fps property and moved functionality in
24278         the enum.
24279         Don't error on an error value from v4l-conf, it might not always
24280         be a real error.
24281
24282 2004-06-16  Wim Taymans  <wim@fluendo.com>
24283
24284         * gst/videorate/Makefile.am:
24285         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24286         (gst_videorate_base_init), (gst_videorate_class_init),
24287         (gst_videorate_getcaps), (gst_videorate_link),
24288         (gst_videorate_init), (gst_videorate_chain),
24289         (gst_videorate_set_property), (gst_videorate_get_property),
24290         (gst_videorate_change_state), (plugin_init):
24291         Added a video timestamp corrector.
24292
24293 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24294
24295         fixed a potential leak with previous commit
24296
24297         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24298
24299 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24300
24301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24302         Added missing refcount, fixes bug #144425
24303         Cheers Tim for finding the bug
24304
24305 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24306
24307         * sys/v4l/gstv4l.c: (plugin_init):
24308         * sys/v4l/gstv4lcolorbalance.c:
24309         * sys/v4l/gstv4lcolorbalance.h:
24310         * sys/v4l/gstv4lelement.c:
24311         * sys/v4l/gstv4lelement.h:
24312         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24313         * sys/v4l/gstv4lmjpegsink.h:
24314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24315         * sys/v4l/gstv4lmjpegsrc.h:
24316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24317         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24318         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24319         * sys/v4l/gstv4lsrc.h:
24320         * sys/v4l/gstv4ltuner.c:
24321         * sys/v4l/gstv4ltuner.h:
24322         * sys/v4l/gstv4lxoverlay.c:
24323         * sys/v4l/gstv4lxoverlay.h:
24324         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24325         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24326         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24327         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24328         (gst_v4l_set_audio):
24329         * sys/v4l/v4l_calls.h:
24330         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24331         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24332         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24333         (gst_v4lmjpegsink_playback_init),
24334         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24335         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24336         (gst_v4lmjpegsink_playback_stop),
24337         (gst_v4lmjpegsink_playback_deinit):
24338         * sys/v4l/v4lmjpegsink_calls.h:
24339         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24340         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24341         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24342         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24343         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24344         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24345         * sys/v4l/v4lmjpegsrc_calls.h:
24346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24347         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24348         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24349         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24350         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24351         (gst_v4lsrc_try_palette):
24352         * sys/v4l/v4lsrc_calls.h:
24353           bunch of paranoia cleanups
24354
24355 2004-06-14  David Schleef  <ds@schleef.org>
24356
24357         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24358         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24359         Send discont events and change timestamps appropriately when
24360         we get a seek event.  (bug #144240)
24361         * ext/cdparanoia/gstcdparanoia.h:
24362
24363 2004-06-14  Benjamin Otte  <otte@gnome.org>
24364
24365         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24366           snd_pcm_hw_params_set_rate  since the latter fails for no good
24367           reason on some setups.
24368
24369 2004-06-14  David Schleef  <ds@schleef.org>
24370
24371         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24372         standard.  Thank you for playing.
24373
24374 2004-06-14  Wim Taymans  <wim@fluendo.com>
24375
24376         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24377         Patch 1.3 broke the ordering of the colorspace info and
24378         made the plugin basically work by coincidence, reordered
24379         the info.
24380
24381 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24382
24383         * ext/lame/gstlame.c:
24384         * ext/mad/gstmad.c:
24385           sync caps.  Make sure mad can only output a list of rates, not
24386           a full range.  In the future, have three caps lists for each of the
24387           mpeg versions.  Change mpegversion to a double as well.
24388
24389 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24390
24391         * gst/volume/.cvsignore:
24392         * gst/volume/Makefile.am:
24393         * gst/volume/demo.c: (value_changed_callback), (idler),
24394         (setup_gui), (main):
24395           added small demo app
24396
24397 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24398         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24399         * ext/esd/esdsink.h:
24400         Close the esd connection on pause, because esd will just wait -
24401         blocking all other esd clients indefinitely.
24402
24403 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24404
24405         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24406           previous commit with GST_DEBUG
24407
24408 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24409
24410         * configure.ac:
24411           add a header check for a dvdread header in dvdnav.  Fixes #133002
24412
24413 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24414
24415         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24416         * gst/tcp/gsttcpclientsink.h:
24417         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24418         * gst/tcp/gsttcpclientsrc.h:
24419         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24420         (gst_tcpserversink_handle_server_read),
24421         (gst_tcpserversink_init_send):
24422         * gst/tcp/gsttcpserversink.h:
24423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24424         * gst/tcp/gsttcpserversrc.h:
24425         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24426         version of IP)
24427
24428 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24429
24430         * configure.ac:
24431         Added ogg library so that OSX detects libtheora properly
24432
24433 2004-06-11  Wim Taymans  <wim@fluendo.com>
24434
24435         * ext/theora/theoradec.c: (theora_dec_chain),
24436         (theora_dec_change_state):
24437         Don't try to decode frames before we received a keyframe.
24438
24439 2004-06-11  Wim Taymans  <wim@fluendo.com>
24440
24441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24442         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24443         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24444         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24445         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24446         Added property to set the maximum delay of a page.
24447
24448 2004-06-10  Wim Taymans  <wim@fluendo.com>
24449
24450         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24451         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24452         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24453         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24454         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24455         Added max-delay property to control the maximum amount
24456         of data to put in one page.
24457
24458 2004-06-10  Wim Taymans  <wim@fluendo.com>
24459
24460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24461         (gst_theora_enc_init), (theora_enc_sink_link),
24462         (theora_buffer_from_packet), (theora_enc_set_property),
24463         (theora_enc_get_property):
24464         Set duration on encoded buffer, added some more properties
24465
24466 2004-06-10  Wim Taymans  <wim@fluendo.com>
24467
24468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24469         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24470         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24471         * ext/theora/theoraenc.c: (theora_enc_chain):
24472         Fix refcounting bugs
24473
24474 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24475
24476         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24477         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24478         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24479         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24480         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24481         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24482         (gst_asf_demux_change_state):
24483         * gst/asfdemux/gstasfdemux.h:
24484           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24485           feels like. I think we should set a new requirement for demuxers
24486           from now on to implement sane loop functions, data loops, query
24487           and seek functions before first commit into CVS. And this commit
24488           fixes all of the above.
24489
24490 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24491
24492         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24493           vorbis comments are properly encoded in UTF-8 before adding them
24494           to a GstTagList
24495
24496 2004-06-09  Benjamin Otte  <otte@gnome.org>
24497
24498         * ext/alsa/gstalsa.c: (add_channels):
24499           handle min <= max correctly
24500         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24501         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24502           add fixation functions so we fixate correctly. No preferring of alaw
24503           anymore because it's the first structure.
24504         * ext/alsa/gstalsa.h:
24505         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24506         (gst_alsa_hw_params_dump):
24507           add functions to ease debugging in alsalib
24508         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24509         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24510         (gst_alsa_start_audio):
24511           only specify hw params if we really setup a format (fixes #134007 -
24512           or at least works around it)
24513
24514 2004-06-09  Wim Taymans  <wim@fluendo.com>
24515
24516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24517         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24518         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24519         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24520         (gst_ogg_mux_loop):
24521         Use stream caps to setup the initial pages in the ogg stream.
24522         Correctly set the streamheader caps on the srcpad.
24523
24524 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24525
24526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24527         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24528         (gst_v4lsrc_getcaps):
24529         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24530         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24531           add querying of fps lists for webcams.  Negotiating to a framerate
24532           now works.
24533
24534 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24535
24536         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24537         (theora_push_buffer), (theora_push_packet),
24538         (theora_set_header_on_caps), (theora_enc_chain):
24539           mark buffers and put on streamheader, raw theora streaming
24540           now works too, whee
24541
24542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24543
24544         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24545         (gst_tcp_gdp_read_caps):
24546           do a looping read for caps and GDP headers too
24547
24548 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24549
24550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24551         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24552           return EOS instead of NULL in _get
24553
24554 2004-06-08  Wim Taymans  <wim@fluendo.com>
24555
24556         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24557         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24558         (gst_tcp_gdp_write_caps):
24559         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24560         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24561         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24562         Memory leak fixes
24563
24564 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24565
24566         * ext/vorbis/Makefile.am:
24567         * ext/vorbis/vorbis.c: (plugin_init):
24568         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24569         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24570         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24571         (vorbis_parse_change_state):
24572         * ext/vorbis/vorbisparse.h:
24573           adding a vorbisparse element that marks the buffers, streaming
24574           raw vorbis using GDP now works, whee
24575
24576 2004-06-08  Wim Taymans  <wim@fluendo.com>
24577
24578         * ext/jpeg/Makefile.am:
24579         * ext/jpeg/README:
24580         * ext/jpeg/gstjpeg.c: (plugin_init):
24581         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24582         (gst_smokedec_base_init), (gst_smokedec_class_init),
24583         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24584         * ext/jpeg/gstsmokedec.h:
24585         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24586         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24587         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24588         (gst_smokeenc_resync), (gst_smokeenc_chain),
24589         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24590         * ext/jpeg/gstsmokeenc.h:
24591         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24592         (smokecodec_flush_destination), (smokecodec_term_destination),
24593         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24594         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24595         (smokecodec_term_source), (smokecodec_encode_new),
24596         (smokecodec_decode_new), (smokecodec_info_free),
24597         (smokecodec_set_quality), (smokecodec_get_quality),
24598         (smokecodec_set_threshold), (smokecodec_get_threshold),
24599         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24600         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24601         (smokecodec_parse_header), (smokecodec_decode):
24602         * ext/jpeg/smokecodec.h:
24603         Added a new simple jpeg based codec
24604
24605 2004-06-08  Wim Taymans  <wim@fluendo.com>
24606
24607         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24608         (gst_multipart_mux_loop):
24609         Fix memory leak
24610
24611 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24612
24613         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24614         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24615         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24616         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24617         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24618         * gst/tcp/gsttcpserversink.h:
24619           take streamheader into account
24620
24621 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24622
24623         * gst/level/Makefile.am:
24624         * gst/level/gstlevel.c: (gst_level_class_init):
24625           clean up marshal generation
24626
24627 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24628
24629         * gst/tcp/Makefile.am:
24630         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24631         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24632         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24633         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24634         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24635         (gst_tcpclientsrc_get_property):
24636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24637         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24638         (gst_tcpserversink_handle_client_read),
24639         (gst_tcpserversink_handle_client_write),
24640         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24641         * gst/tcp/gsttcpserversink.h:
24642           add signals client-added and client-removed
24643         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24644         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24645         (gst_tcpserversrc_get_property):
24646         uniformized, change default protocol to NONE
24647         * gst/tcp/gsttcp-marshal.list: added
24648 2004-06-07  Benjamin Otte  <otte@gnome.org>
24649
24650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24651           handle discont events if they happen before caps nego
24652
24653 2004-06-07  Wim Taymans  <wim@fluendo.com>
24654
24655         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24656         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24657         (gst_multipart_demux_plugin_init):
24658         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24659         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24660         (gst_multipart_mux_change_state):
24661         Small updates, fix a memleak
24662
24663 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24664
24665         * configure.ac: OSS portability
24666         * ext/arts/gst_arts.c: idem
24667         * sys/oss/gstosselement.c: idem
24668         * sys/oss/gstossmixer.c: idem
24669         * sys/oss/gstosssink.c: idem
24670         * sys/oss/gstosssrc.c: idem
24671         * sys/oss/oss_probe.c: idem
24672           - check for soundcard.h in different places for some BSD
24673
24674 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24675
24676         * AUTHORS:
24677         Add me to the authors file
24678         * configure.ac:
24679         Increase the libdv requirement to >= version 0.100
24680         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24681         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24682         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24683         * ext/dv/gstdvdec.h:
24684         Add support for the new_media flag when sending DISCONT events
24685         Make the querying work when video pad is not linked
24686
24687 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24688
24689         reviewed by Benjamin Otte  <otte@gnome.org>
24690
24691         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24692           create a NULL-initialized array of pads, so we don't think they
24693           exist already. (fixes #143130)
24694
24695 2004-06-07  Benjamin Otte  <otte@gnome.org>
24696
24697         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24698         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24699         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24700           don't use // coments
24701
24702 2004-06-07  Benjamin Otte  <otte@gnome.org>
24703
24704         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24705           cast to GstClockTime to get higher granularity
24706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24707           use gst_element_set_time_delay to get the exact time
24708         * ext/mad/gstmad.c: (gst_mad_chain):
24709           use the negotiated rate instead of the current frame's rate which
24710           might be wrong because of bit errors. This avoids emitting totally
24711           bogus timestamps and screwing sync.
24712         (fixes #143454)
24713
24714 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24715
24716         reviewed by Benjamin Otte  <otte@gnome.org>
24717
24718         * gst/adder/gstadder.c: (gst_adder_loop):
24719           properly error out when no negotiation has happened yet. (fixes
24720           #143032)
24721
24722 2004-06-06  Benjamin Otte  <otte@gnome.org>
24723
24724         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24725           forward correctly transformed offset in discont events. Based on
24726           patch by Arwed v. Merkatz. (fixes #142851)
24727
24728 2004-06-06  David Schleef  <ds@schleef.org>
24729
24730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24731         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24732         problems on several systems.
24733
24734 2004-06-06  Benjamin Otte  <otte@gnome.org>
24735
24736         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24737           use explicit caps on the srcpad
24738         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24739           properly error out if caps couldn't be set (fixes #142764)
24740
24741 2004-06-06  Benjamin Otte  <otte@gnome.org>
24742
24743         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24744         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24745         (gst_alsa_start_audio):
24746           - don't call set_periods_integer anymore, it breaks the
24747           configuration randomly
24748           - call snd_pcm_hw_params_set_access directly instead of using masks
24749           - don't fail if the sw_params can't be set, just use the default
24750           params and hope it works. Alsalib has weird issues when you touch
24751           sw_params and does no proper error reporting about what failed.
24752         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24753         (gst_alsa_close_audio):
24754           make our alsa debugging go via gst debugging and not conditionally
24755           defined
24756         * ext/alsa/gstalsa.h:
24757           add ALSA_DEBUG_FLUSH macro
24758         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24759         (plugin_init):
24760           wrap alsa errors to be printed via the gst debugging system and not
24761           spammed to stderr
24762
24763 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24764
24765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24766         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24767         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24768         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24769         (qtdemux_parse_trak):
24770         * gst/qtdemux/qtdemux.h:
24771           Bitch. Also known as seeking, querying & co.
24772         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24773         (gst_osssink_change_state):
24774         * sys/oss/gstosssink.h:
24775           Resyncing is for weenies, this hack is no longer needed and was
24776           broken anyway (since it - unintendedly - always leaves resync to
24777           TRUE).
24778
24779 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24780
24781         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24782         * gst/tcp/gsttcpclientsrc.h: idem
24783           - define MSG_NOSIGNAL if not done
24784           - include unistd.h for off_t
24785           (fixes #143749)
24786
24787 2004-06-05  Benjamin Otte  <otte@gnome.org>
24788
24789         * configure.ac:
24790         * ext/kio/Makefile.am:
24791           check for qt's moc preprocessor explicitly and use it
24792
24793 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24794
24795         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24796           don't get a signal for EPIPE on socket writes
24797           (somebody check if this works on other platforms)
24798
24799 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24800
24801         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24803           check error condition on available samples correctly
24804
24805 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24806
24807         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24808           avoid a segfault
24809         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24810         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24812         (gst_tcpserversrc_gdp_read_header):
24813          use ssize_t over size_t since the former is signed and thus the
24814          check for error codes can work
24815
24816 2004-06-02  Wim Taymans  <wim@fluendo.com>
24817
24818         reviewed by: Johan
24819
24820         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24821         (gst_multipart_mux_loop):
24822         Oops
24823
24824 2004-06-02  Wim Taymans  <wim@fluendo.com>
24825
24826         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24827         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24828         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24829         (gst_multipart_mux_change_state):
24830         Added configurable boundary specifier, added the value as a
24831         caps field as well.
24832
24833 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24834
24835         * gst/tcp/gsttcp.c:
24836         * gst/tcp/gsttcpclientsrc.c:
24837         * gst/tcp/gsttcpclientsrc.h:
24838         * gst/tcp/gsttcpserversrc.c:
24839           - portability fix, to compile on OSX
24840             (fixes #143146)
24841
24842         * sys/osxaudio/gstosxaudioelement.c:
24843         * sys/osxaudio/gstosxaudiosink.c:
24844         * sys/osxaudio/gstosxaudiosrc.c:
24845           - compilation warnings on OSX
24846             (fixes #143153)
24847
24848 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24849
24850         * ext/vorbis/vorbisdec.c : sign warning fixes
24851
24852         * gst-libs/gst/mixer/mixertrack.c :
24853           do no use defines which are glib 2.4 specific
24854
24855 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24856
24857         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24858           buffer since libflac doesn't expect it (reports a sync error when
24859           it encounters that)
24860
24861
24862 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24863
24864         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24865         * gst-libs/gst/mixer/mixertrack.c:
24866         (gst_mixer_track_get_property), (get_mixer_track_init),
24867         (get_mixer_track_get_property): Added property accessors
24868         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24869         * gst-libs/gst/mixer/mixeroptions.c:
24870         (gst_mixer_options_get_values): Added
24871         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24872         * gst-libs/gst/mixer/mixer.c: Fixed comment
24873
24874
24875 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24876
24877         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24878           improve error messages on open
24879
24880
24881 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24882
24883         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24884           check if v4l-conf is in path
24885
24886 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24887
24888         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24889           change assert to a more readable error message
24890
24891 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24892
24893         * gst-libs/gst/tuner/tunerchannel.h:
24894           - add a freq_multiplicator field to make the conversion
24895             between internal frequency unit and Hz
24896         * sys/v4l/gstv4lelement.c:
24897         * sys/v4l2/gstv4l2element.c:
24898           - change default video device to /dev/video0
24899         * sys/v4l/v4l_calls.c:
24900         * sys/v4l2/v4l2_calls.c:
24901           - we only expose frequency to the user in Hz instead of
24902             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24903
24904 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24905         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24906           Initialise b_o_s and e_o_s variables
24907         * gst-libs/gst/riff/riff-media.c:
24908         (gst_riff_create_video_caps_with_data):
24909           Add some unusual fourcc's from mplayer avi's
24910         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24911           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24912           autoplugging.
24913
24914 2004-05-28  Wim Taymans  <wim@fluendo.com>
24915
24916         * configure.ac:
24917         * gst/alpha/Makefile.am:
24918         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24919         (gst_alpha_get_type), (gst_alpha_base_init),
24920         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24921         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24922         (gst_alpha_chroma_key), (gst_alpha_chain),
24923         (gst_alpha_change_state), (plugin_init):
24924         A plugin to add an alpha channel to I420 video. Can optionally do
24925         chroma keying.
24926         * gst/multipart/Makefile.am:
24927         * gst/multipart/multipart.c: (plugin_init):
24928         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24929         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24930         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24931         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24932         (gst_multipart_demux_change_state),
24933         (gst_multipart_demux_plugin_init):
24934         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24935         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24936         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24937         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24938         (gst_multipart_mux_pad_unlink),
24939         (gst_multipart_mux_request_new_pad),
24940         (gst_multipart_mux_handle_src_event),
24941         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24942         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24943         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24944         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24945         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24946         send multipart jpeg images to a browser.
24947         * gst/videobox/Makefile.am:
24948         * gst/videobox/README:
24949         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24950         (gst_video_box_get_type), (gst_video_box_base_init),
24951         (gst_video_box_class_init), (gst_video_box_init),
24952         (gst_video_box_set_property), (gst_video_box_get_property),
24953         (gst_video_box_sink_link), (gst_video_box_i420),
24954         (gst_video_box_ayuv), (gst_video_box_chain),
24955         (gst_video_box_change_state), (plugin_init):
24956         Crops or adds borders around an image. can do alpha channel
24957         borders as well.
24958         * gst/videomixer/Makefile.am:
24959         * gst/videomixer/README:
24960         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24961         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24962         (gst_videomixer_pad_get_sink_event_masks),
24963         (gst_videomixer_pad_get_property),
24964         (gst_videomixer_pad_set_property),
24965         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24966         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24967         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24968         (gst_videomixer_base_init), (gst_videomixer_class_init),
24969         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24970         (gst_videomixer_handle_src_event),
24971         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24972         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24973         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24974         (gst_videomixer_loop), (gst_videomixer_get_property),
24975         (gst_videomixer_set_property), (gst_videomixer_change_state),
24976         (plugin_init):
24977         Generic video mixer plugin, can handle multiple inputs all with
24978         different framerates and video sizes. Is fully alpha channel
24979         aware.
24980
24981 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24982
24983         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24984           Select first track as master track. Not sure how else to handle
24985           that...
24986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24987           Discard discont events. Should fix #142962.
24988
24989 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24990
24991         * ext/alsa/Makefile.am:
24992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24993         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24994         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24995         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24996         (gst_alsa_mixer_get_option):
24997         * ext/alsa/gstalsamixer.h:
24998         * ext/alsa/gstalsamixeroptions.c:
24999         (gst_alsa_mixer_options_get_type),
25000         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25001         (gst_alsa_mixer_options_new):
25002         * ext/alsa/gstalsamixeroptions.h:
25003         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25004         * ext/alsa/gstalsamixertrack.h:
25005           Add enumerations (as GstMixerOptions). Make correct distinction
25006           between input/output tracks. Add capture/playback private flag.
25007           Use flag to decide on whether to set capture or playback volumes
25008           or switches. Use playback and record switches.
25009         * gst-libs/gst/mixer/Makefile.am:
25010         * gst-libs/gst/mixer/mixer-marshal.list:
25011         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25012         (gst_mixer_set_option), (gst_mixer_get_option),
25013         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25014         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25015         * gst-libs/gst/mixer/mixer.h:
25016         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25017         (gst_mixer_options_class_init), (gst_mixer_options_init),
25018         (gst_mixer_options_dispose):
25019         * gst-libs/gst/mixer/mixeroptions.h:
25020           Add GstMixerOptions.
25021         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25022           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25023           broken device detection on computers with multiple OSS sound
25024           cards.
25025
25026 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25027
25028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25029           fixate nicely even when the peer is not negotiating
25030
25031 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25032
25033         * gst/audioconvert/gstaudioconvert.c:
25034         (gst_audio_convert_parse_caps):
25035           make sure we don't allow depth > width
25036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25037           fixate endianness to G_BYTE_ORDER as default
25038         * gst/audioscale/gstaudioscale.c:
25039           we don't handle another endianness as host-endianness
25040
25041 2004-05-25  David Schleef  <ds@schleef.org>
25042
25043         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25044
25045 2004-05-24  Benjamin Otte  <otte@gnome.org>
25046
25047         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25048         (gst_oggvorbisenc_setup):
25049           properly fail when we can't setup the vorbis encoder due to
25050           unsupported settings
25051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25052         (gst_vorbisenc_setup):
25053           same
25054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25055           fix case where warnings occured when one pad was unlinked while the
25056           other's link function was called
25057
25058 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25059
25060         * gst/tcp/Makefile.am:
25061           use GST_ENABLE_NEW
25062
25063 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25064
25065         * gst-libs/gst/resample/private.h:
25066           don't use optimizations that are #if 0'ed
25067
25068 2004-05-24  Wim Taymans  <wim@fluendo.com>
25069
25070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25071         Fix potential division by zero error and hopefully get
25072         the position query right to get correct timestamps on avi
25073         audio.
25074
25075 2004-05-24  Wim Taymans  <wim@fluendo.com>
25076
25077         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25078         (gst_videoscale_scale_nearest_str2),
25079         (gst_videoscale_scale_nearest_str4),
25080         (gst_videoscale_scale_nearest_32bit),
25081         (gst_videoscale_scale_nearest_24bit),
25082         (gst_videoscale_scale_nearest_16bit):
25083         Fix the scaling algorithm and avoid a buffer overflow.
25084         removed the while loop in the scaling function as it
25085         was used for point sampling only.
25086
25087 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25088
25089         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25090         (gst_id3_tag_class_init), (gst_id3_tag_init),
25091         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25092         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25093         (gst_id3_tag_send_tag_event):
25094           lots of fixes to make id3mux work and id3demux work correctly
25095
25096 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25097
25098         * ext/Makefile.am:
25099           add rules to build shout2send (was removed by accident
25100           when this module was no more marked experimental/broken)
25101
25102 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25103
25104         * ext/shout2/gstshout2.c:
25105         * ext/shout2/gstshout2.h:
25106           adding a "connection problem" signal to shout2send
25107           (fixes #142954)
25108
25109 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25110
25111         * ext/kio/kioreceiver.cpp:
25112         * ext/kio/kioreceiver.h:
25113           fix sign comparison issues
25114
25115 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25116
25117         * gst/cdxaparse/gstcdxaparse.c:
25118         * gst/cdxaparse/gstcdxaparse.h:
25119           some renaming
25120           add some checks/sanity
25121           prepare for seek addition
25122
25123         * sys/sunaudio/gstsunaudio.c:
25124           remove exported dupe init function
25125
25126 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25127
25128         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25129         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25130           Fix format conversion and position querying.
25131         * gst/debug/progressreport.c: (gst_progressreport_report):
25132           Don't output a bogus total value that we didn't query.
25133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25134           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25135           only a blank window after xine has been used.
25136
25137 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25138
25139         * m4/as-arts.m4:
25140           sync with upstream version to fix test on FC2
25141           readd with -ko to preserve Id header
25142
25143 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25144
25145         * configure.ac:
25146           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25147         * gst/tcp/gsttcpclientsrc.c: idem
25148         * gst/tcp/gsttcpserversink.c: idem
25149         * gst/tcp/gsttcpserversrc.c: idem
25150         * m4/gst-fionread.m4: idem
25151
25152         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25153
25154         * configure.ac: enable speex plugin for speex 1.1.5+
25155         * ext/speex/gstspeexenc.c: fix cast warning
25156
25157         * ext/esd/README: fix typo
25158
25159 2004-05-20  David Schleef  <ds@schleef.org>
25160
25161         * configure.ac: Minor cosmetic change to convince the buildbot to
25162         reautogen.
25163         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25164         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25165         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25166         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25167         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25168         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25169         More hacking.  Plays audio now.
25170
25171 2004-05-20  David Schleef  <ds@schleef.org>
25172
25173         * configure.ac:
25174         * sys/Makefile.am:
25175
25176 2004-05-20  David Schleef  <ds@schleef.org>
25177
25178         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25179         * sys/osxaudio/gstosxaudio.c:
25180         * sys/osxaudio/gstosxaudioelement.c:
25181         * sys/osxaudio/gstosxaudioelement.h:
25182         * sys/osxaudio/gstosxaudiosink.c:
25183         * sys/osxaudio/gstosxaudiosink.h:
25184         * sys/osxaudio/gstosxaudiosrc.c:
25185         * sys/osxaudio/gstosxaudiosrc.h:
25186
25187 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25188
25189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25190         (gst_vorbisenc_chain):
25191           put the codec headers on the caps as streamheader as well as
25192           pushing them out
25193
25194 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25195
25196         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25197         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25198         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25199         split up push_packet into two functions
25200
25201 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25202
25203         * gst/tcp/.cvsignore:
25204           ignore enums
25205         * gst/tcp/Makefile.am:
25206         * gst/tcp/README:
25207         * gst/tcp/gsttcp.c:
25208         * gst/tcp/gsttcp.h:
25209         * gst/tcp/gsttcpclientsink.c:
25210         * gst/tcp/gsttcpclientsink.h:
25211         * gst/tcp/gsttcpclientsrc.c:
25212         * gst/tcp/gsttcpclientsrc.h:
25213         * gst/tcp/gsttcpplugin.c:
25214         * gst/tcp/gsttcpserversink.c:
25215         * gst/tcp/gsttcpserversink.h:
25216         * gst/tcp/gsttcpserversrc.c:
25217         * gst/tcp/gsttcpserversrc.h:
25218           add new tcp elements
25219
25220 2004-05-19  Wim Taymans  <wim@fluendo.com>
25221
25222         * gst/law/mulaw-conversion.c: (mulaw_encode):
25223         Fix overflow bug in ulaw encoding.
25224
25225 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25226
25227         * ext/mad/gstmad.c: (gst_mad_handle_event):
25228           don't unref the event twice
25229
25230 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25231
25232         * configure.ac:
25233           remove -Wno-sign-compare
25234
25235 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25236
25237         * configure.ac:
25238           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25239           if you want to work against glib 2.2 and 2.4
25240
25241 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25242
25243         * gst/tcp/Makefile.am:
25244         * gst/tcp/gsttcp.c:
25245         * gst/tcp/gsttcp.h:
25246         * gst/tcp/gsttcpsink.h:
25247         * gst/tcp/gsttcpsrc.h:
25248           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25249
25250 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25251
25252         * gst/debug/tests.c: (md5_get_value):
25253           fix segfault on gst-inspect
25254
25255 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25256
25257         * gst/debug/testplugin.c:
25258         * gst/debug/tests.c:
25259         * gst/debug/tests.h:
25260           add new extensible and configurable testing element. Current tests
25261           include buffer count, stream length, timestamp/duration matching and
25262           md5.
25263         * gst/debug/Makefile.am:
25264         * gst/debug/gstdebug.c: (plugin_init):
25265           add infrastructure for new element
25266
25267 2004-05-19  Johan Dahlin  <johan@gnome.org>
25268
25269         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25270         ending of the array. Fixes gst-inspect segfault on ppc.
25271
25272 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25273
25274         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25275
25276         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25277
25278 2004-05-18  David Schleef  <ds@schleef.org>
25279
25280         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25281         warnings (bugs, actually) noticed by gcc but not forte.
25282
25283 2004-05-18  David Schleef  <ds@schleef.org>
25284
25285         * sys/sunaudio/Makefile.am:
25286         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25287
25288 2004-05-18  David Schleef  <ds@schleef.org>
25289
25290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25291         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25292         to allow qtdemux to use non-seekable streams. (bug #142272)
25293
25294 2004-05-18  David Schleef  <ds@schleef.org>
25295
25296         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25297         (gst_resample_sinc_ft_float): Remove use of static temporary
25298         buffer.  This code was obviously not supposed to last long, but
25299         it's stuck in our ABI, so it required a little hack to make it
25300         ABI-compatible.  Fixes #142585.
25301         * gst-libs/gst/resample/resample.h: same.
25302
25303 2004-05-18  David Schleef  <ds@schleef.org>
25304
25305         * configure.ac: Add sunaudio
25306         * examples/Makefile.am: make gstplay depend on gconf
25307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25308         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25309         (convert_table_lookup), (img_convert): remove c99-isms
25310         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25311           unsigned, to fix a warning on Solaris
25312         * gst/mpeg1sys/systems.c: bcopy->memcpy
25313         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25314         * sys/Makefile.am: Add sunaudio
25315
25316 2004-05-18  Wim Taymans  <wim@fluendo.com>
25317
25318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25319         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25320         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25321         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25322         (gst_ogg_mux_loop):
25323         Fix an ugly memleak where the muxer didn't flush enough ogg
25324         pages. This also resulted in badly muxed ogg files.
25325
25326 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25327
25328         * gst/asfdemux/asfheaders.c :
25329         * gst/asfdemux/asfheaders.h :
25330         * gst/asfdemux/gstasfdemux.c :
25331           - fix ASF_OBJ_PADDING guid
25332           - add 3 new object guids (language list, metadata,
25333             extended stream properties)
25334           - add a function to parse extended header objects
25335
25336 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25337
25338         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25339           remove leftover debugging g_print
25340
25341 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25342
25343         * ext/mad/gstmad.c: (gst_mad_handle_event):
25344           Fix for when the first format in a discont event is not a
25345           byte-based one. Should fix #137710.
25346
25347 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25348
25349         * m4/a52.m4 : fix compilation with -Wall -Werror
25350         * m4/libfame.m4 : idem
25351         * m4/libmikmod.m4 : idem
25352
25353 2004-05-17  Benjamin Otte  <otte@gnome.org>
25354
25355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25356           signal the new tags before giving up the reference
25357
25358 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25359
25360         * ext/shout2/gstshout2.c:
25361           use application/ogg instead of application/x-ogg (patch by Patrick
25362           Guimond, fixes #142432)
25363         * sys/oss/gstosselement.c: (gst_osselement_reset),
25364         (gst_osselement_sync_parms):
25365           don't set fragment size unless specified (fixes #142493)
25366
25367 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25368
25369         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25370           fixes #142664
25371
25372 2004-05-17  Benjamin Otte  <otte@gnome.org>
25373
25374         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25375           compute offsets correctly for internal buffers so timestamps are set
25376           correctly when we can't seek. Also handle cases where there are no
25377           offsets. (based on a patch by David Moore, fixes #142507)
25378
25379 2004-05-17  Benjamin Otte  <otte@gnome.org>
25380
25381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25382           use correct variable when determining amount of data to skip so we
25383           don't skip into the void and segfault
25384
25385 2004-05-16  Benjamin Otte  <otte@gnome.org>
25386
25387         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25388           Hi, I'm a memleak
25389
25390 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25391
25392         * gst/asfdemux/gstasfdemux.c:
25393           - fix a mem leak and always propagate tags
25394           - add WMV3 to known video codecs (but no decoder yet)
25395           - replace "surplus data" at end of audio header for what
25396             it is : codec specific data
25397           - fix a typo
25398
25399 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25400
25401         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25402
25403         * gst-libs/gst/audio/audioclock.c:
25404           Fix wrong return type (#142205).
25405
25406 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25407
25408         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25409           Ignore CRCs by default (fixes #142566).
25410
25411 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25412
25413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25414         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25415         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25416         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25417         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25418         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25419           Fix for cases where we fail to attach to a mixer.
25420
25421 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25422
25423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25424           Don't touch events after not owning them anymore.
25425         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25426         (gst_wavparse_fmt), (gst_wavparse_other),
25427         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25428         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25429         (gst_wavparse_srcpad_event):
25430         * gst/wavparse/gstwavparse.h:
25431           Add seeking, fix querying.
25432
25433 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25434
25435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25436           - process comments even if they don't end with \0\0
25437             g_convert would ignore them if present and works well without them
25438
25439 2004-05-16  Benjamin Otte  <otte@gnome.org>
25440
25441         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25442           simplify caps
25443
25444 2004-05-16  Benjamin Otte  <otte@gnome.org>
25445
25446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25447           don't write to memory we might not write to - g_convert does that
25448           for us anyway (fixes #142613)
25449         (gst_asf_demux_audio_caps):
25450           comment out gst_util_dump_mem
25451
25452 2004-05-16  Benjamin Otte  <otte@gnome.org>
25453
25454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25455           compute correct expected timestamps after seek (broken since
25456           last commit)
25457         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25458           rename element and debugging category to gdkpixbufscale
25459
25460 2004-05-16  Benjamin Otte  <otte@gnome.org>
25461
25462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25463           add error checking to snd_pcm_delay and remove duplicate call to
25464           snd_pcm_delay that caused issues (see inline code comments)
25465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25466           make more readable and fix return value when snd_pcm_delay fails
25467         (fixes #142586)
25468
25469 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25470         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25471         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25472         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25473         (gst_pixbufscale_link), (gst_pixbufscale_init),
25474         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25475         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25476         (gst_pixbufscale_get_property), (pixbufscale_init):
25477         * ext/gdk_pixbuf/pixbufscale.h:
25478         Add these files I forgot earlier
25479
25480 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25481         * ext/gdk_pixbuf/Makefile.am:
25482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25483         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25484         Add new pixbufscale element to scale RGB video
25485         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25486         and HYPER interpolation correctly.
25487         * ext/theora/theoraenc.c: (theora_enc_chain),
25488         Discard buffer and return if explicit caps could not be set
25489         (theora_enc_get_property):
25490         Make _get return kbps for the bitrate consistent with
25491         the _set function.
25492
25493
25494 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25495
25496         * ext/libvisual/visual.c: (gst_visual_chain):
25497           add missing visual_audio_analyze
25498
25499 2004-05-14  David Schleef  <ds@schleef.org>
25500
25501         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25502         is killed while we're playing.
25503         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25504         gst_element_no_more_pads().
25505
25506 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25507
25508         * gst-libs/gst/riff/riff-read.c :
25509           - fix INFO tag extraction in RIFF/AVI files
25510             because gst_event_unref (event) also freed taglist
25511           - avoid a mem leak
25512
25513 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25514
25515         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25516         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25517
25518         * gst/auparse/gstauparse.c :
25519           - add code (commented for now) to support audio/x-adpcm on src pad
25520             (we have no decoder for those layout yet)
25521
25522         * gst/cdxaparse/gstcdxaparse.c :
25523         * gst/cdxaparse/gstcdxaparse.h :
25524           - partial rewrite using RiffRead (ripped iain's wavparse code)
25525
25526         * gst/rtp/gstrtpL16enc.c : typo
25527         * gst/rtp/gstrtpgsmenc.c : typo
25528
25529 2004-05-13  Benjamin Otte  <otte@gnome.org>
25530
25531         * configure.ac:
25532           check for exact version of libvisual, it's not supposed to be
25533           API/ABI stable yet
25534
25535 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25536
25537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25538           signal no-more-pads
25539
25540 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25541
25542         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25543         Report which format was used for GST_FORMAT_DEFAULT
25544         * gst/debug/Makefile.am:
25545         * gst/debug/gstdebug.c: (plugin_init):
25546         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25547         (gst_progressreport_class_init), (gst_progressreport_init),
25548         (gst_progressreport_report), (gst_progressreport_set_property),
25549         (gst_progressreport_get_property), (gst_progressreport_chain),
25550         (gst_progressreport_plugin_init):
25551         Add progressreport element for testing.
25552
25553 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25554
25555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25556         * sys/v4l/gstv4lsrc.h:
25557         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25558         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25560         (gst_v4lsrc_grab_frame):
25561           add more debugging
25562           send a discont at start
25563
25564 2004-05-12  Colin Walters  <walters@redhat.com>
25565
25566         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25567         inflooping if we can't find a chunk.  Or in other words, don't blow
25568         chunks if we don't have a chunk to blow.
25569
25570 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25571         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25572         Remove old debug output
25573         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25574         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25575         (gst_dvdec_set_property), (gst_dvdec_get_property):
25576         Change the quality setting to an enum, so it works from gst-launch
25577         Don't renegotiate a non-linked pad. Allows audio only decoding.
25578         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25579         (gst_deinterlace_link), (gst_deinterlace_init):
25580         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25581         (gst_videodrop_link):
25582         Some caps negotiation fixes
25583
25584 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25585
25586         * ext/tarkin/gsttarkin.c :
25587           - Change RANK from NONE to PRIMARY
25588         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25589           - Change RANK from NONE to MARGINAL
25590         * ext/divx/gstdivxenc.c :
25591           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25592
25593 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25594
25595         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25596         (gst_vorbisenc_push_packet):
25597           copy a function that was added between 1.0 and 1.0.1 until we
25598           depend on worthwhile features of post-1.0
25599
25600 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25601
25602         * configure.ac:
25603           enable shout2 by default
25604         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25605         (gst_shout2send_base_init), (gst_shout2send_init),
25606         (gst_shout2send_connect), (gst_shout2send_change_state):
25607         * ext/shout2/gstshout2.h:
25608           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25609           #142262)
25610         * ext/theora/theora.c: (plugin_init):
25611           don't set rank on encoders
25612
25613 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25614
25615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25616           Use codec_data property instead of flag1 and flag2 for wma
25617
25618 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25619
25620         * gst/cdxaparse/gstcdxaparse.c :
25621           - Add mpegversion to CAPS to make it link
25622           - Rank is as GST_RANK_SECONDARY instead of NONE
25623         * gst/auparse/gstauparse.c :
25624           - Document all audio encoding we can encounter from Solaris 9
25625             headers and libsndfile information.
25626           - Increase max. rate from 48000 to 192000 (to match other elements)
25627           - Don't try to play junk data between header and samples
25628
25629 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25630
25631         * ext/libvisual/visual.c: (gst_visual_getcaps):
25632           use the right caps depending on endianness (I hope)
25633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25634           use GST_RANK_NONE for all non-decoding elements or spider gets
25635           mighty confused
25636
25637 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25638
25639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25640           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25641
25642 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25643
25644         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25645         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25646         (gst_switch_loop), (gst_switch_get_type):
25647           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25648           HEADERS. Had to be said.
25649
25650 2004-05-10  David Schleef  <ds@schleef.org>
25651
25652         * configure.ac: Add prototype Dirac support.
25653         * ext/Makefile.am:
25654         * ext/dirac/Makefile.am:
25655         * ext/dirac/gstdirac.cc:
25656         * ext/dirac/gstdiracdec.cc:
25657
25658 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25661         (gst_auparse_init), (gst_auparse_chain),
25662         (gst_auparse_change_state):
25663           Hack around spider. Remove me some day please.
25664
25665 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25666
25667         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25668           Fix for some uninitialized variables in previous patch, also
25669           makes it work. Fixes #142286 while we're at it.
25670
25671 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25672
25673         * gst/auparse/gstauparse.c:
25674                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25675                 only unsupported formats are ADPCM/CCITT G.72x
25676                 reviewed by Ronald
25677         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25678
25679 2004-05-10  Wim Taymans  <wim@fluendo.com>
25680
25681         * ext/vorbis/Makefile.am:
25682         * ext/vorbis/README:
25683         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25684         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25685         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25686         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25687         (gst_oggvorbisenc_convert_sink),
25688         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25689         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25690         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25691         (get_constraints_string), (update_start_message),
25692         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25693         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25694         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25695         * ext/vorbis/oggvorbisenc.h:
25696         * ext/vorbis/vorbis.c: (plugin_init):
25697         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25698         (raw_caps_factory), (gst_vorbisenc_class_init),
25699         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25700         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25701         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25702         * ext/vorbis/vorbisenc.h:
25703         Added a raw vorbis encoder to be used with the oggmuxer.
25704         We still need the old encoder for some gnome applications,
25705         read the README to find out how that works.
25706         The raw encoder is called "rawvorbisenc" until 0.9.
25707
25708 2004-05-10  Wim Taymans  <wim@fluendo.com>
25709
25710         * ext/ogg/gstogg.c: (plugin_init):
25711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25712         (gst_ogg_print):
25713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25714         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25715         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25716         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25717         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25718         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25719         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25720         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25721         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25722         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25723         Added an ogg muxer.
25724         Small typo fixes in the demuxer.
25725
25726 2004-05-10  Wim Taymans  <wim@fluendo.com>
25727
25728         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25729         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25730         (theora_enc_change_state), (theora_enc_set_property),
25731         (theora_enc_get_property):
25732         Mark the last packet with an EOS flag which is not really needed
25733         in gstreamer.
25734         Do some better video framerate initialisation.
25735         Update the buffer timestamp.
25736
25737 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25738
25739         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25740         Return the result of the parent state change call
25741
25742 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25743
25744         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25745         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25746         * gst/law/alaw-encode.c : (idem)
25747         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25748         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25749         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25750
25751 2004-05-09  Benjamin Otte  <otte@gnome.org>
25752
25753         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25754           don't use a fixed buffer size when writing variable length data to
25755           it. Fixes memory corruption and makes alsasrc work
25756
25757 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25758
25759         * ext/gnomevfs/gstgnomevfssink.c:
25760         (_gst_boolean_allow_overwrite_accumulator),
25761         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25762           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25763           RUN_LAST, and don't use that to set the accumulator value because
25764           then it's always FALSE.
25765
25766 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * gst-libs/gst/riff/riff-media.c:
25769         (gst_riff_create_video_caps_with_data),
25770         (gst_riff_create_audio_caps),
25771         (gst_riff_create_audio_template_caps):
25772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25773           Fix for unaligned RIFF files (i.e. where all the chunks together
25774           in a LIST chunk are not of the same size as the size given in
25775           the LIST chunk header). Fixes several odd WAVE files. Also fix
25776           ADPCM (block_align property) in audio, so that wavparse based
25777           on this works now as it used to stand-alone.
25778
25779 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25780
25781         reviewed by Benjamin Otte  <otte@gnome.org>
25782
25783         * ext/a52dec/gsta52dec.c:
25784         * ext/divx/gstdivxdec.c:
25785         * ext/divx/gstdivxenc.c:
25786         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25787         * ext/faac/gstfaac.c: (gst_faac_base_init):
25788         * ext/faad/gstfaad.c: (gst_faad_base_init):
25789         * ext/ivorbis/vorbisfile.c:
25790         * ext/lame/gstlame.c:
25791         * ext/libfame/gstlibfame.c:
25792         * ext/mpeg2enc/gstmpeg2enc.cc:
25793         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25794         * ext/sidplay/gstsiddec.cc:
25795         * ext/speex/gstspeexdec.c:
25796         * ext/speex/gstspeexenc.c:
25797         * ext/xvid/gstxviddec.c:
25798         * ext/xvid/gstxvidenc.c:
25799           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25800           (fixes #142193)
25801
25802 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25803
25804         * ext/alsa/gstalsa.c: (device_list),
25805         (gst_alsa_class_probe_devices):
25806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25807           Fix alsa oddness in mixer after the combination of using mixer
25808           in source/sink elements and using hw:x,y instead of just hw:x.
25809
25810 2004-05-09  Benjamin Otte  <otte@gnome.org>
25811
25812         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25813         (gst_wavparse_create_sourcepad):
25814           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25815           sourcepads
25816
25817 2004-05-09  Benjamin Otte  <otte@gnome.org>
25818
25819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25820           allow discont events before caps nego
25821
25822 2004-05-08  Benjamin Otte  <otte@gnome.org>
25823
25824         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25825           don't leak events
25826
25827 2004-05-08  Benjamin Otte  <otte@gnome.org>
25828
25829         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25830         (gst_level_change_state), (gst_level_init):
25831         * gst/level/gstlevel.h:
25832           figure out if we're initialized directly instead of keeping a
25833           variable that's wrong in 90% of cases
25834           don't initialize pads and then leak them and use a new unitialized
25835           pad. (fixes #142084)
25836           these were bugs so n00bish I didn't find them for an hour :/
25837
25838 2004-05-08 Iain <iain@prettypeople.org>
25839
25840         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25841         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25842         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25843         return the length that was read.
25844         (gst_riff_read_strf_auds): Allow fmt tags as well.
25845
25846 2004-05-07  David Schleef  <ds@schleef.org>
25847
25848         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25849         signed char assumption in faad.h.
25850
25851 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25852
25853         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25854           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25855
25856 2004-05-07  Colin Walters  <walters@redhat.com>
25857
25858         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25859         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25860         function.
25861         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25862         Add dispose function.
25863
25864 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25865         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25866           Fix caps nego and pad templates. RGB mode caps should
25867           work now.
25868         * ext/dvdnav/gst-dvd:
25869           Move mpeg2dec inside the thread because otherwise the
25870           queue rejects cap changes mid-stream
25871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25872         (gst_mpeg2dec_flush_decoder):
25873           For mpeg2dec > 0.4.0, call the flush function instead of
25874           manually extracting all in-flight frames.
25875         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25876         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25877           Change mime type video/dv go video/x-dv to match the
25878           rest of gst-plugins
25879
25880 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25881
25882         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25884         (gst_alsa_sink_class_init):
25885         * ext/alsa/gstalsasink.h:
25886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25887         (gst_alsa_src_class_init):
25888         * ext/alsa/gstalsasrc.h:
25889           Make alsasink/src a subclass of alsamixer so that mixer stuff
25890           shows up in gst-rec. Needs some finetuning.
25891
25892 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25893
25894         * ext/lame/gstlame.c: (gst_lame_chain):
25895           simplify
25896         * ext/mad/gstmad.c: (gst_mad_handle_event):
25897           fix event leak
25898         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25899           be able to detect mp3 files < 4096 bytes
25900
25901 2004-05-06  Wim Taymans  <wim@fluendo.com>
25902
25903         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25904         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25905         (theora_enc_set_property), (theora_enc_get_property):
25906         Also encode the first frame, cleanup some code.
25907
25908 2004-05-06  Wim Taymans  <wim@fluendo.com>
25909
25910         * ext/mpeg2enc/gstmpeg2enc.cc:
25911         Forward events first before deciding that negotiation was
25912         not performed.
25913
25914 2004-05-06  Wim Taymans  <wim@fluendo.com>
25915
25916         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25917         First process the events before deciding that negotiation
25918         was not performed.
25919
25920 2004-05-06  Wim Taymans  <wim@fluendo.com>
25921
25922         * ext/theora/Makefile.am:
25923         * ext/theora/theora.c: (plugin_init):
25924         * ext/theora/theoradec.c: (theora_dec_change_state):
25925         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25926         (gst_theora_enc_class_init), (gst_theora_enc_init),
25927         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25928         (theora_enc_chain), (theora_enc_change_state),
25929         (theora_enc_set_property), (theora_enc_get_property):
25930         Added a theora encoder, grouped the encoder and decoder into the
25931         same plugin.
25932
25933 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25934
25935         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25936         (gst_jpegenc_chain):
25937         fix DURATION on outgoing buffers
25938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25939         debug using time formats
25940         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25942         (gst_xvimagesink_sink_link):
25943         windows with width/height 0 generate X errors, so don't allow them
25944
25945 2004-05-05  Wim Taymans  <wim@fluendo.com>
25946
25947         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25948         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25949         (gst_mpeg2dec_negotiate_format):
25950         * ext/mpeg2dec/gstmpeg2dec.h:
25951           removed the static pad template so that we can add the
25952           more accurate framerate value to the caps.
25953
25954
25955 2004-05-04  Benjamin Otte  <otte@gnome.org>
25956
25957         * configure.ac:
25958           check for kdemacros.h, too (should fix #141821)
25959         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25960           don't crash if no header was sent, but nicely error out (fixes part
25961           of #141554)
25962
25963 2004-05-04  Wim Taymans  <wim@fluendo.com>
25964
25965         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25966         parent dispose function to avoid segfault on destroy.
25967
25968 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25969
25970         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25971         (plugin_init):
25972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25973         (gst_xvimagesink_sink_link):
25974         clean up debugging caps
25975         also recreate xvimage when format has changed
25976
25977 2004-05-04  Benjamin Otte  <otte@gnome.org>
25978
25979         * ext/libvisual/Makefile.am:
25980         * ext/libvisual/visual.c: (gst_visual_class_init),
25981         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25982         (gst_visual_srclink), (gst_visual_chain),
25983         (gst_visual_change_state), (plugin_init):
25984           use a GstAdapter to correctly adapt buffer sizes - allows using a
25985           framerate
25986
25987 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25988
25989         * sys/v4l/gstv4lelement.h:
25990         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25992         (gst_v4lsrc_buffer_free):
25993         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25995         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25996         (gst_v4lsrc_requeue_frame):
25997         move some debugging categories around
25998         query for fps index and set accordingly if found
25999
26000 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26001
26002         * ext/lame/gstlame.c:
26003         correct defaults that lame_init puts out of range
26004
26005 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26006
26007         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26008         (gst_divxenc_class_init):
26009         fix range since -1 is the default
26010         * gst/mpeg1sys/gstmpeg1systemencode.c:
26011         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26012         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26013         (gst_rtjpegdec_chain):
26014         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26015         (gst_rtjpegenc_chain):
26016         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26017         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26018         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26019         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26020         * sys/v4l/gstv4lsrc.c:
26021         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26022         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26023         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26025         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26026           remove gst_info calls
26027
26028 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26029
26030         * Makefile.am:
26031         * po/af.po:
26032         * po/az.po:
26033         * po/en_GB.po:
26034         * po/nl.po:
26035         * po/sr.po:
26036         * po/sv.po:
26037           Updated translations
26038
26039 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26040
26041         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26042           refactor/comment code
26043
26044 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26045
26046         * gst/asfdemux/Makefile.am:
26047         * gst/asfdemux/asfheaders.c:
26048         * gst/asfdemux/asfheaders.h:
26049         * gst/asfdemux/gstasf.c: (plugin_init):
26050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26051         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26052         (gst_asf_demux_setup_pad):
26053         * gst/asfdemux/gstasfdemux.h:
26054         * gst/asfdemux/gstasfmux.c:
26055         * gst/asfdemux/gstasfmux.h:
26056           Add tagging support to demuxer, split out registration in its own
26057           file instead of in demux (hacky), and prevent having some tables
26058           in our memory multiple times (in asfheaders.h).
26059
26060 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * gst/matroska/matroska-demux.c:
26063         (gst_matroska_demux_parse_metadata):
26064         * gst/matroska/matroska-ids.h:
26065           Basic tag reading support.
26066
26067 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26068
26069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26070           Really detect ac-3 audio.
26071         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26072           really detect matroska files (off-by-1).
26073
26074 2004-04-30  David Schleef  <ds@schleef.org>
26075
26076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26077         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26078         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26079         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26080         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26081         hackage -- parse a lot more atoms, extract a few tags.  One might even
26082         mistake this for tag support.  Maybe it is.
26083         * gst/qtdemux/qtdemux.h:
26084
26085 2004-04-30  Colin Walters  <walters@verbum.org>
26086
26087         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26088
26089 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26090
26091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26092         (gst_ffmpegcolorspace_getcaps):
26093           remove broken nego fix
26094
26095 2004-04-30  Benjamin Otte  <otte@gnome.org>
26096
26097         * configure.ac:
26098         * ext/Makefile.am:
26099         * ext/libvisual/Makefile.am:
26100         * ext/libvisual/visual.c:
26101           add initial support for libvisual (http://libvisual.sourceforge.net)
26102           libvisual is still quite alpha, so expect crashes in there :)
26103
26104 2004-04-29  David Schleef  <ds@schleef.org>
26105
26106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26107         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26108         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26109         code; you will no longer respect me.
26110
26111 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26112
26113         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26114         * ext/alsa/gstalsa.h :
26115         change alsa pcm device discovery to find more than 1 device
26116         per card. code review by Ronald.
26117
26118 2004-04-29  David Schleef  <ds@schleef.org>
26119
26120         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26121         Add a check for a driver bug on FreeBSD.  (bug #140565)
26122
26123 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26124
26125         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26126         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26127         (gst_jpegenc_getcaps):
26128           move format setting to inner loop
26129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26130         (gst_ffmpegcolorspace_getcaps):
26131           use GST_PAD_CAPS if available so that we use already negotiated
26132           caps
26133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26134         (qtdemux_parse_moov), (qtdemux_parse):
26135           extra debugging
26136         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26137         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26138           move hardcoded path to DEFINE
26139
26140 2004-04-28  David Schleef  <ds@schleef.org>
26141
26142         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26143         (bug #140064)
26144
26145 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26148           Don't probe for playback device if we're a source element. Fixes
26149           #139658.
26150
26151 2004-04-29  Benjamin Otte  <otte@gnome.org>
26152
26153         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26154         (gst_id3_tag_chain):
26155           rewrite buffer offset
26156
26157 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26158
26159         * configure.ac:
26160         * ext/Makefile.am:
26161         * ext/dts/Makefile.am:
26162         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26163         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26164         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26165         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26166         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26167         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26168         (plugin_init):
26169         * ext/dts/gstdtsdec.h:
26170           New DTS decoder.
26171         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26172         (gst_faad_srcconnect):
26173           Add ESDS atom handling (.m4a).
26174
26175 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26176
26177         * ext/divx/gstdivxdec.c: (plugin_init):
26178           Remove comment that makes no sense.
26179         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26180           Fix for obvious typo that resulted in warnings during gst-register.
26181         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26182         (gst_xviddec_sink_link):
26183           Fix caps negotiation a bit better.
26184         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26185           We call this 'codec_data', not 'esds'.
26186
26187 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26188
26189         * gst/monoscope/gstmonoscope.c:
26190           make sure we only provide 256x128
26191         * gst/monoscope/monoscope.c: (monoscope_init):
26192           assert size of 256x128
26193
26194 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26195
26196         * Makefile.am:
26197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26198         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26199           fixate to max width and height of device
26200
26201 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26202
26203         * Makefile.am:
26204         * sys/v4l/gstv4l.c:
26205         * sys/v4l/gstv4lsrc.c:
26206         * sys/v4l/v4l_calls.c:
26207         * sys/v4l/v4lsrc_calls.c:
26208           fix for qc-usb driver which fakes having more than one buffer
26209           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26210           buffer_free override
26211           add debugging
26212
26213 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26214
26215         * Makefile.am:
26216         * gst/videotestsrc/gstvideotestsrc.c:
26217         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26218         (gst_videotestsrc_init), (gst_videotestsrc_get),
26219         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26220         * gst/videotestsrc/gstvideotestsrc.h:
26221           add num-buffers property
26222
26223         2004-04-26  Benjamin Otte  <otte@gnome.org>
26224
26225         * ext/mad/gstid3tag.c: (plugin_init):
26226           set id3mux rank to NONE so it doesn't confuse spider
26227           require audio/mpeg,mpegversion=1 in id3mux
26228
26229 2004-04-26  Benjamin Otte  <otte@gnome.org>
26230
26231         * configure.ac:
26232           detect faad correctly as non-working if it's indeed non-working
26233
26234 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26235
26236         * Makefile.am:
26237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26238         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26239         fix _getcaps so it only negotiates to its supported format
26240
26241 2004-04-25  Benjamin Otte  <otte@gnome.org>
26242
26243         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26244           fix memleak
26245
26246 2004-04-23  Benjamin Otte  <otte@gnome.org>
26247
26248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26249           audio/x-raw-int with height rules! not. Now it's depth.
26250
26251 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26252
26253         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26254         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26255         (gst_wavparse_loop):
26256           Missing variable initialization. Add handling of DVI ADPCM. Fix
26257           mis-parsing of LIST chunks. This works around a bug where we mis-
26258           parse non-aligning LIST chunks (so LIST chunks where the contents
26259           don't align with the actual LIST size). The correct fix is to use
26260           rifflib, I'm not going to fix wavparse - too much work. All this
26261           fixes #104878.
26262
26263 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26264
26265         reviewed by Benjamin Otte  <otte@gnome.org>
26266
26267         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26268           fix shoutcast not working (fixes #140844)
26269
26270 2004-04-22  Benjamin Otte  <otte@gnome.org>
26271
26272         * ext/hermes/gsthermescolorspace.c:
26273         (gst_hermes_colorspace_caps_remove_format_info):
26274         * gst/colorspace/gstcolorspace.c:
26275         (gst_colorspace_caps_remove_format_info):
26276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26277         (gst_ffmpegcolorspace_caps_remove_format_info):
26278           s/gst_caps_simplify/gst_caps_do_simplify/
26279
26280 2004-04-22  Benjamin Otte  <otte@gnome.org>
26281
26282         * gst-libs/gst/riff/riff-media.c:
26283         (gst_riff_create_video_caps_with_data):
26284           mpegversion is an int
26285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26286           don't try to create pad templates with NULL caps, use any caps
26287           instead.
26288
26289 2004-04-20  David Schleef  <ds@schleef.org>
26290
26291         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26292         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26293         (bug #140384)
26294
26295 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26296
26297         reviewed by David Schleef
26298
26299         * ext/mad/gstid3tag.c: Add stdlib.h
26300         * gst/rtp/gstrtpgsmenc.c: same
26301         * gst/tags/gstid3tag.c: same
26302         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26303         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26304         GST_DISABLE_LOADSAVE use.
26305         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26306         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26307         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26308         atol(3)).
26309         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26310         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26311         strtoul(3)).
26312         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26313         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26314         $(ID3_CFLAGS).
26315         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26316         $(LIBFAME_CFLAGS).
26317
26318 2004-04-20  David Schleef  <ds@schleef.org>
26319
26320         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26321         last checkin.  Same idea.
26322
26323 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26324
26325         reviewed by David Schleef
26326
26327         * configure.ac: bump required gstreamer version to 0.8.1.1
26328         because of following changes [--ds]
26329
26330         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26331         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26332         (gst_riff_read_header):  Use GST_READ_UINT*
26333         macros to access possibly unaligned memory.
26334
26335         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26336         (mp3_type_find):  Use GST_READ_UINT*
26337         macros to access possibly unaligned memory.
26338         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26339         (speex_type_find): Likewise
26340
26341         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26342
26343         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26344         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26345         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26346         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26347         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26348         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26349         macros to access possibly unaligned memory.
26350
26351         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26352         Likewise.
26353
26354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26355         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26356
26357         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26358         Likewise.
26359
26360         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26361         (gst_mpeg2subt_chain_subtitle): Likewise.
26362
26363         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26364         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26365         Likewise.
26366
26367         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26368         Likewise.
26369
26370         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26371         Likewise.
26372
26373         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26374         Likewise.
26375
26376 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26377
26378         * configure.ac:
26379           update required version of GStreamer because of GST_TIME_FORMAT
26380
26381 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26382
26383         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26384           remove leftover g_print
26385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26386           don't try setting only a subset of the caps. We don't want to kill
26387           autoplugging on purpose
26388
26389 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26390
26391         * sys/ximage/ximagesink.c: (plugin_init):
26392         * sys/xvimage/xvimagesink.c: (plugin_init):
26393           add debugging categories
26394
26395 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26396
26397         * po/en_GB.po:
26398         * po/LINGUAS:
26399           Adding en_GB translation (Gareth Owen)
26400
26401 2004-04-20  David Schleef  <ds@schleef.org>
26402
26403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26404         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26405         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26406         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26407         A number of new features and hacks to extract the esds atom and
26408         put it into the caps.  (bug #137724)
26409
26410 2004-04-19  David Schleef  <ds@schleef.org>
26411
26412         * gconf/Makefile.am: Fix for non-GNU make
26413         * gst-libs/gst/Makefile.am: Change directory order to handle
26414         GstPlay linking with gstinterfaces
26415         * gst-libs/gst/audio/make_filter: make use of tr portable
26416         * gst-libs/gst/play/Makefile.am: Add intended \
26417         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26418         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26419         function prototype instead of void *.
26420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26421         macro.
26422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26423         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26424         * gst/videofilter/make_filter: make use of tr portable
26425         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26426
26427 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26428
26429         * po/LINGUAS:
26430         * po/uk.po:
26431           Added Ukrainian translation (Maxim V. Dziumanenko)
26432
26433 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26434
26435         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26436         (gst_gsmdec_link), (gst_gsmdec_chain):
26437           Fix capsnego, simplify chain function slightly.
26438         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26439           Add GSM.
26440
26441 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26444         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26445         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26446           Hack to make wavparse work with spider (always -> sometimes pad).
26447           Fixes #135862 && #140411.
26448
26449 2004-04-18  Benjamin Otte  <otte@gnome.org>
26450
26451         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26452         (gst_osselement_rate_probe_check),
26453         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26454           get rid of \n in debug output
26455
26456 2004-04-17  Iain <iain@prettypeople.org>
26457
26458         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26459         not just EOS.
26460
26461 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26462
26463         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26464         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26465         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26466         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26467         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26468         (gst_id3_tag_change_state), (plugin_init):
26469           deprecate id3tag element and replace with id3demux/id3mux.
26470           great side effect: this ugly file is now even uglier, yay!
26471         * ext/mad/gstmad.h:
26472           remove non-available function
26473           update for new get_type
26474
26475 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26476
26477         * configure.ac:
26478           require mpeg2dec >= 0.4.0
26479
26480 2004-04-17  Benjamin Otte  <otte@gnome.org>
26481
26482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26483         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26484         (gst_xvimagesink_set_xwindow_id):
26485           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26486           assorted cleanup fixes.
26487
26488 2004-04-16  David Schleef  <ds@schleef.org>
26489
26490         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26491         * sys/xvimage/xvimagesink.h: same
26492
26493 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26496           Fix GST_ELEMENT_ERROR with (NULL)
26497
26498 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst-libs/gst/riff/riff-media.c:
26501         (gst_riff_create_video_caps_with_data):
26502           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26503
26504 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26505
26506         * gst-libs/gst/riff/riff-media.c:
26507         (gst_riff_create_video_caps_with_data),
26508         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26509         (gst_riff_create_video_template_caps),
26510         (gst_riff_create_audio_template_caps):
26511         * gst-libs/gst/riff/riff-media.h:
26512         * gst-libs/gst/riff/riff-read.c:
26513         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26514         * gst-libs/gst/riff/riff-read.h:
26515         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26516           Add MS RLE support. I added some functions to read out strf chunks
26517           into strf chunks and the data behind it. This is usually color
26518           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26519           caps creation. Lastly, add ADPCM (similar to wavparse - which
26520           should eventually be rifflib based).
26521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26522         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26523         * gst/matroska/matroska-demux.h:
26524           Remove placeholders for some prehistoric tagging system. Didn't add
26525           support for any tag system really anyway.
26526         * gst/qtdemux/qtdemux.c:
26527           Add support for audio/x-m4a (MPEG-4) through spider.
26528         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26529         (gst_wavparse_loop):
26530           ADPCM support (#135862). Increase max. buffer size because we
26531           cannot split buffers for ADPCM (screws references) and I've seen
26532           files with 2048 byte chunks. 4096 seems safe for now.
26533
26534 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26535
26536         * configure.ac: bump nano to 1
26537
26538 === release 0.8.1 ===
26539
26540 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26541
26542         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26543
26544 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26547           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26548           Fixes #140058
26549
26550 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26551
26552         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26553           lower rank of dvddemux so that it's not used for mpeg playback.
26554
26555 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26556
26557         * configure.ac:
26558           save libs correctly when checking mad
26559
26560 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26561
26562         * ext/mad/gstid3tag.c: (plugin_init):
26563           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26564
26565 2004-04-13  David Schleef  <ds@schleef.org>
26566
26567         * common/m4/gst-feature.m4: Call -config scripts with
26568         --plugin-libs if it is supported.
26569         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26570         JPEG images are image/jpeg.
26571         * gst/debug/Makefile.am:
26572         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26573         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26574         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26575         (gst_negotiation_plugin_init): Add a property that acts like
26576         filter caps.
26577         * testsuite/gst-lint:  Move license checking to be a standard
26578         test.
26579
26580 2004-04-13  David Schleef  <ds@schleef.org>
26581
26582         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26583         patch from Sebastien Cote (bug #139958)
26584
26585 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26586
26587         * examples/gstplay/Makefile.am:
26588         * examples/gstplay/player.c: (main):
26589           make the commandline player example use gconf settings
26590
26591 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26592
26593         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26594         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26595         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26596           init/end library during state transition, not object
26597           creation/disposal.  get rid of custom dispose handler.
26598
26599
26600 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26601
26602         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26603         be a symlink
26604
26605 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26606
26607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26608           Handle JUNK chunks inside data section. Prevents warnings.
26609
26610 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26613         (gst_riff_create_video_template_caps):
26614           Add MS video v1.
26615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26616         (gst_avi_demux_stream_data):
26617           Add support for "rec-list" chunks.
26618
26619 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26620
26621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26622           Fix another codecname mismatch.
26623
26624 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26627           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26628           so that MJPEG plays back.
26629
26630 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26633         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26634         * gst/mpeg1videoparse/gstmp1videoparse.h:
26635           Fix for some slight mis-cuts in buffer parsing, and for some
26636           potential overflows or faults-causers. Adds disconts. Also fixes
26637           #139105 while we're at it.
26638
26639 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * configure.ac:
26642         * sys/v4l2/gstv4l2element.h:
26643           Workaround for missing struct v4l2_buffer declaration in Suse 9
26644           and Mandrake 10 linux/videodev2.h header file (#135919).
26645
26646 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26649           Bail out if no filename was given.
26650
26651 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26654         (gst_v4l2_fourcc_from_structure):
26655           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26656           Y41B somewhere).
26657
26658 2004-04-09  Benjamin Otte  <otte@gnome.org>
26659
26660         * ext/gnomevfs/gstgnomevfssink.c:
26661         (_gst_boolean_allow_overwrite_accumulator),
26662         (gst_gnomevfssink_class_init):
26663           fix erase signal - if any handler returns false the file will not be
26664           overwritten. If no handler is connected, the file will not be
26665           overwritten either.
26666           renamed signal to "allow-overwrite"
26667         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26668           free string when adding it to ID3 failed
26669         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26670           unref event when done
26671         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26672           free caps
26673         * gst/typefind/gsttypefindfunctions.c:
26674         (mpeg_video_stream_type_find):
26675           fix invalid read
26676
26677 2004-04-08  David Schleef  <ds@schleef.org>
26678
26679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26680         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26681
26682 2004-04-08  David Schleef  <ds@schleef.org>
26683
26684         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26685         we don't support (bug #139532)
26686
26687 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * ext/mad/gstmad.c: (gst_mad_handle_event),
26690         (gst_mad_check_caps_reset), (gst_mad_chain),
26691         (gst_mad_change_state):
26692           only set explicit caps if they haven't been set before for
26693           this stream.  MPEG-audio sample rate/channels aren't allowed
26694           to change in-stream.
26695           Fixes #139382
26696
26697 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26700         (_gst_boolean_did_something_accumulator),
26701         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26702         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26703         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26704         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26705         (gst_gnomevfssink_change_state):
26706           Fix erase signal. Don't erase by default. Remove handoff signal.
26707           Remove erase property. Don't segfault. General cleanup.
26708
26709 2004-04-07  Benjamin Otte  <otte@gnome.org>
26710
26711         * gst-libs/gst/gconf/test-gconf.c: (main):
26712           add missing gst_init
26713
26714 2004-04-07  Benjamin Otte  <otte@gnome.org>
26715
26716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26717           free the mutexes, too
26718
26719 2004-04-07  Benjamin Otte  <otte@gnome.org>
26720
26721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26722           actually free the URI string
26723         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26724           compute offset correctly when passing discont events
26725         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26726           don't leak discont events
26727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26728           add some missing breaks so caps aren't copied randomly
26729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26730           if we realloc memory, we better use it
26731
26732 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26733
26734         * ext/mad/gstmad.c: (normal_seek):
26735           fix GST_FORMAT_TIME usage
26736
26737 2004-04-05  David Schleef  <ds@schleef.org>
26738
26739         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26740         a deprecated function (hack!)
26741
26742 2004-04-05  Benjamin Otte  <otte@gnome.org>
26743
26744         * ext/esd/esdmon.c: (gst_esdmon_get):
26745           fix nonterminated vararg and memleak
26746
26747 2004-04-05  Benjamin Otte  <otte@gnome.org>
26748
26749         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26750         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26751         (gst_ladspa_set_property), (gst_ladspa_get_property),
26752         (gst_ladspa_instantiate), (gst_ladspa_activate),
26753         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26754           clean up debugging
26755
26756 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26757
26758         reviewed by Benjamin Otte  <otte@gnome.org>
26759
26760         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26761           check for broken LADSPA parameters (fixes #138635)
26762
26763 2004-04-05  Benjamin Otte  <otte@gnome.org>
26764
26765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26766           advertise buffer-frames correctly on sinkpads
26767
26768 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26769
26770         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26771         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26772         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26773         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26774         (gst_mad_check_caps_reset), (gst_mad_chain):
26775         add more debugging, only reset caps when we're not in error state
26776
26777 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26778
26779         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26780
26781 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26782
26783         reviewed by Benjamin Otte  <otte@gnome.org>
26784
26785         * configure.ac:
26786           fix == in test(1) operator
26787
26788 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26789
26790         reviewed by Benjamin Otte  <otte@gnome.org>
26791
26792         * configure.ac:
26793           fix --export-symblos-regex to a working regex.
26794
26795 2004-04-04  Benjamin Otte  <otte@gnome.org>
26796
26797         * sys/oss/.cvsignore:
26798           add for oss_probe
26799
26800 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26801
26802         reviewed by Benjamin Otte  <otte@gnome.org>
26803
26804         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26805           add missing 'new_media' argument (fixes #138168)
26806         * gst/matroska/matroska-demux.c:
26807         (gst_matroska_demux_handle_seek_event):
26808           add vararg terminator (fixes #138169)
26809
26810 2004-04-02  David Schleef  <ds@schleef.org>
26811
26812         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26813         disted (bug #138914)
26814
26815 2004-04-01  Benjamin Otte  <otte@gnome.org>
26816
26817         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26818         (gst_alsa_close_audio):
26819           handle case better where a soundcard can't pause
26820         * ext/ogg/gstoggdemux.c:
26821           don't crash when we get events but don't have pads yet
26822
26823 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26826           throw an error if we couldn't probe any caps.
26827
26828 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26829
26830         * ext/dvdnav/gst-dvd:
26831         Add a really simple sample DVD player
26832
26833 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26834
26835         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26836         (gst_a52dec_push), (gst_a52dec_handle_event),
26837         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26838         (gst_a52dec_change_state):
26839         * ext/a52dec/gsta52dec.h:
26840           Use a debug category, Output timestamps correctly
26841           Emit tag info, Handle events, tell liba52dec about cpu
26842           capabilities so it can use MMX etc.
26843         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26844           Fix a crasher accessing invalid memory
26845         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26846         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26847         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26848         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26849         (dvdnavsrc_query):
26850           Some support for byte-format seeking.
26851           Small fixes for still frames and menu button overlays
26852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26853         (gst_mpeg2dec_alloc_buffer):
26854           Use a debug category. Adjust the report level of several items to
26855           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26856           so it doesn't lose the GstBuffer pointer
26857         * gst/debug/Makefile.am:
26858         * gst/debug/gstdebug.c: (plugin_init):
26859         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26860         (gst_navseek_base_init), (gst_navseek_class_init),
26861         (gst_navseek_init), (gst_navseek_seek),
26862         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26863         (gst_navseek_get_property), (gst_navseek_chain),
26864         (gst_navseek_plugin_init):
26865         * gst/debug/gstnavseek.h:
26866           Add the navseek debug element for seeking back and forth in a
26867           video stream using arrow keys.
26868         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26869         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26870         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26871         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26872         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26873         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26874         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26875         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26876         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26877         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26878         * gst/mpeg2sub/gstmpeg2subt.h:
26879           Pretty much a complete rewrite. Now a loopbased element. May still
26880           require work to properly synchronise subtitle buffers.
26881         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26882         (gst_dvd_demux_send_subbuffer):
26883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26884           Don't attempt to create subbuffers of size 0
26885           Reduce a couple of error outputs to warnings.
26886         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26887         (gst_y4mencode_chain):
26888         Output the y4m frame header correctly.
26889
26890 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26891
26892         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26893           throw errors instead of allowing SIGFPE
26894
26895 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26896
26897         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26898         (gst_gconf_render_bin_from_key):
26899           leak plugging and style fixing
26900
26901 2004-03-31  David Schleef  <ds@schleef.org>
26902
26903         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26904         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26905         (bug #138225)
26906         * gst/debug/Makefile.am:
26907         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26908         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26909         plugin.
26910         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26911         (gst_negotiation_base_init), (gst_negotiation_class_init),
26912         (gst_negotiation_init), (gst_negotiation_getcaps),
26913         (gst_negotiation_pad_link), (gst_negotiation_chain),
26914         (gst_negotiation_set_property), (gst_negotiation_get_property),
26915         (gst_negotiation_plugin_init):  New element to talk about random
26916         negotiation things happening in a pipeline.
26917
26918 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26919
26920         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26921           fix integer addition with help of Stefan Kost
26922
26923 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26924
26925         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26926
26927 2004-03-30  David Schleef  <ds@schleef.org>
26928
26929         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26930         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26931         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26932         (bug #137504)
26933         * ext/mpeg2dec/gstmpeg2dec.h:
26934
26935 2004-03-30  David Schleef  <ds@schleef.org>
26936
26937         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26938
26939 2004-03-30  David Schleef  <ds@schleef.org>
26940
26941         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26942         Michael Petullo) to handle .mov
26943
26944 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26945
26946         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26947         (gst_osselement_rate_check_rate):
26948           probe caps correctly for sound cards that only support one format
26949
26950 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26951
26952         * ext/kio/kiosrc.cpp: (process_events):
26953           update handling event processing if inside KDE - untested
26954
26955 2004-03-29  David Schleef  <ds@schleef.org>
26956
26957         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26958         by 2 to not interfere with other colorspaces.
26959         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26960         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26961         one to not interfere with ffmpeg_colorspace.
26962
26963 2004-03-29  David Schleef  <ds@schleef.org>
26964
26965         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26966         aren't in the caps.
26967         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26968         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26969
26970 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26971
26972         * gst-libs/gst/riff/riff-media.c:
26973           fail on error, don't try to set stuff on NULL caps
26974
26975 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26976
26977         * configure.ac:
26978         * ext/Makefile.am:
26979         * ext/kio/Makefile.am:
26980         * ext/kio/kioreceiver.cpp:
26981         * ext/kio/kioreceiver.h:
26982         * ext/kio/kiosrc.cpp:
26983         * ext/kio/kiosrc.h:
26984           add experimental kiosrc plugin
26985         * ext/alsa/gstalsaplugin.c: (plugin_init):
26986           initialize debugging category only when we're sure registering the
26987           plugins worked.
26988
26989 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26990
26991         * examples/gstplay/player.c: (main):
26992         * gst-libs/gst/play/play.c: (gst_play_class_init),
26993         (gst_play_set_location), (gst_play_set_data_src),
26994         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26995         (gst_play_set_visualization), (gst_play_connect_visualization):
26996           check return values of element_set_state and return FALSE where
26997           failed
26998
26999 2004-03-29  Benjamin Otte  <otte@gnome.org>
27000
27001         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27002           try harder to check if an event is really a discont
27003
27004 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27005
27006         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27007         * po/az.po:
27008
27009 2004-03-28  Benjamin Otte  <otte@gnome.org>
27010
27011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27013         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27014           get rid of non-standard "..." ranges in case statements.
27015
27016 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27017
27018         * gst/mpegstream/gstmpegdemux.c:
27019         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27020         specific functionality split to the new dvddemux element.
27021         * gst/mpegstream/gstdvddemux.c:
27022         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27023         streams, derived from mpegdemux.
27024         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27025         up. SCR based timestamp rewriting can be turned off (will probably
27026         completely disappear soon).
27027         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27028         hacking. General cleanup. All printf statements replaced by
27029         debugging messages. Almost complete libdvdnav support.
27030         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27031         by events. New properties for audio and subpicture languages.
27032         (dvdnavsrc_update_highlight): Now uses events.
27033         (dvdnavsrc_user_op): Cleaned up.
27034         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27035         based). Lots of cleanup, and propper support for most libdvdnav
27036         events.
27037         (dvdnavsrc_make_dvd_event): New function.
27038         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27039         (dvdnavsrc_make_clut_change_event): New function.
27040
27041 2004-03-26  Benjamin Otte  <otte@gnome.org>
27042
27043         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27044           fix bug where typefinding would claim it's theora whenever less then
27045           7 bytes of data were available
27046
27047 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27048
27049         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27050         (gst_alawdec_base_init), (gst_alawdec_class_init),
27051         (gst_alawdec_init), (gst_alawdec_chain):
27052         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27053         (gst_alawenc_base_init), (gst_alawenc_class_init),
27054         (gst_alawenc_init), (gst_alawenc_chain):
27055         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27056         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27057         (gst_mulawdec_init), (gst_mulawdec_chain):
27058         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27059         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27060         (gst_mulawenc_init), (gst_mulawenc_chain):
27061           Fix capsnego in all four, remove the unused property functions and
27062           simplify the chain functions slightly. I guess we could use macros
27063           or something similar for those, since the code is so similar, but
27064           I'm currently too lazy...
27065
27066 2004-03-24  David Schleef  <ds@schleef.org>
27067
27068         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27069         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27070         (gst_osselement_get_format_structure),
27071         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27072         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27073         (gst_osselement_rate_int_compare): Add code to handle rate probing
27074         (bug #120883)
27075         * sys/oss/gstosselement.h: same
27076         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27077         Use rate probing provided by osselement.
27078         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27079
27080 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27083         (gst_xvidenc_get_property):
27084           ulong/int mess-up.
27085
27086 2004-03-24  David Schleef  <ds@schleef.org>
27087
27088         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27089         (gst_speexdec_init):
27090         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27091         (gst_speexenc_init):  Create the pad template correctly (from
27092         the static pad template, not a NULL pointer.)
27093
27094 2004-03-25  Benjamin Otte  <otte@gnome.org>
27095
27096         * gst/debug/Makefile.am:
27097         * gst/debug/breakmydata.c:
27098           add element that quasi-randomly changes bytes in the stream.
27099           Intended use is robustness checking of demuxers and decoders in
27100           media tests.
27101
27102 2004-03-24  Benjamin Otte  <otte@gnome.org>
27103
27104         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27105         (gst_alsa_probe_hw_params):
27106         * ext/alsa/gstalsa.h:
27107           debugging output fixes
27108
27109 2004-03-24  Benjamin Otte  <otte@gnome.org>
27110
27111         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27112           don't g_return_if_fail if element is PLAYING, fail silently as every
27113           other element.
27114         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27115           only fix needed for cast lvalue issues in gst-plugins
27116         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27117           add proxy_getcaps
27118
27119 2004-03-24  Benjamin Otte  <otte@gnome.org>
27120
27121         * gst/level/gstlevel.c: (gst_level_init):
27122           add proxying getcaps function, so level doesn't advertise impossible
27123           caps
27124
27125 2004-03-24  David Schleef  <ds@schleef.org>
27126
27127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27128         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27129         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27130         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27131         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27132         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27133         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27134         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27135         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27136         messages.  Divide the chunk size by the compression ratio
27137         (needed for MACE audio)
27138
27139 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27142           Fix buffer overflow read error.
27143
27144 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * ext/alsa/gstalsa.h:
27147           Remove unused entry.
27148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27149           Add cinepak.
27150         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27151         (gst_videodrop_link), (gst_videodrop_chain):
27152           Fix, sort of. Was horribly broken with new capsnego. Bah...
27153
27154 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27155
27156         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27157         (plugin_init):
27158         Add a monkeysaudio typefind function
27159
27160 2004-03-23  Johan Dahlin  <johan@gnome.org>
27161
27162         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27163         (gst_play_video_fixate): Check so the structure has the field
27164         before trying to fixate them, this makes it possible to have
27165         fakesinks for video and audio output without printing errors on
27166         the output console.
27167
27168 2004-03-22  David Schleef  <ds@schleef.org>
27169
27170         * sys/oss/Makefile.am:
27171         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27172         (check_rate), (add_rate):  Rate probing test app.
27173
27174 2004-03-21  Benjamin Otte  <otte@gnome.org>
27175
27176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27177         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27178           add a fixation function that pretty much does the right thing (fixes
27179           #137556)
27180
27181 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27182
27183         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27184
27185 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27186
27187         reviewed by: Benjamin Otte  <otte@gnome.org>
27188
27189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27190           terminate gst_event_new_discontinuous correctly (fixes parts of
27191           #137711)
27192
27193 2004-03-19  David Schleef  <ds@schleef.org>
27194
27195         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27196         since it doesn't depend on X, and it's part of our ABI.
27197
27198 2004-03-19  Iain <iain@prettypeople.org>
27199
27200         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27201         is_int in the structure, not the local variable.
27202
27203 2004-03-19  David Schleef  <ds@schleef.org>
27204
27205         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27206         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27207         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27208         Improvements in caps negotiation.
27209
27210 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27211
27212         * po/LINGUAS:
27213         * po/af.po:
27214           adding Afrikaans (Petri Jooste)
27215
27216 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27217
27218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27219         (gst_ffmpegcolorspace_chain):
27220         throw error instead of g_critical (#137588)
27221
27222 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * Makefile.am:
27225         * configure.ac:
27226           dist common and m4 correctly
27227         * po/sv.po:
27228
27229 2004-03-17  David Schleef  <ds@schleef.org>
27230
27231         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27232         (bug #137348)
27233
27234 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         * po/LINGUAS:
27237         * po/sv.po:
27238           adding Swedish translation (Christian Rose)
27239
27240 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27241
27242         * Makefile.am: use release.mak
27243
27244 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27245
27246         * common/ChangeLog:
27247         * common/gst-autogen.sh:
27248           add some explanation about the version detection
27249         * configure.ac:
27250           fix X check
27251
27252 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27253
27254         * configure.ac: bump nano to 1
27255
27256 === release 0.8.0 ===
27257
27258 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27259
27260         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27261
27262 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * configure.ac:
27265           update libtool version
27266         * gst-libs/gst/media-info/Makefile.am:
27267           actually use libtool version
27268
27269 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27270
27271         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27272
27273 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27274
27275         * configure.ac:
27276         * gst-plugins.spec.in:
27277         * pkgconfig/Makefile.am:
27278         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27279         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27280         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27281         * pkgconfig/gstreamer-libs.pc.in:
27282         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27283         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27284         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27285         * pkgconfig/gstreamer-plugins.pc.in:
27286           remove @VERSION@ from some of the pc files since core and plugins
27287           are decoupled.
27288           created gstreamer-plugins.pc as it's a better name, but keeping
27289           -libs around for now to get fixes upstream done first.
27290
27291 2004-03-15  Julien MOUTTE <julien@moutte.net>
27292
27293         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27294         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27295         * gst-libs/gst/play/play.h:
27296
27297 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27298
27299         * *.c, *.cc: don't mix tabs and spaces
27300
27301 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27302
27303         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27304           use the new ffmpegcolorspace
27305         * gst-plugins.spec.in:
27306           package new colorspace and media-info
27307         * configure.ac:
27308         * pkgconfig/Makefile.am:
27309           fix some more disting issues
27310         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27311         * pkgconfig/gstreamer-media-info.pc.in:
27312           generate media-info pc files
27313
27314 2004-03-15  Johan Dahlin  <johan@gnome.org>
27315
27316         * *.h: Revert indenting
27317
27318 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27319
27320         * configure.ac:
27321           adding ffmpegcolorspace element
27322         * gst/ffmpegcolorspace/Makefile.am:
27323         * gst/ffmpegcolorspace/avcodec.h:
27324         * gst/ffmpegcolorspace/common.h:
27325         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27326         * gst/ffmpegcolorspace/dsputil.h:
27327         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27329         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27330         (gst_ffmpeg_caps_to_pix_fmt):
27331         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27333         (gst_ffmpegcolorspace_caps_remove_format_info),
27334         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27335         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27336         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27337         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27338         (gst_ffmpegcolorspace_set_property),
27339         (gst_ffmpegcolorspace_get_property),
27340         (gst_ffmpegcolorspace_register):
27341         * gst/ffmpegcolorspace/imgconvert.c:
27342         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27343         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27344         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27345         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27346         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27347         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27348         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27349         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27350         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27351         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27352         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27353         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27354         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27355         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27356         (img_get_alpha_info), (deinterlace_line),
27357         (deinterlace_line_inplace), (deinterlace_bottom_field),
27358         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27359         * gst/ffmpegcolorspace/imgconvert_template.h:
27360         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27361         * gst/ffmpegcolorspace/mmx.h:
27362         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27363           adding ffmpegcolorspace element supplied by Ronald after cleaning
27364           up and pulling in the right bits of upstream source.
27365           I'm sure a better C/compiler wizard could do some cleaning up (for
27366           example use GLIB's malloc stuff), but as a first pass this
27367           works very well
27368
27369 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27370
27371         * ext/alsa/gstalsa.h:
27372           I assume Ronald forgot to commit the change to have cardname
27373           as a struct member.  Expect some public spanking at the next
27374           opportunity.
27375
27376 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27379         (gst_alsa_open_audio), (gst_alsa_close_audio):
27380         * ext/alsa/gstalsa.c:
27381           Don't open the device if we're a mixer (= padless).
27382         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27383         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27384         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27385           Open mixer during state change rather than during object
27386           initialization. Also, get a device name. Currently in a somewhat
27387           hackish fashion, but I didn't really find something better.
27388
27389 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * *.c, *.h: run gst-indent
27392
27393 2004-03-14  Benjamin Otte  <otte@gnome.org>
27394
27395         * gst/modplug/gstmodplug.cc:
27396         * gst/modplug/gstmodplug.h:
27397           set correct timestamps on outgoing buffers
27398
27399 2004-03-14  Benjamin Otte  <otte@gnome.org>
27400
27401         * gst/modplug/gstmodplug.cc:
27402           handle events - don't do crap when a discont arrives that's not
27403           necessary
27404           This allows correct loading and playback of mods in Rhythmbox
27405
27406 2004-03-14  Benjamin Otte  <otte@gnome.org>
27407
27408         * configure.ac:
27409         * gst-libs/gst/gconf/Makefile.am:
27410         * pkgconfig/Makefile.am:
27411           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27412           they get rebuilt properly
27413         * configure.ac:
27414           when checking for vorbis, try pkgconfig first.
27415         * gst/modplug/gstmodplug.cc:
27416           add fixate function
27417
27418 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27419
27420         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27421           Fix for obvious mistake, where we first shift the offset and then
27422           read a samplesize element assuming the old offset. Note that this
27423           part still has something weird, i.e. my movies containing those
27424           don't actually play well, but at least there's something that looks
27425           like sound now.
27426
27427 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27428         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27429         (plugin_init):
27430         Add a typefind function for speex format
27431
27432 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27435         (gst_asf_demux_setup_pad):
27436           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27437           instead of 0. Reason is simple: some elements have a fps range
27438           of 1-max instead of 0-max. So now ASF video actually works.
27439
27440 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27441
27442         * po/LINGUAS:
27443         * po/sr.po:
27444           adding serbian as a language
27445
27446 2004-03-13  Benjamin Otte  <otte@gnome.org>
27447
27448         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27449           return taglist correctly from _get function, don't gst_pad_push it.
27450           (fixes #137042)
27451
27452 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27453         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27454
27455 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27456
27457         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27458         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27459         (gst_alsa_mixer_track_new):
27460         * ext/alsa/gstalsamixertrack.h:
27461           Fix ancient leftovers... MixerTrack is a GObject.
27462
27463 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27464
27465         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27466         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27467           Don't block during probing...
27468
27469 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27472         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27473         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27474         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27475         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27476         (gst_alsa_open_audio), (gst_alsa_close_audio):
27477         * ext/alsa/gstalsa.h:
27478           Add propertyprobe interface implementation, add some device-name
27479           property, all this so that it looks good in gnome-volume-control.
27480
27481 2004-03-12  David Schleef  <ds@schleef.org>
27482
27483         * configure.ac: the Hermes library controls hermescolorspace, not
27484         colorspace.
27485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27486         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27487         not /* */
27488         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27489         * ext/sdl/sdlvideosink.h: ditto.
27490         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27491
27492 2004-03-12  Benjamin Otte  <otte@gnome.org>
27493
27494         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27495         (gst_x_overlay_got_xwindow_id):
27496         * gst-libs/gst/xoverlay/xoverlay.h:
27497           replace XID with unsigned long to get rid of the xlibs dependency in
27498           XOverlay (fixes #137004)
27499
27500 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27501         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27502         (gst_agingtv_setup):
27503         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27504         (gst_dicetv_base_init), (gst_dicetv_class_init),
27505         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27506         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27507         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27508         (gst_edgetv_setup), (gst_edgetv_rgb32):
27509         * gst/effectv/gsteffectv.c:
27510         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27511         (gst_quarktv_set_property):
27512         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27513         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27514         (gst_revtv_setup), (gst_revtv_rgb32):
27515         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27516         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27517         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27518         (gst_shagadelictv_rgb32):
27519         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27520         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27521         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27522         * gst/effectv/gstwarp.c:
27523         Port everything that can be ported to videofilter and fix up the caps.
27524         Can someone with a big-endian machine please check these?
27525
27526 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27529         (gst_osssink_chain), (gst_osssink_change_state):
27530           Latest fixes for A/V sync, audio playback and such. This is about
27531           all... MPEG playback issues are mostly related to the async build-
27532           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27533
27534 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27535
27536         patch from: Stephane Loeuillet
27537
27538         * configure.ac:
27539           use pkg-config for some libraries, falling back to the old .m4 way
27540           (fixes #131270)
27541         * m4/libdv.m4:
27542           removed
27543
27544 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * configure.ac:
27547         * tools/Makefile.am:
27548         * tools/Makefile.in:
27549         * tools/gst-launch-ext-m.m:
27550         * tools/gst-launch-ext.1.in:
27551         * tools/gst-visualise-m.m:
27552         * tools/gst-visualise.1:
27553         * tools/gst-visualise.1.in:
27554           reorganizing generation of script tools
27555
27556 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27557
27558         * ext/divx/gstdivxdec.c:
27559           Downgrade priority. We prefer ffdec_mpeg4.
27560         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27561         (gst_faad_chain), (gst_faad_change_state):
27562           Fix capsnego. Doesn't work for some sounds because we don't have
27563           a 5:1 to stereo element.
27564         * ext/xvid/gstxvid.c: (plugin_init):
27565           Add priority.
27566         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27567         (gst_osssink_change_state):
27568           Add discont handling.
27569
27570 2004-03-09  Colin Walters  <walters@verbum.org>
27571
27572         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27573         conversion.
27574
27575 2004-03-09  Benjamin Otte  <otte@gnome.org>
27576
27577         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27578           the signals take 2 arguments
27579
27580 2004-03-09  David Schleef  <ds@schleef.org>
27581
27582         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27583         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27584         * ext/alsa/gstalsa.h:
27585         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27586
27587 2004-03-09  Benjamin Otte  <otte@gnome.org>
27588
27589         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27590         (gst_mikmod_change_state):
27591         * ext/mikmod/gstmikmod.h:
27592           make mikmod's loop function not loop infinitely and call
27593           gst_element_yield anymore
27594         * gst/modplug/gstmodplug.cc:
27595           fix pad negotiation (fixes #136590)
27596
27597 2004-03-09  David Schleef  <ds@schleef.org>
27598
27599         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27600         doesn't conflict with the internal colorspace plugin.
27601         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27602         satisfy the crappy-ass shell shipped by a certain vendor.
27603         * gst/videofilter/make_filter: same (bug #135299)
27604
27605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27606
27607         * configure.ac: bump nano to 1
27608
27609 === release 0.7.6 ===
27610
27611 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * configure.in: releasing 0.7.6, "There"
27614
27615 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27616
27617         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27618         * pkgconfig/gstreamer-play.pc.in:
27619           synchronize the two
27620
27621 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27622
27623         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27624         (cdparanoia_open), (cdparanoia_event):
27625           fix/add error handling
27626         * po/POTFILES.in:
27627           add cdparanoia source
27628         * tools/Makefile.am:
27629           make scripts executable
27630
27631 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * configure.ac:
27634         * ext/vorbis/Makefile.am:
27635         * sys/Makefile.am:
27636           remove id3types, vorbisfile and xvideosink from the build (#133783)
27637
27638 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27639
27640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27641           Fix metadata read crash (#136537).
27642
27643 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27644
27645         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27646         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27647           adding mime types, fixing the one-stop function
27648
27649 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27650
27651         * ext/nas/nassink.c and /ext/nas/nassink.h:
27652         More NAS love from Arwed von Merkatz
27653         So lets all sing 'Can you feel the NAS tonight'
27654
27655 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27656
27657         * tools/gst-launch-ext.in:
27658         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27659
27660 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27661
27662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27663         (gst_mpeg2dec_init):
27664         remove the user_data pad for now, because it is being used in
27665         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27666         If someone knows how to fix this properly, please do.
27667
27668 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27671         (gst_osssink_get_time):
27672         add a warning, IMO this won't get triggered anymore, remove later
27673
27674 2004-03-07  David Schleef  <ds@schleef.org>
27675
27676         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27677         format (bug #136470)
27678
27679 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27680
27681         * gst-libs/Makefile.am:
27682         * gst-libs/gst/media-info/Makefile.am:
27683         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27684         (error_callback), (gst_media_info_error_create),
27685         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27686         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27687         * gst-libs/gst/media-info/media-info-priv.h:
27688         * gst-libs/gst/media-info/media-info-test.c: (main):
27689         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27690         (gst_media_info_class_init), (gst_media_info_instance_init),
27691         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27692         (gst_media_info_read_idler), (gst_media_info_read):
27693         * gst-libs/gst/media-info/media-info.h:
27694         fixed, should work now
27695
27696 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27697
27698         * ext/nas/nassink.c:
27699         A bunch of NAS fixes from Arwed von Merkatz
27700
27701 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27702
27703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27704         (qtdemux_parse_trak):
27705           Fix crash (j might be greater than n_samples, in which case we're
27706           writing outside the allocated space for the array) and memleak.
27707
27708 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27709
27710         * sys/oss/gstosssink.c: (gst_osssink_chain):
27711           And another caller that couldn't handle delay < 0 (unsigned
27712           integer overflow). Video now continues playing on an audio
27713           buffer underrun, and the clock continues working. Audio still
27714           stalls.
27715
27716 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27719         (gst_osssink_get_time):
27720           get_delay() may return values lower than 0. In those cases, we
27721           should not actually cast to *unsigned* int64, that will break
27722           stuff horribly. In my case, it screwed up A/V sync in movies
27723           in totem rather badly.
27724
27725 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27726
27727         * ext/faac/gstfaac.c: (gst_faac_chain):
27728         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27729         * ext/libpng/gstpngenc.c: (user_write_data):
27730         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27731         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27732         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27733         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27734         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27735         of any buffer), should fix some leaks. I hope I didn't unref buffers
27736         that shouldn't be...
27737
27738 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27739
27740         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27741         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27742         (error_callback), (gmi_reset), (gmi_seek_to_track),
27743         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27744         (gmip_find_type_post), (gmip_find_stream_post),
27745         (gmip_find_track_streaminfo_post):
27746         * gst-libs/gst/media-info/media-info-priv.h:
27747         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27748         (info_print), (main):
27749         * gst-libs/gst/media-info/media-info.c:
27750         (gst_media_info_error_create), (gst_media_info_error_element),
27751         (gst_media_info_instance_init), (gst_media_info_get_property),
27752         (gst_media_info_new), (gst_media_info_set_source),
27753         (gst_media_info_read_idler), (gst_media_info_read):
27754         * gst-libs/gst/media-info/media-info.h:
27755           first pass at making this work again.  This seems to work on
27756           tagged ogg/vorbis and mp3 files.
27757
27758 2004-03-06  Benjamin Otte  <otte@gnome.org>
27759
27760         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27761           fix huge leak: gst_buffer_merge doesn't unref the first argument
27762           itself.
27763
27764 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27765
27766         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27767           report layer/mode/emphasis
27768
27769 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27770
27771         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27772
27773 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27774
27775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27776           signal serial
27777
27778 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27779
27780         * ext/vorbis/vorbis.c: (plugin_init):
27781         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27782         (gst_vorbis_dec_init), (vorbis_dec_event):
27783         add debug category
27784         make vorbisdec handle _BYTE and _TIME queries
27785
27786 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27787
27788         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27789           from the xing header
27790
27791 2004-03-06  Benjamin Otte  <otte@gnome.org>
27792
27793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27794         (gst_audio_convert_link), (gst_audio_convert_change_state),
27795         (gst_audio_convert_buffer_from_default_format):
27796           do conversions from/to float correctly, fix some caps nego errors,
27797           export correct supported caps in template and getcaps, use correct
27798           caps in try_set_caps functions
27799
27800 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27801
27802         For some reason, I only committed a ChangeLog entry yesterday and
27803         not the corresponding code...
27804         * ext/mad/gstmad.c: Fix detection of Xing headers
27805         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27806
27807 2004-03-06  Benjamin Otte  <otte@gnome.org>
27808
27809         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27810         (gst_ogg_demux_src_query):
27811           make sure to handle the case where there's no current chain
27812           gracefully.
27813
27814 2004-03-05  David Schleef  <ds@schleef.org>
27815
27816         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27817         Add fixate function. (bug #131128)
27818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27819         (gst_sdlvideosink_fixate):  Add fixate function.
27820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27821         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27822         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27823         Fix missing break that was causing ulaw to be interpreted as
27824         raw int.
27825
27826 2004-03-05  David Schleef  <ds@schleef.org>
27827
27828         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27829         Fix code that ignores return value of gst_buffer_merge().
27830         (bug #114560)
27831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27832         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27833         * testsuite/gst-lint:  Check for above.
27834
27835 2004-03-05  David Schleef  <ds@schleef.org>
27836
27837         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27838         caps and throw an element error.  (bug #136334)
27839
27840 2004-03-05  David Schleef  <ds@schleef.org>
27841
27842         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27843         (gst_faad_chain): Fix negotiation.
27844         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27845         key and button events.
27846         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27847         dung heap of code.
27848         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27849         depends on gconf
27850         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27851         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27852         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27853         function to encourage better negotiation, particularly between
27854         audioconvert and osssink.
27855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27856         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27857         more important.
27858         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27859         typefinding.
27860         * gst/vbidec/vbiscreen.c:  Add glib header
27861         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27862
27863 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27864
27865         * ext/mad/gstmad.c: Fix detection of Xing headers
27866         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27867
27868 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27869
27870         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27871         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27872           debug updates
27873
27874 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27875
27876         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27877         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27878         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27879         files, and report the parsed length as a GST_TAG_DURATION tag.
27880         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27881
27882 2004-03-05  Benjamin Otte  <otte@gnome.org>
27883
27884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27885           convert channels correctly. convert correctly to unsigned.
27886
27887 2004-03-05  Julien MOUTTE <julien@moutte.net>
27888
27889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27890         we have a window before clearing it.
27891
27892 2004-03-05  Julien MOUTTE <julien@moutte.net>
27893
27894         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27895         have a window before clearing it.
27896
27897 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27898
27899         * gconf/gstreamer.schemas.in:
27900         * gst-libs/gst/gconf/Makefile.am:
27901           version installation path the same way as for 0.6
27902         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27903         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27904         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27905           remove comment that was fixed
27906
27907 2004-03-05  David Schleef  <ds@schleef.org>
27908
27909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27910         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27911         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27912         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27913         Add prototype code for handling seeking and querying.
27914
27915 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * examples/gstplay/player.c: (main):
27918           Initialize variables to NULL. Prevents a segfault because the
27919           (uninitialized) variable is not NULL, resulting in a crash on
27920           trying to reach error->message.
27921
27922 2004-03-05  Benjamin Otte  <otte@gnome.org>
27923
27924         * gst/audioconvert/gstaudioconvert.c:
27925         (gst_audio_convert_buffer_to_default_format):
27926         make float=>int conversion work correctly even in cornercases.
27927
27928 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27929
27930         * debian/README.Debian:
27931         * debian/build-deps:
27932         * debian/changelog:
27933         * debian/control:
27934         * debian/control.in:
27935         * debian/copyright:
27936         * debian/gstreamer-a52dec.files:
27937         * debian/gstreamer-aa.files:
27938         * debian/gstreamer-alsa.files:
27939         * debian/gstreamer-alsa.manpages:
27940         * debian/gstreamer-arts.files:
27941         * debian/gstreamer-artsd.files:
27942         * debian/gstreamer-audiofile.files:
27943         * debian/gstreamer-avifile.files:
27944         * debian/gstreamer-cdparanoia.files:
27945         * debian/gstreamer-colorspace.files:
27946         * debian/gstreamer-doc.files:
27947         * debian/gstreamer-dv.files:
27948         * debian/gstreamer-dvd.files:
27949         * debian/gstreamer-esd.files:
27950         * debian/gstreamer-festival.files:
27951         * debian/gstreamer-flac.files:
27952         * debian/gstreamer-gconf.conffiles:
27953         * debian/gstreamer-gconf.files:
27954         * debian/gstreamer-gconf.postinst:
27955         * debian/gstreamer-gnomevfs.files:
27956         * debian/gstreamer-gsm.files:
27957         * debian/gstreamer-http.files:
27958         * debian/gstreamer-jack.files:
27959         * debian/gstreamer-jpeg.files:
27960         * debian/gstreamer-mad.files:
27961         * debian/gstreamer-mikmod.files:
27962         * debian/gstreamer-misc.files:
27963         * debian/gstreamer-mpeg2dec.files:
27964         * debian/gstreamer-oss.files:
27965         * debian/gstreamer-plugin-apps.files:
27966         * debian/gstreamer-plugin-apps.manpages:
27967         * debian/gstreamer-plugin-libs-dev.files:
27968         * debian/gstreamer-plugin-libs.files:
27969         * debian/gstreamer-plugin-template.postinst:
27970         * debian/gstreamer-plugin-template.postrm:
27971         * debian/gstreamer-sdl.files:
27972         * debian/gstreamer-sid.files:
27973         * debian/gstreamer-vorbis.files:
27974         * debian/gstreamer-x.files:
27975         * debian/mk.control:
27976         * debian/rules:
27977         Debian package info not maintained here.
27978
27979 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27980
27981         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27982         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27983         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27984         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27985         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27986         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27988         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27989         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27991         * gst-libs/gst/colorbalance/colorbalance.c:
27992         (gst_color_balance_class_init):
27993         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27994         (gst_color_balance_channel_class_init):
27995         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27996         * gst-libs/gst/play/play.c: (gst_play_class_init):
27997         * gst-libs/gst/propertyprobe/propertyprobe.c:
27998         (gst_property_probe_iface_init):
27999         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28000         * gst-libs/gst/tuner/tunerchannel.c:
28001         (gst_tuner_channel_class_init):
28002         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28003         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28004         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28005         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28006         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28011           fix signals to use - instead of _
28012         * ext/libcaca/gstcacasink.h:
28013         * ext/sdl/sdlvideosink.h:
28014           fix header rename
28015
28016 2004-03-04  David Schleef  <ds@schleef.org>
28017
28018         * testsuite/gst-lint:  Add a check for bad signal names.
28019
28020 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28021
28022         reviewed by David Schleef
28023
28024         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28025         modified the alpha channel and caused a warning. (bug #136192)
28026
28027 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28028
28029         * gst-plugins.spec.in:
28030         Change names of plugins to actually be correct. Try to keep things
28031         alphabetical to avoid getting beat up by Thomas
28032
28033 2004-03-03  Julien MOUTTE <julien@moutte.net>
28034
28035         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28036         Using ximagesink as a default if no gconf key found. We should
28037         probably consider using alsasink instead of osssink for the audio
28038         part.
28039
28040 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28041
28042         * configure.ac:
28043           fix --with-plugins, don't think it ever worked before
28044         * gst-plugins.spec.in:
28045           even more updates
28046
28047 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * ext/sdl/sdlvideosink.h:
28050         * sys/ximage/ximagesink.h:
28051         * sys/xvideo/xvideosink.h:
28052         * sys/xvimage/xvimagesink.h:
28053           Fix for move of gstvideosink.h -> videosink.h.
28054
28055 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28056
28057         * gst-libs/gst/xwindowlistener/Makefile.am:
28058           this is a plugin library, not a library
28059
28060 2004-03-01  David Schleef  <ds@schleef.org>
28061
28062         * AUTHORS:  Added some names.  Add yourself if you're still
28063         missing.
28064
28065 2004-03-01  David Schleef  <ds@schleef.org>
28066
28067         * MAINTAINERS: Add
28068
28069 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28070
28071         * gst-plugins.spec.in: clean up spec file
28072
28073 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28074
28075         * gst-libs/gst/video/Makefile.am:
28076         * gst-libs/gst/video/gstvideosink.c:
28077         * gst-libs/gst/video/gstvideosink.h:
28078           rename gstvideosink.h to videosink.h to match other headers
28079         * gst/mixmatrix/Makefile.am:
28080           fix plugin filename
28081         * gst/tags/Makefile.am: fix plugin filename
28082
28083 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28084
28085         * gst/tags/Makefile.am: fix plugin filename
28086
28087 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28088
28089         * examples/gstplay/player.c: (got_time_tick), (main):
28090           add error handler
28091           display time_tick more readably
28092         * gst/mixmatrix/Makefile.am:
28093           fix plugin file name
28094
28095 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28096
28097         * sys/oss/gstosselement.c: (gst_osselement_probe),
28098         (device_combination_append), (gst_osselement_class_probe_devices):
28099         * sys/oss/gstosselement.h:
28100           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28101           on my system using alsa oss emulation, fixes bug #135597
28102
28103 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28104
28105         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28106         (gst_videodrop_chain), (gst_videodrop_change_state):
28107         * gst/videodrop/gstvideodrop.h:
28108           Work based on timestamp of input data, not based on the expected
28109           framerate from the input. The consequence is that this element now
28110           not only scales framerates, but also functions as a framerate
28111           corrector or framerate stabilizer/constantizer.
28112
28113 2004-02-27  David Schleef  <ds@schleef.org>
28114
28115         patches from jmmv@menta.net (Julio M. Merino Vidal)
28116
28117         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28118         GST_ELEMENT_ERROR call (bug #135634)
28119         * gst/interleave/interleave.c: (interleave_buffered_loop),
28120         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28121         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28122         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28123         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28124         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28125         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28126         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28127         Fix GST_ELEMENT_ERROR call.
28128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28129         GST_ELEMENT_ERROR call.
28130
28131 2004-02-27  Benjamin Otte  <otte@gnome.org>
28132
28133         * gst-libs/gst/audio/audio.h:
28134           add macro to make sure header isn't included twice
28135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28136           don't use gst_buffer_free
28137         * gst/playondemand/filter.func:
28138           don't use gst_data_free. Free data only once.
28139
28140 2004-02-26  David Schleef  <ds@schleef.org>
28141
28142         * gst-libs/gst/colorbalance/Makefile.am:
28143         * gst-libs/gst/mixer/Makefile.am:
28144         * gst-libs/gst/tuner/Makefile.am:
28145         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28146         should not be disted, -marshal.h files should not be installed,
28147         and -enum.h files _should_ be installed.  Fix to make this the
28148         case.
28149
28150 === release 0.7.5 ===
28151
28152 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28153
28154         * configure.ac: release 0.7.5, "Under The Sea"
28155
28156 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28159         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28160         * gst/videoscale/gstvideoscale.c:
28161         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28162           assorted debug/warning fixes
28163
28164 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28165
28166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28167         (gst_videoscale_init), (gst_videoscale_chain),
28168         (gst_videoscale_set_property), (plugin_init):
28169         * gst/videoscale/gstvideoscale.h:
28170         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28171         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28172         (gst_videoscale_planar400), (gst_videoscale_packed422),
28173         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28174         (gst_videoscale_24bit), (gst_videoscale_16bit),
28175         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28176         (gst_videoscale_scale_plane_slow),
28177         (gst_videoscale_scale_point_sample),
28178         (gst_videoscale_scale_nearest),
28179         (gst_videoscale_scale_nearest_str2),
28180         (gst_videoscale_scale_nearest_str4),
28181         (gst_videoscale_scale_nearest_32bit),
28182         (gst_videoscale_scale_nearest_24bit),
28183         (gst_videoscale_scale_nearest_16bit):
28184         add debugging category and use it properly
28185         fix use of GST_PTR_FORMAT
28186
28187 2004-02-25  Andy Wingo  <wingo@pobox.com>
28188
28189         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28190         push only when channel->buffer is NULL. Prevents segfaults doing
28191         the state change after a nonlocal exit, like a scheme exception.
28192
28193         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28194         Handle the case where the intersected caps is empty.
28195
28196 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28197
28198         * gst/law/mulaw-decode.c: (mulawdec_link):
28199         * gst/law/mulaw.c: (plugin_init):
28200           fix mulawdec so it actually works again
28201
28202 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28203
28204         reviewed by: David Schleef  <ds@schleef.org>
28205
28206         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28207         (gst_gamma_init), (gst_gamma_set_property),
28208         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28209         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28210         for RGB, with separate r g and b correction factors. (#131167)
28211
28212 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28213
28214         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28215           only signal tags for bitrate if they're > 0 (#134894)
28216
28217 2004-02-24  David Schleef  <ds@schleef.org>
28218
28219         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28220         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28221         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28222         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28223         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28224         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28225         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28226         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28227         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28228         category.  Attempt to fix timestamp calculation.
28229
28230 2004-02-24  Johan Dahlin  <johan@gnome.org>
28231
28232         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28233
28234 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28235
28236         * configure.ac:
28237         * gconf/Makefile.am:
28238         * gconf/gstreamer.schemas:
28239         * gst-libs/gst/gconf/Makefile.am:
28240         * gst-libs/gst/gconf/gconf.c:
28241           version gconf schemas and install locations
28242
28243 2004-02-23  Benjamin Otte  <otte@gnome.org>
28244
28245         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28246         (gst_xine_input_subclass_init):
28247           call parent dispose.
28248           change pad template for CD reader correctly
28249         * ext/xine/Makefile.am:
28250         * ext/xine/gstxine.h:
28251         * ext/xine/xine.c: (plugin_init):
28252         * ext/xine/xineaudiosink.c:
28253           wrap audio sinks, too
28254         * gst-libs/gst/resample/private.h:
28255         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28256         (gst_resample_reinit), (gst_resample_scale),
28257         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28258         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28259         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28260         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28261         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28262         * gst-libs/gst/resample/resample.h:
28263         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28264         (gst_audioscale_class_init), (gst_audioscale_link),
28265         (gst_audioscale_get_buffer), (gst_audioscale_init),
28266         (gst_audioscale_chain), (gst_audioscale_set_property),
28267         (gst_audioscale_get_property):
28268         * gst/audioscale/gstaudioscale.h:
28269           s/resample_*/gst_resample_*/i to not clobber namespaces
28270
28271 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28272
28273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28274         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28275         (gst_riff_create_video_template_caps),
28276         (gst_riff_create_audio_template_caps),
28277         (gst_riff_create_iavs_template_caps):
28278         * gst-libs/gst/riff/riff-media.h:
28279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28280         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28281         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28282         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28284         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28285         (gst_matroska_demux_plugin_init): First batch implementing audio and
28286         video codec tags in demuxers.
28287
28288 2004-02-22  Benjamin Otte  <otte@gnome.org>
28289
28290         * ext/xine/Makefile.am:
28291         * ext/xine/gstxine.h:
28292         * ext/xine/xine.c: (plugin_init):
28293         * ext/xine/xineinput.c:
28294           add input plugin wrapper. Playback from files, http, mms and cdda
28295           works.
28296         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28297           remove leftover G_GNUC_UNUSED
28298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28299         (gst_asf_demux_identify_guid):
28300           improve debugging output
28301
28302 2004-02-22  Benjamin Otte  <otte@gnome.org>
28303
28304         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28305
28306         * autogen.sh:
28307           replace test -e with test -x for mkinstalldirs to be more portable.
28308           (fixes #134816)
28309
28310 2004-02-22  Benjamin Otte  <otte@gnome.org>
28311
28312         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28313
28314         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28315           set rank to PRIMARY
28316         * gst/volume/gstvolume.c: (plugin_init):
28317           set rank to NONE
28318         fixes #134960
28319
28320 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28321
28322         reviewed by Benjamin Otte  <otte@gnome.org>
28323
28324         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28325           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28326
28327 2004-02-22  Benjamin Otte  <otte@gnome.org>
28328
28329         * configure.ac:
28330           export [_]*{gst,Gst,GST}.* symbols from plugins
28331
28332 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28333
28334         reviewed by: Benjamin Otte  <otte@gnome.org>
28335
28336         * ext/lame/gstlame.c: (add_one_tag):
28337         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28339         (gst_vorbisenc_metadata_set1):
28340         * gst/tags/gstid3tag.c:
28341         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28342           apply fixes from bugs #135042 (lame can't write tags) and #133817
28343           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28344
28345 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28346
28347         * configure.ac: Export only gst_plugin_desc from plugins.
28348          Note that this change only makes any effect with Linux using libtool
28349          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28350          fine. And don't try to have several versions of libtool in different
28351          directories.
28352
28353 2004-02-20  Andy Wingo  <wingo@pobox.com>
28354
28355         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28356         interleave respectively.
28357
28358         * gst/interleave/deinterleave.c: New plugin: deinterleave
28359         (replaces on oneton).
28360         * gst/interleave/interleave.c: New plugin: interleave.
28361         * gst/interleave/plugin.h: Support file.
28362         * gst/interleave/plugin.c: Support file.
28363
28364         * configure.ac: Remove intfloat and oneton, add interleave.
28365
28366         * ext/sndfile/gstsf.c: Handle events better.
28367
28368         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28369         and float2int operation. int2float has scheduling problems as
28370         noted in in2float_chain.
28371
28372 2004-02-20  Benjamin Otte  <otte@gnome.org>
28373
28374         * ext/xine/Makefile.am:
28375         * ext/xine/gstxine.h:
28376         * ext/xine/xine.c:
28377         * ext/xine/xineaudiodec.c:
28378         * ext/xine/xinecaps.c:
28379           add first version of xine plugin wrapper. Currently only wraps the
28380           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28381         * configure.ac:
28382         * ext/Makefile.am:
28383           add xine plugin wrapper, disabled by default. Use --enable-xine to
28384           build. Note that it'll segfault on gst-register if you don't remove
28385           the goom and tvtime post plugins from xine.
28386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28387         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28388           add extradata parsing for QDM2.
28389           change around debugging prints.
28390
28391 2004-02-19  Benjamin Otte  <otte@gnome.org>
28392
28393         * ext/lame/gstlame.c: (gst_lame_chain):
28394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28395           use gst_tag_list_insert when you want to insert tags
28396
28397 2004-02-18  David Schleef  <ds@schleef.org>
28398
28399         * configure.ac:  Move massink to gst-rotten
28400         * ext/Makefile.am:
28401         * ext/mas/Makefile.am:
28402         * ext/mas/massink.c:
28403         * ext/mas/massink.h:
28404
28405 2004-02-18  David Schleef  <ds@schleef.org>
28406
28407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28408         typefinding, since it seems to be worse than nothing.
28409         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28410         atom to recognize .mp4 and .m4a files as video/quicktime.
28411
28412 2004-02-18  David Schleef  <ds@schleef.org>
28413
28414         * gst/sine/demo-dparams.c: (quit_live),
28415         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28416         Use double dparams, not float.
28417         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28418         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28419         sync'd elements don't really work correctly.
28420         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28421         (volume_update_volume), (volume_get_property):  Change dparam
28422         to double.
28423
28424 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28425
28426         * sys/ximage/ximagesink.c:
28427         (gst_ximagesink_xwindow_update_geometry),
28428         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28429         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28430         (gst_ximagesink_init): Rework the way software video scaling works. So
28431         now we check on each chain call if the video frames are feeling the
28432         window. If not we try to renegotiate caps. On failure we memorize that
28433         and we won't try again for that PLAYING sessions.
28434         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28435         failure.
28436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28437         synchronous flag.
28438
28439 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28440
28441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28442           break up _link so we can give a better debug message for errors
28443
28444 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28445
28446         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28447           set up debug category
28448
28449 2004-02-18  Julien MOUTTE <julien@moutte.net>
28450
28451         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28452         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28453         the way renegotiation work. The event handling function is not taking
28454         care of external windows and renegotiate method check for pad flags
28455         NEGOTIATING. Should fix : #133209
28456
28457 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28458
28459         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28460         pad is negotiating before trying renegotiation.
28461
28462 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28463
28464         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28465           pass on all possible mime types as typefind hints
28466
28467 2004-02-17  Julien MOUTTE <julien@moutte.net>
28468
28469         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28471         possible SHM leak if we crash. All other apps using XShm are doing
28472         that.
28473
28474 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28475
28476         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28477         (gst_ximagesink_expose): Renegotiate size on expose.
28478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28479         size on expose.
28480
28481 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28482
28483         * testsuite/alsa/sinesrc.c:
28484           cosmetic fix to fix compile issue with gcc 2.95.4
28485
28486 2004-02-16  Julien MOUTTE <julien@moutte.net>
28487
28488         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28489         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28490         failed opening the audio device.
28491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28492         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28493         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28494         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28495         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28496         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28497         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28498         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28499         Removing some useless g_return_if_fail like wingo suggested.
28500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28501         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28502         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28503         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28504         (gst_xvimagesink_update_colorbalance),
28505         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28506         (gst_xvimagesink_xcontext_clear),
28507         (gst_xvimagesink_get_fourcc_from_caps),
28508         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28509         (gst_xvimagesink_set_xwindow_id),
28510         (gst_xvimagesink_colorbalance_list_channels),
28511         (gst_xvimagesink_colorbalance_set_value),
28512         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28513         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28514
28515 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28516
28517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28518           throw error when not negotiated instead of asserting
28519
28520 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28521
28522         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28523         correct data refcounting.
28524
28525 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28526
28527         * gst/switch/gstswitch.c: (gst_switch_change_state),
28528         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28529         change, mostly the EOS flag.
28530
28531 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28532
28533         * examples/gstplay/player.c: (got_eos), (main): Adding some
28534         output for debugging.
28535         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28536         timeouts if we go to any state different from PLAYING.
28537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28538         more EOS bugs in riff lib.
28539
28540 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28541
28542         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28543         visualization until i find a way to fix switch correctly.
28544         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28545         EOS arrives.
28546         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28547         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28548         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28549         Reworked switch to get a more correct behaviour with events and refing
28550         of data stored in sinkpads.
28551         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28552         we don't pull from a pad in EOS.
28553
28554 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28555
28556         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28557           remove v1 tag even if we can't read it (makes sure we don't detect
28558           it again)
28559
28560 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28561
28562         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28563         (gst_alsa_xrun_recovery):
28564         * ext/alsa/gstalsa.h:
28565           try xrun recovery when wait failed. Make xrun recovery function
28566           return TRUE/FALSE to indicate success. (might fix #134354)
28567
28568 2004-02-13  David Schleef  <ds@schleef.org>
28569
28570         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28571         (dynparm_value_changed), (main): Convert from float to double.
28572         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28573
28574 2004-02-13  David Schleef  <ds@schleef.org>
28575
28576         * gst/silence/gstsilence.c: (gst_silence_class_init),
28577         (gst_silence_set_clock), (gst_silence_get),
28578         (gst_silence_set_property), (gst_silence_get_property):
28579         * gst/silence/gstsilence.h: Add sync property.
28580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28581         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28582         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28583         * gst/sine/gstsinesrc.h: Add sync property.
28584
28585 2004-02-13  David Schleef  <ds@schleef.org>
28586
28587         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28588         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28589
28590 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28591
28592         * configure.ac:
28593         * ext/Makefile.am:
28594         * gst-libs/ext/Makefile.am:
28595           move ffmpeg plugin to gst-ffmpeg module
28596
28597 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28598
28599         * configure.ac: use GST_ARCH to detect architecture
28600
28601 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28602
28603         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28604
28605 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28606
28607         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28608           classify LADSPA plugins based on number of src/sink pads
28609           (#133663, Stefan Kost)
28610         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28611           fix dparams registration
28612           (#133528, Stefan Kost)
28613         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28614           fix use of isprint and use g_ascii_isprint instead
28615           (#133316, Stefan Kost)
28616
28617 2004-02-11  David Schleef  <ds@schleef.org>
28618
28619         Convert a few inner loops to use liboil.  This is currently
28620         optional, and is only enabled if liboil is present (duh!).
28621         * configure.ac: Check for liboil-0.1
28622         * gst/intfloat/Makefile.am:
28623         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28624         (gst_int2float_chain_gint16):
28625         * gst/videofilter/Makefile.am:
28626         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28627         (tablelookup_u8), (gst_videobalance_planar411):
28628         * gst/videotestsrc/Makefile.am:
28629         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28630         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28631         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28632         (paint_hline_RGB565), (paint_hline_xRGB1555):
28633
28634 2004-02-11  David Schleef  <ds@schleef.org>
28635
28636         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28637         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28638         (gst_colorspace_getcaps), (gst_colorspace_link),
28639         (gst_colorspace_base_init), (gst_colorspace_init),
28640         (gst_colorspace_chain), (gst_colorspace_change_state),
28641         (plugin_init): Merge Ronald's patch (bug #117897) and update
28642         for new caps and negotiation.  Seems to work, although it
28643         shows off bugs in lcs.
28644
28645 2004-02-11  David Schleef  <ds@schleef.org>
28646
28647         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28648         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28649
28650 2004-02-11  David Schleef  <ds@schleef.org>
28651
28652         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28653         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28654         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28655         Add server and port properties
28656
28657 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28658
28659         * m4/a52.m4:
28660         * m4/aalib.m4:
28661         * m4/as-ffmpeg.m4:
28662         * m4/as-liblame.m4:
28663         * m4/as-slurp-ffmpeg.m4:
28664         * m4/check-libheader.m4:
28665         * m4/esd.m4:
28666         * m4/freetype2.m4:
28667         * m4/gconf-2.m4:
28668         * m4/glib.m4:
28669         * m4/gst-alsa.m4:
28670         * m4/gst-artsc.m4:
28671         * m4/gst-ivorbis.m4:
28672         * m4/gst-matroska.m4:
28673         * m4/gst-sdl.m4:
28674         * m4/gst-shout2.m4:
28675         * m4/gst-sid.m4:
28676         * m4/gtk.m4:
28677         * m4/libdv.m4:
28678         * m4/libfame.m4:
28679         * m4/libmikmod.m4:
28680         * m4/ogg.m4:
28681         * m4/vorbis.m4:
28682           fix underquotedness of macros (#133800)
28683         * m4/as-avifile.m4:
28684         * m4/xmms.m4:
28685           removed because no longer used
28686
28687 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28688
28689         * configure.ac:
28690           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28691           by autopoint (fixes #132996)
28692
28693 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28694
28695         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28696         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28697         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28698         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28699           fix memleaks
28700
28701 2004-02-11  David Schleef  <ds@schleef.org>
28702
28703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28704         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28705         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28706         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28707         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28708         (gst_jpegenc_class_init), (gst_jpegenc_init),
28709         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28710         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28711         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28712         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28713
28714 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28715
28716         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28717         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28718         * ext/mikmod/gstmikmod.h:
28719           fix caps negotiation in mikmod
28720         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28721           output debug information
28722
28723 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28724
28725         * gst-libs/gst/colorbalance/Makefile.am:
28726         * gst-libs/gst/navigation/Makefile.am:
28727         * gst-libs/gst/xoverlay/Makefile.am:
28728           remove unused GST_OPT_CFLAGS from Makefiles
28729           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28730
28731 2004-02-07  David Schleef  <ds@schleef.org>
28732
28733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28734         push events to pads that haven't been created (#133508)
28735
28736 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28737
28738         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28739         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28740         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28741         (gst_dvdec_loop), (gst_dvdec_change_state):
28742         Second attempt at committing a working dvdec element.
28743
28744 2004-02-06  David Schleef  <ds@schleef.org>
28745
28746         Build fixes for OS X: (see #129600)
28747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28748         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28749         (gst_riff_read_strf_iavs):
28750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28751         (gst_avi_demux_stream_odml):
28752         * gst/playondemand/Makefile.am:
28753         * gst/rtp/rtp-packet.c:
28754
28755 2004-02-05  David Schleef  <ds@schleef.org>
28756
28757         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28758         last change, because it Just Doesn't Compile.
28759
28760 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28761
28762         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28763           skip undecodable id3v2 tag instead of keeping it
28764
28765 2004-02-05  David Schleef  <ds@schleef.org>
28766
28767         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28768         Unref leaked buffer.  (Noticed by Ronald)
28769
28770 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28771
28772         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28773         Sync requires with other checks.  >= vs =.
28774
28775 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28776
28777         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28778         (gst_dvdec_video_link), (gst_dvdec_loop):
28779         * ext/dv/gstdvdec.h:
28780           rework the caps negotiation so that dvdec works again instead
28781           of just segfaulting.
28782
28783 === release 0.7.4 ===
28784
28785 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28786
28787         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28788         * configure.ac: changed for release
28789
28790 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28793         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28794         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28795         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28796           reworked patch by David Lehn to fix libdir and includedir for
28797           uninstalled libraries
28798           removed play and gconf from gstreamer-libs since they have their
28799           own pkgconfig files
28800
28801 2004-02-04  David Schleef  <ds@schleef.org>
28802
28803         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28804         memleak.
28805
28806 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28807
28808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28809           use correct GST_TAG_ENCODER tag
28810
28811 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28812
28813         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28814           be sure to stop the clock when going to paused
28815         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28816           reset number of transmitted when going to ready.
28817         fixes #132935
28818
28819 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28820
28821         reviewed by Benjamin Otte
28822
28823         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28824           extract track count (fixes #133410)
28825
28826 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28827
28828         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28829           that should be !=, not == (fixes #132519)
28830
28831 2004-02-04  David Schleef  <ds@schleef.org>
28832
28833         Make sure set_explicit_caps() is called before adding pad.
28834         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28835         * gst/id3/gstid3types.c: (gst_id3types_loop):
28836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28837         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28838
28839 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28840
28841         * configure.ac:
28842           bump nano to 2, first prerelease
28843           put back AM_PROG_LIBTOOL
28844
28845 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28846
28847         * testsuite/alsa/Makefile.am:
28848           these are user test apps, not automatic testsuite tests
28849
28850 2004-02-04  David Schleef  <ds@schleef.org>
28851
28852         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28853         * gst/mpeg1videoparse/gstmp1videoparse.c:
28854         (mp1videoparse_parse_seq):
28855         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28857         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28858         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28859         (gst_xvideosink_getcaps):
28860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28861         * testsuite/gst-lint: more tests
28862
28863 2004-02-04  David Schleef  <ds@schleef.org>
28864
28865         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28866         with the code that they would expand to.
28867         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28868         (gst_flacdec_get_src_query_types),
28869         (gst_flacdec_get_src_event_masks):
28870         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28871         (gst_gnomevfssrc_get_query_types),
28872         (gst_gnomevfssrc_get_event_mask):
28873
28874 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28875
28876         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28877         (gst_sinesrc_dispose):
28878           fix memleak by properly disposing sinesrc
28879
28880 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28881
28882         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28883         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28884         an overlay to redraw the image because it has been exposed.
28885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28886         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28887         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28888         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28889         interface
28890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28891         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28892         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28893         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28894         interface
28895
28896 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28897
28898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28899           more memleak fixage
28900
28901 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28902
28903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28904         * gst/typefind/gsttypefindfunctions.c:
28905           fix memleaks shown by gst-typefind
28906
28907 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28908
28909         * common/glib-gen.mak:
28910           add hack rule to touch .Plo files
28911         * gst-libs/gst/colorbalance/Makefile.am:
28912         * gst-libs/gst/mixer/Makefile.am:
28913         * gst-libs/gst/play/Makefile.am:
28914         * gst-libs/gst/tuner/Makefile.am:
28915           remove glib_root variable
28916
28917 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28918
28919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28920           set explicit caps before adding the element, so the autopluggers can
28921           plug correctly.
28922         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28923         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28924         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28925         (dv_type_find):
28926           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28927           argument.
28928
28929 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28930
28931         * gst-libs/gst/colorbalance/Makefile.am:
28932         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28933         * gst-libs/gst/colorbalance/colorbalance.c:
28934         * gst-libs/gst/colorbalance/colorbalance.h:
28935         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28936         * gst-libs/gst/mixer/Makefile.am:
28937         * gst-libs/gst/mixer/mixer-marshal.list:
28938         * gst-libs/gst/mixer/mixer.c:
28939         * gst-libs/gst/mixer/mixer.h:
28940         * gst-libs/gst/mixer/mixermarshal.list:
28941         * gst-libs/gst/play/Makefile.am:
28942         * gst-libs/gst/play/play.h:
28943         * gst-libs/gst/tuner/Makefile.am:
28944         * gst-libs/gst/tuner/tuner-marshal.list:
28945         * gst-libs/gst/tuner/tuner.c:
28946         * gst-libs/gst/tuner/tuner.h:
28947         * gst-libs/gst/tuner/tunermarshal.list:
28948           use new glib-gen.mak snippet to clean up Makefile.am
28949           fix various bugs in Makefile.am's
28950
28951 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28952
28953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28954           handle chain parsing correctly in the multichain case
28955         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28956         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28957         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28958         (theora_dec_chain):
28959           handle events and queries correctly
28960
28961 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28962
28963         * .cvsignore:
28964         Ignore generated file _stdint.h.
28965
28966 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28967
28968         * gst-libs/gst/colorbalance/Makefile.am:
28969         * gst-libs/gst/colorbalance/colorbalance.h:
28970         * gst-libs/gst/mixer/Makefile.am:
28971         * gst-libs/gst/mixer/mixer.h:
28972         * gst-libs/gst/play/Makefile.am:
28973         * gst-libs/gst/play/play.h:
28974         * gst-libs/gst/tuner/Makefile.am:
28975         * gst-libs/gst/tuner/tuner.h:
28976         Generate enum type code with glib-mkenums.
28977         * gst-libs/gst/colorbalance/.cvsignore:
28978         * gst-libs/gst/mixer/.cvsignore:
28979         * gst-libs/gst/play/.cvsignore:
28980         * gst-libs/gst/tuner/.cvsignore:
28981         Ignore generated files.
28982
28983 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28984
28985         * gst-libs/gst/audio/.cvsignore:
28986         Ignore generated file.
28987         * gst-libs/gst/audio/Makefile.am:
28988         Do not install example filter.
28989
28990 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28991
28992         * examples/switch/.cvsignore:
28993         Ignore generated file.
28994
28995 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28996
28997         * common/m4/ax_create_stdint_h.m4:
28998         * configure.ac:
28999           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29000           _stdint.h.
29001         * Makefile.am:
29002           remove generated _stdint.h in DISTCLEANFILES
29003         * ext/a52dec/gsta52dec.c:
29004           include _stdint.h for a52dec. (should fix #133064)
29005
29006 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29007
29008         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29009         (gst_tag_to_vorbis_comments):
29010         Add replaygain support to vorbistag
29011
29012 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29013         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29014         (gst_ffmpeg_caps_to_extradata):
29015           Fix SVQ3 caps flag properties
29016           Use glib macro for bytes swap
29017
29018 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29019
29020         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29021         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29022         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29023         * ext/sndfile/gstsf.c: (plugin_init):
29024         * gst/avi/gstavi.c: (plugin_init):
29025         * sys/dxr3/dxr3init.c: (plugin_init):
29026         * sys/oss/gstossaudio.c: (plugin_init):
29027         * sys/v4l/gstv4l.c: (plugin_init):
29028         * sys/v4l2/gstv4l2.c: (plugin_init):
29029           remove textdomain calls
29030         * po/nl.po:
29031           update Dutch translation
29032
29033 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29034
29035         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29036         (gst_play_set_audio_sink): Moving volume in the audio thread for
29037         instantaneous volume change. Maybe i will add another volume in front
29038         of visualization later, not sure yet though.
29039
29040 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29041
29042         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29043         (gst_ximagesink_handle_xevents): Better X events handling, only take
29044         the latest events for configure and motion.
29045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29046
29047 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29048
29049         reviewed by: David Schleef  <ds@schleef.org>
29050
29051         Fix memory leaks:
29052         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29053         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29054
29055 2004-02-02  David Schleef  <ds@schleef.org>
29056
29057         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29058         of lines.
29059         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29060         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29061         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29062         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29063         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29064         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29065         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29066         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29067         (gst_float2_2_int_link):
29068         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29069         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29070         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29071         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29072         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29073         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29074         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29075         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29076         * testsuite/gst-lint: Add tests for bzero and ;;
29077
29078 2004-02-02  David Schleef  <ds@schleef.org>
29079
29080         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29081
29082 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29083
29084         * ext/aalib/gstaasink.c: (gst_aasink_open):
29085         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29087         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29088         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29089         (gst_afsink_close_file):
29090         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29091         (gst_afsrc_close_file):
29092         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29093         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29094         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29095         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29096         * ext/esd/esdmon.c: (gst_esdmon_get):
29097         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29098         * ext/faac/gstfaac.c: (gst_faac_chain):
29099         * ext/faad/gstfaad.c: (gst_faad_chain):
29100         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29101         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29102         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29103         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29104         (gst_flacdec_loop):
29105         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29106         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29107         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29108         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29109         (gst_gnomevfssink_close_file):
29110         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29111         (gst_gnomevfssrc_open_file):
29112         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29113         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29114         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29116         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29117         * ext/mad/gstmad.c: (gst_mad_chain):
29118         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29119         * ext/mpeg2dec/gstmpeg2dec.c:
29120         * ext/mpeg2enc/gstmpeg2enc.cc:
29121         * ext/mplex/gstmplex.cc:
29122         * ext/mplex/gstmplexibitstream.cc:
29123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29124         (gst_ogg_demux_push):
29125         * ext/raw1394/gstdv1394src.c:
29126         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29127         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29128         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29129         (gst_sf_loop):
29130         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29131         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29132         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29133         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29134         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29135         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29136         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29137         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29138         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29139         (gst_riff_read_element_data), (gst_riff_read_seek),
29140         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29141         * gst/adder/gstadder.c: (gst_adder_loop):
29142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29143         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29145         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29146         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29147         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29148         * gst/goom/gstgoom.c: (gst_goom_chain):
29149         * gst/id3/gstid3types.c: (gst_id3types_loop):
29150         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29151         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29152         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29153         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29154         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29155         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29156         (gst_ebml_read_float), (gst_ebml_read_header):
29157         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29158         (gst_matroska_demux_parse_blockgroup):
29159         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29160         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29161         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29162         * gst/silence/gstsilence.c: (gst_silence_get):
29163         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29164         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29165         * gst/speed/gstspeed.c: (speed_loop):
29166         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29168         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29169         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29170         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29171         (gst_wavparse_loop):
29172         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29173         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29174         (dxr3audiosink_close):
29175         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29176         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29177         (dxr3videosink_close), (dxr3videosink_write_data):
29178         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29179         * sys/oss/gstosssink.c: (gst_osssink_chain):
29180         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29181         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29184         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29185         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29186         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29187         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29188         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29189         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29190         (gst_v4l_set_audio):
29191         * sys/v4l/v4l_calls.h:
29192         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29193         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29194         (gst_v4lmjpegsink_playback_init),
29195         (gst_v4lmjpegsink_playback_start):
29196         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29197         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29198         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29199         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29201         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29202         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29203         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29204         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29205         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29206         (gst_v4l2_get_output), (gst_v4l2_set_output),
29207         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29208         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29209         (gst_v4l2_set_attribute):
29210         * sys/v4l2/v4l2_calls.h:
29211         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29212         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29213         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29214         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29215         (gst_v4l2src_capture_stop):
29216         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29217         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29218         (gst_ximagesink_chain):
29219         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29220         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29221         (gst_xvideosink_xwindow_new):
29222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29223         (gst_xvimagesink_chain):
29224
29225 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29226
29227         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29228         (gst_volume_get_volume), (volume_class_init), (volume_init),
29229         (volume_chain_int16), (volume_update_volume):
29230         * gst/volume/gstvolume.h:
29231           make code more readable by removing magic numbers
29232           make mixer interface export 0-100 range
29233           make it internally map to 0.0-1.0 range so users don't distort
29234           output by putting the sliders at full volume
29235
29236 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29237
29238         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29239         (gst_play_state_change), (gst_play_seek_to_time):
29240         block the tick callback for 0.5 secs after doing a seek
29241
29242 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29243
29244         * gst-libs/gst/play/play.c: (gst_play_new):
29245           check for GError
29246
29247 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29248
29249         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29250         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29251         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29252         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29254         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29255
29256 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29257
29258         * configure.ac:
29259         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29260           check for a function added in vorbis 1.1
29261
29262 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29263
29264         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29265         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29266           really start/stop clock only on PLAYING <=> PAUSED
29267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29268           remove \n from debugging lines
29269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29270           make it work when seeking does not
29271         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29272           reset on DISCONT
29273
29274 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29275
29276         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29277           start clock on PAUSED=>PLAYING, not later
29278         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29279           extract correct time for different discont formats
29280         (gst_alsa_sink_get_time):
29281           don't segfault when no format is negotiated yet, just return 0
29282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29283         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29284         (gst_ogg_pad_push):
29285           handle flush and discont events correctly
29286         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29287           handle discont events correctly
29288
29289 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29290
29291         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29292         (gst_play_error_create), (gst_play_error_plugin),
29293         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29294         * gst-libs/gst/play/play.h:
29295           add error handling during creation
29296         * examples/gstplay/player.c: (main):
29297           use new gst_play_new
29298
29299
29300 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29301
29302         * ext/theora/theoradec.c: (theora_dec_chain):
29303           make comments work
29304         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29305         (vorbis_dec_src_event), (vorbis_dec_chain):
29306           add encoder tag, fix tag reading to be more error tolerant, change
29307           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29308           gst_pad_event_default.
29309         * gst/tags/gstvorbistag.c:
29310         (gst_tag_list_from_vorbiscomment_buffer):
29311           undefine function specific define at end of function
29312
29313 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29314
29315         * ext/flac/gstflac.c: (plugin_init):
29316         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29317         * ext/flac/gstflacdec.h:
29318         * ext/flac/gstflacenc.h:
29319           Fix typos
29320
29321 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29322
29323         * examples/gstplay/player.c: s/gstplay.h/play.h/
29324
29325 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29326
29327         * gst-libs/gst/play/Makefile.am:
29328         * gst-libs/gst/play/gstplay.c:
29329         * gst-libs/gst/play/gstplay.h:
29330         * gst-libs/gst/play/play.c:
29331           more surgery, operation complete
29332
29333 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29334
29335         * gst-libs/gst/play/play.old.c:
29336         * gst-libs/gst/play/play.old.h:
29337           after CVS surgery by moving, remove
29338         * gst-libs/gst/play/playpipelines.c:
29339           remove
29340
29341         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29342           add negotiation error
29343
29344 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29345
29346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29347         (gst_ogg_demux_push):
29348           add some seeking debug info
29349           send a flush when seeking
29350
29351 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29352
29353         * configure.ac:
29354           use AC_C_INLINE
29355         * configure.ac:
29356         * ext/Makefile.am:
29357         * ext/theora/Makefile.am:
29358         * ext/theora/theoradec.c:
29359           add theora video decoder. Does just do simple decoding for now and
29360           has been tested against Theora cvs only. It only works when theora
29361           is compiled with --enable-static.
29362         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29363           always reset packetno on DISCONT
29364
29365 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29366
29367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29368           Fix audio.
29369
29370 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * gst/mpegaudioparse/gstmpegaudioparse.c:
29373         (mp3_type_frame_length_from_header):
29374           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29375
29376 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * ext/esd/esdsink.c: (gst_esdsink_init):
29379           Since we have static pad template caps, we don't need to negotiate;
29380           either the core errors out or we know the format.
29381
29382 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29383
29384         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29385         (gst_riff_read_seek):
29386         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29387         (gst_ebml_read_seek):
29388           Fix event handling.
29389
29390 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29391
29392         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29393           removee video/x-theora from vp3 decoder, it doesn't handle raw
29394           theora streams
29395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29396           fix bug with finalizing element that never went to PAUSED
29397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29398           length and position queries were swapped
29399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29400         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29401         (vorbis_dec_src_event):
29402           implement querying time and bytes
29403
29404 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29405
29406         * just about every source file:
29407           gst_element_error -> GST_ELEMENT_ERROR
29408
29409 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29410
29411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29412         emiting FLUSH and even before DISCONT.
29413         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29414         get the best instant seeking as possible yay!
29415
29416 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * gst/mpeg1videoparse/gstmp1videoparse.c:
29419         (gst_mp1videoparse_real_chain):
29420           Committed wrong version last week... Grr... Didn't notice until now.
29421
29422 2004-01-29  Julien MOUTTE <julien@moutte.net>
29423
29424         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29426         have_xwindow_id signal in xwindow_create.
29427
29428 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29429
29430         * ext/ogg/gstoggdemux.c:
29431           lots of changes - mainly support for chained bitstreams, seeking,
29432           querying and bugfixes of course
29433         * ext/vorbis/Makefile.am:
29434         * ext/vorbis/vorbisdec.c:
29435         * ext/vorbis/vorbisdec.h:
29436           add vorbisdec raw vorbis decoder
29437         * ext/vorbis/vorbis.c: (plugin_init):
29438           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29439         * gst/intfloat/Makefile.am:
29440         * gst/intfloat/float22int.c:
29441         * gst/intfloat/float22int.h:
29442         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29443           add float2intnew plugin. It converts multichannel interleaved float to
29444           multichannel interleaved int. The name should probably be changed.
29445         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29446         (plugin_init):
29447           add typefinding for raw theora video so oggdemux can detect it.
29448
29449 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29450
29451         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29452         sink element first.
29453         * gst/videoscale/gstvideoscale.c:
29454         (gst_videoscale_handle_src_event): Fixing src event handler.
29455
29456 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29459         (gst_v4lsrc_open), (gst_v4lsrc_close),
29460         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29461         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29462         * sys/v4l/gstv4lsrc.h:
29463         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29464         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29465           Implement resizing... Hack. But that's why v4l is b0rked...
29466
29467 2004-01-28  Julien MOUTTE <julien@moutte.net>
29468
29469         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29470         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29471         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29472         (gst_ximagesink_xwindow_destroy):
29473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29474         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29475         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29476         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29477         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29478         correctly cleaning the image created to check xshm calls on succes,
29479         added a lot of XSync calls in X11 functions, and fixed a segfault when
29480         no image format was defined before negotiation happened.
29481
29482 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29483
29484         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29485           use gst_element_get_time to get correct time
29486
29487 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29488
29489         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29490         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29491         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29493         (gst_xvimagesink_check_xshm_calls),
29494         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29495         X plugins are now able to detect that XShm calls will fail even if the
29496         server claims that it has XShm support (remote displays most of the
29497         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29498         so that we use non XShm functions. This feature is almost useless for
29499         xvimagesink as Xv is not supported on remote displays anyway, but
29500         it might happen than even on the local display XShm calls fail.
29501
29502 2004-01-27  David Schleef  <ds@schleef.org>
29503
29504         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29505         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29506         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29507         changed esdsink to only use 44100,16,2, since esd sucks at rate
29508         conversion and esdsink has had difficulty negotiating.
29509
29510 2004-01-27  Julien MOUTTE <julien@moutte.net>
29511
29512         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29513         (gst_play_seek_to_time): Fixing the way to get current position.
29514
29515 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29516
29517         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29518           use gst_element_get_time to get correct time
29519
29520 2004-01-27  Julien MOUTTE <julien@moutte.net>
29521
29522         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29523         fix ever... Inverting 2 lines of code make spider autoplug correctly
29524         tagged mp3 !
29525
29526 2004-01-27  David Schleef  <ds@schleef.org>
29527
29528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29529         Use gst_pad_try_set_caps_nonfixed().
29530
29531 2004-01-27  David Schleef  <ds@schleef.org>
29532
29533         * gst/ac3parse/gstac3parse.c: update to checklist 5
29534         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29535         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29536         * gst/audioscale/gstaudioscale.c: same
29537         * gst/auparse/gstauparse.c: same
29538         * gst/avi/gstavidemux.c: same
29539
29540 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29541
29542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29543           stop processing after EOS
29544
29545 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29546
29547         * gst/asfdemux/asfheaders.h:
29548         * gst/asfdemux/gstasfdemux.c:
29549         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29550         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29551         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29552           lot's of fixes to make data extraction simpler and get the code
29553           architecture and compiler independant. Add debugging category
29554         * gst/goom/gstgoom.c: (gst_goom_change_state):
29555           reset channel count on PAUSED=>READY, not READY=>PAUSED
29556
29557 2004-01-26  Colin Walters  <walters@verbum.org>
29558
29559         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29560         code to pull a bigger buffer in iradio mode.  This as a side effect
29561         makes typefinding work.
29562
29563 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29564
29565         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29566         Fix SVQ3 decoding on PPC
29567
29568 2004-01-26  Julien MOUTTE <julien@moutte.net>
29569
29570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29571         that one managed to stay there... Fixed.
29572
29573 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29574
29575         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29576         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29577         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29578         (qtdemux_video_caps):
29579         * gst/qtdemux/qtdemux.h:
29580         Add SVQ3 specific flags to qtdemux and ffmpeg
29581
29582 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29583
29584         * gst-libs/gst/audio/audio.h:
29585           remove buffer-frames from audio caps
29586         * gst/audioconvert/gstaudioconvert.c:
29587           fix plugin to really work.
29588
29589 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * gst-libs/gst/mixer/mixer.c:
29592         * gst-libs/gst/propertyprobe/propertyprobe.c:
29593         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29594         (gst_tuner_find_channel_by_name):
29595         * gst-libs/gst/tuner/tuner.h:
29596           Add gtk-doc style comments. Also fix a function name.
29597
29598 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29601         (gst_divxdec_negotiate):
29602           Fix for new capsnego - also fixes gst-player with divxdec.
29603
29604 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29605
29606         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29607         (gst_play_identity_handoff), (gst_play_set_location),
29608         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29609         try in visualization implementation. Still have an issue with switch
29610         blocking when pulling from video_queue and only audio comes out of
29611         spider.
29612         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29613         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29614         release method. And check if the pad is usable before pulling.
29615
29616 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29617
29618         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29619         (gst_videobalance_init),
29620         (gst_videobalance_colorbalance_list_channels),
29621         (gst_videobalance_colorbalance_set_value),
29622         (gst_videobalance_colorbalance_get_value),
29623         (gst_videobalance_update_properties),
29624         (gst_videobalance_update_tables_planar411),
29625         (gst_videobalance_planar411):
29626         * gst/videofilter/gstvideobalance.h:
29627           Implement lookup-tables. +/- 10x faster.
29628
29629 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29632         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29633           The index reading was broken. The rest worked fine, but the whole
29634           goal of my rewrite was to make avidemux readable, and this was
29635           not at all readable. Please use typed variables.
29636
29637 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29640           Additional pad usability check.
29641         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29642         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29643         (gst_mp1videoparse_real_chain):
29644           Fix MPEG video stream parsing. The original plugin had several
29645           issues, including not timestamping streams where the source was
29646           not timestamped (this happens with PTS values in mpeg system
29647           streams, but MPEG video is also a valid stream on its own so
29648           that needs timestamps too). We use the display time code for that
29649           for now. Also, if one incoming buffer contains multiple valid
29650           frames, we push them all on correctly now, including proper EOS
29651           handling. Lastly, several potential segfaults were fixed, and we
29652           properly sync on new sequence/gop headers to include them in next,
29653           not previous frames (since they're header for the next frame, not
29654           the previous). Also see #119206.
29655         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29656         (bpf_from_header):
29657           Move caps setting so we only do it after finding several valid
29658           MPEG-1 fraes sequentially, not right after the first one (which
29659           might be coincidental).
29660         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29661         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29662         (plugin_init):
29663           Add unsynced MPEG video stream typefinding, and change some
29664           probability values so we detect streams rightly. The idea is as
29665           follows: I can have an unsynced system stream which contains
29666           video. In the current code, I would randomly get a type for either
29667           system or video stream type found, because the probabilities are
29668           being calculated rather randomly. I now use fixed values, so we
29669           always prefer system stream if that was found (and that is how it
29670           should be). If no system stream was found, we can still identity                the stream as video-only.
29671
29672 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29673
29674         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29675         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29676           don't write to buffer. Extract data without the need of
29677           __attribute__ ((packed))
29678
29679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29680
29681         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29682         (mpeg1_sys_type_find):
29683           Fix MPEG-1 stream typefinding.
29684
29685 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29688           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29689
29690 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29693         * ext/esd/gstesd.c: (plugin_init):
29694           private debugging, better error reporting
29695
29696 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29697
29698         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29699         (gst_riff_read_init), (gst_riff_read_change_state):
29700         * gst-libs/gst/riff/riff-read.h:
29701           Remove stuff fromold metadata system.
29702
29703 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * ext/ogg/gstoggdemux.c:
29706           Fix wrong file comment.
29707         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29708         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29709           Add metadata reading properly.
29710
29711 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29712
29713         * ext/Makefile.am:
29714           Fix nas DIST_SUBDIRS
29715           Uraeus:
29716           Fix bug where make distcheck doesn't get run on adding stuff to
29717           the build.
29718
29719 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29722         * ext/divx/gstdivxdec.h:
29723           Fix divx3 ("msmpeg4") playback using divxdec.
29724
29725 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29726
29727         * gst/typefind/gsttypefindfunctions.c:
29728         (mp3_type_frame_length_from_header): fix bug in length computation
29729         (mp3_type_find): improve debugging output
29730
29731 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29732
29733         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29734         (gst_play_set_location), (gst_play_seek_to_time),
29735         (gst_play_set_audio_sink), (gst_play_set_visualization),
29736         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29737         the pipeline from scratch. Visualization is back and switch went out as
29738         i realized it was not possible to use the way i wanted.
29739         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29740         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29741         clearing in state change from READY to NULL. So that one can clean the
29742         X ressources keeping the element.
29743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29744         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29745         (gst_xvimagesink_colorbalance_set_value),
29746         (gst_xvimagesink_colorbalance_get_value),
29747         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29748         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29749         change from READY to NULL and fixed some stupid bugs in colorbalance
29750         get/set values. Also added the following feature : when nobody tries to
29751         set some values to the colorbalance levels before the xcontext is
29752         grabbed, then when creating channels list from Xv attributes we set the
29753         internal values to the Xv defaults. This way we handle buggy Xv drivers
29754         that set default hue values far from the middle of the range (Thanks
29755         to Jon Trowbridge for pointing that issue).
29756         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29757         colorbalance levels have been set before xcontext is grabbed.
29758
29759 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29760
29761         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29762           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29763           it might block operations (which is bad for a mixer).
29764
29765 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29766
29767         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29768         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29769         (gmip_find_type_pre):
29770         * gst-libs/gst/media-info/media-info-priv.h:
29771         * gst-libs/gst/media-info/media-info.c:
29772         (gst_media_info_instance_init), (gst_media_info_read_idler):
29773         add fakesink to get caps on decoder src pad again
29774         fix callback prototype to match new have_type signal signature
29775
29776 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29777
29778         * gst/adder/gstadder.c: (gst_adder_link):
29779           fix non-compile and cut-n-paste code
29780
29781 2004-01-21  David Schleef  <ds@schleef.org>
29782
29783         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29784         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29785         (gst_swfdec_init), (gst_swfdec_change_state):
29786         * ext/swfdec/gstswfdec.h:
29787         Fix negotiation.
29788         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29789         (gst_adder_request_new_pad): Fix negotiation.
29790         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29791         Add a fixate function.
29792         * gst/intfloat/gstfloat2int.c:
29793         * gst/intfloat/gstfloat2int.h:
29794         * gst/intfloat/gstint2float.c:
29795         * gst/intfloat/gstint2float.h:
29796         Completely rewrite the negotiation.  Doesn't quite work yet,
29797         due to some buffer-frames problem.
29798
29799 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * ext/gnomevfs/gstgnomevfssrc.c:
29802         * sys/v4l2/v4l2_calls.h:
29803           fix includes for distcheck
29804
29805 2004-01-21  Christian Schaller <uraeus@gnome.org>
29806
29807         * ext/nas/
29808         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29809         based on earlier patch from Laurent Vivier
29810
29811 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29812
29813         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29814         Fix wma caps property
29815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29816         Fix typo (flags1 and flags2)
29817
29818 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29819
29820         * gst-libs/gst/media-info/media-info-priv.c:
29821         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29822         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29823         (gmip_find_stream), (gmip_find_track_metadata),
29824         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29825         (gmip_find_track_format):
29826         * gst-libs/gst/media-info/media-info-priv.h:
29827         * gst-libs/gst/media-info/media-info-test.c: (main):
29828         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29829         (gst_media_info_read_idler), (gst_media_info_read):
29830         * gst-libs/gst/media-info/media-info.h:
29831           register debugging category and use it for debugging
29832
29833 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29834
29835         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29836         (gst_vorbisfile_new_link):
29837           signal streaminfo through tags
29838
29839 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * ext/mplex/gstmplex.cc:
29842         * ext/mplex/gstmplexibitstream.cc:
29843           g++ doesn't like NULL in our i18n/error macros, should be
29844           either (NULL) or ("").
29845
29846 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29847
29848         * sys/dxr3/dxr3audiosink.c:
29849         * sys/dxr3/dxr3init.c:
29850         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29851         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29852           Fix more error error error errors (missing includes here).
29853
29854 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29855
29856         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29857           fix thomas' error errors.
29858
29859 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29860
29861         * ext/mpeg2enc/gstmpeg2enc.cc:
29862           fix error errors.
29863
29864 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29865
29866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29867         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29868           Fix for new error system.
29869
29870 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29871
29872         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29873           fix for new error reporting
29874
29875 2004-01-20  David Schleef  <ds@schleef.org>
29876
29877         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29878         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29879         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29880         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29881         and neither is 100+, most likely.
29882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29883         (gst_xvimagesink_getcaps): same
29884
29885 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29886
29887         * configure.ac:
29888           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29889           clashes with ffmpeg.
29890
29891 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29892
29893         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29894         (gst_switch_init): Fixed switch element : proxying link and setting
29895         caps from src to sink on request.
29896
29897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29898
29899         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29900         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29901         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29902         fix element_error
29903
29904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29905
29906         * sys/v4l/v4l_calls.h:
29907         * sys/v4l2/v4l2_calls.h:
29908           element_error fixes
29909
29910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29911
29912         * gst-libs/gst/gst-i18n-plugin.h:
29913           add locale.h
29914           remove config.h inclusion
29915
29916 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29917
29918         * autogen.sh:
29919           adding autopoint invocation
29920         * Makefile.am:
29921         * configure.ac:
29922         * gst-libs/gst/gettext.h:
29923           adding gettext bits
29924         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29925         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29926         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29928         (gst_gnomevfssink_close_file):
29929         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29930         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29931         * gst-libs/gst/gst-i18n-plugin.h:
29932         * gst/avi/gstavi.c: (plugin_init):
29933         * sys/dxr3/dxr3init.c: (plugin_init):
29934         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29935         * sys/oss/gstossaudio.c: (plugin_init):
29936         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29937         * sys/v4l/gstv4l.c: (plugin_init):
29938         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29939         * sys/v4l2/gstv4l2.c: (plugin_init):
29940         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29941         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29942         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29943         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29944         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29945         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29946           make sure locale and translation domain are set
29947           fix translated strings
29948         * po/.cvsignore:
29949         * po/LINGUAS:
29950         * po/Makevars:
29951         * po/POTFILES.in:
29952         * po/nl.po:
29953           put translation files into place
29954         * sys/xvideo/imagetest.c: (main):
29955         * ext/dv/demo-play.c: (main):
29956           fix unnecessary translations
29957
29958 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29959
29960         * ext/sndfile/gstsf.c:
29961         * gst/avi/gstavimux.c:
29962         * ext/audiofile/gstafsink.c:
29963         * ext/audiofile/gstafsrc.c:
29964         * ext/gnomevfs/gstgnomevfssink.c:
29965         * ext/gnomevfs/gstgnomevfssrc.c:
29966         * sys/oss/gstosselement.c:
29967         * sys/v4l/v4l_calls.h:
29968           fix i18n include
29969
29970 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29971
29972         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29973         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29974         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29975         (gst_v4l2_get_output), (gst_v4l2_set_output),
29976         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29977         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29978         (gst_v4l2_set_attribute):
29979         update to new error handling
29980
29981 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29982
29983         * ext/sidplay/gstsiddec.cc:
29984         * gst/modplug/gstmodplug.cc:
29985           parenthese NULL because C++ seems angry about it
29986
29987 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29988
29989         * gst-libs/gst/gst-i18n-plugin.h:
29990           add skeleton i18n stuff, but needs to be further implemented
29991
29992 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29993
29994         * examples/gstplay/player.c: (main):
29995         * ext/aalib/gstaasink.c: (gst_aasink_open):
29996         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29999         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30000         (gst_afsink_close_file):
30001         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30002         (gst_afsrc_close_file):
30003         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30004         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30005         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30006         * ext/esd/esdmon.c: (gst_esdmon_get):
30007         * ext/esd/esdsink.c: (gst_esdsink_chain):
30008         * ext/faac/gstfaac.c: (gst_faac_chain):
30009         * ext/faad/gstfaad.c: (gst_faad_chain):
30010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30011         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30012         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30013         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30014         (gst_flacdec_loop):
30015         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30016         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30019         (gst_gnomevfssink_close_file):
30020         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30021         (gst_gnomevfssrc_open_file):
30022         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30023         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30024         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30025         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30026         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30027         * ext/mad/gstmad.c: (gst_mad_chain):
30028         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30029         * ext/mpeg2dec/gstmpeg2dec.c:
30030         * ext/mpeg2enc/gstmpeg2enc.cc:
30031         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30032         * ext/mplex/gstmplex.cc:
30033         * ext/mplex/gstmplexibitstream.cc:
30034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30035         (gst_ogg_demux_push), (gst_ogg_pad_push):
30036         * ext/raw1394/gstdv1394src.c:
30037         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30038         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30039         * ext/sidplay/gstsiddec.cc:
30040         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30041         (gst_sf_loop):
30042         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30043         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30044         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30046         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30047         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30048         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30049         * gst-libs/gst/Makefile.am:
30050         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30051         (gst_riff_read_element_data), (gst_riff_read_seek),
30052         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30053         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30055         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30057         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30058         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30059         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30060         * gst/goom/gstgoom.c: (gst_goom_chain):
30061         * gst/id3/gstid3types.c: (gst_id3types_loop):
30062         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30063         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30064         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30065         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30066         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30067         (gst_ebml_read_float), (gst_ebml_read_header):
30068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30069         (gst_matroska_demux_parse_blockgroup):
30070         * gst/modplug/gstmodplug.cc:
30071         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30073         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30074         * gst/silence/gstsilence.c: (gst_silence_get):
30075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30076         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30077         * gst/speed/gstspeed.c: (speed_loop):
30078         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30079         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30080         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30081         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30082         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30083         (gst_wavparse_loop):
30084         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30085         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30086         (dxr3audiosink_close):
30087         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30088         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30089         (dxr3videosink_close), (dxr3videosink_write_data):
30090         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30091         * sys/oss/gstosselement.h:
30092         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30093         (gst_osssink_chain):
30094         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30095         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30096         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30099         (gst_v4l_enable_overlay):
30100         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30101         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30102         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30103         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30104         (gst_v4l_set_audio):
30105         * sys/v4l/v4l_calls.h:
30106         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30107         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30108         (gst_v4lmjpegsink_playback_init),
30109         (gst_v4lmjpegsink_playback_start):
30110         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30111         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30112         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30113         (gst_v4lmjpegsrc_requeue_frame):
30114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30115         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30116         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30117         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30119         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30120         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30121         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30122         (gst_v4l2src_capture_stop):
30123         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30124         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30125         (gst_ximagesink_chain):
30126         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30127         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30128         (gst_xvideosink_xwindow_new):
30129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30130         (gst_xvimagesink_chain):
30131         use new error signal, function and categories
30132
30133 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30134
30135         * configure.ac:
30136         * ext/Makefile.am:
30137         * ext/musicbrainz/gsttrm.c:
30138         * ext/musicbrainz/gsttrm.h:
30139         * ext/musicbrainz/Makefile.am:
30140         Add a trm plugin
30141
30142 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30143
30144         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30145         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30146         synchronous property for debugging.
30147         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30149         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30150         smaller block, fixing indent.
30151
30152 2004-01-16  David Schleef  <ds@schleef.org>
30153
30154         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30155         property affects the video stream.
30156         * sys/xvimage/xvimagesink.c:
30157         * sys/xvimage/xvimagesink.h:
30158         Add synchronous property for debugging.  Should probably be
30159         disabled in non-CVS builds.  Make sure that the Xv attribute
30160         exists before we set it (crash!).  Fix a silly float bug that
30161         caused colorbalance to just not work.
30162
30163 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30164
30165         * tools/gst-launch-ext.in - update for new plugins
30166
30167 2004-01-16  David Schleef  <ds@schleef.org>
30168
30169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30170         already-freed caps.
30171
30172 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30173
30174         * Update spec for new colorspace plugin and libcaca plugin
30175         * Fix compilation of libcaca plugin (clock -> id)
30176
30177 2004-01-16  Julien MOUTTE <julien@moutte.net>
30178
30179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30180         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30181         (gst_xvimagesink_set_xwindow_id),
30182         (gst_xvimagesink_colorbalance_set_value),
30183         (gst_xvimagesink_colorbalance_get_value),
30184         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30185         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30186         correct colorbalance properties. They can now be set when the element
30187         is still in NULL state. The values will be committed to the Xv Port
30188         when xcontext is initialized.
30189         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30190         brightness int values in the GstXvImagesink structure.
30191
30192 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30193
30194         * gst-libs/gst/Makefile.am:
30195           restructure so having local patches works easier.
30196
30197 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30198
30199         * ext/mpeg2enc/Makefile.am:
30200         * ext/mpeg2enc/gstmpeg2enc.cc:
30201         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30202           Bugfix with respect to EOS handling.
30203
30204 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30205
30206         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30207           Link with right caps (else, it segfaults).
30208         * ext/mplex/gstmplexjob.cc:
30209           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30210
30211 2004-01-15  David Schleef  <ds@schleef.org>
30212
30213         * gst-libs/gst/audio/Makefile.am:
30214         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30215         from the template.
30216         * gst-libs/gst/audio/gstaudiofilter.c:
30217         * gst-libs/gst/audio/gstaudiofilter.h:
30218         Add bytes_per_sample and size and n_samples calculation.
30219         * gst-libs/gst/audio/gstaudiofilterexample.c:
30220         Remove, now autogenerated.
30221         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30222         Moved from gstaudiofilterexample, object name changed, code added
30223         so that it actually works.
30224         * gst-libs/gst/audio/make_filter:
30225         Script to build an audiofilter subclass from the template.
30226         * gst/colorspace/Makefile.am:
30227         * gst/colorspace/yuv2yuv.c:
30228         Remove file, since it's GPL, and we don't use it.
30229
30230 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30231
30232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30234         them use the buffer free function to test how the buffer was allocated.
30235
30236 2004-01-15  David Schleef  <ds@schleef.org>
30237
30238         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30239         that handles osssink fallback.
30240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30241         (gst_audio_convert_getcaps):
30242         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30243         Add audio/x-qdm2 for QDM2 audio.
30244         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30245         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30246         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30247         Decrease minimum size to 16x16.
30248         * gst/wavparse/gstwavparse.c:
30249         Convert disabled pad template caps to new caps.
30250         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30252         (gst_xvimagesink_chain): Throw element error when display cannot
30253         be opened.  Increase minimum framerate to 1.0.  Check the data
30254         free function on a buffer to make sure it is the type we expect
30255         before manipulating it.
30256
30257 2004-01-15  Julien MOUTTE <julien@moutte.net>
30258
30259         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30260         (gst_videobalance_colorbalance_set_value): Implement passthru if
30261         settings are in the middle.
30262         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30263
30264 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * gst/videofilter/Makefile.am:
30267         * gst/volume/Makefile.am:
30268           Since we use videofilter symbols, link to it.
30269
30270 2004-01-15  Julien MOUTTE <julien@moutte.net>
30271
30272         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30273         mixer interface type to HARDWARE.
30274         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30275         type to SOFTWARE.
30276         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30277         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30278         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30279         (gst_volume_interface_init), (gst_volume_list_tracks),
30280         (gst_volume_set_volume), (gst_volume_get_volume),
30281         (gst_volume_set_mute), (gst_volume_mixer_init),
30282         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30283         (volume_init): Implementing mixer interface.
30284         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30285         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30286         (gst_osselement_change_state): Removing some trailing commas in
30287         structures.
30288         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30289         interface type to HARDWARE.
30290         * sys/v4l/gstv4lcolorbalance.c:
30291         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30292         type to HARDWARE.
30293         * sys/v4l2/gstv4l2colorbalance.c:
30294         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30295         interface type to HARDWARE.
30296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30297         same code than ximagesink for event handling.
30298
30299 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30300
30301         * ext/snapshot/Makefile.am:
30302         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30303         (gst_snapshot_chain):
30304         * ext/snapshot/gstsnapshot.h:
30305           This has to be a joke... Snapshot should be connected to a tee,
30306           colorspace element before it and EOS after that, where the other
30307           src of the tee receives normal data.
30308           The current way is *wrong*.
30309
30310 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * ext/hermes/gsthermescolorspace.c:
30313           Fix another compile error. Same as below.
30314
30315 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30316
30317         * gst/colorspace/gstcolorspace.c:
30318         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30319         (gst_colorspace_i420_to_yv12):
30320           Fix compiling... Didn't test if it actually works.
30321
30322 2004-01-15  David Schleef  <ds@schleef.org>
30323
30324         * configure.ac:
30325         * gst/colorspace/Makefile.am:
30326         * gst/colorspace/gstcolorspace.c:
30327         * gst/colorspace/gstcolorspace.h:
30328         * gst/colorspace/yuv2rgb.c:
30329         * gst/colorspace/yuv2rgb.h:
30330         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30331         code and GPL code.  Fix for new caps negotiation.  Rewrite
30332         much of the format handling code, and some of the conversion
30333         code.  Basically, rewrote almost everything.  This element
30334         handles I420, YV12 to RGB conversions.
30335         * ext/hermes/Makefile.am:
30336         * ext/hermes/gsthermescolorspace.c:
30337         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30338         Remove non-Hermes related code.  This element handles lots of
30339         RGB to RGB conversions, but no YUV.
30340         * ext/hermes/gstcolorspace.c:
30341         * ext/hermes/gstcolorspace.h:
30342         * ext/hermes/rgb2yuv.c:
30343         * ext/hermes/yuv2rgb.c:
30344         * ext/hermes/yuv2rgb.h:
30345         * ext/hermes/yuv2rgb_mmx16.s:
30346         * ext/hermes/yuv2yuv.c:
30347         * ext/hermes/yuv2yuv.h:
30348         Remove old code.
30349
30350 2004-01-14  Colin Walters  <walters@verbum.org>
30351
30352         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30353         they've already been.
30354
30355 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30356
30357         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30358           assume tag mode when pad is not connected
30359
30360 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30361
30362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30363           Don't update the time of the clock
30364         (gst_alsa_sink_loop):
30365           sync to the clock given to alsasink, not the own clock
30366         * sys/oss/gstosssink.c: (gst_osssink_chain):
30367           sync to the clock
30368         (gst_osssink_change_state):
30369           activate the clock
30370         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30372           remove bogus code that made DISCONT events unhandled
30373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30374           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30375           #131502)
30376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30377         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30378         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30379           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30380           2nd warning in bug #131502)
30381
30382 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30383
30384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30385         (gst_videobalance_colorbalance_set_value),
30386         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30387         for colorbalance interface implementation.
30388         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30389         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30390         (gst_ximagesink_dispose), (gst_ximagesink_init),
30391         (gst_ximagesink_class_init): Adding DISPLAY property.
30392         * sys/ximage/ximagesink.h: Adding display_name to store display.
30393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30394         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30395         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30396         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30397         properties (they still need polishing though for gst-launch use : no
30398         xcontext yet, i ll do that tomorrow).
30399         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30400
30401 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30402
30403         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30404         (gst_play_set_location), (gst_play_set_visualization): Preparing
30405         switch integration, adding videobalance in the pipeline.
30406
30407 2004-01-14  Julien MOUTTE <julien@moutte.net>
30408
30409         * gst-libs/gst/colorbalance/colorbalance.c:
30410         (gst_color_balance_class_init): Adding a default type.
30411         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30412         the type.
30413         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30414         (gst_videobalance_dispose), (gst_videobalance_class_init),
30415         (gst_videobalance_init), (gst_videobalance_interface_supported),
30416         (gst_videobalance_interface_init),
30417         (gst_videobalance_colorbalance_list_channels),
30418         (gst_videobalance_colorbalance_set_value),
30419         (gst_videobalance_colorbalance_get_value),
30420         (gst_videobalance_colorbalance_init): Implementing colorbalance
30421         interface.
30422         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30423         list.
30424         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30425         bug which was triggering a BadAccess X error when setting an overlay
30426         before pad was really negotiated.
30427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30428         Using the colorbalance type macro.
30429
30430 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30431
30432         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30433         (gst_flacenc_chain):
30434           handle tags correctly
30435         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30436           extract ID3v1 tags correctly
30437
30438 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30439
30440         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30441         (plugin_init):
30442           Improve matroska typefinding for odd-typed headers...
30443
30444 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30445
30446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30447           Fix for using incremental number on padnames.
30448
30449 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30450
30451         * ext/divx/gstdivxdec.c:
30452         * ext/divx/gstdivxenc.c:
30453           Set category to divx4linux instead of divx (too generic).
30454         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30455         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30456         (gst_wavparse_loop), (gst_wavparse_change_state):
30457         * gst/wavparse/gstwavparse.h:
30458           fix parsing of WAV files with non-standard fmt-tag size and fix
30459           skipping of unrecognized chunks... Someone please fix this thing
30460           to use rifflib so all this is automated.
30461         * sys/v4l/Makefile.am:
30462         * sys/v4l2/Makefile.am:
30463           Add X_CFLAGS because we depend on X (for overlay).
30464
30465 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30466
30467         * ext/mpeg2dec/gstmpeg2dec.c:
30468           Don't issue a timestamp unless we tagged the frame
30469           with a PTS.
30470
30471 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30472
30473         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30474           Query the audio element to get the time, not the clock. We're
30475           interested in the element's time here.
30476
30477 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30478
30479         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30481         * ext/esd/esdsink.c: (gst_esdsink_chain):
30482         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30483         * ext/mas/massink.c: (gst_massink_chain):
30484         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30486         (gst_matroska_demux_parse_metadata):
30487         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30488         (gst_mpeg_parse_release_locks):
30489         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30490         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30491         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30492         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30493         (gst_osssink_change_state):
30494         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30495         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30496         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30497         (gst_xvideosink_release_locks):
30498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30499           use element time.
30500         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30501         (gst_alsa_clock_stop):
30502         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30503         (gst_audio_clock_get_internal_time):
30504           simplify for use with new clocking code.
30505         * testsuite/alsa/Makefile.am:
30506         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30507           fix testsuite for new caps system
30508
30509 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30510
30511         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30512         * ext/flac/gstflacenc.c: (add_one_tag):
30513           length is already host endian, no need to convert. Fixes playback of
30514           tagged files on PPC. (bug #128384)
30515
30516 2004-01-13  Julien MOUTTE <julien@moutte.net>
30517
30518         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30519         colorbalance interface stating if it is hardware based or software
30520         based.
30521         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30522         Removing a trailing comma.
30523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30524         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30525         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30526         the documentation seems to be wrong on the -1000 to 1000 interval.
30527
30528 2004-01-12  David Schleef  <ds@schleef.org>
30529
30530         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30531         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30532         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30533         Fix negotiation.  Add a bufferalloc function for the sink pad,
30534         and generally clean up some of the code.
30535
30536 2004-01-12  Julien MOUTTE <julien@moutte.net>
30537
30538         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30539         (gst_color_balance_channel_dispose): Adding safety check in dispose
30540         method.
30541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30542         (gst_xvimagesink_xcontext_clear),
30543         (gst_xvimagesink_interface_supported),
30544         (gst_xvimagesink_colorbalance_list_channels),
30545         (gst_xvimagesink_colorbalance_set_value),
30546         (gst_xvimagesink_colorbalance_get_value),
30547         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30548         Adding colorbalance interface support to set XV parameters such as
30549         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30550         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30551         interface.
30552
30553 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30556         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30557         (gst_audio_convert_init), (gst_audio_convert_set_property),
30558         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30559         (gst_audio_convert_link),
30560         (gst_audio_convert_buffer_to_default_format),
30561         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30562           - implement _getcaps and use it
30563           - improve linking
30564           - remove float caps since no float conversion is actually done
30565           - remove properties and arguments that were to be used for rate
30566             conversion
30567
30568 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30569
30570         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30571         (gst_audio_structure_set_int):
30572         * gst-libs/gst/audio/audio.h:
30573           add helper functions for _getcaps matching the standard audio
30574           templates
30575
30576 2004-01-12  David Schleef  <ds@schleef.org>
30577
30578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30579         Test that pad is negotiated before getting its caps.
30580
30581 2004-01-12  Julien MOUTTE <julien@moutte.net>
30582
30583         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30584         analyzing the pads of an element the bin is mostly in READY state so
30585         no caps were negotiated. This helper function needs to work with
30586         _get_caps directly then. I was not freeing them though, added that to
30587         fix the mem leak.
30588
30589 2004-01-12  Julien MOUTTE <julien@moutte.net>
30590
30591         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30593         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30594         than the free_func.
30595
30596 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30597
30598         * sys/oss/gstossaudio.c: (plugin_init):
30599         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30600         * sys/oss/gstosselement.h:
30601           make an oss debugging category
30602           make failure more descriptive
30603
30604 2004-01-11  David Schleef  <ds@schleef.org>
30605
30606         * ext/ffmpeg/gstffmpeg.c:
30607         * ext/ffmpeg/gstffmpegcodecmap.c:
30608         * ext/ffmpeg/gstffmpegdec.c:
30609         * ext/ffmpeg/gstffmpegenc.c:
30610         * ext/ffmpeg/gstffmpegprotocol.c:
30611         * ext/gdk_pixbuf/gstgdkanimation.c:
30612         * ext/jpeg/gstjpeg.c:
30613         * ext/libpng/gstpng.c:
30614         * ext/mpeg2dec/perftest.c:
30615         * ext/speex/gstspeex.c:
30616         * gst-libs/gst/resample/dtos.c:
30617         * gst/intfloat/gstintfloatconvert.c:
30618         * gst/oneton/gstoneton.c:
30619         * gst/rtjpeg/RTjpeg.c:
30620         * gst/rtp/gstrtp.c:
30621         * sys/dxr3/dxr3init.c:
30622         * sys/glsink/gstgl_nvimage.c:
30623         * sys/glsink/gstgl_pdrimage.c:
30624         * sys/glsink/gstglsink.c:
30625         * testsuite/gst-lint:
30626         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30627
30628 2004-01-11  David Schleef  <ds@schleef.org>
30629
30630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30631         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30632         * ext/gdk_pixbuf/gstgdkanimation.c:
30633         (gst_gdk_animation_iter_create_pixbuf):
30634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30635         (gst_gdk_pixbuf_chain):
30636         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30637         * ext/jack/gstjack.c: (gst_jack_change_state):
30638         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30639         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30640         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30641         * gst/videofilter/gstvideofilter.c:
30642         (gst_videofilter_set_output_size):
30643         Remove all usage of gst_pad_get_caps(), and replace it with
30644         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30645
30646 2004-01-11  David Schleef  <ds@schleef.org>
30647
30648         * configure.ac:
30649         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30650         * ext/divx/gstdivxdec.c:
30651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30652         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30653         handle images that span multiple buffers.  Now work with both
30654         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30655         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30656         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30657         video/video.h changes
30658         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30660         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30661         of GstData free function.
30662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30663         same.
30664
30665 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30666
30667         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30668         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30669         (gst_v4l2element_get_property):
30670         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30671           add norm, channel and frequency properties.
30672         * sys/v4l2/gstv4l2tuner.c:
30673           fixes for tuner interface changes
30674         * sys/v4l2/gstv4l2element.h:
30675         * sys/v4l2/gstv4l2src.c:
30676         * sys/v4l2/gstv4l2src.h:
30677         * sys/v4l2/v4l2src_calls.c:
30678         * sys/v4l2/v4l2src_calls.h:
30679           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30680
30681 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30682
30683         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30684         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30685         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30686         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30687         * gst-libs/gst/tuner/tuner.h:
30688           GObjects aren't const.
30689           Add find_by_name functions.
30690           Add checks to _changed functions.
30691         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30692         (gst_v4l_tuner_get_norm):
30693           Fixes for above.
30694
30695 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30696
30697         * gst-libs/gst/video/video.h:
30698           Fix caps template names to be understandable.
30699           Prefix everything with GST_VIDEO.
30700         * ext/aalib/gstaasink.c:
30701         * ext/divx/gstdivxdec.c:
30702         * ext/divx/gstdivxenc.c:
30703         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30704         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30705         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30706         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30707         * ext/libcaca/gstcacasink.c:
30708         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30709         * ext/snapshot/gstsnapshot.c:
30710         * ext/swfdec/gstswfdec.c:
30711         * ext/xvid/gstxviddec.c:
30712         * ext/xvid/gstxvidenc.c:
30713         * gst/chart/gstchart.c:
30714         * gst/deinterlace/gstdeinterlace.c:
30715         * gst/effectv/gsteffectv.c:
30716         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30717         * gst/goom/gstgoom.c:
30718         * gst/median/gstmedian.c:
30719         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30720         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30721         * gst/overlay/gstoverlay.c:
30722         * gst/smooth/gstsmooth.c:
30723         * gst/smpte/gstsmpte.c:
30724         * gst/synaesthesia/gstsynaesthesia.c:
30725         * gst/videocrop/gstvideocrop.c:
30726         * gst/videodrop/gstvideodrop.c:
30727         * gst/y4m/gsty4mencode.c:
30728         * sys/qcam/gstqcamsrc.c:
30729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30730           Make them work with new video.h file.
30731         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30732         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30734         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30735           Make it work with new buffer allocation system.
30736
30737 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30738
30739         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30740         pad_alloc_buffer implementation to use ->srcpad
30741         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30742         pad_alloc_buffer implementation to use ->srcpad
30743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30744         pad_alloc_buffer implementation to use ->srcpad
30745         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30746         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30747         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30748         a reference to everything we need.
30749         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30751         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30752         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30753         a reference to everything we need.
30754         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30755
30756 2004-01-11  David Schleef  <ds@schleef.org>
30757
30758         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30759         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30760         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30761         structure members.
30762         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30763         value during a resize/renegotiation.
30764         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30765         gst_pad_alloc_buffer();
30766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30767         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30768         structure members.
30769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30770         Fix for rename of buffer private structure members.
30771         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30772         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30773         Fix for rename of buffer private structure members.
30774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30775         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30776         Fix for rename of buffer private structure members.
30777
30778 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30779
30780         reviewed by: David Schleef <ds@schleef.org>
30781
30782         * gst/videofilter/Makefile.am:
30783         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30784         from the patch by ds to fit in with recent make_filter changes.
30785
30786 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30787
30788         * configure.ac: Adding examples/switch/Makefile
30789         * examples/Makefile.am: Adding examples/switch
30790         * examples/switch/Makefile.am: Adding switcher example.
30791         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30792         (switch_timer), (main): Adding an example demonstrating switch usage
30793         with 2 videotestsrc showing different patterns.
30794         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30795         (gst_switch_init): Fixing switch with the new caps system.
30796
30797 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30798
30799         * gst-libs/gst/video/video.h:
30800           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30801           They should probably be like
30802           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30803
30804 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30805
30806         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30807         (qtdemux_parse_trak):
30808           fix audio chunk size/timestamp calculation
30809
30810 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30811
30812         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30813           fix SVQ3 caps
30814
30815 2004-01-11  Steve Baker  <steve@stevebaker.org>
30816
30817         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30818         (gst_agingtv_base_init), (gst_agingtv_class_init),
30819         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30820         (gst_agingtv_set_property), (gst_agingtv_get_property):
30821         Port agingTV to videofilter
30822
30823 2004-01-09  Julien MOUTTE <julien@moutte.net>
30824
30825         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30826         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30827
30828 2004-01-09  Julien MOUTTE <julien@moutte.net>
30829
30830         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30831         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30832         * gst-libs/gst/xoverlay/xoverlay.c:
30833         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30834         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30835         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30837         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30838         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30839         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30840         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30841         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30842         interface implementation to handle xid being 0 and fix some bugs
30843         triggered by Benjamin's testcase.
30844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30845         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30846         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30847         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30848         interface implementation to handle xid being 0 and fix some bugs
30849         triggered by Benjamin's testcase.
30850
30851 2004-01-09  David Schleef  <ds@schleef.org>
30852
30853         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30854         mouse pointer events.  It works.
30855
30856 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30857
30858         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30859           Use explicit caps - fix capsnego.
30860         * ext/xvid/gstxviddec.c:
30861         * ext/xvid/gstxvidenc.c:
30862           Remove macro-inside-macro which caused compile errors.
30863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30864           Error out if it's not a RIFF file. Else we error out without
30865           gst_element_error() which is not good...
30866
30867 2004-01-08  David Schleef  <ds@schleef.org>
30868
30869         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30870         Fix pad_link function to handle formats that ffmpeg returns
30871         as multiple caps structures.
30872         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30873         Only complain if source buffer is _smaller_ than expected.
30874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30875         (gst_videoscale_handle_src_event): Resize navigation events
30876         when passing them upstream.
30877         * gst/videotestsrc/gstvideotestsrc.c:
30878         * gst/videotestsrc/gstvideotestsrc.h:
30879         * gst/videotestsrc/videotestsrc.c:
30880         * gst/videotestsrc/videotestsrc.h:
30881         Rewrite many of the buffer painting functions to handle odd
30882         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30883         been verified to work with my video card.
30884         * testsuite/gst-lint:  Add check for elements calling
30885         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30886
30887 2004-01-08  David Schleef  <ds@schleef.org>
30888
30889         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30890         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30891
30892 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30893
30894         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30895         configure event is not emiting the desired size signal. That fixes
30896         aspect ratio issues with gst-player.
30897
30898 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30901           Fix capsnego.
30902
30903 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30904
30905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30906         public method to fire size signal.
30907
30908 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30909
30910         * examples/gstplay/Makefile.am: Adding the interface library.
30911         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30912         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30913         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30914         GST_IS_X_OVERLAY before signal connect.
30915         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30916         Removing the have_video_size signal.
30917         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30918         and associated public method.
30919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30920         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30921         signal.
30922         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30923         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30924         signal.
30925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30926         Using XOverlay public method to fire size signal.
30927
30928 2004-01-07  David Schleef  <ds@schleef.org>
30929
30930         * gst/videofilter/Makefile.am:
30931         * gst/videofilter/gstvideotemplate.c:
30932         * gst/videofilter/make_filter:
30933         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30934         Convert make_filter to /bin/sh script.
30935
30936 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30937
30938         * gst/modplug/gstmodplug.cc: fix element description
30939
30940 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30941
30942         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30943         (got_video_size): Adding some new lines in g_print calls.
30944         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30945         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30946         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30947         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30948         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30950         Complete code review, reverting some stuff i disagree with, adding
30951         some fixes : time synchronization on invalid timestamps, renegotiation
30952         of private window.
30953         * sys/ximage/ximagesink.h:
30954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30955         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30956         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30957         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30958         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30959         (gst_xvimagesink_buffer_new),
30960         (gst_xvimagesink_navigation_send_event),
30961         (gst_xvimagesink_set_xwindow_id),
30962         (gst_xvimagesink_get_desired_size),
30963         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30964         stuff i disagree with, adding some fixes : Renegotiation of private
30965         window, implementing get_desired_size.
30966
30967 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30968
30969         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30970         (gst_afsink_handle_event):
30971         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30972         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30973         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30974         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30975         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30976           Fix for instantiate-test (see core). Also remove dead code from
30977           jpegenc (which still needs fixing, but that's lower on my TODO
30978           list...).
30979         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30980           Never return NULL as caps.
30981
30982 2004-01-07  David Schleef  <ds@schleef.org>
30983
30984         * configure.ac:
30985         * ext/Makefile.am:
30986         * ext/librfb/Makefile.am:
30987         * ext/librfb/gstrfbsrc.c:
30988         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30989         is the protocol used by VNC.
30990
30991 2004-01-07  David Schleef  <ds@schleef.org>
30992
30993         * gst/videofilter/gstvideotemplate.c:
30994         * gst/videofilter/gstvideotemplate.h:
30995         * gst/videofilter/make_filter:
30996         Merge videotemplate header into source file.
30997         * gst/effectv/Makefile.am:
30998         * gst/effectv/gsteffectv.c: (plugin_init):
30999         * gst/effectv/gstwarp.c:
31000         Make warpTV a subclass of videofilter.
31001
31002 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31003
31004         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31005           Add guard against invalid utf-8 conversions in mad. Just in case.
31006
31007 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31008
31009         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31010           Fix for bug shown by poisoning
31011
31012 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31013
31014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31015         (gst_v4lmjpegsrc_buffer_free):
31016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31017         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31018         (gst_v4lsrc_buffer_free):
31019           Fix for removed bufferpools.
31020
31021 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31022
31023         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31024         Fix caps negotiation.
31025
31026         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31027         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31028         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31029         (dvdnavsrc_event):
31030         * ext/mpeg2dec/gstmpeg2dec.c:
31031         * gst-libs/gst/navigation/navigation.c:
31032         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31033         * gst-libs/gst/navigation/navigation.h:
31034         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31035         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31037         Super-simple first version of mouse and keyboard events. Clicking
31038         on a DVD menu now works, although it may not take you where you
31039         expected.
31040
31041         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31042         * gst/videotestsrc/gstvideotestsrc.c:
31043         (gst_videotestsrc_src_fixate):
31044         These fixate functions were broken - they never actually
31045         fixated :)
31046
31047 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31048
31049         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31050         (gst_icecastsend_init):
31051           fix for new caps system.
31052         * gst-libs/gst/mixer/mixertrack.h:
31053         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31054           Add 'master track' flag (for tools like ACME that only want to
31055           change the main volume).
31056
31057 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31058
31059         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31060         (gst_xvid_csp_to_caps):
31061         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31062         * ext/xvid/gstxvidenc.c:
31063         ifdef out ARGB type when it isn't available
31064         in xvidcore 1.0.0beta2
31065
31066 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31067
31068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31069           When we have received a new SCR right in the first buffer after
31070           a seek (so in the same cycle that handles the discont), we should
31071           handle the buffer instead of unreffing it, else we lose data.
31072
31073 2004-01-06  Iain <iain@prettypeople.org>
31074
31075         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31076           buffer-frames caps too.
31077
31078         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31079           caps that we need, don't destroy them all and rebuild them. And when
31080           creating src pads, use the src pad template rather than the sink...
31081
31082 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31083
31084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31085           Add pad to element *after* setting functions such as event handler.
31086           Without this, the scheduler (opt) will link pads, set the event
31087           handler from the default event function (dispatcher in gstpad.c)
31088           and *after* that, we will set our own event function, which will
31089           thus never be used (and thus mpegdemux doesn't handle events).
31090
31091 2004-01-04  David Schleef  <ds@schleef.org>
31092
31093         Fix the fixate functions to handle new prototype:
31094         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31095         * gst/videotestsrc/gstvideotestsrc.c:
31096         (gst_videotestsrc_src_fixate):
31097         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31098         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31100
31101 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31102
31103         * sys/ximage/ximagesink.h:
31104         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31105         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31106         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31107         (gst_ximagesink_xoverlay_init):
31108           assorted fixes to make (re)embedding work
31109         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31110         (gst_ximagesink_get_desired_size):
31111           implement desired size additions to XOverlay
31112
31113 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31114
31115         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31116         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31117         (gst_x_overlay_got_desired_size):
31118         * gst-libs/gst/xoverlay/xoverlay.h:
31119           Add optional "desired size" signal and querying.
31120
31121 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31122
31123         * gst/matroska/matroska-demux.c:
31124         (gst_matroska_demux_parse_blockgroup):
31125           Fix EBML-laced block parsing. Diffs are relative to previous
31126           lace, not the first lace. Thanks to Mosu from the Matroska
31127           team for detecting this.
31128         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31129         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31130         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31131         (gst_wavparse_change_state):
31132         * gst/wavparse/gstwavparse.h:
31133           Quickfix for capsnego.
31134
31135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31136
31137         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31138           Fix indenting, fix pad creation.
31139
31140 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31141
31142         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31143         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31144         (gst_xviddec_sink_link):
31145           Implement src_getcaps() so proper size caps is negotiated.
31146
31147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31148
31149         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31150           Finish flac decoder on EOS. See #116178.
31151
31152 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31153
31154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31155         (gst_matroska_demux_add_stream):
31156         * gst/matroska/matroska-ids.h:
31157           Add getcaps() function to fix capsnego...
31158
31159 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31160
31161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31162         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31164           Fix more integer overflows. Again, see #126967.
31165
31166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31167
31168         * ext/mpeg2dec/gstmpeg2dec.c:
31169           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31170           #130416.
31171
31172 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31173
31174         * configure.ac:
31175         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31176         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31177         * ext/xvid/gstxvid.h:
31178         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31179         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31180         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31181         (gst_xviddec_change_state):
31182         * ext/xvid/gstxviddec.h:
31183         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31184         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31185         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31186         (gst_xvidenc_link), (gst_xvidenc_set_property),
31187         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31188         * ext/xvid/gstxvidenc.h:
31189           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31190
31191 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31192
31193         * gst/rtp/rtp-packet.c:
31194           Add sys/types.h include, since OS X doesn't define in_addr_t
31195           in netinet/in.h, like it does on Linux (see #129600).
31196
31197 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31198
31199         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31200
31201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31202           Correct logic of dispose function (see #129306).
31203
31204 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31205
31206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31207         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31208         (gst_mpeg_parse_init):
31209         * gst/mpegstream/gstmpegparse.h:
31210           Remove clock (which was never provided, i.e. dead code), and
31211           also fix integer overflows at high PTS values (see #126967).
31212
31213 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31214
31215         * ext/flac/gstflacdec.c:
31216         * ext/libpng/gstpngenc.h:
31217         * ext/mikmod/gstmikmod.h:
31218           OS X fixes (see #126628).
31219
31220 2004-01-02  David Schleef  <ds@schleef.org>
31221
31222         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31223         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31224         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31225         (gst_mpeg_parse_class_init): Move pad template registration
31226         to class_init, since the derived class (mpegdemux) doesn't
31227         want them.
31228
31229 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31230
31231         * sys/ximage/Makefile.am:
31232         * sys/xvideo/Makefile.am:
31233         * sys/xvimage/Makefile.am:
31234           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31235           after installation (see #127664).
31236
31237 2004-01-02  David Schleef  <ds@schleef.org>
31238
31239         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31240         (gst_ffmpegenc_connect):  Negotiation fixes.
31241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31242         Remove inappropriate gst_caps_free().
31243         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31244         Reenable Ronald's internal resize code, since the core handles
31245         it correctly now.
31246
31247 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31248
31249         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31250         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31251         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31252           Fix pad template stuff.
31253
31254 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31255
31256         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31257         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31258           fix signed integer reading/writing.
31259
31260 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31261
31262         * ext/alsa/README:
31263           Remove outdated document
31264
31265 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31266
31267         * gst/cutter/gstcutter.c: (gst_cutter_init):
31268           src pad was being created twice - oops.
31269
31270 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31271
31272         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31273           Comment out internal resize. It doesn't handle the resulting
31274           XEvent internally, does another try_set_caps() which leads to
31275           a really nice loop.
31276           Real fix will come when Julien and Dave are awake. ;).
31277
31278 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31279
31280         * ext/mpeg2enc/gstmpeg2enc.cc:
31281           fix const/nonconst compile issue.
31282
31283 2004-01-02  David Schleef  <ds@schleef.org>
31284
31285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31286         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31287         Add fixate function and a check for bad formats.
31288
31289 2004-01-01  David Schleef  <ds@schleef.org>
31290
31291         Negotiation fixes:
31292         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31293         (gst_audiofilter_init):
31294         * gst/debug/efence.c: (gst_efence_init):
31295         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31296         (gst_deinterlace_init):
31297         * gst/volume/gstvolume.c: (volume_connect):
31298
31299 2004-01-01  David Schleef  <ds@schleef.org>
31300
31301         Convert elements to use gst_pad_use_explicit_caps() where
31302         appropriate:
31303         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31304         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31305         (gst_afparse_open_file):
31306         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31307         (gst_afsrc_open_file):
31308         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31309         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31310         (gst_ffmpegdec_chain):
31311         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31312         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31314         (gst_gdk_pixbuf_chain):
31315         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31316         (gst_jpegdec_chain):
31317         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31318         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31319         (gst_mikmod_negotiate):
31320         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31321         (gst_mpeg2dec_negotiate_format):
31322         * ext/mpeg2enc/gstmpeg2enc.cc:
31323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31324         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31325         (gst_speexdec_sinkconnect):
31326         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31327         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31328         (gst_vorbisfile_new_link):
31329         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31330         (gst_ac3parse_chain):
31331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31332         (gst_asf_demux_setup_pad):
31333         * gst/auparse/gstauparse.c: (gst_auparse_init),
31334         (gst_auparse_chain):
31335         * gst/id3/gstid3types.c: (gst_id3types_loop):
31336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31337         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31338         (mp1videoparse_parse_seq):
31339         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31340         (bpf_from_header):
31341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31342         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31343         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31344         (gst_mpeg_parse_send_data):
31345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31346         (gst_qtdemux_add_stream):
31347         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31348         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31349         (gst_wavparse_parse_fmt):
31350
31351 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31352
31353         * configure.ac:
31354           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31355           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31356           it therefore uses the wrong include paths. Too bad... Note
31357           that 1.6.1.93 is not release yet. ;).
31358           Also add a check for mplex, which is now using the lib'ified
31359           mplex from mjpegtools, too.
31360         * ext/ffmpeg/gstffmpegcodecmap.c:
31361           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31362           issues. I don't think ffmpeg handles 3ivx correctly, so this
31363           probably won't work. But it won't hurt either.
31364         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31365         (gst_ffmpegdec_chain):
31366         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31367         (gst_ffmpegenc_chain_audio):
31368           Fix memleak in audio encoding. Close codec if open fails, this
31369           calls the cleanup routines so we can re-use the context.
31370         * ext/mpeg2enc/gstmpeg2enc.cc:
31371           Fix pad template names/types, fix memory issue with getcaps().
31372         * ext/mpeg2enc/gstmpeg2encoder.cc:
31373         * ext/mpeg2enc/gstmpeg2encoder.hh:
31374           Fix compile issue with new caps system (const thingy).
31375         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31376         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31377           We read a first frame right on initing, so that we have a caps
31378           when we init the output. This caps is cached in padprivate and
31379           read as first frame.
31380         * ext/mplex/Makefile.am:
31381         * ext/mplex/gstmplex.cc:
31382         * ext/mplex/gstmplex.h:
31383         * ext/mplex/gstmplex.hh:
31384         * ext/mplex/gstmplexibitstream.cc:
31385         * ext/mplex/gstmplexibitstream.hh:
31386         * ext/mplex/gstmplexjob.cc:
31387         * ext/mplex/gstmplexjob.hh:
31388         * ext/mplex/gstmplexoutputstream.cc:
31389         * ext/mplex/gstmplexoutputstream.hh:
31390           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31391           had issues, didn't do capsnego, supported only a subset of the
31392           mplex features and required a mplex fork in our local CVS. Plus
31393           that it worked agaist a very old mplex version. Rewriting was
31394           faster than updating it.
31395         * gst-libs/ext/Makefile.am:
31396         * gst-libs/ext/mplex/INSTRUCT:
31397         * gst-libs/ext/mplex/Makefile.am:
31398         * gst-libs/ext/mplex/README:
31399         * gst-libs/ext/mplex/TODO:
31400         * gst-libs/ext/mplex/ac3strm_in.cc:
31401         * gst-libs/ext/mplex/audiostrm.hh:
31402         * gst-libs/ext/mplex/audiostrm_out.cc:
31403         * gst-libs/ext/mplex/aunit.hh:
31404         * gst-libs/ext/mplex/bits.cc:
31405         * gst-libs/ext/mplex/bits.hh:
31406         * gst-libs/ext/mplex/buffer.cc:
31407         * gst-libs/ext/mplex/buffer.hh:
31408         * gst-libs/ext/mplex/fastintfns.h:
31409         * gst-libs/ext/mplex/format_codes.h:
31410         * gst-libs/ext/mplex/inputstrm.cc:
31411         * gst-libs/ext/mplex/inputstrm.hh:
31412         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31413         * gst-libs/ext/mplex/mjpeg_logging.cc:
31414         * gst-libs/ext/mplex/mjpeg_logging.h:
31415         * gst-libs/ext/mplex/mjpeg_types.h:
31416         * gst-libs/ext/mplex/mpastrm_in.cc:
31417         * gst-libs/ext/mplex/mpegconsts.cc:
31418         * gst-libs/ext/mplex/mpegconsts.h:
31419         * gst-libs/ext/mplex/mplexconsts.hh:
31420         * gst-libs/ext/mplex/multplex.cc:
31421         * gst-libs/ext/mplex/outputstream.hh:
31422         * gst-libs/ext/mplex/padstrm.cc:
31423         * gst-libs/ext/mplex/padstrm.hh:
31424         * gst-libs/ext/mplex/stillsstream.cc:
31425         * gst-libs/ext/mplex/stillsstream.hh:
31426         * gst-libs/ext/mplex/systems.cc:
31427         * gst-libs/ext/mplex/systems.hh:
31428         * gst-libs/ext/mplex/vector.cc:
31429         * gst-libs/ext/mplex/vector.hh:
31430         * gst-libs/ext/mplex/videostrm.hh:
31431         * gst-libs/ext/mplex/videostrm_in.cc:
31432         * gst-libs/ext/mplex/videostrm_out.cc:
31433         * gst-libs/ext/mplex/yuv4mpeg.cc:
31434         * gst-libs/ext/mplex/yuv4mpeg.h:
31435         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31436         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31437           We don't fork mjpegtools' mplex in our CVS anymore.
31438         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31439         (gst_avi_demux_add_stream):
31440         * gst/avi/gstavidemux.h:
31441           Add getcaps() function for proper caps nego. This makes some
31442           parts of AVI playback/reading work.
31443         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31444           Resize window on new capsnego. This is probably wrong, but
31445           I'm still committing it because with current capsnego, the
31446           first successfull capsnego is auto-fixated, therefore rounded
31447           down to the lowest values in the caps. this results in a 16x16
31448           XWindow that is not reized when real capsnego finishes.
31449           Dave, I see more cases of this, do you know a proper solution?
31450         * tools/gst-launch-ext.in:
31451           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31452
31453 2003-12-31  David Schleef  <ds@schleef.org>
31454
31455         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31456         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31457           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31458
31459 2003-12-30  David Schleef  <ds@schleef.org>
31460
31461         * ext/ffmpeg/gstffmpegcolorspace.c:
31462         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31463         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31464         (gst_ffmpegcsp_chain): Negotiation fixes
31465         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31467         (gst_audio_convert_link), (gst_audio_convert_channels):
31468         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31469         (gst_audioscale_link), (gst_audioscale_get_buffer),
31470         (gst_audioscale_chain): Negotiation fixes
31471         * gst/audioscale/gstaudioscale.h:
31472         * gst/videofilter/gstvideofilter.c:
31473         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31474         (gst_videofilter_link), (gst_videofilter_init),
31475         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31476         (gst_videofilter_find_format_by_structure):
31477         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31479         (gst_videoscale_link):
31480         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31481         (videoscale_find_by_structure), (gst_videoscale_setup):
31482         * gst/videoscale/videoscale.h: Negotiation fixes
31483         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31484         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31485         function, restrict resizing to a multiple of 4 (hack until
31486         everyone supports odd sizes correctly).
31487
31488 2003-12-29  Colin Walters  <walters@verbum.org>
31489
31490         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31491         signed.
31492
31493 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31494
31495         * ext/sndfile/gstsf.c: (gst_sf_loop):
31496           Fix warning about discarding const qualifier
31497
31498 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31499
31500         * gst/cutter/gstcutter.c:
31501         * gst/videoscale/gstvideoscale.c:
31502         * gst/volenv/gstvolenv.c:
31503         * gst-libs/gst/audio/audio.c:
31504         * gst-libs/gst/video/video.c:
31505           Fix warnings
31506
31507 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31508
31509         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31510           Don't send ALSA debugging to stderr.
31511         * ext/alsa/gstalsa.h:
31512           Use GST_WARNING instead of g_warning when ALSA functions fail.
31513
31514 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31515
31516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31517           Free XVAdapterInfo correctly.
31518
31519 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31520
31521         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31522         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31523           Make id3tag use correct caps nego.
31524
31525 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31526
31527         * ext/ivorbis/vorbis.c:
31528         * ext/ivorbis/vorbisenc.h:
31529         * ext/ivorbis/vorbisfile.c:
31530           Modify so that it uses the new caps things
31531
31532 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31533
31534         * testsuite/spider/spider1.c: (main):
31535         * testsuite/spider/spider2.c: (main):
31536         * testsuite/spider/spider3.c: (main):
31537           Make tests compile again. They probably don't work.
31538
31539 2003-12-24  Colin Walters  <walters@verbum.org>
31540
31541         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31542         we can't fixate the caps anymore.
31543
31544 2003-12-23  David Schleef  <ds@schleef.org>
31545
31546         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31547         * sys/oss/gstosssink.c: (gst_osssink_init),
31548         (gst_osssink_sink_fixate): Add fixate function.
31549
31550 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31551
31552         * ext/ffmpeg/gstffmpegcodecmap.c:
31553         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31554         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31555         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31556         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31557         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31558         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31559         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31560           fix typo in RGB masks, and move back to "old" colorspace
31561           capsnego code until whoever wrote this new crap has actually
31562           tested it so that it works.
31563           And yes, this works, keep it that way please.
31564
31565 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31566
31567         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31568         (gst_divxdec_init), (gst_divxdec_negotiate):
31569         * ext/divx/gstdivxdec.h:
31570         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31571         (gst_divxenc_init):
31572         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31573         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31574         * ext/mpeg2enc/gstmpeg2enc.cc:
31575         * ext/mpeg2enc/gstmpeg2encoder.cc:
31576         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31577         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31578         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31580         (dxr3spusink_init):
31581         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31582         (dxr3videosink_init):
31583           Fix caps breakage after Dave's caps branch merge.
31584
31585 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31586
31587         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31588           Fix for 24bpp display.
31589
31590 2003-12-23  Colin Walters  <walters@verbum.org>
31591
31592         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31593         a GnomeVFSHandle directly.
31594
31595 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31596
31597         * gst/volume/Makefile.am:
31598         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31599         (volume_base_init), (volume_init):
31600           Reenable volume element and fix to work with new caps stuff.
31601           Rhythmbox needs this.
31602
31603 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31604
31605         * gst/qtdemux/qtdemux.c: (plugin_init):
31606           qtdemux requires bytestream
31607
31608 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31609
31610         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31611           Fix remaining caps handling errors due to CAPS merge.
31612
31613 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31614
31615         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31616         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31617         (gst_faad_srcconnect):
31618           Port to new caps system.
31619
31620 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31621
31622         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31623         (got_video_size), (main): using g_print instead of g_message.
31624         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31625         signal which was not emitted because of "switch" element added to the
31626         bin but not connected. (Removing from the bin temporarily)
31627
31628 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31629
31630         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31631         find X development files. I don't understand the previous tests and
31632         they fail on my debian/ppc unstable. This one works.
31633         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31634         exiting.
31635         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31636         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31637         (gst_play_set_visualization): Add some safety checks in set_ methods
31638         and state_change. This was throwing some ugly CRITICAL messages when
31639         pipeline was getting disposed and casts were failing.
31640
31641 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31642
31643         * configure.ac:
31644           Improve mpeg2enc detection. This is for distributions that do
31645           ship mjpegtools, but without mpeg2enc. Also does object check
31646           for might there ever be ABI incompatibility.
31647         * ext/mpeg2enc/gstmpeg2enc.cc:
31648           Add Andrew as second maintainer (he's helping me), and also add
31649           an error if no caps was set. This happens if I pull before capsnego
31650           and that's something I should solve sometime else.
31651         * gst/matroska/matroska-demux.c:
31652         (gst_matroska_demux_parse_blockgroup):
31653           Fix time parsing.
31654         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31655         (gst_matroska_mux_track_header):
31656           Add caps to templates.
31657         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31658           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31659         * gst/mpegstream/gstmpegdemux.c:
31660           Remove layer since it causes warnings about unfixed caps.
31661         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31662           Fix obvious typo (we error out if caps were set, we should of
31663           course error out if *no* caps were set).
31664         * sys/oss/gstosselement.c: (gst_osselement_convert):
31665           Fix format conversion, we confused bits/bytes.
31666         * sys/oss/gstosselement.h:
31667           Improve documentation for 'bps'.
31668         * sys/v4l/TODO:
31669           Remove stuff about plugins that need removing - this was done
31670           ages ago.
31671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31672         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31674         (gst_v4lsrc_src_query):
31675         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31676         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31677           Add get_query_types(), get_formats() and query() functions.
31678
31679 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31680
31681         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31682           * moved CVS to freedesktop.org